Automating to uninstall software from a Windows machine can sometimes be a cumbersome task, especially to uninstall applications based on the versions installed. In such cases, PowerShell can come to the rescue by leveraging the Windows Registry to find and uninstall the application in question. Today, I’ll share a script that will uninstall almost any type of application, which can be used along with SCCM or MDM solutions as well.
Continue reading “Using Powershell to Uninstall Applications”Category: EUC
How to Uninstall Webex Active Touch Meeting Client
Cisco Webex comes with several installers which might seems a bit confusing for most of the system admins. Here is a quick overview of different installers available.
Continue reading “How to Uninstall Webex Active Touch Meeting Client”How to Install Winget on Windows 10 and 11
Winget is available on Windows 10 version 1809 (October 2018 Update) or later. It’s included by default in Windows 10 May 2020 Update (version 2004) and later versions. Upgrading to a supported version is necessary if you have an older Windows 10.
Sometimes, if the winget installation is corrupted due to some reason, you can the latest winget package from the github for installation. Here is how:
Continue reading “How to Install Winget on Windows 10 and 11”