last adjustment

pull/412/head^2
romanitho 2023-10-05 23:41:07 +02:00
parent 0b8721ca6b
commit a1152457f1
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ if (Test-Network) {
#Run user context scheduled task
Write-ToLog "Starting WAU in User context..."
Start-ScheduledTask $UserScheduledTask.TaskName -ErrorAction SilentlyContinue
Get-ScheduledTask -TaskName "Winget-AutoUpdate-UserContext" -ErrorAction SilentlyContinue | Start-ScheduledTask -ErrorAction SilentlyContinue
Exit 0
}
}