I work at a computer repair shop and i've seen this error message numerous times, and I'm tried of having to copy data, wipe windows and reinstall, even though the time of having to do that, is less than trying to fix it.
So now I'm stuck with the problem again but to my prevail I actually fixed it took me some long hours here after work, but I found it kinda interesting and seemed to have learned a little more.
But I did run into a problem, after having fixed the config folder, I cannot log into the user accounts, as if replacing one of the five files in the config folder made it as if their is only one account windows has to log into. But when I go to c:/documents and settings/ all the user accounts are there along, with the data. But the main problem is the programs will not open up, coming with an error message saying this "Program was not installed for this user account" or "This program was not installed."
My Question does anyone know which file in the config folder holds the information for the user accounts and I'll just replace that one with the older one saved. I know the "SAM" file holds passwords and what not, now does it also hold the user account login information?
>>BlueDragon
I would try copying and replacing more than just the system file and replacing it into the Config folder.
In Example.
cd system32
cd config
ren system system.old
ren SAM SAM.old
ren default default.old
ren software software.old
ren security security.old
cd .. (note the space after cd it is important)
cd .. (note the space after cd it is important)
cd repair
copy system c:\windows\system32\config
copy SAM c:\windows\system32\config
copy default c:\windows\system32\config
copy software c:\windows\system32\config
copy security c:\windows\system32\config
Now I did this and I can now boot into windows just cannot open programs because it some how removed the other user accounts I could log into but I can still find the data from the other user accounts in documents and settings.
But BEFORE you do any of that I would simply try a chkdsk /f in the dos console, which I tried 3 times along with a sfc /scannow. Also if this does not work I'd try
http://nordicgroup.us/xprecovery/recoveryxp.pdf I believe going through that would be your best bet, but the only problem for me was that I had no restore points on the pc I was working on, so I cannot copy and replace the system files. Also if you cannot get into safe mode or you do not have another pc to connect your hard drive too, than you won't be able to copy and replace the system restore /config files with the new ones.