Sometimes, we need to leave the computer for a period of time to let it continue to download or allow certain programs. If we want to shut down the computer after running, how to set up the scheduled shutdown in win11? In fact, just use the shutdown command.
1. First, right-click the start menu in the lower left corner and open "Run"
2. Then in Enter "shutdown -s -t 7200" and press Enter to run.
(7200 here is the scheduled shutdown time in seconds, 7200 is the shutdown after 2 hours)
3. In this way, we can complete the timing Shutdown is set.
4. If you want to cancel the scheduled shutdown, just enter "shutdown -a" and press Enter.
5. After confirmation, you can cancel the scheduled shutdown.
The above is the detailed content of Teach you how to set up Win11 scheduled shutdown. For more information, please follow other related articles on the PHP Chinese website!