TimeOff is a straightforward Windows desktop application that allows users to schedule an automatic shutdown of their computer after a specified time interval. Built with C# and WPF, it's ideal for scenarios like downloading large files overnight or setting a timer to power down your PC after a task completes.
- Simple Interface: Start or stop the shutdown timer with a single button.
- Automatic Shutdown: The application will automatically shut down your computer once the timer expires.
- Lightweight: Minimal resource usage, ensuring it doesn't interfere with other applications.
-
Clone the repository:
git clone https://github.com/YevheniiDimov/TimeOff.git
-
Open the solution:
Open
TimeOff.slnin Visual Studio. -
Build the project:
Build the solution to compile the application.
-
Run the application:
Execute the compiled application to start using TimeOff.
-
Start the Timer:
- Launch the application.
- Click the "Start Timer" button to initiate the countdown.
-
Stop the Timer:
- If you wish to cancel the scheduled shutdown, click the "Stop Timer" button.
Once the timer reaches zero, your computer will automatically shut down.
This project is licensed under the CC0-1.0 License, placing it in the public domain. You are free to use, modify, and distribute this software without any restrictions.