I'm trying to install updates from WindowsUpdate on my Windows XP computer, but I keep encountering a winlogon.exe error. What's going on?
January 27, 2004
A. The full text of the error you're referring to is "Winlogon.exe. Entry Point Not Found. The procedure entry point AssocIsDangerous could not be found in the dynamic link library SHLWAPI.DLL." This problem is typically the result of installing XP Service Pack 1 (SP1) without restarting the computer when prompted, then attempting to access other updates from the WindowsUpdate site. Performing these actions corrupts certain DLLs. Because the corrupted DLLs are core files, you can't repair them while Windows is running. To repair the damaged files, you need to boot into the Recovery Console (RC), which you might have installed locally or which you can access from the XP installation CD-ROM, by performing the following steps:
Reboot your computer.
If you've installed the RC locally on your computer, select "Recovery Console" from the boot menu; otherwise, access the RC from the XP installation CD-ROM.
Select R to repair your installation, then select C to start the RC.
When prompted, review the available XP installations and enter the number that appears next to the XP installation that you want to repair.
Enter the Administrator account password.
Navigate to the System32 folder. For example, type
cd windowssystem32
Rename the winlogon.exe, msgina.dll, shell32.dll, and shlwapi.dll files with the .old file extension by typing
ren winlogon.exe winlogon.old ren msgina.dll msgina.oldren shell32.dll shell32.oldren shlwapi.dll shlwapi.old
Copy the service pack version of these files to the System32 folder by typing
cd ..servicepackfilesi386copy msgina.dll c:windowssystem32 copy shell32.dll c:windowssystem32copy winlogon.exe c:windowssystem32 copy shlwapi.dll c:windowssystem32
Reboot the computer.
About the Author
You May Also Like