Windows 2000 /XP / 2003 Shutdown 指令

重新開機指令:
shutdown -r -t 10
10代表秒數,若為0代表立即重新開機.
關機指令:
shutdown -s -t 10
10代表秒數,若為0代表立即關機.
停止關機指令:
shutdown -a
shutdown -r -t 10
10代表秒數,若為0代表立即重新開機.
關機指令:
shutdown -s -t 10
10代表秒數,若為0代表立即關機.
停止關機指令:
shutdown -a