Chocolatey Setup

PHOTO EMBED

Tue Jul 23 2024 20:16:06 GMT+0000 (Coordinated Universal Time)

Saved by @baamn #powershell

<#
Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process.
Now run the following command:
#>

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'))
content_copyCOPY

Powershell

https://docs.chocolatey.org/en-us/choco/setup/