Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Windows Package Manager: How to install, upgrade or uninstall Chocolatey

Posted on 25/05/202019/09/2023 IT Expert By IT Expert No Comments on Windows Package Manager: How to install, upgrade or uninstall Chocolatey
  1. Home
  2. Windows
  3. Windows Package Manager: How to install, upgrade or uninstall Chocolatey
Windows Package Manager

Chocolatey is a secure and simple Windows package manager. Windows package managers are a collection of tools that enable users to automate the installation, configuration, and updating of apps and programs. It is free and open-source for personal and business use. For users who need advanced functionality, Chocolatey offers premium upgrades. For a similar guide on how to install Windows Package Manager (Winget), see the following link, and how to install applications with Windows Package Manager (Winget). It can also manage things you would normally xcopy deploy (like runtime binaries and zip files).

What does Chocolatey bring?  

Chocolatey Software Management Tool replaces the traditional way of searching for a .exe or .msi application file on a website, then download the installer before executing it (the rigorous process of clicking on several next, etc., till the software is finally installed) and then click on finish to end the installation process.

With  Chocolatey Software Management Tool, these steps have been simplified and made it easy to achieve the same with Command Prompt or PowerShell. We shall see this later as we install and uninstall packages quite easily.

Install Chocolatey

To install chocolatey, follow the steps below.
1: Install with PowerShell: You can install Chocolatey with PowerShell, but this requires an additional step. You must set the ExecutionPolicy.
– For more set the ExecutivePolicy, see https://techdirectarchive.com/2020/02/04/how-to-set-execution-policy/
– For to set the PowerShell Execution Policy via the registry settings,

Note: Get-ExecutionPolicy is not restricted. To fix this, it is advisable to use the “Bypass” policy to let the script run.

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Ensure to launch PowerShell with Administrative privilege and run the above code

Chocolatey

Now, chocolatey is installed on your server.

To see how to install, upgrade and uninstall software with Chocolatey, see

2: Via the Command Prompt: To run Chocolatey, launch Command Prompt withAdministrator privilege

install Chocolatey

– Next, copy the command below to the command prompt and click on enter.

@"%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://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

This will ensure, that Chocolatey is installed on to your server.

How to upgrade Chocolatey

Once installed, Chocolatey can be upgraded in exactly the same way as any other package that has been installed using Chocolatey. Simply use the command to upgrade to the latest stable release of Chocolate.

choco upgrade chocolatey

How to uninstall Chocolatey

Once installed, Chocolatey can be uninstalled in the following way by simply removing the folder and the environment variable(s) that are created on your device. Since it is not actually installed in Programs and Features, you don’t have to worry that it cluttered up your registry. However, that’s a different story for the applications that you installed with Chocolatey or manually).

Most of Chocolatey is contained in C:\ProgramData\chocolatey or whatever $env: ChocolateyInstall evaluates to. You can simply delete that folder.

Note: Ensure you check the box to show the “Hidden items” or else the folder ProgramData will not be visitable.

For other installation scenarios, see the following link. However, I hope you found this blog post helpful. Furthermore, Please let me know in the comment session if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Package Management, Packages

Post navigation

Previous Post: How to uninstall the DriveLock Agent from your device
Next Post: Windows Package Manager: How to install applications using Chocolatey?

Related Posts

  • Dellupdate 1
    Fix for security vulnerabilities in the BIOS firmware for some Intel Processors Windows
  • slide10
    Add Dynamic Wallpaper controlled by time on Windows 10 and 11 Windows
  • BitLocker beviour when MBAM Agent is removed   No uninstall options in control panel to remove app
    BitLocker behavior when MBAM agent is removed: No Uninstall Option in Control Panel Windows
  • chocolatey logo 1
    Windows Package Manager: How to install applications using Chocolatey? Windows
  • QueryBitLocker1
    Query Windows BitLocker status remotely Windows
  • Prevent Local Administrators from turning off BitLocker 1
    Prevent Local Administrators from managing BitLocker with the manage-bde command Windows

More Related Articles

Dellupdate 1 Fix for security vulnerabilities in the BIOS firmware for some Intel Processors Windows
slide10 Add Dynamic Wallpaper controlled by time on Windows 10 and 11 Windows
BitLocker beviour when MBAM Agent is removed   No uninstall options in control panel to remove app BitLocker behavior when MBAM agent is removed: No Uninstall Option in Control Panel Windows
chocolatey logo 1 Windows Package Manager: How to install applications using Chocolatey? Windows
QueryBitLocker1 Query Windows BitLocker status remotely Windows
Prevent Local Administrators from turning off BitLocker 1 Prevent Local Administrators from managing BitLocker with the manage-bde command Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Screenshot 2022 05 21 at 11.42.39
    How to remove a member from Trello Board JIRA|Confluence|Apps
  • SUID GUID Sticky Bit 1
    Set Special File Permissions with SUID or GUID and Sticky Bit Linux
  • How to Upgrade Windows 10 with an Unsupported CPU TPM 1.0 to Windows 11
    Upgrading from Windows 10 with Unsupported CPU and TPM 1.0 Windows
  • MSIEXEC returned 1602
    Fix MSIEXEC returned 1602: Trellix Setup cannot use this account Windows Server
  • iso10
    Mount an ISO image in Windows 10 and 11 Windows
  • Azure Storage 1
    Azure CLI: How To Upload Batch Files to Azure Storage Account AWS/Azure/OpenShift
  • WIinG
    Capture and Record your Screen in Windows 10 with Xbox Game Bar Windows
  • veeam backup for Proxmox VE
    Backup and Restore Proxmox VE virtual machines with Veeam Backup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,796 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.