Table of Contents

Windows Server

Setup

Network Drives

/c "net use W: "\\FileServer\Music" & net use X: "\\FileServer\Software" & net use Y: "\\FileServer\Downloads" & net use Z: "\\FileServer\Dereks Backups""
  • 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
  • Action > Create Task
  • General:
    • Name > Reconnect Network Drives
    • Run only when user is logged on
    • Configure for > Windows 10
  • Triggers > New:
    • Begin the task > At startup
  • Conditions > Network > Start only if the following network connections are available
  • Actions > New:
    • Action > Start a program
    • Program/Script > cmd.exe
    • Add arguments:
/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""
  • Download and run the following file to allow applications run as administrator to access these shares:
ShareNetworkShares.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000001
2018/07/17 12:34 · derek

TODO:

Update

Ports

433/TCP Windows Admin Center