Table of Contents

Chocolatey installatie

context

dit document beschrijft hoe je Chololatey installeert.

installatie

  1. start Powershell als administrator
  2. voer volgend commando uit:
    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  3. herstart je CMD als administrator

configuratie

choco feature enable –name=allowGlobalConfirmation: aanvaard default opties.
Nodig als je unattended installaties doet (via deployment engine, bv).

werking

zoeken

choco search <software>

info

choco info<software>

installatie

choco install<software>

upgrade

choco upgrade<software>

verwijderen

choco uninstall<software>

nuttige pakketten

system

choco install visualstudiocode 7zip greenshot sysinternals sql-server-management-studio

desktop

choco install visualstudiocode 7zip nextcloud-client firefox mobaxterm greenshot sysinternals openoffice

bestanden

meer info