DevOps | Scripts | Automation

PowershellScriptsWPF

How to Uninstall Software with PowerShell WPF?

This article describes the script to uninstall software using PowerShell GUI. It focuses on 3 aspects. You can uninstall with any of the methods mentioned.

  1. WMI method
  2. MSI package
  3. Using Registry

The script gives all 3 options and works for the single remote server. Sometimes the computer is not able to uninstall software using any specific method but we can try alternate methods to uninstall software.

Script download from GitHub

https://github.com/chiragce17/Uninstall_Software

Output:

Output: