

You can remove a package by using the choco uninstall command. For example, to install Python 3, Open the PowerShell and type the following command. Verify your Chocolatey installation by executing the choco -v command: Installing a software with ChocolateyĬhocolatey can install software on Windows 10 with a single command. Wait until the program is installed, after that we need to close the PowerShell window and reopen it. Next, copy and paste the following command into the PowerShell window and press Enter: Set-ExecutionPolicy Bypass -Scope Process -Force ::SecurityProtocol = ::SecurityProtocol -bor 3072 iex ((New-Object ).DownloadString('')) We can do this by right clicking the start button and selecting PowerShell (Admin) from the menu. To install Chocolatey, you need to open the PowerShell window as an administrator. The commands for PowerShell as not exactly the same as they are. Chocolatey is a CLI-based package manager for Windows 10, similar to apt or yum command on Linux or Homebrew on macOS. In this tutorial well take a look at how to install chocolatey on windows using cmd.exe.

In this tutorial we are going to look at how to install Chocolatey on Windows 10/Server.
