Re: Start Up Repair cannot repair this computer automatically
Hi, well if you do get into the RE (repair your computer) option, then you will need to click on command prompt, a dos like command prompt window will open and you will see a flashing cursor with x:\sources>
At the x:\sources> prompt type:- ( I will make the cmd's you type show here in red )
bcdedit | find "osdevice" (the | is called a "pipe" and can be found above the \ key on your keyboard, type the cmd exactly as you see here)
Press enter, it will return something like this:-
osdevice Partition C: (it may return another drive letter, it is this drive letter we need to use in the following cmd's, for this example we will assume C: , substitute C: for whatever you see when you run the above cmd, it will most likely be C

.
You will now be back at the x:\sources> prompt, now type:-
C:
Press enter, the flashing cursor will now be:- C:\>
At this type:-
cd C:\Windows\System32\Config (note there is a space after cd)
Press enter, the flashing cursor will now be:- C:\Windows\System32\Config>
At this type:-
cd RegBack
Press enter,the flashing cursor will now be:- C:\Windows\System32\Config\RegBack>
At this type:-
copy *.* c:\Windows\System32\config
Press enter, Restart computer.
NOTE:- In the RE you will not be able to see these instructions so print them out beforehand.