Hide potentially unwanted update

This commit is contained in:
Manuel Thalmann 2024-01-09 02:09:11 +01:00
parent 080d2ac0ab
commit 1b25c7d506

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 {