Geplaatst door raymond-hubertu
Bij deze link staat het antwoord van Microsoft op jouw foutcode: http://support.microsoft.com/?scid=kb;en-us;310794
Hiermee moet het lukken
Kwam dit stukje ook nog tegen:
when your machine reboots it will come to the login screen. Try to login. If you can login great, you may get an error that says Windows cannot accurately apply the license for this computer yada yada Error Code: 0x80090019 or something similar. In my case this was due to SP2 changing the 5 registry hives. To fix this go back to recovery console and perform the following:
At the Recovery Console command prompt, type the following lines, pressing ENTER after you type each line:
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
Type exit to quit Recovery Console. Your computer will restart.
You should then be able to login to the system. This procedure recovers the registry from the repair folder. When you install XP it automatically creates this folder with repair files. After all this you should be back into windows and can start cleaning up the mess left behind.
This whole process took me two days of hair pulling, 4 hours talking to Microsoft second level tech support in a country that is not the US, and tons of searching the net. Hope this helps somebody who gets into the same situation as me.
MTGENIUS
P.S. Microsoft second level support told me on the phone that getting to a restore point from the recovery console is impossible. This procedure works but obviously is not endorsed by MS. Please proceed at your own risk.
--------------------------------------------------------------------------------