schedule_shutdown
Schedule a one-time Windows shutdown for a specific time or after a delay. Use optional wake and force-close settings, but note that forced closing can lose unsaved work.
Instructions
Schedule a one-time Windows shutdown. Replaces an existing Windows Power MCP shutdown. Forced app closing can lose unsaved work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | RFC 3339 timestamp with timezone offset. | |
| afterMinutes | No | Minutes from now. | |
| wakeComputer | No | Ask Task Scheduler to wake the computer for this task. | |
| forceCloseApps | No | Force applications to close at shutdown. |