summaryrefslogtreecommitdiffstats
path: root/6-network.bat
diff options
context:
space:
mode:
authorbreadcat2018-07-10 14:22:04 +0100
committerbreadcat2018-07-10 14:22:04 +0100
commitc8b8716bc349173deae7990901182fe8a376faf2 (patch)
tree5e36c7c34180527fedf1145bbf32e402e5e176dd /6-network.bat
parent532a45ee7b68ee4f5606e1649380b3adf5e4d713 (diff)
downloadwin10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.gz
win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.bz2
win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.zip
Initial commit
Diffstat (limited to '6-network.bat')
-rw-r--r--6-network.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/6-network.bat b/6-network.bat
new file mode 100644
index 0000000..39b7f84
--- /dev/null
+++ b/6-network.bat
@@ -0,0 +1,4 @@
+rem connect to network shares
+net use Z: \\atlas\media /USER:%username% /PERSISTENT:YES
+net use Y: \\atlas\vault /USER:%username% /PERSISTENT:YES
+net use X: \\atlas\downloads /USER:%username% /PERSISTENT:YES \ No newline at end of file