Disable confirmation dialogue

This commit is contained in:
Manuel Thalmann 2023-12-11 13:31:47 +01:00
parent d83eae2147
commit eed0d35ecf

View file

@ -1,7 +1,7 @@
#!/bin/pwsh
function Initialize-Configuration {
# Hide update which prevents use of WSL in KVM
Get-WindowsUpdate -KBArticleID KB5032190 -Hide
Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;
}
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";