Answers for "what is chocolatey"

C
1

chocolatey

1. Open PowerShell with admin rights
2. 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'))

3. Wait a few seconds for the command to complete.
4. If you don't see any errors, you are ready to use Chocolatey! Type choco or choco -? now, or see Getting Started for usage instructions.
Posted by: Guest on October-06-2021
12

what is chocolatey

// Chocolatey is a package management software for Windows operating system.
Posted by: Guest on September-03-2020

Code answers related to "C"

Browse Popular Code Answers by Language