Created
August 3, 2024 17:08
-
-
Save Sy3Omda/357039148fd7b23bd71ee1d79c254641 to your computer and use it in GitHub Desktop.
Official Installation of chocolatey package by cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment