Logon problems

  • Thread starter Thread starter StressMonkey
  • Start date Start date
S

StressMonkey

I have a gentleman who sometimes has a problem when he logs in. It doesn't
always happen though. When he logs on. the log on command prompt pops up
and shows an error 85 and the computer locks up. He can't even cntrl alt
delte out of it, he has to hit the button. Sometimes it takes 3 or 4 times
before it rights itself and he can log in. It's something to do with his
logon script, correct?

Help?
 
"System error 85" on the logon script is the portion of the
logon script that maps the drives.

Error 85 simply means that the drive was already mapped, and the
script could not re-map it.


Home drive mapping is processed before the logon script runs. If the
home drive maps the drive letter successfully, the logon script fails
because the The local device name is already in use.

To fix the problem, change the drive letter mapping in the logon
script or in the home drive.
 
Back
Top