這是因為登錄值被修改,被加上了 DisableRegistryTools 這個值,用以限制使用者執行 Regedit.exe 或 Regedit32.exe 這兩個工具程式。所以把這段機碼刪除,就可以解除限制。開啟notepad將下列內容貼上後將它存成unlock.reg後點選unlock.reg,新的登錄值就會匯入,解除無法執行 regedit.exe 的限制。
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
|