Local Windows methods
- Open Settings → Apps → Installed apps, choose the application and select Uninstall.
- For supported packages, inspect the exact ID with
winget listand uninstall it withwinget uninstall --id Publisher.Package. - 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.