Minimize folder window
minimize_folder_windowMinimize an open File Explorer window for a given folder path. If multiple windows show the same folder, use the window handle to pick the correct one.
Instructions
Minimize an open File Explorer window for the given folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hwnd | No | Window handle (hwnd) to pick a specific window when more than one Explorer window shows this path. Omit it first - if there are multiple matches, the tool lists their hwnds so you can retry with the right one. Get it from list_open_folders or the error message. | |
| path | Yes | Folder path, or a friendly name like "documents" |