|
Answer» when i boot up my COMPUTER i get a message that windows\system32\config\SYSTEM file is MISSING. i am running xp with pgp encryption. i load repair console and try to copy the file by using copy d:\windows\system32\config\system c:\windows\system32\config\system command but that won't copy the file. Am I entering the command wrong. it can't locate the file from the RESTORE cd any help appreciated thanksYes, you are entering the wrong command. You REFERENCE d: drive in your copy statement and unless d: is your system drive (which it appears it is not) it should read c:\windows\system32\config\systemI believe he's attempting to copy it from the CD drive to C:...Oh, I see.
Wiz, enter the following commands in the rc:
ren c:\windows\system32\config\system system.old copy c:\windows\repair\system c:\windows\system32\config
Reboot
|