Visit >> My New BLOG!!!!

Friday, October 26, 2007

Disable / Enable Your Registry Editor

Here are the simpliest ways to enable and disble your Registry



Open Start - Run and type:


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

to ENABLE Registry editing.

type:

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

to DISABLE Registry editing.

1 comment:

lmiller7 said...

Be very careful with this. Don't ever do this with your own account, not even as an experiment. If you do not have access to another administrative account you will permanently lock yourself out of the registry.

Larry Miller
Microsoft MCSA