Lou’s Lab

Voor ik verga tot stof en as, wil ik weten hoe de wereld was (RvhG)

User Tools

Site Tools


chocolatey:installatie

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

  • alle programmabestanden: %programdata%/chocolatey
  • logboeken: %programdata%/chocolatey/

meer info

chocolatey/installatie.txt · Last modified: 2023/07/20 10:03 by admin