Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walidadebayo/shutdownpcscheduler
https://github.com/walidadebayo/shutdownpcscheduler
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/walidadebayo/shutdownpcscheduler
- Owner: Walidadebayo
- License: mit
- Created: 2024-02-09T09:35:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:36:19.000Z (11 months ago)
- Last Synced: 2024-11-09T00:56:03.863Z (2 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ShutdownPCScheduler
ShutdownPCScheduler is a simple C++ application that allows you to schedule your PC to shutdown or restart after a specified number of minutes.
## Features
- Schedule a shutdown
- Schedule a restart
- Interactive menu## How to Use
1. Compile the `shutdown-pc.cpp` file or run the `shutdown-pc.exe`
2. Run the compiled file.
3. You will be presented with a menu. Enter the number corresponding to the action you want to perform:
- 1: Schedule a shutdown
- 2: Schedule a restart
- 3: Exit the program
4. If you choose to schedule a shutdown or restart, you will be asked to enter the number of minutes after which the action should occur.## Requirements
- A C++ compiler
- A Windows operating system## Disclaimer
Use this program at your own risk. Make sure to save all your work before scheduling a shutdown or restart.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)