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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Screen Saver problems USER32.dll

Status
Not open for further replies.

maauro

Technical User
Joined
Nov 7, 2001
Messages
5
Location
BR
hi,

I got a NT Server Running SP6a i have problems when my screen saver starts ( I´m using a default screen saver= logon.scr and the password protection checkbox enabled)
It hangs and show the folowing pop-up:

Initialization of the dynamic library <system>\system32\user32.dll failed. The process is terminating abnormally.


Technet didn´t help me at all.
tks
Mauro Sato
Sao paulo
Brazil
 
You could try this.

HKLM\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows

Double click to edit the text.
Hit END key to get to end of text.
Use Back Arrow (not back space) to go back through text until you see SharedSection
Add ,512 after the second number.
This value should now look something like the following:
…. ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows …

Click Ok or whatever to close and reboot.
 
I´ve already tried it...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top