How to Enable the Registry Editor When Disabled by Administrator ...

Registry Editor, a main registry editing tool equipped in all versions and editions of Windows operating system, can be disabled, blocked and locked to prevent the RegEdit from been ran or executed by users in order to protect important system registry. Other possibility of Registry Editor been disabled is caused by virus or worm such as W32/Brontok-C. When Registry Editor is disabled , user unable and cannot open or run Registry Editor anymore. Any attempt to run RegEdit.exe will return the error “Registry editing has been disabled by your administrator”. Hence it’s impossible to remove the restriction on Registry Editor usage by using the Registry Editor itself. However, it’s possible to use various workaround to directly edit the registry to remove the policy that blocks Registry Editor usage.

Enable Registry Editor using Local Group Policy Editor

For user using Windows XP Professional, Windows Vista Ultimate, Windows Server 2003 or 2008 with Local Group Policy Editor and has access to an administrative user account, user can change the registry editor options in the Local Group Policy Editor.

Click on Start -> Run (or Start Search in Windows Vista). Enter GPEdit.msc and then press Enter. Navigate to the following location:

User Configuration -> Administrative Templates -> System

In the Settings pane, locate the Prevent access to registry editing tools option, and then double-click on it to open the settings dialog. Select Disabled or Not Configured. Click on OK button. Try to run RegEdit.exe, and if required (still blocking yet), restart the computer.

VBS Script to Enable or Disable Registry Editor

Doug Knox has created a .vbs VB script that able to toggle between enable or disable the Registry Editor. Right click to download and save the regtools.vbs into a folder. Then double click on the VBS file to run it.

The regtools.vbs VB script file will check for the appropriate value related to disabling/enabling of Registry Editor. If the registry key is not found, the key will be created to disable Registry Editor. If the value was found, it will be toggled to its opposite state and you will be informed that you need to log off and log back on or restart your computer. All change by the script is made in HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System.

UnHookExec.


Vbscript View Registry Entries - Bookshelf

Windows XP cookbook

Windows XP cookbook

With it, you can view all of the Registry activity on a system in real time. ... Using VBScript WMI has a single class called StdRegProv that provides most ...

Microsoft WSH and VBScript Programming for the Absolute Beginner

Microsoft WSH and VBScript Programming for the Absolute Beginner

Figure 9.7 provides a high-level view of the registry using the Regedit utility. As you can see, the five root keys are visible, and one of the root keys ...

Learning VBScript

Learning VBScript

List View or Code View? Note that the Script Wizard's List View format is ... For more information on the Windows registry, see Inside The Windows 95 ...

Windows Vista annoyances

Windows Vista annoyances

VBScript is used primarily in this chapter because it's easy to learn; it supports easy access to the features we need, like Registry access and file ...

Windows XP annoyances for geeks

Windows XP annoyances for geeks

VBScript will be used primarily in this chapter because it's easy to learn; it supports easy access to the features we need, like Registry access and file ...

News Article Directory


Editing the Registry with VB Script
... the following was possible. I want to edit the registry using a Visual Basic Script. The location of the .reg file I want to run is "H:\Non Programs ...

vbscript to write registry entries
vbscript to write registry entries Friday, March 02, 2007 9:37 AM ... Otherwise, it writes registry entries and values and then copies the modifier file to the ...

registry editing with vbscript
There are a handfull of registry entries i make and edit. I would like to be able to automate this with... Results for: registry editing with vbscript ...

Adding registry entries issue
Adding registry entries issue - Friday, March 06, 2009 8:24 AM ( #1 ) ... Also I always set up my command line like this "cscript.exe vbscript.vbs" ...

Fun with the Registry: Saving ODBC Entries from a server (and ...
Home > IT Blogs > The VBScript Network and Systems Administrator's Cafe > Fun with the Registry: Saving ODBC Entries from a server (and moving them to a new server) ...