Remove unnecessary policy change

This commit is contained in:
Manuel Thalmann 2024-09-03 16:31:12 +02:00
commit 71e46db226
2 changed files with 0 additions and 17 deletions
scripts/Common/Scripts

View file

@ -57,10 +57,6 @@ $null = New-Module {
$env:CONFIG_MODULE = Resolve-Path $env:CONFIG_MODULE;
}
if (Test-Admin) {
Disable-WindowsUpdateAutoRestart;
}
New-Alias -Force "sudo" gsudo;
}