In this video I show how to install Chocolatey package manager on Windows 11 with the "Individual" installation type - if you're on a Windows Server or want to automate the installation process (even for multiple machines), then consider using the Ansible or PowerShell automation scripts.
Legenda:
PowerShell script: https://community.chocolatey.org/inst...
Official Chocolatey website: https://community.chocolatey.org/
Packages list: https://community.chocolatey.org/pack...
Commands I run:
Get-ExecutionPolicy
Set-ExecutionPolicy AllSigned (to Unrestrict everything)
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/inst...)
choco -h
choco list
If you prefer a written version of the guide, you can follow the steps here: https://ohmytechy.wordpress.com/2024/...
👍 Like this video? Give it a thumbs up!
🔔 Subscribe to my channel and hit the bell icon to stay updated with the latest tech tips and tutorials!
💬 Got questions or need help? Leave a comment below