Tuesday

How to remove "Registry editing has been disabled by your administrator" Error




Method 1:

1.Go to Run(CTRL + R) and type " gpedit.msc " as shown in the figure.



2. Now you have to go to this path



Now

Double-click Prevent access to registry editing tools and Set it as Not Configured.

Important: If it's already set to Not Configured, set it to Enabled and click Apply. Then repeat the steps and revert the setting back to Not Configured. This removes the registry based policy if set already.


Method 2:

This is a very simple trick.

1.Go to Run(CTRL + R) and type

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

This will eventually enables the Registry editor.


0 comments: