How to solve the problem of Windows 7 system registry to be disabled by the administrator

  

When installing the application in the user Win7 system, a few people will encounter the system registry to be disabled by the administrator, because the system's own protection function prevents The registry information is written, so in the event of this failure, the following can be restored by simple modification.

Solution one:

Create a new Notepad Copy the following code into Notepad, save the Notepad in vbs format, double-click to run.

dim a

set a=createobject("wscript.shell")

a.regdel "HKCU\\Software\\Microsoft\\Windows
\\CurrentVersion\\Policies\\System\\DisableRegistryTools"

msgbox "ok!"

Workaround 2:

Click “Start →Run”, enter “Gpedit.msc” After the carriage return, open “Group Policy”. Then expand “User Configuration →Administrative Templates & Rarr; System”, double-click "and block access to the registry editing tool" in the right window, select "ldquo; disabled" in the pop-up window, “ ” After exiting “group policy”, you can unlock the registry.



Copyright © Windows knowledge All Rights Reserved