Chocolatey the Silent Installer

Share on:

Chocolatey is similar to apt-get / yum in linux environment. One command line to install many software, and upgrade to the latest version.

https://chocolatey.org/packages

Here is my cmd:

  • choco install -y googlechrome firefox vscode adobereader jre8 7zip.install git.install brave powertoys calibre everything foobar2000 microsoft-teams anki gitextensions winscp irfanview keepassxc windirstat

geforce-game-ready-driver is having an issue here. I installed it using the classic way.

choco upgrade all -y is the cmd to upgrade all the installed software.

Chocolatey