Created
October 25, 2025 00:47
-
-
Save AldeRoberge/bfdc9e299bc9b2ddf9b7a6bfd7e27807 to your computer and use it in GitHub Desktop.
List of great programs you can mass install with Chocolatey :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| choco install googledrive --yes | |
| choco install clickup-official --yes | |
| choco install screentogif.install --version=2.35.2 --yes | |
| choco install github-desktop --yes | |
| choco install unity-hub --yes | |
| choco install sublimetext4 --yes | |
| choco install nvidia-broadcast --yes | |
| choco install googlechrome --yes | |
| choco install firefox --yes | |
| choco install qbittorrent --yes | |
| choco install 7zip --yes | |
| choco install discord --yes | |
| choco install zoom --yes | |
| choco install steam --yes | |
| choco install everything --yes | |
| choco install handbrake --yes | |
| choco install audacity --yes | |
| choco install mpc-hc --yes | |
| choco install http://paint.net/ --yes | |
| choco install sharex --yes | |
| choco install wiztree --yes | |
| choco install ccleaner --yes | |
| choco install sublimetext --version=4.0 --yes | |
| choco install unity --yes | |
| choco install cpu-z --yes | |
| choco install libreoffice --yes | |
| choco install notepadplusplus --yes | |
| choco install virtualbox --yes | |
| choco install git --yes | |
| choco install nodejs-lts --yes | |
| choco install python --yes | |
| choco install vscode --yes | |
| choco install hwmonitor --yes | |
| choco install f.lux --yes | |
| choco install obs-studio --yes | |
| choco install powertoys --yes | |
| choco install github-desktop --yes | |
| choco install winrar --yes | |
| choco install blender --yes | |
| choco install winmerge --yes | |
| echo AGX-Server | |
| choco install rabbitmq --yes | |
| echo Install completed. | |
| choco install sublimetext4 --version 4.0.0.418000 -y | |
| echo FMOD Studio needs to be installed manually. | |
| echo ClickUp needs to be installed manually. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment