diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 5968521..1c7ec62 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -18,9 +18,6 @@ choco install -y discord # Games choco install -y leagueoflegendseuw --ignore-checksum -# Re-enable UAC -Enable-UAC - # Install Microsoft updates Enable-MicrosoftUpdate Install-WindowsUpdate -acceptEula -criteria "IsHidden=0 and IsInstalled=0" # Also install non-critical and non-Software updates @@ -30,3 +27,6 @@ $computername = "GoFish-WinToGo" if ($env:computername -ne $computername) { Rename-Computer -NewName $computername -Restart } + +# Re-enable UAC +Enable-UAC