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