Shutdown with Timer is a simple, modern Windows tool to schedule shutdown, lock, or sleep actions on your PC.
The app is developed using C# (.NET 8) and WPF, and uses the MahApps.Metro UI framework for a clean, modern user interface.
- Scheduled shutdown, lock, or sleep
- Input time in minutes
- Modern UI with dark/light theme support
- Minimizes to the system tray
- Lightweight and resource-friendly
The installer is available in the latest GitHub release:
➡️ Download ShutdownTimerSetup.exe – Latest version
For other platforms and older releases, visit:
➡️ View all releases
- Download the installer
- Run
ShutdownTimerSetup.exe - Follow the setup wizard
- Launch the app via the Start Menu or Desktop shortcut
By default, the app is installed to
C:\Program Files\Shutdown with Timer.
| Requirement | Details |
|---|---|
| Operating System | Windows 10 or Windows 11 (64-bit) |
| .NET Runtime | .NET 8 (automatically bundled if missing) |
This project is fully open source.
- .NET 8 (WPF, C#)
- MahApps.Metro
- Inno Setup for the installer
Shutdown-with-timer/
├── LICENSE.txt # MIT License
├── README.md # This file
├── Setup/ # Inno Setup script
│ └── ShutdownTimerSetup.iss
├── src/ # App source code (MainWindow.xaml etc.)
└── .gitignore
This project is licensed under the MIT License.
You are free to use, modify, and distribute the code, including for commercial purposes – with proper attribution to the original author.
Developed by Gorang Nagpal
For questions or feedback, feel free to open an issue.