cmd shutdown command is "shutdown". Specific method: Open the cmd command window and directly execute the "shutdown -s" command. The system will give a prompt and then automatically shut down after one minute; you can also execute the "shutdown -t 3600 -s" command to automatically shut down after one hour.
The operating environment of this tutorial: Windows 10 system, Dell G3 computer.
The cmd command line is available in every windows system. We can use the shortcut key win R to start cmd:
Use win R to pop up the run window and enter cmd, select OK
After that, cmd will be opened
To achieve shutdown, you need to use the shutdown
command
You can enter shutdown -?
After entering the above command, press Enter to execute
You will see all the available commands included in shutdown
Look carefully and you will find the shutdown command isS
We directly enter shutdown -s
to see what will appear
After execution, the system will give a prompt. By default, it will shut down the computer after one copy.
Prove that this is the command we need to shut down
If you want to specify a time, you can enter shutdown -t 3600 -s
shutdown - The meaning of the t 3600 -s
command is to automatically shut down the computer after one hour.
3600 refers to seconds, and 3600 seconds is one hour.
If we have set the shutdown after one hour, but find that one hour is not enough, or do not want to shut down
, then you can enter shutdown -a to cancel the shutdown
Recommended tutorial: "windows tutorial"
The above is the detailed content of What is the shutdown command of cmd?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version
Recommended: Win version, supports code prompts!

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
