Can I run a subst as admin when I startup?

  1. Run Task Scheduler as administrator
  2. Right click on Task Scheduler Library, choose “Create Task...”
  3. Under “General” tab, check “Run with highest privileges”
  4. Under “Triggers” tab, add “At log on” trigger
  5. Under “Actions”, put the parameters: Action = “Start a program”, Program/script = subst, Add arguments (optional) = T: E:\Code\SourceControl
  6. Under “Conditions”, uncheck “Start the task only if the computer is on AC power”
  7. Click “OK” to save the new task
  8. Log off and log on back again (or restart the computer)