Re: usrlogon.cmg hangs

From: Matthew Harris [MVP] (harris_at_crocker.ucdavis.edu)
Date: 02/23/04


Date: Mon, 23 Feb 2004 14:07:44 -0800

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

>-----Original Message-----
>NT 4 domain, no AD. Yes, I have deleted and made a new
profile, with the
>same results.
>
>
>
>"Matthew Harris [MVP]" <harris@crocker.ucdavis.edu> wrote
in message
>news:13eb701c3f800$1b133d40$a001280a@phx.gbl...
>> Assuming the user's account in AD is the same, have you
>> tried giving this user a new profile?
>>
>> -M
>>
>> >-----Original Message-----
>> >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!
>> >
>> >
>> >.
>> >
>>
>
>
>.
>



Relevant Pages

  • Constraining Group Policy
    ... I'm currently trying to rollout outlook 2003 to all of the machines in ... want to have to run the script on the command line for each user. ... The problem is that the user profile doesn't get created until the user ...
    (microsoft.public.windowsxp.security_admin)
  • Re: password protection of a file
    ... >> the trouble is that i want to use the command into a script. ... BTW, I haven't seen a single message from the OP, only the replies. ...
    (Debian-User)
  • rc.d/named
    ... I have quite a bit of trouble with the /etc/rc.d/named script. ... of the biggest issue was the rc_run_command was not issuing the run command ... However, when issuing /etc/rc.d/named ...
    (freebsd-questions)
  • Re: mailing output
    ... I am having a bit of trouble with a script that should email root the ... Currently we just run the command from cron and it gets sent to root's ...
    (AIX-L)
  • Re: source from within a script
    ... of course if I source the shell-script or .profile at the command prompt it ... but the problem is how to do that from within the shell-script. ... if I use the source scriptname the script would go on forever ...
    (comp.unix.shell)