Created
September 19, 2024 12:17
-
-
Save Joooohee/83744565aca466e675f09107279265ea to your computer and use it in GitHub Desktop.
윈도우 작업 스케줄러 인스턴스 병렬 실행 설정 파워셀 스크립트
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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