diff --git a/profiles/KVM/Windows/Install.ps1 b/profiles/KVM/Windows/Install.ps1 index f05b08c3..5124993e 100644 --- a/profiles/KVM/Windows/Install.ps1 +++ b/profiles/KVM/Windows/Install.ps1 @@ -2,6 +2,7 @@ function Initialize-Configuration { # Hide update which prevents use of WSL in KVM Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll; + Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll; } function Install-PortValhallaDrivers {