Skip to content

Commit f8bfd47

Browse files
committed
Add HWiNFO and NVIDIA App to the installer script
1 parent 9ee414d commit f8bfd47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Install-Software.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ $ChocoPrograms = [ordered]@{
8080
"GNU Octave" = "octave", "Free MATLAB alternative";
8181
"Google Drive" = "googledrive", "Cloud storage client";
8282
"Gpg4Win" = "gpg4win", "GPG / PGP software for encryption and signing";
83+
"HWiNFO" = "hwinfo.install", "System monitoring utility";
8384
"ImageJ" = "imagej", "Image processing and analysis software";
8485
"Inkscape" = "inkscape", "Vector graphics editor";
8586
"Intel Driver & Support Assistant" = "intel-dsa", "Intel driver updater";
@@ -101,6 +102,7 @@ $ChocoPrograms = [ordered]@{
101102
"mRemoteNG" = "mremoteng", "Remote connections manager (RDP, VNC, SSH etc.)";
102103
"Mumble" = "mumble", "Group call platform";
103104
"Notepad++" = "notepadplusplus", "Text editor";
105+
"NVIDIA App" = "nvidia-app", "NVIDIA GPU driver utility";
104106
"NVM" = "nvm", "Node.js Version Manager";
105107
"Obsidian" = "obsidian", "A note-taking app";
106108
"OBS Studio" = "obs-studio", "Screen capture and broadcasting utility";

0 commit comments

Comments
 (0)