
29-04-2009
|
 | Member | | Join Date: May 2008
Posts: 1,140
| |
| Re: Bad Image Checksum
To fix/resolve this, try to Extract a New Copy of the User32.dll File from the Windows XP CD - Extract a new copy of the User32.dll file from the Windows XP CD to the drive:\Windows\System32 folder on your hard disk, where drive is the drive on which Windows is installed.
- Insert a Microsoft Windows Millennium Edition (Me) or Microsoft Windows 98 Startup disk into your computer, and then restart the computer.
- When the Windows Startup menu appears, use the ARROW keys to select Start Computer with CD-ROM Support, and then press ENTER.
- Make a note of the drive letter of your CD-ROM drive.
- Rename the User32.dll file to User32.old. To do so, type the following lines at the command prompt, pressing ENTER after each line, where Drive is the drive on which Windows is installed:
Drive:
cd windows\system32
ren user32.dll user32.old
- Insert the Windows XP CD into your CD-ROM or DVD-ROM drive.
- Extract a new copy of the User32.dll file from the Windows XP CD to the Windows\System32 folder on your hard disk. To do so, type the following lines at a command prompt, pressing ENTER after each line, where CDROMDrive is the drive letter of the CD-ROM or DVD-ROM drive that contains the Windows XP CD-ROM, and Drive is the drive on which Windows is installed:
a:
extract CDROMDrive:\i386\user32.dl_ Drive:\windows\system32\user32.dll For example, if your CD-ROM is drive E and Windows is installed on drive C, type extract e:\i386\user32.dl_ c:\windows\system32\user32.dll, and then press ENTER.
- Remove the Windows 98 or Windows Millennium Edition startup disk from your computer, and then restart the computer.
|