Screensie
Software removal

How to remotely uninstall Windows software.

Identify the exact application and its publisher-supported uninstall method before removing it.

Local Windows methods

  1. Open Settings → Apps → Installed apps, choose the application and select Uninstall.
  2. For supported packages, inspect the exact ID with winget list and uninstall it with winget uninstall --id Publisher.Package.
  3. For an MSI product when you know its product code, use msiexec.exe /x {PRODUCT-CODE}.
Avoid blind removal. Applications may share components, require user input or need a restart. Do not copy an uninstall command from an unrelated version.

With Screensie

Command Center reads registered uninstall records from the endpoint, displays application, publisher and version, and sends the selected product’s registered silent uninstall command only after confirmation. The result is returned to the technician without opening Apps & Features on the user’s screen.

Reference: Microsoft winget uninstall documentation.