How do you enable or disable the registry edit? |
Registry edit
I had the same problem. To fix it, I've done the following. Use start\run type gpedit.msc Then set property user configuration\Administrative templates\system\disable registry editing tools to disabled. Note: I use win 2000
Answer
To enable registry edit:
Click on Start->Run and paste the following code in it and press OK.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
First answer by ranjit. Last edit by ID3399018978. Question popularity: 278 [recommend question]
|
Research your answer: |


