The are many types of computer viruses, which are built to disable the registry editing. This is just due to the reason that they are attaching themselves to the startup of windows and don’t want you to change their way to working.
Sometimes the system administrators are also disabling the registry editing to keep their computer safe from unauthorized changes, and they don’t want you to surpass their preferences by simply editing some keys in the windows registry files.
Then what will you do if you are getting the error like, Registry editing has been disabled by your administrator
Solution:
Just visit Start > Run, write the below code, and hit Enter,
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
But if the Run button doesn’t exist in the your windows operating system – start menu, then just hit the windows key + R and Run dialog box will be shown to you. 🙂
Enjoy!