Skip to navigation
Install Chocolatey, a windows package manager for user
21.04.26
Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process. run ``` 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')) ```
https://chocolatey.org/install
Reply
Anonymous
Information Epoch 1777128161
Silence is golden.
Home
Notebook
Contact us