Shut down PC automatically: Windows 10
It is extremely convenient and power-saving to tell your computer different times to shut down automatically. It is enough to do a one-time setup for fixed times. If you want to specify a different time frame every day again, that is also possible.
Automatically shut down PC via Terminal
The Terminal is the most powerful area in your operating system. A whole range of useful commands are available to you here.- Start the terminal using the key combination [Windows] + [R]. Now enter the command "cmd" in the new text box to open the terminal.
- Using the command "shutdown -s -t XXXX -f", you can force the computer to shut down after a certain period of time. Substitute X with the time in seconds.
- Using the same method, you also tell your computer to reboot. For this, replace the S with an R.
- Using the form "at XX:XX shutdown -s", you can specify a time in 24-hour format.
- Such commands or entire chains of commands can be created on the desktop as a shortcut.
- To do this, right-click on the desktop, select "New" > "Shortcut"