open_app
Launch an installed application by its display name, executable name, or full path. Specify either name or path to start the app directly.
Instructions
启动一个已安装的应用。
Args: name: 应用显示名(如 "Docker Desktop")或 exe 名(如 "notepad")。 会按注册表 DisplayName 或 PATH 查找。 path: 应用 exe 的完整路径(优先于 name 使用)。
Returns: 是否成功启动,以及使用的路径/对象。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No |