재부팅 복구와 학습자 패널을 정리

This commit is contained in:
Yun Chan 2026-08-28 18:07:28 +09:00
parent dcb76a2373
commit 99779a6ab2
10 changed files with 442 additions and 25 deletions

View file

@ -113,8 +113,9 @@ $principal = New-ScheduledTaskPrincipal `
$settings = New-ScheduledTaskSettingsSet `
-AllowStartIfOnBatteries `
-DontStopIfGoingOnBatteries `
-MultipleInstances IgnoreNew `
-StartWhenAvailable `
-ExecutionTimeLimit (New-TimeSpan -Minutes 15)
-ExecutionTimeLimit (New-TimeSpan -Minutes 60)
Register-ScheduledTask `
-TaskName $TaskName `