Microsoft Windows 2000 Professional for PC Logo

Related Topics:

Posted on Mar 20, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Windows/system32/config/system is corrupt

Help me solve this please

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

  • Expert 54 Answers
  • Posted on Mar 20, 2009
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Mar 18, 2009
Answers
54
Questions
0
Helped
28378
Points
144

One of following will work:

http://www.help2go.com/Tutorials/Windows/C:%5Cwindows%5Csystem32%5Cconfig%5Csystem_missing_or_corrupt.html

http://www.techsupportforum.com/microsoft-support/windows-xp-support/312090-windows-system32-config-system-missing-corrupt-files.html

http://en.kioskea.net/forum/affich-22815-windows-system32-config-system-is-corrupt

http://support.microsoft.com/kb/307545

1 Related Answer

Anonymous

  • 134 Answers
  • Posted on Aug 27, 2009

SOURCE: windows\system32\config\system missing or corrupt

Hi Dude,

There is an easy way to fix this problem.Follow the steps given below.
1.Boot from CD
2.Go in to the repair option
3.Select the location of your installation (most offen 1)
4.Give adminstrator password if asked
5.Go to c:\windows\system32\config folder
6.ren system system.old
7.Go to c:\windows\repair folder
8.copy system c:\windows\system32\config

reboot the system

Thanks
Siju

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Registery cannot load hive file/systemroot/system 32/config/software or its log of alternatice is corrupt, absent or unwritable on compaq presario2227US

Solution 1
Requires some tech skills:

To complete part one, follow these steps:
  1. Insert the Windows XP startup disk into the floppy disk drive, or insert the Windows XP CD-ROM into the CD-ROM drive, and then restart the computer.
    Click to select any options that are required to start the computer from the CD-ROM drive if you are prompted to do so.
  2. When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
  3. If you have a dual-boot or multiple-boot computer, select the installation that you want to access from the Recovery Console.
  4. When you are prompted to do so, type the Administrator password. If the administrator password is blank, just press ENTER.
  5. 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
  6. Type exit to quit Recovery Console. Your computer will restart.


Solution 2 Reinstall Windows Xp
tip

How To Fixed Corrupted or Missing \WINDOWS\SYSTEM32\CONFIG

If you get the error:
Windows could not start because the following files is missing or corrupt
\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE
  1. Insert and boot from your WindowsXP CD.
  2. At the first R=Repair option, press the R key
  3. Press the number that corresponds to the correct location for the installation of Windows you want to repair.
    Typically this will be #1
  4. Enter in the administrator password when requested
  5. cd \windows\system32\config
  6. Depending on which section was corrupted:
    ren software software.bad or ren system system.bad
  7. Depending on which section was corrupted
    copy \windows\repair\system
    copy \windows\repair\software
  8. Take out the CD ROM and type exit
on Sep 20, 2010 • Computers & Internet
2helpful
1answer

Hi guys, my notebook 0xc00000e9 this problem and how I want to save or return all my program really work? I need to go back but I do not want to format? need to save my back as folders? I hope you...

This error indicates a corrupt registry. Luckily, when Windows is installed, a pristine copy of the registry hives is also installed and it remains untouched...replacing your corrupt registry hives with these ones will allow you to boot your operating system again. You may have to reinstall a few programs and drivers but all of your data will remain intact and you really won't lose anything. I will describe the process to you. I will also include instructions on how to back up the current registry in case you want to go back to it for any reason.

First you will need to locate the Windows install disc. If you don't have one you can borrow one as you will not need a key to perform the steps.

Put in the disc and perform the steps necessary to get your computer to boot to it.

Once you are the "Welcome to Setup" screen, press R to go into the Recovery Console.

Enter the administrator password when prompted

Tell the program what installation of Windows you would like to recover.

Now for the commands

md tmp (this creates a directory labeled tmp)

These 5 commands will make a copy of your current registry hives and back them up to the tmp directory. Type these in first. ENSURE you back them all up.

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

These 5 commands will delete the current, corrupt registry hives.

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

These 5 commands will copy the pristine, uncorrupted hives into your system.

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


Once you have entered your last command type exit to leave the recovery console and your computer should restart.

If you want to put the old registry back for any reason, simply follow the same steps but instead delete the current registry and replace it with the files that you placed in the tmp directory. Ensure that you remove the .bak extension from the file when you copy them over.

Really, other than this, the only other known working option is to reformat your computer.

Hope this helps.
1helpful
3answers

I have an hp mini 210-1041nr running win xp and when I start it, the computer tells me Windows\System32\Config\System missing. I tried service pack 3 but it didn't work. Can u please help?

You need to get a Windows XP from someone and follow these instructions:
Windows could not start because the following files is missing or corrupt
\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE

1. Insert and boot from your Windows XP CD.
2. At the first R=Repair option, press the R key
3. Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
4. Enter in the administrator password when requested
5. cd \windows\system32\config
6. Depending on which section was corrupted:
ren software software.bad or ren system system.bad
7. Depending on which section was corrupted
copy \windows\repair\system
copy \windows\repair\software
8. Take out the CD ROM and type exit

If that doesn't work or you can't get into the repair console then With the XP disk you choose to install Windows XP and when you choose to install over the current XP installation you will be given the option to repair the current Windows installation and you won't lose all of your data.
1helpful
1answer

Problem with OS. How can I fix? Net book states - Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM Can you help? Thanks Philip

  1. Insert the Windows XP startup disk into the floppy disk drive, or insert the Windows XP CD-ROM into the CD-ROM drive, and then restart the computer.
    Click to select any options that are required to start the computer from the CD-ROM drive if you are prompted to do so.
  2. When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
  3. If you have a dual-boot or multiple-boot computer, select the installation that you want to access from the Recovery Console.
  4. When you are prompted to do so, type the Administrator password. If the administrator password is blank, just press ENTER.
  5. 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
  6. Type exit to quit Recovery Console. Your computer will restart.
Note This procedure assumes that Windows XP is installed to the C:\Windows folder. Make sure to change C:\Windows to the appropriate windows_folder if it is a different location.


If you need more help come back.Post / thumbs / testimonial are welcome!

0helpful
1answer

I can't open windows xp i got this message:\r\n"unable to read file C:\windows\system32\config\software " I tried to fix it thru recovery console copying the i386 file but nothing happenned Help me please

hi You need to get a Windows XP from someone and follow these instructions: Windows could not start because the following files is missing or corrupt \WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE
1. Insert and boot from your Windows XP CD. 2. At the first R=Repair option, press the R key 3. Press the number that corresponds to the correct location for the installation of Windows you want to repair. Typically this will be #1 4. Enter in the administrator password when requested 5. cd \windows\system32\config 6. Depending on which section was corrupted: ren software software.bad or ren system system.bad 7. Depending on which section was corrupted copy \windows\repair\system copy \windows\repair\software 8. Take out the CD ROM and type exit
2helpful
1answer

I have toshiba L300 pc laptop, i tried to formati

kindly follow these steps:
  1. Insert the Windows XP startup disk into the floppy disk drive, or insert the Windows XP CD-ROM into the CD-ROM drive, and then restart the computer.
    Click to select any options that are required to start the computer from the CD-ROM drive if you are prompted to do so.
  2. When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
  3. If you have a dual-boot or multiple-boot computer, select the installation that you want to access from the Recovery Console.
  4. When you are prompted to do so, type the Administrator password. If the administrator password is blank, just press ENTER.
  5. 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
  6. Type exit to quit Recovery Console. Your computer will restart.
Hope this helps. Please rate my response.
Thanks.
Have a good day.

0helpful
1answer

Inspiron 700m \windows\system32\config\system missing or corrupt what am i supposed to do to fix this?

insert the windows disc and reinstall the program the might solve your problem and if it doesnt let me know.
0helpful
1answer

Get an error message that windows would not start missin or corrupt windows\system32\config\system

you can use system restore to solve this problem .
try to restore your system to an earlier working restore point.
this will fix your problem.
1helpful
1answer

\windows\system32\config\system missing or corrupt

You can do a refresh of your Windows OS, if you have Windows XP. You need to boot to your XP CD and do a repair. This will only restore the Windows OS files and you will not lose your personal data.

This should help. please rate my response.
Not finding what you are looking for?

835 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...