#!/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";