diff --git a/profiles/KVM/Windows/Install.ps1 b/profiles/KVM/Windows/Install.ps1 index 6a11e135..18c87f0e 100644 --- a/profiles/KVM/Windows/Install.ps1 +++ b/profiles/KVM/Windows/Install.ps1 @@ -1,7 +1,7 @@ #!/bin/pwsh function Initialize-Configuration { # Hide update which prevents use of WSL in KVM - Get-WindowsUpdate -KBArticleID KB5032190 -Hide + Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll; } . "$PSScriptRoot/../../Generic/Windows/Install.ps1";