Tried it but it did not help the problem I am having is mostly the same on a
fresh boot of the computer I do not have any problems but if the user logs
off and an other users logs on and then logs off the next user logging in get
two or more disconnected network drives I have set all workstations to run a
netlogin.bat file at start up and have updated all symantec products and
windows xp updates but I still get disconnected drives.
Tech Support Tuckerton Police Department
"MFLR" wrote:
> Thank you,
>
> It does appear to have helped.
>
>
> "Simon Sheppard" wrote:
>
> > MFLR wrote:
> > >
> > > The network drives are simply not disconnecting any way any how when the
> > > user simply logs into the network, ie logging out then logging back in. A
> > > Reboot clears the connections and the login works fine mapped drives etc.
> > > work fine. From there if I clear or disconnect the drives using either
> > > explorer or a net use * /del the drive letters still show up but show up as
> > > disconnected,
> > <snip>
> >
> >
> > I ran into this same issue recently - I feel your pain!
> >
> > This WSH script will disconnect and then Map the drives properly:
> >
> > http://www.ss64.com/wsh/drivemap.txt
> >
> > Save it as DriveMap.vbs
> >
> > 'Usage
> > ' cscript DriveMap.vbs <drive> <fileshare> //NoLogo
> >
> > e.g.
> > cscript DriveMap.vbs H: \\MyServer\MyShare //NoLogo
> >
> >
> >