usrlogon.cmg hangs

  • Thread starter Thread starter group6
  • Start date Start date
G

group6

W2K SP4 running Terminal Server in NT domain. 100 users, all set up the same
way. TS Home Directory set as Connect to U \\server\share\%username%. Just
set up a new user, usrlogon.cmd hangs everytime at the same place:

C:\WINNT\Application Compatability Scripts>Net Use U: /D 1>NUL: 2>&1

Just this user! If I kill usrlogon.cmd at that point, the U drive is mapped.
If I choose Local Path and leave it blank in TS Home Directory, the U drive
is not mapped (obviously), and usrlogon.cmd does not hang. Just this user!!
Any help would be greatly appreciated. Thanks!
 
Assuming the user's account in AD is the same, have you
tried giving this user a new profile?

-M
 
Ok...try this...edit your usrlogon.cmd file where the
trouble was occurring:

Change this:

C:\WINNT\Application Compatability Scripts>Net Use U: /D
1>NUL: 2>&1

to this:

C:\WINNT\Application Compatability Scripts>Net Use U: /D

When the usrlogon.cmd script runs, you should see the
output of that command and you may be able to see an error
message. If this doesn't work and you don't see any error
messages, make sure that the script has "echo on" set.

-M
 
Back
Top