> Thanks for your tips i will check that out. By the way, the login script
> started under the group policy "Login script". This happen on local office
> and remote office that login script won't run under group policy. What
> would
> be other possibilities of cause?
>
> Kent
>
> "Jeremy" wrote:
>
>> It could be that the users arfe logging in via the fast user logon
>> optimisation feature of windows XP. This can be modified in a GPO called
>> "Always wait for the network prior to loggin on" or something like that.
>> See
>> this article:
http://support.microsoft.com/kb/305293>>
>>
>>
>> You need to put some error handling in the logon script.
>> Try redirecting the output of the net use commands to a log file so you
>> can
>> see what is happening.
>>
>> Cheers,
>> Jeremy.
>>
>> "Koala78" wrote:
>>
>> > There is a login.cmd script supposes to run to create network drives
>> > when
>> > user logs on. The network is consist of 25 staff and few remote sites.
>> > User
>> > logins in the morning successful without problem but the scripted
>> > network
>> > drive doesn't appear in my computer. I believe is login using the
>> > cache
>> > credential. Not sure what is happening there. Some people has not
>> > problem
>> > and some people has problem seeing the mapped drive. The map drives
>> > are
>> > hidden share folder on the server.
>> >
>> > Need some help here!!