How To Enable Regedit In Windows 8
Enable Registry Editor disabled by Administrator or Virus
Registry Editor is a useful utility in Windows which allows users to easily alter avant-garde Windows settings past altering registry keys present in a hierarchical organisation chosen the Windows Registry. Despite being such a powerful tool, Registry Editor is not totally error-proof.
A simple virus infection is all it takes to render it useless. Or, there are times when your administrator has really disabled Registry Editing. When yous try to open the Registry Editor in i such computer, you are likely to receive the"Registry editing has been disabled past your ambassador" error. Due to this mistake, it is impossible to remove this restriction using the Registry Editor itself.
|
| Windows Registry Editor |
This article suggests some workarounds for re-enabling Registry editing in a estimator running Windows XP, Windows Vista, Windows Server 2003/ 2008, Windows 7, Windows viii or Windows 10.
Enable Registry Editor using the Group Policy Editor
- Click on Start. Go to Run. Alternatively, apply Windows key+R keyboard shortcut.
- Type gpedit.msc and press Enter.
- Navigate to User Configuration/ Administrative Templates / Organization.
- In the work area, double click on "Prevent Admission to registry editing tools".
- In the popup window, encircle Disabled and click on OK.
- Normally, Registry Editor will be immediately attainable. If it is non, restart your PC.
Group Policy Editor is not available on home editions of Windows.
| |
| Getting access to Registry editing |
Related: Enable Chore Manager disabled by Administrator or Virus
Enabling Registry Editor using UnHookExec.inf from Symantec
Symantec has created a minor .inf file which tin be installed to remove restrictions on modifying registry keys at the click of a mouse. Most viruses, spywares, Trojans or worms unremarkably affect the shell\open\command keys which allows them to run each fourth dimension when a file of specific type is executed. Normally, they associate their execution with .exe files. UnHookExec.inf non only enables registry editing only also removes such associations.
Just save UnHookExec.inf and install information technology by correct clicking and selecting install. Installing the file will not show whatever popup or notice box.
Enable Regedit by simply running a CMD Command
- Open Notepad.
- Copy the code given beneath and paste it.
- Salvage the file as EnableRegistry.bat. Run this file equally Administrator if you use Windows 10, Windows viii, Windows 7 or Windows Vista. In Windows XP, simply open the file. CMD will flash for a 2d and then disappear. This indicates successful execution.
- Log Off and Log Back On.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /five DisableRegistryTools /f /d 0
Visual Basic Script to Enable/ Disable Registry Editor
Doug Knox has created a VBS Script which allows users to easily enable and disable the Registry Editor. Just download regedit tools.zip, extract the VBS file and double click on information technology. This script reverses the current country of the Registry Editor. If registry editing is set to enabled, this script will disable it and if it is disabled, it volition enable it.
If the above link does not work, copy the code given below in Notepad and save the file as *.vbs or Registry Editor.vbs.
Selection Explicit
Dim WSHShell, north, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
t = "Confirmation"
Err.Clear
On Error Resume Next
northward = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 0, itemtype
Stop If
If n = 0 Then
northward = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = i then
northward = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
Stop If
Featured Posts
-
Lock Folders in Windows
Protect your private data by storing information technology in a password protected folder for gratis.
-
Star Wars in Windows
Watch an ASCII version of Star Wars in Windows using the control prompt.
-
Speed up Computer
Some tips and advice to help you increase your figurer's speed.
-
Edit Websites in Browser
Be a God of the digital universe by editing any website live in your browser with JavaScript!
-
Computer Welcomes Yous
Make your computer welcome you in its computerized vocalization just like in the movies.
Source: https://www.tweakandtrick.com/2011/04/enable-regedit-registry-editor.html
Posted by: chappelleportelon.blogspot.com

0 Response to "How To Enable Regedit In Windows 8"
Post a Comment