Skip to content

Instantly share code, notes, and snippets.

@kam-daniel
Last active January 17, 2024 16:11
Show Gist options
  • Save kam-daniel/ad127dce64f45ca563173f638c7b71ce to your computer and use it in GitHub Desktop.
Save kam-daniel/ad127dce64f45ca563173f638c7b71ce to your computer and use it in GitHub Desktop.
This is a script to get the m drive returned to users client pcs
@echo off
net use G: \\10.30.1.5\apps /persistent:yes
@echo off
net use M: \\10.20.0.104\DATA /persistent:yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment