Disconnected Mapped Drives - TechRepublic
Question
December 6, 2007 at 08:55 AM
dbradley@hospicecareofkan

Disconnected Mapped Drives

by dbradley@hospicecareofkan . Updated 18 years, 7 months ago

I have a tremendous amount of users that will end up with “Disconnected Drive” errors from the drives mapped to their workstation via .bat script at log on. The scripts run as follows:

net use h: /delete
net use i: /delete
net use h: \\server\share
net use i: \\server\share

I have changed the script to include /persistent:no

I then removed the delete command and had no luck. One thing I attempted was to run a .vbs script at log on via group policy to map the same drives and run a .vbs at to remove all drives. I met with no luck.

Additionally, there has been no change to the network besides the usual Windows updates.

This discussion is locked

All Comments