Log On. Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments. Chocolatey. Homepage: Chocolatey.org Chocolatey is a machine-level package manager and installer for software packages, built for the Windows NT platform. It is an execution engine using the NuGet packaging infrastructure and Windows PowerShell to provide an automation tool for installing software on Windows machines, designed to simplify the process from the user perspective. I went to curl.haxx.se/dlwiz and looked at the window compiled versions. I found the following that worked relatively easily: The SSL enabled cab file 7.59.0 from Stefan Kanthak.. The 7.59 MinGW I use chocolatey as a package manager or software manager on different (remote) systems. WinRAR is also in my top 10 of software to be installed on new systems. I used ninite.com before, but Choco offers more applications and is fast, so now my goto-software is in order of priority is: Chocolately; Windows Store (I know, but it auto-updates Run installChocolatey.cmd from an elevated cmd.exe command prompt and it will install the latest version of Chocolatey. You can not run this from powershell.exe without making changes to your execution policy. How to check chocolatey version. You must first launch a PowerShell or Command Prompt window. Hit Windows key + R, type “cmd” (without the quotations), and then press Enter to complete the action. The Command Prompt window will open as a result. Type the following command and hit Enter once the Command Prompt window has opened: After the installation is complete, close the Command Prompt Window since we will need to open a new Command Prompt Window before Chocolatey will be ready to use. Install Node.js Using Chocolatey. We are ready to install Node.js from the command line! Press Win+X on your keyboard to bring up the Power User Menu in Windows. Select Command Prompt choco install ORIGINAL ANSWER: Another alternative would be to install the official Chocolatey GUI application. This includes a tab which shows all the currently installed applications in your machine. To install it, simply do: choco install chocolateygui. The GitHub Repository for Chocolatey GUI can be found here: Run Command prompt (administrator user) We are going to use the Command prompt to install the server applications such as Apache, PHP, and MySQL, so we need to run it with Administrator user rights. For that, in your Windows 10 or 11 search box type CMD, and as its icon appears click the Run as Administrator option. Open cmd as Administrator. Run the following command and press Enter. choco install -y terraform. Wait for command to finish. Check that terraform is installed : C:\WINDOWS\system32>terraform Usage: terraform [-version] [-help] [args] The available commands for execution are listed below. The most common, useful commands are shown AjjuS.