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