Mount a network drive when windows starts up without being logged in.
Posted
by GLB03
on Server Fault
See other posts from Server Fault
or by GLB03
Published on 2009-08-12T01:27:09Z
Indexed on
2010/05/03
19:08 UTC
Read the original article
Hit count: 252
Current Scenario: I have a NAS Box, and a Windows 2003 Server that our recording software is on (Security Cameras). The software stores the data on the NAS box. Currently someone has to be logged in with valid credentials in order to keep the drive mounted (e.g. domain admin). I know you can mount the drive with a batch file, but this stores credentials in clear text and is not a good solution. I am looking for another way to get the drive to mount on startup without someone having to be logged in. I do have a generic account setup that has access to read/write to the drive but can't log-in interactively, this is the account I would like to use to mount it if any. Any suggestions?
© Server Fault or respective owner