Skip to content

Commit

Permalink
Revert "Don't install KB5003638 update as it breaks the VM (#3557)" (#…
Browse files Browse the repository at this point in the history
…3627)

This reverts commit ff4ba2e.
  • Loading branch information
miketimofeev authored Jun 21, 2021
1 parent 1fb8c5d commit 83a5e88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions images/win/scripts/Installers/Install-WindowsUpdates.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@
################################################################################

Write-Host "Run windows updates"
# KB5003638 causes the windows server 2016 virtual machine to hang on shutdown step
if (Test-IsWin16) {
Get-WUInstall -MicrosoftUpdate
Write-Host "Hide update KB5003638"
Hide-WindowsUpdate -Confirm:$false -KBArticleID "KB5003638"
}
Get-WUInstall -MicrosoftUpdate -AcceptAll -Install -IgnoreUserInput -IgnoreReboot

0 comments on commit 83a5e88

Please sign in to comment.