
Dear Ray and Forum Group:
I am very pleased to report a successful Windows XP OS recovery. The process was described in a blog posted by Charlie White, in March 2002:
"Windows XP Crashed? Here's Help
A salvage mission into the depths of Windows XP, explained by a non-geek
By Charlie White*
http://webcast.broadcastnewsroom.com/articles/viewarticle.jsp?id=8658-0When Windows will not boot, proceed with the Window Installation CD in the disc D:\ drive
F12 to open the boot to CD Dos screen
select R for the Recovery Console and perform the following DOS commands:
(...THIS IS THE ESSENCE OF CHARLIE'S ARTICLE*...)
md c:\windows\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
Section Addendum Note: In the following commands, we are simply copying some repair (basically default window install) files so that we can get windows XP to boot. (It may look awful and perhaps none of previous setup and programs will show up, but that is fine.) We simply need to make windows runnable so that we can do the next parts (that will restore our full configuration as it was prior to the crash).
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 reboot to Normal Windows. There is more to the routine described, but this is all I needed to do for a full recovery of the OS.
This procedure worked very well indeed!!! most of my desktop was recovered fully!!
12/22/2007
*NOTE in the Article by Charlie White: there is an error in his instruction, there is no such c:\windows\repair\system\software directory. I have made the correction above.