Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahrens007/windows-shutdown-interface
Interface for shutting down Windows at a specified time.
https://github.com/nahrens007/windows-shutdown-interface
Last synced: 3 days ago
JSON representation
Interface for shutting down Windows at a specified time.
- Host: GitHub
- URL: https://github.com/nahrens007/windows-shutdown-interface
- Owner: nahrens007
- Created: 2017-09-29T18:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T21:18:32.000Z (over 7 years ago)
- Last Synced: 2024-11-16T17:05:26.201Z (2 months ago)
- Language: Makefile
- Size: 6.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windows-shutdown-interface
Interface for shutting down Windows at a specified time.# Functionality
- Shut down the computer by specifying the date/time to shut down.
- Shut down the computer by specifying the number of hours, minutes, and seconds to wait for shutdown.# Goal
The goal of this program is to allow the user to choose a date/time or an amount of time to pass by before shutting down the computer. This becomes valuable when you have a program that is running (perhaps downloading a large file) that you expect to have finished by a certain time, but don't want to manually shut down the computer when it finishes.# Tech Specs
The program is written in C++ using the Qt GUI library.
The computer is shut down the same way that it would be by issuing the command "shutdown.exe /s /f /t 0". This causes