什么DOS命令等于重新启动计算机?
2022-12-14 · 百度认证:北京惠企网络技术有限公司官方账号
在win98以前有个dos命令reboot。
在XP之后有个cmd命令shutdown,用shutdown/r相当于重启,如果不希望倒计时提示则输入shutdown/r/t0
Usage:shutdown[-i|-l|-s|-r|-a][-f][-m\\computername][-txx][-c"c
omment"][-dup:xx:yy]
NoargsDisplaythismessage(sameas-?)
-iDisplayGUIinterface,mustbethefirstoption
-lLogoff(cannotbeusedwith-moption)
-sShutdownthecomputer
-rShutdownandrestartthecomputer
-aAbortasystemshutdown
-m\\computernameRemotecomputertoshutdown/restart/abort
-txxSettimeoutforshutdowntoxxseconds
-c"comment"Shutdowncomment(maximumof127characters)
-fForcesrunningapplicationstoclosewithoutwar
ning
-d[u][p]:xx:yyThereasoncodefortheshutdown
uistheusercode
pisaplannedshutdowncode
xxisthemajorreasoncode(positiveintegerle
ssthan256)
yyistheminorreasoncode(positiveintegerle
ssthan65536)