diff --git a/vhdbuilder/packer/configure-windows-vhd.ps1 b/vhdbuilder/packer/configure-windows-vhd.ps1 index e7f60f883b7..11f34e7848e 100644 --- a/vhdbuilder/packer/configure-windows-vhd.ps1 +++ b/vhdbuilder/packer/configure-windows-vhd.ps1 @@ -429,7 +429,7 @@ function Install-WindowsPatches { Write-Log "Downloading windows patch from $pathOnly to $fullPath" Download-File -URL $patchUrl -Dest $fullPath -redactUrl Write-Log "Starting install of $fileName" - $proc = Start-Process -Passthru -FilePath wusa.exe -ArgumentList "$fullPath /norestart" + $proc = Start-Process -Passthru -FilePath wusa.exe -ArgumentList "$fullPath /quiet /norestart" Wait-Process -InputObject $proc switch ($proc.ExitCode) { 0 {