How to remove Disable Registry tools restriction on Windows servers
You can achieve this by two ways:
Through Registry:
Using the REG.EXE console tool
Click Start, Run and type this command:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Through Group policy:
Using the Group Policy Editor (Windows XP Professional only)
Click Start, Run and type gpedit.msc and press ENTER
Go to the following location:
User Configuration | Administrative Templates | System
Double-click Disable registry editing tools and set it to Not Configured
Exit the Group Policy Editor
Note: If the setting already reads Not Configured, set it to Enabled, and click Apply. Then revert it back to Not Configured. This ensures that the DisableRegistryTools registry value is removed successfully.
***Share your comments about the post***
You can achieve this by two ways:
Through Registry:
Using the REG.EXE console tool
Click Start, Run and type this command:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Through Group policy:
Using the Group Policy Editor (Windows XP Professional only)
Click Start, Run and type gpedit.msc and press ENTER
Go to the following location:
User Configuration | Administrative Templates | System
Double-click Disable registry editing tools and set it to Not Configured
Exit the Group Policy Editor
Note: If the setting already reads Not Configured, set it to Enabled, and click Apply. Then revert it back to Not Configured. This ensures that the DisableRegistryTools registry value is removed successfully.
***Share your comments about the post***
No comments:
Post a Comment