Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Winlogon.exe - Entry Point Not Found

Status
Not open for further replies.

Madoublet98

Technical User
Feb 7, 2004
4
US
My other computer just locked up and now when i tried to reboot it, when it started to load windows i got this error message on a black screen:

Winlogon.exe - Entry Point Not Found
The Procedure entry point StrRetToBSTR could not be located in the dynamic link library SHLWAPI.dll.

I have no idea what this means, but when I click OK it just stays on the black screen and Windows wont load up.

Im running on Windows XP Home edition with an AMD Athlon processor i THINK. This is my sons computer not mine, but he was very tired and worried so i decided to post this for him.

What should I do?
 
In the same general notion as Forum Member gpalmer711's advice above:


1. Boot to Recovery Console.

2 . type the following commands
cd system32 [enter]

ren winlogon.exe winlogon.old
ren msgina.dll msgina.old
ren shell32.dll shell32.old
ren shlwapi.dll shlwapi.old

cd.. [enter]
cd servicepackfiles\i386 [enter]
copy MSGINA.DLL c:\windows\system32
copy SHELL32.DLL c:\windows\system32
copy WINLOGON.EXE c:\windows\system32
copy shlwapi.dll c:\windows\system32

if the folder servicepackfiles\i386 is not there, expand from the cd as Greg's article above explains.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top