Remove unnecessary policy change
This commit is contained in:
parent
e4dc0ef2ec
commit
71e46db226
2 changed files with 0 additions and 17 deletions
scripts/Common/Scripts
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue