Trending News
如何以指令重開電腦?
如何以指令重開電腦?
"開始"---"關機"--"重開電腦"....(除了這個方法請問還有其他的嗎?)
5 Answers
- 魚兒來Lv 62 decades agoFavorite Answer
XP的環境下可用shutdown
比方:
SHUTDOWN /t:25 /s 倒數25秒後關機
=======================================
SHUTDOWN.exe
Shutdown the computer
Syntax
SHUTDOWN [logoff_option] [/m \\Computer] [options]
logoff_option:
/i Display the GUI (must be the first option)
/l Log off. This cannot be used with /m or /d option
/s Shutdown
/r Shutdown and Restart
options:
/m \\Computer : A remote computer to shutdown.
/t:xxx : Time until system shutdown in seconds. The valid range is xxx=0-600 seconds. [default=30]
/c "Msg" : An optional shutdown message [Max 127 chars]
/f : Force running applications to close.
This will not prompt for File-Save in any open applications.
so will result in a loss of all unsaved data!!!
/d u:xx:yy : List a USER reason code for the shutdown.
/d P:xx:yy : List a PLANNED reason code for the shutdown.
xx Specifies the major reason code (0-255)
yy Specifies the minor reason code (0-65536)
- Anonymous2 decades ago
ctrl + ALT +Del會出現工作管理員畫面
點選關機選項
Source(s): 自己 - How do you think about the answers? You can sign in to vote the answer.