Enable or disable Regedit

registry editing has been disabled by your adminstrator
This is a little advanced and dangerous tweak.In case u need to disable or block regedit,then continue reading this small tweak

Open up notepad and copy paste the following

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000001

Save the file as “disableregedit.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.

Now double click the reg file just created and press Yes.

That’s it… :D A Restart is required for the changes to takes place :)

In order to re-enable regedit u can use a third part regedit tools.
But there is still easier way to do so.
Click on Start->Run(In case of XP)and paste the following code in it and press OK.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

reenable regedit
Restart Windows for the change to take effect.


Similar Regtweaks

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment