How does one disable registry in a group policy?
"Start" command, open "run", pop up the "run dialog box", enter the "gpedit. msc" command,
Open the "Group Policy" dialog box and expand "user configuration"> "manage template"> "system" in the "Group Policy" window. In the window on the right,
Find and double-click the "prohibit access to registry editor" option and set it to "enabled". When you try to start Registry Editor, the system will prompt: registry Editing has been disabled by the Administrator.
Of course, when this setting is removed, select "not set" in the pop-up dialog box to unlock it.
How does one disable the Group Policy in the registry?
Start-run, enter "Regedit", and expand:
HKEY_CURRENT_USER/software/Microsoft/Windows/current version/policies/Explorer
Change restrictrun to 1 and restart the computer. If you want to unban it, change it to 0.
restore a disabled group policy
Method 1: console method
Step 1: Select "safe mode with command line prompt" in "Windows XP advanced options menu" and press Enter.
Step 2: Enter security mode, enter "MMC" at the command prompt, and press enter to open the console window.
Step 3: click "File> Add/delete management unit> Add", select "Group Policy" Management Unit, and click "add, click Finish, close, and OK. In this way, the Group Policy Management Unit will be added to the console window.
Step 4: Expand "user configuration> management template> System ", double-click the Program Option of the Windows application on the right, and select "Not Configured" in the Properties window ", click OK.
Step 5: Press CTRL + ALT + DEL, select shutdown, and restart the computer!
Method 2: Registry method
enter the security mode with command line prompts, and enter "Regedit" at the command prompt ", open the registry, find "HKEY_CURRENT_USER/software/Microsoft/Windows
/CurrentVersion/policies/Explorer", and change the "restrictrun" key value to 0.
method 3: Command Line Method
first, enter "security mode with command line prompts "; enter the "regaddhkcu/software/microsft/Windows/current version/policies/Explorer/vrestrictrun/REG-DWORD/D 0" command, and press Enter, the system will prompt whether to overwrite the existing "restrictrun" key value, type "Y" and press Enter. In this way, the corresponding content in the Registry has been restored.
Appendix: all methods are to press f8. Select menu