From 1b25c7d5060376de54d888a53a87d486921efb72 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 9 Jan 2024 02:09:11 +0100 Subject: [PATCH] Hide potentially unwanted update --- profiles/KVM/Windows/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/KVM/Windows/Install.ps1 b/profiles/KVM/Windows/Install.ps1 index f05b08c3..5124993e 100644 --- a/profiles/KVM/Windows/Install.ps1 +++ b/profiles/KVM/Windows/Install.ps1 @@ -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 {