Chocolatey

Information

Operation

  • List installed packages: choco list --local-only
  • Upgrade all packages: choco upgrade all -y
  • Install multiple packages: choco install avastfreeantivirus 7zip bitwarden crystaldiskinfo fastcopy gimp git gnupg greenshot gsmartcontrol hashcheck libreoffice-fresh nextcloud-client openhardwaremonitor pdfsam pdftk-server powertoys putty screentogif signal thunderbird vlc vscode win32diskimager
  • Install additional packages: choco install bulk-crap-uninstaller caffeine keybase miktex mouse-jiggler tablacus teamviewer

Installation

  1. Ensure to have an open (non-proxied) internet connection.
  2. Open the Windows PowerShell (Admin)
  3. Issue:
    Set-ExecutionPolicy Allsigned -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Chocolatey is now installed on your system and can be used from both the Command prompt (Admin) and the PowerShell (Admin)

Adapted from: chocolatey.org/install