Using Recovery Console to restore registry files
10 June 2004 by Snakefoot | Comment » | Trackback OffThe Recovery Console allows one to copy and move files.
It can be useful in the situation where the registry files have become faulty, making it impossible to
boot Windows normally.
The active machine registry files are placed here:
More Info MS KB Q269075
More Info MS KB Q307545
The active machine registry files are placed here:
The active user registry file is placed here:%systemroot%\System32\Config\system
%systemroot%\System32\Config\software
%systemroot%\System32\Config\sam
%systemroot%\System32\Config\security
%systemroot%\System32\Config\default
The initial registry files are placed here (Created at install):%SystemRoot%\Profiles\<Username>\Ntuser.dat (WinNT4)
C:\Documents and Settings\<Username>\Ntuser.dat (Win2k/WinXP)
If having used Ntbackup to create a System State backup, then a copy of the registry files will be placed in the following directory:%systemroot%\System32\Repair\system
%systemroot%\System32\Repair\software
- Win2k (Also happens when creating a Emergency Recovery Disk):
%systemroot%\System32\Repair\RegBack
More Info MS KB Q231777 - WinXP:
%systemroot%\Repair
Related Offline registry editing%systemroot%\System32\Config\System.alt
More Info MS KB Q151247
More Info MS KB Q269075
More Info MS KB Q307545
Tags:
Category:
1f4bUpdated: 23 September 2007
Comment by Anonymous - 4 January 2009 @ 2:01 Reply
You know, this sort of thinking wouldn’t even be needed if Microsoft just realized that the registry is an all-around bad idea. I prefer the way Linux does it. Many many many plaintext in a central directory for system-wise configuration, and dotfiles in a user’s home directory.
What are the advantages, you may ask?
1. The user settings put in the home directory of each user means that they can be shared 100% between Linux distributions, as Linux, unlike Windows, supports a unified file system. This also means you can keep all your preferences and documents even when reinstalling the operating system. Windows does not do this.
2. It’s easier to search through for settings even if you don’t have any tools beyond a text editor. And backing up JUST the settings you want is a breeze. Windows does not do this.
3. It doesn’t cause the entire system to be screwed if you mess up even an innocuous setting in one of the configuration files. It allows you to QUICKLY and ROBUSTLY restore configuration. Windows does not do this.
4. People can help you easier in Linux because they can ask to see how your system is configured by just asking you to copy/paste /etc/file.conf so they can see. Windows does not do this.