How to use the shutdown scheduled shutdown command

王林
Release: 2020-05-28 14:11:12
Original
5585 people have browsed it

How to use the shutdown scheduled shutdown command

Press the WIN R key combination on the keyboard to open the run window, enter CMD, click OK, and open the command prompt

How to use the shutdown scheduled shutdown command

## Execute the command shutdown /? , press the Enter key to view the help information of the shutdown command.

How to use the shutdown scheduled shutdown command

The -s parameter of the shutdown command is to shut down the computer.

For example: if the computer shuts down after 60 seconds, the command is as follows:

shutdown -s 60
Copy after login

Recommended tutorial:

windows tutorial

The above is the detailed content of How to use the shutdown scheduled shutdown command. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template