Friday, August 27, 2010

How To Open Regedit When Windows Is Offline?

Registry editor is just an editor for Windows. It loads the information from some files located in
C:\Windows\System32\Config folder.

The names of those files are Sam, System, Software, Security and Default.

You can copy these five files to another system and load these hives in a separate folder in registry editor.(The files are called hives)

The given below is the location in the registry and the corresponding files from which the information is loaded:

HKEY_LOCAL_MACHINE\SAM -   Sam

HKEY_LOCAL_MACHINE\SECURITY -     Security

HKEY_LOCAL_MACHINE\SOFTWARE -     Software

HKEY_LOCAL_MACHINE\SYSTEM -    System

HKEY_USERS\.DEFAULT –    Default

You may be wondering why the three other parent folders in the registry are left out. But those folders actually take information from these two folders.

To load a hive in the registry editor, highlight HKEY_LOCAL_MACHINE or HKEY_USERS, Click ‘File’-‘Load hive’ and browse to the file that you want to load. Give a name for that folder. You will see that the hives are loaded in the registry editor. You can now make necessary changes, unload the hive and copy the modified files back to the original computer.

Visit these links to learn more about windows registry structure and hives:

http://technet.microsoft.com/en-us/library/cc776231(WS.10).aspx

http://msdn.microsoft.com/en-us/library/ms724877(VS.85).aspx

0 comments: