Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: widows repair console  (Read 2610 times)

0 Members and 1 Guest are viewing this topic.

wiz98

    Topic Starter


    Rookie

    widows repair console
    « on: January 30, 2012, 07:10:11 AM »
    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  thanks

    Allan

    • Moderator

    • Mastermind
    • Thanked: 1260
    • Experience: Guru
    • OS: Windows 10
    Re: widows repair console
    « Reply #1 on: January 30, 2012, 07:28:47 AM »
    Yes, 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\system

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: widows repair console
    « Reply #2 on: January 30, 2012, 07:47:01 AM »
    I believe he's attempting to copy it from the CD drive to C:...
    " Anyone who goes to a psychiatrist should have his head examined. "

    Allan

    • Moderator

    • Mastermind
    • Thanked: 1260
    • Experience: Guru
    • OS: Windows 10
    Re: widows repair console
    « Reply #3 on: January 30, 2012, 07:53:42 AM »
    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