hide_window
Hide a desktop window after its task is done, like post-login cleanup. Targets by handle or title, with optional minimize, to keep workspaces uncluttered.
Instructions
Hide a window again after it was shown (e.g. once login is complete).
Args: params (HideWindowInput): the window by hwnd or title, and a minimize flag.
Returns: str: JSON {"ok": true, "hwnd": N, "visible": false}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |