How to reconnect drive on boot

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
How does one configure windows to reconnect to a mapped drive on boot should
someone disconnect the drive manaully during the previous session?
Thanks,
 
Hello,
How does one configure windows to reconnect to a mapped drive on boot should
someone disconnect the drive manaully during the previous session?
Thanks,

Jeremy,

If the drive is being attached on boot by a script, no action should be
required. If the drive was in the personal profile, and it is now gone, it must
be re added.

Either go into Windows Explorer and re map it, or re map it at the command
prompt.
# From Windows Explorer, Tools - Map Network Drive.
# From a command window, "net use DriveLetter: \\Server\Share /persistent:yes"
(substituting proper values for DriveLetter, Server, and Share)
 
Back
Top