Hide potentially unwanted update
This commit is contained in:
parent
080d2ac0ab
commit
1b25c7d506
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue