让电脑(服务器)重起的bat 命令

桌面上新建一个txt的记事本文件,然后把如下内容输入进去:

@echo off
setlocal
cd/d %temp%
echo [version] > reboot.inf
set inf=InstallHinfSection DefaultInstall
echo signature=$chicago$ >> reboot.inf
echo [defaultinstall] >> reboot.inf

More...