Enable REGEDIT when booting from Live CD?

deutschnaftula

New Member
Reaction score
0
How can I enable REGEDIT when I am booting from UBCD4WIN or any live CD?

Last week I had 2 computers that wouldn’t boot, not even from safe mode, so I booted from UBCD, when I tried to check the startup items I got the same massage” regedit was disabled by your administrator”


If I type
Code:
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
to a command it will only apply to UBCD registry not the remote registry
 
Did you load the hives of the remote registry?

Code:
1. File-> Load Hive
2. Point to %systemroot%\system32\config and select one of the files
3. Create a name for the folder when you mount the remote registry.
4. Just remember to unload the registry when you are done.


Or you could try a program like this.
http://regeditpe.sourceforge.net/
 
Back
Top