diff --git a/foam_sync.ps1 b/foam_sync.ps1 index 12c42e5..ca4903f 100644 --- a/foam_sync.ps1 +++ b/foam_sync.ps1 @@ -56,8 +56,7 @@ $trigger = New-ScheduledTaskTrigger -Once -At (Get-Date) -RepetitionInterval (Ne $action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-NoProfile -NonInteractive -ExecutionPolicy Bypass -File `"$scriptPath`"" # Task settings -$settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries -ExecutionTimeLimit (New-TimeSpan -Hours 1) ` - -StopIfGoingOnBatteries:$false # Explicitly ensure it doesn't stop +$settings = New-ScheduledTaskSettingsSet -ExecutionTimeLimit (New-TimeSpan -Minutes 1) # Check and configure the scheduled task try {