Skip to content

Instantly share code, notes, and snippets.

@Joooohee
Created September 19, 2024 12:17
Show Gist options
  • Save Joooohee/83744565aca466e675f09107279265ea to your computer and use it in GitHub Desktop.
Save Joooohee/83744565aca466e675f09107279265ea to your computer and use it in GitHub Desktop.
윈도우 작업 스케줄러 인스턴스 병렬 실행 설정 파워셀 스크립트
$newSettings = New-ScheduledTaskSettingsSet -MultipleInstances Parallel
Set-ScheduledTask -TaskName "[TaskName]" -Settings $newSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment