|
As they say on TV, "But Wait, There's More"...
You can use the Recovery Console when the system will not boot to any other mode and sort of run System Restore from there. Here's how:
Boot to the Recovery Console and follow these instructions:
Type cd \ and press Enter
Type cd system~1\_resto~1 and press Enter
Type dir and press Enter
You will then see a list all the restore points folders like RP1, RP2,...
Type cd rp# {where # is the next to the last restore point number } and press Enter. (Example: If there are 6 Restore Points, choose RP5 to predate the problem.)
Then type cd snapshot and press Enter.
The command prompt should now look like this, c:\system~1\_resto~1\rp5\snapshot
Type: copy _registry_machine_system c:\windows\system32\config\system and press Enter.
Type: copy _registry_machine_software c:\windows\system32\config\software and press Enter
Type exit and press Enter.
NOTE: If you get an access denied error when doing the above procedure, then do the following at the Recovery Console command prompt:
Type cd \ then press Enter
Type cd windows\system32\config then press Enter
Type ren system system.bak then press Enter
Type exit press Enter
When the PC reboots, direct it back into the Recovery Console and you will now have access.
If you still cannot get access to the SR files in the recovery console then your SAM files are corrupt. That will likely require a new install.
And an even better method!
If you have an alternate operating system, such as a BartPE or Linux live-recovery CD or another installation (parallel or dual-boot) of Windows, that has access to the NTFS file system, you can perform the file copying from there using copy/paste, without having to use the Recovery Console and manually typing commands.
Last edited by surferdude2; 14th June 2009 at 06:01.
|