Home > Article > System Tutorial > How to set a scheduled shutdown in win10 education version
php editor Xinyi teaches you a trick to easily set up a scheduled shutdown for Windows 10 Education Edition! In just a few steps, you can have your computer automatically shut down at a designated time, so you no longer have to worry about forgetting to shut it down! Come and learn this simple and practical technique now!
1. WN View the usage of the shutdown command and explanation of its parameters.
2. According to the usage and parameter explanation of the shutdown command, we can know that to implement automatic shutdown, you can use the following command:
shutdown -s -t 300
Among them, 300 represents the countdown time of automatic shutdown from this moment, and its unit is seconds, which means that automatic shutdown will be started after 300 seconds, that is, After 5 minutes, the system will automatically shut down. As for the specific time, it should be adjusted according to actual needs.
3. After hitting Enter, the system will prompt "Your login is about to be logged out. Windows will shut down in 10 minutes."
The above is the detailed content of How to set a scheduled shutdown in win10 education version. For more information, please follow other related articles on the PHP Chinese website!