My Favorite Registry Tips & Tricks Part II
- 1
- Add a Comment
In experienced users should be discouraged from using the registry. In some cases, unless a person in dedicated to learning more about it, you may want to remove the ability for other users to use the Registry Editor. For example, if your computer is shared amongst multiple users, you can prevent the other users from being able to open the tool.
Disabling the Registry Editor for another user requires you to make a change to the registry as described in the following steps:
- Log on as the user for which you want to disable the Registry Editor.
- Click Start, click Run, and type regedit. Press Enter.
- Navigate to:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies. - Right click Policies, point to New, and click Key.
- Type in System and press Enter.

- Right click the System key, point to New and click DWORD Value.
- Type DisableRegistryTools and press Enter.
- Double click the new data type. Use a value of 1 to disable the registry editor.
- Close the Registry Editor.
The next time the user logs onto the computer, they will be unable to use the registry editing tool.
You can also disable the registry editor for all users that log onto the computer by making similar changes to those described in the steps above. This time you will need to create the DWORD value called DisableRegistryTools under the following registry key:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Once again, after you create the DWORD value, open it up and change the value to 1. The steps below outline the exact process you need to follow.
- Click Start, click Run, and type regedit. Press Enter.
- Navigate to:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies. - Right click System, point to New, and click DWORD Value.
- Type DisableRegistryTools and press Enter.
- Double click the new data type. Use a value of 1 to disable the registry editor.
Set Registry Permissions through Group Policy
One of the ways in which you can protect your Windows registry is to configure permissions. You can do so by opening the registry and using the Permissions option. An alternate method is to set the registry permissions using Group Policy. Of course, this method assumes that your computer is a member of an Active Directory domain.
You can set registry permissions through a group policy using the steps outlined below.
- Open the GPO you want to use for implementing registry permissions.
- Expand Computer Configuration | Windows Settings | Security Settings | Registry.
- Right click the Registry and select Add Key.
- Locate the Registry key you want to configure permissions for. Select the Registry key and click OK.
- Configure the appropriate permissions and click OK.
- Make the appropriate selection from the Add Object dialog box and click OK.
Tags: regedit, registry trick, registry tip, registry hive, open key

One Comment
Orlando
December 28th, 2007
at 12:19pm
When i set permission to the registry using GPO it works fine, but then when I try to change those permission GPO doesnt work. Any clues?