Add Out-Null
parent
e9bd2bd32b
commit
21cc2c8b78
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue