Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 669 Bytes

chocolatey.md

File metadata and controls

18 lines (12 loc) · 669 Bytes

Chocolatey

# PS as admin

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco --version

TODO: add tab completetion to PS profile.

WARNING: Not setting tab completion: Profile file does not exist at 'C:\Users\wcd\Documents\PowerShell\Microsoft.PowerShell_profile.ps1'.