Home > Operation and Maintenance > Windows Operation and Maintenance > What is the cmd command to remotely restart the computer?

What is the cmd command to remotely restart the computer?

王林
Release: 2020-07-13 10:47:42
Original
23642 people have browsed it

远程重启电脑的cmd命令是:【shutdown -r -f 1 -m \\ip地址】。具体方法是:1、打开命令提示符;2、执行命令【net use \\ip地址】;3、输入账号和密码;4、执行远程重启命令即可。

What is the cmd command to remotely restart the computer?

远程重启电脑的cmd命令是:【shutdown -r -f 1 -m \\ip地址】。

具体重启步骤:

1、打开命令提示符;

2、执行命令:   

net use \\ip地址
Copy after login

3、然后输入账号和密码,完成之后会显示命令已经成功完成;

4、接着再执行如下命令:

shutdown -r -f 1 -m \\ip地址
Copy after login

5、回车,此时远程电脑就会自动重启了。

The above is the detailed content of What is the cmd command to remotely restart the computer?. 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