Skyclad1uhm1
Lifer
Is there a way to reload the registry from disk on a Windows 2000 Server machine? Without restarting that is.
Originally posted by: Sianath
What do you mean by reload the registry? Do you mean start with clean registry files (with no modifications made)?
If so, do you want all the registry files, or just the two most common (system and software).
Either way, the process would be as follows:
1. Boot to the Recovery Console
- Boot from CD
- At the "Welcome to Windows Setup" screen, press F10
- Choose your installation (normally 1), then type the default Administrator password
2. Type: cd system32\config
3. Type: ren system system.old
4. Type: ren software software.old
(you can do the rest of the registry files, but there is very little reason to do so)
5. Type: cd \
6. Type: cd winnt\repair
7. Type: copy system %systemroot%\system32\config
8. Type: copy software %systemroot%\system32\config
9. Reboot normally
When Windows is installed, we create a copy of your initial registry files to the winnt\repair folder. These files are only refreshed post-installation on a 2003 Server when you create a System State backup. If you have ever created an ERD (Windows 2000) and checked the box to backup the registry files, we create a subfolder in the repair folder called regback, and your backup registry files will be there.
If that doesn't answer your question, sorry!
Originally posted by: Smilin
What do you mean by something going wrong.