From 8e0bb696b379e19e308bd8b7b157eecb593c9edf Mon Sep 17 00:00:00 2001 From: GoFish Date: Sun, 13 Dec 2020 01:22:23 +0000 Subject: [PATCH] Add hwmonitor/cpu-z/gpu-z --- windows_to_go.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 6d88e20..1c62ba7 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -25,6 +25,9 @@ choco upgrade -y $cache wiztree choco upgrade -y $cache gnupg choco upgrade -y $cache git.install --params "/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager" 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 refreshenv