Cool Way To Shutdown Computer
![]() |
| Automatic PC Shutdown |
2. After the RUN window appears, type this:
shutdown.exe /s /t XXX
3. XXX is a timer for how long the computer will turn off in seconds. Then it can be replaced as you see it to be. For example:
2 minutes: shutdown.exe / s / t 120
1 hour: shutdown.exe / s / t 3600
4. Click OK or press Enter, a notification will appear that the computer will turn off within a specified time and the timer will start running.
Are there still other jobs that have not been completed?
Well, don't worry that the timer automatic shutdown can be canceled. To cancel automatic shutdown the same way, but the command typed is different, namely:
![]() |
| Cancel automatic shutdown |
2. After the RUN window appears, type this:
shutdown.exe / a
3. / a is a command to cancel a previous shutdown command.
4. Click OK or press the Enter key will display a notification that the timer shutdown has been canceled.



No comments