|
Question : How to restore registry
|
|
Hi,
I use this command "rdisk /ox" to make a repair disk on the NT server to make a backup registry & user accounts.
But how can I do to restore the registry that I save in the floppy disk back to the Win NT server ?
Thank a lot
|
Answer : How to restore registry
|
|
/ox is not valid switch for rdisk
/ox is usead with winnt for creating setup disk (winnt /ox)
For creating ERD with full registry you must run rdisk /s (in this case Users accounts (SAM), and security info is added)
To restore registry boot with setup disk and select "Repair" instead of "install" insert ERD when prompted. then select inspect registry
If you are hav't SAM and security info on disk, you are will lost all user account
|
|
|