last adjustment

pull/410/head
romanitho 2023-10-05 23:41:07 +02:00
parent 044ae446c7
commit e42a8cedaa
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
}
}