PortValhalla/profiles/KVM/Windows/Install.ps1
2023-12-11 12:48:19 +01:00

8 lines
206 B
PowerShell

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