usrlogon.cmg hangs

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!
 
M

Matthew Harris [MVP]

Assuming the user's account in AD is the same, have you
tried giving this user a new profile?

-M
 
G

group6

NT 4 domain, no AD. Yes, I have deleted and made a new profile, with the
same results.
 
M

Matthew Harris [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top