Skip to content

Commit

Permalink
last adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Oct 5, 2023
1 parent 044ae44 commit e42a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Winget-AutoUpdate/Winget-Upgrade.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit e42a8ce

Please sign in to comment.