Hide potentially unwanted update

This commit is contained in:
Manuel Thalmann 2024-01-09 02:09:11 +01:00
parent 3581e8f396
commit 0f2c6c0d4d

View file

@ -2,6 +2,7 @@
function Initialize-Configuration {
# Hide update which prevents use of WSL in KVM
Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;
Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;
}
function Install-PortValhallaDrivers {