2010年12月6日 星期一

Shutdown 立即關機


在開始執行下CMD後在命令列執行「Shutdown -s」即可,也可以作一個批次檔(BAT)內容如下:
echo Shutdown立即關機
Shutdown -s


要中止系統關機指令如下
echo Shutdown中止系統關機
Shutdown -a


echo 重新開機(reboot)
shutdown -r -t 0

Shutdown命令說明:
使用方式: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]

沒有引數 顯示這個訊息 (和 -? 相同)
-i 顯示 GUI 介面,必須是第一個選項
-l 登出 (不能和 -m 選項一起使用)
-s 電腦關機
-r 關機並重新啟動電腦
-a 中止系統關機
-m \\\\computername 從遠端進行關機/重新啟動/中止
-t xx 將關機等候時間設定成 xx 秒
-c "comment" 關機註解 (最多 127 個字元)
-f 強制關閉執行中的應用程式,不顯示警告
-d [u][p]:xx:yy 關機原因代碼
u 是使用者代碼
p 是預先計劃的關機代碼
xx 是主要原因代碼 (小於 256 的正整數)
yy 是次要原因代碼 (小於 65536 的正整數)

沒有留言:

Search Google

Google

熱門文章