Disable confirmation dialogue
This commit is contained in:
parent
6adcc74545
commit
ca42267877
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/pwsh
|
#!/bin/pwsh
|
||||||
function Initialize-Configuration {
|
function Initialize-Configuration {
|
||||||
# Hide update which prevents use of WSL in KVM
|
# 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";
|
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";
|
||||||
|
|
Loading…
Reference in a new issue