# ๐Ÿ–ฅ๏ธ Plugin - System โ† Back to Plugins Provides system-level commands: lock, sleep, restart, and shutdown โ€” all with a mandatory confirmation step. > **Keywords:** `system` ยท `*` *(global โ€” active on every search)* - [Edit in `Plugins.json`](../Plugins.md) ## Usage ``` system lock โ†’ Lock the session system sleep โ†’ Sleep system restart โ†’ Restart the PC system reboot โ†’ Restart the PC (alias) system shutdown โ†’ Shut down ``` ## Confirmation step Every command requires a confirmation before executing. After selecting a command, a confirmation entry replaces the list: ``` โš ๏ธ Confirm: ๐Ÿ”„ System Restart? (Press Enter to confirm) ``` Typing anything else cancels the pending action automatically.