About login scripts

G

Guest

Guest
Archived from groups: microsoft.public.windowsnt.domain (More info?)

Hi.

We have NT4 domain, XP workstations. Login scripts work fine, except when I
drop some mappings from them: the mapped drives still exists on each
workstation? Is there any solution to this?

Best regards, Alfred
 

billy

Distinguished
Jul 4, 2003
173
0
18,680
Archived from groups: microsoft.public.windowsnt.domain (More info?)

Yes. Start the login script with the following command...

NET USE * /D /yes

This will delete all mapped drives before remapping them so when the login
script is finished, only the drives you map in the script itself will be
mapped. Each new login will reset and begin from scratch.

Chris
http://www.ncscc.ca


"Alfred B" wrote:

> Hi.
>
> We have NT4 domain, XP workstations. Login scripts work fine, except when I
> drop some mappings from them: the mapped drives still exists on each
> workstation? Is there any solution to this?
>
> Best regards, Alfred
>
>
>