Browse Source

Add parsec

master
GoFish 5 years ago
parent
commit
026c1f3196
  1. 3
      windows_to_go.ps1

3
windows_to_go.ps1

@ -71,6 +71,9 @@ choco upgrade -y $cache discord
#choco upgrade -y $cache leagueoflegendseuw --ignore-checksum #choco upgrade -y $cache leagueoflegendseuw --ignore-checksum
choco upgrade -y $cache steam choco upgrade -y $cache steam
# Remote access
choco upgrade -y $cache parsec
# Install Microsoft updates # Install Microsoft updates
Enable-MicrosoftUpdate Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula -criteria "IsHidden=0 and IsInstalled=0" # Also install non-critical and non-Software updates Install-WindowsUpdate -acceptEula -criteria "IsHidden=0 and IsInstalled=0" # Also install non-critical and non-Software updates

Loading…
Cancel
Save