User Guide

ERD Commander 2000
Winternals Software LP Page 38
6.27 RESTORE
Restores the registry files stored on an emergency repair disk
Syntax RESTORE [erd-path] [system-path]
Notes erd-path
Directory containing the emergency repair disk
files.
system-path
Directory containing your Windows NT/2000
installation
The existing registry files are renamed before being replaced. For example,
the command:
RESTORE a:\c:\winnt
Is equivalent to the following sequence of commands.
move c:\winnt\system32\config\system c:\winnt\system32\config\system.old
move c:\winnt\system32\config\sam c:\winnt\system32\config\sam.old
move c:\winnt\system32\config\software c:\winnt\system32\config\software.old
move c:\winnt\system32\config\default c:\winnt\system32\config\default.old
move c:\winnt\system32\config\security c:\winnt\system32\config\security.old
expand a:\system._ c:\winnt\system32\config\system
Expand a:\sam._ c:\winnt\system32\config\sam
Expand a:\software._ c:\winnt\system32\config\software
Expand a:\default._ c:\winnt\system32\config\default
Expand a:\security._ c:\winnt\system32\config\security