Skip to content

Commit

Permalink
quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Jan 17, 2025
1 parent 10a4e8e commit 0ea3fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0ea3fe3

Please sign in to comment.