の呼び出しを使用して、shutdown.exe異なるバージョンの Windows がインストールされているマシンを再起動します。
Windows XP の場合、コマンドは次のとおりです。
shutdown.exe -r -f -t 01
私が使用する他のバージョンの Windows の場合:
shutdown.exe /L /R /C /Y /T:1
現在、2 番目のコマンドは 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]
....