|
|
|
|
@ -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 |
|
|
|
|
|