我使用调用shutdown.exe
来重新启动安装了不同版本 Windows 的机器。
对于 Windows XP,命令是:
shutdown.exe -r -f -t 01
对于其他版本的 Windows,我使用:
shutdown.exe /L /R /C /Y /T:1
现在看来,第二个命令在 Windows XP 上不起作用。有人知道哪些版本的 Windows 支持斜杠和哪些破折号?
编辑:
这不是错误参数的问题。这是受影响机器的打印输出(德国安装的 Windows XP):
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\shutdown.exe /L /R /C /Y /T:1
Syntax: shutdown.exe [-l | -s | -r | -a] [-f] [-m \\Computer] [-t xx]
[-c "Kommentar"] [-d up:xx:yy]
....