winops_apps_uninstall
Remove Windows Store apps by specifying the PackageFullName. Get the package name from the app list, then uninstall for the current user or all users.
Instructions
Uninstall an AppX/Windows Store package by its PackageFullName.
Return Format
{"success": bool, "package_name": str}Examples
uninstall(package_name="Microsoft.XboxApp_48.49.31001.0_x64__8wekyb3d8bbwe")Notes:
Get PackageFullName from winops_apps/list.
Requires elevation for system/all-user packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all_users | No | Remove for all users (requires elevation). | |
| package_name | Yes | PackageFullName of the app to remove. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||