EasyStudio - Easy Windows Reboot

Documentation - Video - Discord

Easy Windows Reboot lets you trigger native Windows shutdowns or reboots directly from your Unreal Engine Blueprints. Drop in a single Blueprint node to queue a reboot or shutdown, choose the action, and set an optional countdown in seconds. The plugin validates and clamps the countdown to Windows limits, executes the command through the operating system, and reports the result via log messages so you always know if the request succeeded.

Perfect for kiosks, simulations, training apps, or any Windows-only project that needs precise control over system reboots, this lightweight runtime module requires no additional setup beyond enabling the plugin. The node returns a success flag, making it easy to branch logic or display confirmations inside your game or tool.

Key Features:

- Shutdown or reboot Windows from Blueprints with a single node.

- Configurable countdown timer from 0 up to 100 days (315,360,000 seconds).

- Clean, C++ implementation with no external dependencies.

- Windows development and packaging support (Win64).