logon.exe

  • Thread starter Thread starter gballew
  • Start date Start date
G

gballew

I am getting the following at boot-winlogon.exe-entry
point not found- the procedure entry point StrRetToBSTR
could not be located in the dynamic link library
SHLWAPI.dll.
What is up with this, any input.
Gb
 
from this thread

http://www.techimo.com/forum/t76550.html

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 not there, expand from the cd

hth

philip ashley
 
Back
Top