Task Scheduler – powershell script

Short manual how to add a task with a power shell script

power-1

  • Programm/Script = C:windowssystem32windowspowershellv1.0powershell.exe
  • -> Add arguments = -noprofile -noexit -executionpolicy bypass -file C:pathscript.ps1
  • run with highest privileges