How to Hide Folder Option and Disable Registry Editor

If you have known how to hide run and shutdown menu today, I tell you how to hide Folder Option and disabled the Registry Windows.

As you know, it's not hard or difficult to make some manipulation on Windows, moreover if you do it by executing batch file. And now,i give you some command line to hide Folder Option and disable the Registry Windows.Just like old time open your notepad and copy paste this command line on it:

Echo off
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f
Exit

Then save it, and don't forget to give extension .bat
Double click, and restart your computer for see the change..

Read other PC-tips here.

0 comments:

Post a Comment