Remove unnecessary script call
This commit is contained in:
parent
0f102711b3
commit
080d2ac0ab
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/pwsh
|
#!/bin/pwsh
|
||||||
. "$PSScriptRoot/Drivers.ps1";
|
|
||||||
|
|
||||||
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 -AcceptAll;
|
Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;
|
||||||
|
|
Loading…
Reference in a new issue