Unified App Uninstaller

Uninstalling software sounds simple—until you do it across multiple machines, with inconsistent install paths and leftover registry entries. This script handles software removal using both registry and WMI methods, making cleanup more complete and repeatable.

Key Features

  • Multiple Uninstall Methods – Uses both registry and WMI to locate and remove applications.

  • Bulk Removal – Supports scripting against multiple machines or software titles.

  • Error Handling & Logs – Catches uninstall failures and logs all actions for troubleshooting.

  • Lightweight & Adaptable – Minimal overhead, easy to integrate into cleanup routines.

  • Bloatware & Legacy App Cleanup – Excellent for maintaining clean, lean endpoints in support environments

A utility born out of frustration. Now, it’s part of the workflow—and cleanup never looked so clean.

Description

A utility script for bulk uninstalling software across endpoints. Uses both registry and WMI checks for complete app removal.