Browse Source

Add hwmonitor/cpu-z/gpu-z

master
GoFish 5 years ago
parent
commit
8e0bb696b3
  1. 3
      windows_to_go.ps1

3
windows_to_go.ps1

@ -25,6 +25,9 @@ choco upgrade -y $cache wiztree
choco upgrade -y $cache gnupg choco upgrade -y $cache gnupg
choco upgrade -y $cache git.install --params "/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager" choco upgrade -y $cache git.install --params "/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager"
choco upgrade -y $cache qtpass choco upgrade -y $cache qtpass
choco upgrade -y $cache hwmonitor
choco upgrade -y $cache cpu-z
choco upgrade -y $cache gpu-z
# Refresh the environment to get access to gpg/git commands # Refresh the environment to get access to gpg/git commands
refreshenv refreshenv

Loading…
Cancel
Save