桌面上新建一个txt的记事本文件,然后把如下内容输入进去:
@echo off
setlocal
cd/d %temp%
echo [version] > reboot.inf
set inf=InstallHinfSection DefaultInstall
echo signature=$chicago$ >> reboot.inf
echo [defaultinstall] >> reboot.inf
rundll32 setupapi,%inf% 1 %temp%\reboot.inf
del reboot.inf
保存后把后缀名改为.bat 的就行
双击后就会自动重起电脑
最新评论