Add Out-Null

pull/428/head
romanitho 2023-10-17 11:17:21 +02:00
parent e9bd2bd32b
commit 21cc2c8b78
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ function Invoke-PostUpdateActions {
### End of post update actions ###
#Reset WAU_UpdatePostActions Value
$WAUConfig | New-ItemProperty -Name WAU_PostUpdateActions -Value 0 -Force
$WAUConfig | New-ItemProperty -Name WAU_PostUpdateActions -Value 0 -Force | Out-Null
#Get updated WAU Config
$Script:WAUConfig = Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Winget-AutoUpdate"