PortValhalla/profiles/KVM/Windows/Install.ps1

8 lines
218 B
PowerShell

#!/bin/pwsh
function Initialize-Configuration {
# Hide update which prevents use of WSL in KVM
Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;
}
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";