Showing posts with label missing. Show all posts
Showing posts with label missing. Show all posts

Sunday, February 19, 2017

How to Fix Windows System32 config system file missing or corrupt

How to Fix Windows System32 config system file missing or corrupt



When you start your Windows XP-Based computer, you may receive the following error message:

Windows could not start because the following file is missing or corrupt:
Windowssystem32configsystem
You can attempt to repair this file by starting windows setup using the original setup CD-ROM.
Select r at the first screen to start repair.

This problem may occur if "system" file is missing or corrupted:

To resolve this issue, you need an original or untouched copy of windows XP, and  configure the computer to boot from the CD-ROM or DVD-ROM drive and follow this steps.

1. Insert the Windows XP bootable CD into the computer.
2. When prompted to press any key to boot from the CD, press any key.

3. Once in the Windows XP setup menu press the "R" key to repair Windows.

4. Log into your Windows installation by pressing the "1" key and pressing enter.
5. You will then be prompted for your administrator password, enter your password is you have any, otherwise just press Enter.
6. At the command prompt type:
copy  %windir%Repairsystem  %windir%System32Config
 7. If prompt to overwrite the files just type "y" and hit enter. Once the file have been successfully copied, remove the CD from the computer and reboot.

Note: Once successfully booted to windows, you will notice that some of your drivers are not installed. Dont worry its normal when doing this repair procedure, Just reinstall your device driver and your done!

If you found this helpful, please leave a comment.


Available link for download

Read more »

Monday, October 10, 2016

how to repair NTLDR is Missing

how to repair NTLDR is Missing




When you start your Windows XP-Based computer, you may receive the following error message:

NTLDR is missing
Press CTRL+ALT+DEL to restart

This problem may occur if one or more of the following windows boot files are missing or corrupted:

Ntldr
NTDETECT.COM
Boot.ini
To resolve this issue, you need an original or untouched copy of windows XP, and  configure the computer to boot from the CD-ROM or DVD-ROM drive and follow this steps.

1. Insert the Windows XP bootable CD into the computer.
2. When prompted to press any key to boot from the CD, press any key.

3. Once in the Windows XP setup menu press the "R" key to repair Windows.

4. Log into your Windows installation by pressing the "1" key and pressing enter.
5. You will then be prompted for your administrator password, enter your password is you have any, otherwise just press Enter.
6. Copy the below two files to the root directory of the primary hard disk."e:" is your CDROM drive letter & "c:" is your Windows OS partition. This letter may be different on your computer.
      copy e:i386 tldr c:
      copy e:i386 tdetect.com c:
 7. Once both of these files have been successfully copied, remove the CD from the computer and reboot.

Normally NTLDR & NTDETECT.com are hidden files. So after youve copied to Windows OS partition type this commands

c:attrib ntldr +r +s +h and press enter
c:attrib NTDETECT.COM +r +s +h and press enter

and your system should now boot normally.


Available link for download

Read more »

Tuesday, October 4, 2016

How to fix MSVCR100 DLL is Missing

How to fix MSVCR100 DLL is Missing



This msvcr100.dll is the Microsoft Visual C++ Redistributable dll that is needed for projects built with Visual Studio 2010. The dll letters spell this out. 

MS = Microsoft
V = Visual
C = C++
R = Redistributable


When starting some applications or games like angry birds and fruit ninja for PC this error may occur. But don’t worry. Here is an easy solution to fix MSVCR100.dll missing error. Download and Install the files below depending on your operating system version and you can start your application or games.


Microsoft Visual C++ 2010 Redistributable Package (x86)
http://www.microsoft.com/download/en/details.aspx?id=5555

Microsoft Visual C++ 2010 Redistributable Package (x64)
http://www.microsoft.com/download/en/details.aspx?id=14632


Available link for download

Read more »