uninstall_startup
Remove a user startup entry without triggering a UAC prompt. Returns a JSON confirmation with the task name and operation status.
Instructions
Remove user startup without showing UAC; elevated tasks may require an elevated server.
Returns: str: JSON {"ok": bool, "output": "...", "task_name": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |