Wednesday, January 6, 2010

windows xp blue screen - c0000139

he solution is to restore the GDI32.dll from the service pack into Windows system folder with the following steps:
  1. Boot from a Windows CD or BartPE.
  2. At Welcome to Setup screen, press “R” to start repair option and open up a
  3. Recovery Console’s command prompt window.
  4. Select the Windows installation to use, normally is C:\Windows and just one option. If so, press “1″ and hit Enter.
  5. If prompted for administrator password, enter the password (normally blank) and hit Enter.
  6. Make a backup of existing GDI32.dll in system folder with following command:
    REN C:\Windows\System32\GDI32.dll C:\Windows\System32\GDI32.dll.old
  7. Replace “C” of the drive letter of your Windows installation drive if necessary.
  8. Then copy backup GDI32.dll to the system folder with the following commands:
    copy C:\Windows\ServicePackFiles\i386\GDI32.dll C:\Windows\System32\GDI32.dll
  9. Replace “C” with your own system drive letter if applicable.
  10. Restart computer.
If you don’t have the original Windows XP CD, or been asked for administrator password which you don’t have or doesn’t set and hence unable to run restore options, try to boot from any other bootable floppy diskette, or bootable CD/DVD. If you’re on dual-boot system, it’s possible to boot from another OS to access the Windows XP installation, but make sure you use the proper path.

No comments:

Post a Comment