User Tools

Site Tools


win:network_drives

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
win:network_drives [2020/06/03 14:35]
derek
win:network_drives [2024/09/22 19:51] (current)
Line 14: Line 14:
  
 ====Setup==== ====Setup====
 +  * Open the network tab in Explorer and connect to the network share to authenticate for the first time, make sure to select ''Remember my credentials''
   * Open Task Scheduler   * Open Task Scheduler
-  * Action > Create Task +  * ''Action'' ''Create Task'' 
-  * General Name > ''Reconnect Network Drives'' +  * ''General'': 
-  Triggers > New: +    * ''Name'' > ''Reconnect Network Drives'' 
-    * Begin the task > ''At log on'' > ''Any User'' +    ''Run only when user is logged on'' 
-    * Delay task for > ''30 seconds'' +    * ''Configure for'' > ''Windows 10'' 
-  * Conditions > Network+  * ''Triggers'' > ''New'': 
-    * Select ''Start only if the following network connections are available'' +    * ''Begin the task'' > ''At startup'' 
-    Select ''Any Connection'' +  * ''Conditions'' ''Network''''Start only if the following network connections are available'' 
-  * Actions > New: +  * ''Actions''''New''
-    * Action > ''Start a program'' +    * ''Action'' > ''Start a program'' 
-    * Program/Script > ''cmd.exe'' +    * ''Program/Script'' > ''cmd.exe'' 
-    * Add arguments:+    * ''Add arguments'':
 <code> <code>
-/c "net use R: \\FileServer\Public & +/c "net use R: "\\FileServer\Public& net use S: "\\FileServer\Documents& net use T: "\\FileServer\Photos& net use U: "\\FileServer\Music& net use V: "\\FileServer\Video& net use W: "\\FileServer\Software& net use X: "\\FileServer\Dereks Documents& net use Y: "\\FileServer\Downloads& net use Z: "\\FileServer\Dereks Backups""
-net use S: \\FileServer\Documents & +
-net use T: \\FileServer\Photos & +
-net use U: \\FileServer\Music & +
-net use V: \\FileServer\Video & +
-net use W: \\FileServer\Software & +
-net use X: \\FileServer\Dereks Documents & +
-net use Y: \\FileServer\Downloads & +
-net use Z: \\FileServer\Dereks Backups"+
 </code> </code>
  
-  * Download and run the following file to make the change to the registry:+  * Download and run the following file to allow applications run as administrator to access these shares:
 <code reg ShareNetworkShares.reg> <code reg ShareNetworkShares.reg>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
win/network_drives.1591194932.txt.gz · Last modified: 2024/09/22 19:51 (external edit)