Using Computer Startup Scripts to Map Drives in Windows

How to create a batch file for network drive mapping You can add switches to your script for different options, such as: /delete - to delete a mapped drive /persistent:yes/no - to reconnect the drive upon login. I personally leave it the way it is and just add one more line: del .bat. This way, I drop it in a user's startup folder and it will run once and that's it. How to Map Network Drives From the Command Prompt in … Aug 11, 2017

Script to map Network shares - Apple Community

Login Script to map drives based on group membership

Mar 09, 2017

How to map a network drive using Command Prompt on Windows