Skip to main content

Network Map Windows startup Script

· One min read

<br /> echo off<br /> cls<br /> net use z: /delete /y<br /> net use z: "192.168.1.1share" /y<br />

Note:  “Z is the drive letter I have assigned for this example – you can however change this to what you want (if it already is not in use of course).)