You can create a little batch file (.bat) and put it in the startup folder so it runs when the pc starts
Just put the following into a .txt file
net use s: \\tower\movies /P:Yes (where "s:" is the drive letter, then \\tower\movies is the path to the nas and \P:Yes is meaning a persistent connection which will keep active)
Then save the .txt and rename it .bat and put it in the startup folder.
In fact, easier to put it as a scheduled task
goto Control panel, Administrative tools, scheduled tasks, and create one to run on startup and point to the batch file
so then just have the batch file anywhere really?
In fact, easier to put it as a scheduled task
goto Control panel, Administrative tools, scheduled tasks, and create one to run on startup and point to the batch file
THis doesn't work...
I think the issue may be its not remembering my different login details rather then not connecting? any ideas?
Yep, sure, exactly the same format just with the added usernameassword bit:
net use x: \\server1\share1 /user:bob1 password /persistent:yes
OK so this doesn't work however if I run the bat file it connects so im guessing its something todo with on startup?
well, the persistent:yes command means that it should automatically reconnect at startup, adding it as a scheduled task or in the startup folder is just a failsafe in case it doesn't reconnect. Try restarting now and see if the mapped drive remains on startup.
It remains just disconnected. Running the bat file then connects it or I can double click it and enter my pw and connect that way. Neither are what im after?
Then just need to sort out the scheduled task... it may be worth right clicking on the .bat file, go to properties, security and select run as administrator (I'm guessing using the auto logon bit may require elevated privileges). Does that help?
Edit: it's the compatibility tab, not security