From 0ea3fe3258398e8627d7c3a75477389fb3af2b38 Mon Sep 17 00:00:00 2001 From: Tim Wright Date: Tue, 17 Dec 2024 05:36:15 +0000 Subject: [PATCH] quiet --- vhdbuilder/packer/configure-windows-vhd.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {