⑴ 怎樣在dos模式下重啟電腦
重啟電腦的方法有以下幾種:
1、命令行 shutdown -r;
2、快捷鍵 同時按下ctrl+alt+del;
3、最簡單 直接按主機箱的restart鍵。
重啟:計算機操作通俗用語,意為重新啟動。主要作用是保存對系統的設置和修改以及立即啟動相關服務。
⑵ win7重啟dos命令如何操作
win7重啟dos命令的操作步驟如下:
需要工具:帶win7系統的電腦
1、首先在電腦桌面,點擊左下角開始菜單。
⑶ 在DOS下鍵入什麼命令重新啟動電腦
shutdown-help查看shutdown命令格式
shutdown-r表示完全關閉並重新啟動計算機。
shutdown-s 表示關機計算機,後面還可以跟上-t
-txxx將關閉前的超時時間設置為xxx秒。有效范圍是0-315360000(10年),默認值為30。
shutdown-r-t60表示系統將在1分鍾後重啟。
shutdown -a表示取消重啟操作。
⑷ 電腦無限循環重啟DOS命令
shutdown -r -t 1
保存成bat文件,可以有3種方法讓它啟動時運行
1、放啟動菜單
2、做個任務計劃,計算機啟動時執行。
3、加到系統注冊表的啟動項。
方法有,具體做法不詳述,怕你整人被罵。。。。^_^
⑸ 什麼DOS命令等於重新啟動計算機
在win98以前有個dos命令reboot。
在XP之後有個cmd命令shutdown,用shutdown /r相當於重啟,如果不希望倒計時提示則輸入shutdown /r /t 0
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \computername] [-t xx] [-c "c
omment"] [-d up:xx:yy]
No args Display this message (same as -?)
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without war
ning
-d [u][p]:xx:yy The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer le
ss than 256)
yy is the minor reason code (positive integer le
ss than 65536)
⑹ windows關機重啟命令
使用cmd命令關機重啟。
方法如下:
1、點擊開始圖標-運行(快捷鍵:win+r),可以看到電腦屏幕的左下方出現一個小窗口
(6)dos命令重啟電腦擴展閱讀:
系統中常見的自動關機的命令:
shutdown-a取消關機
shutdown -s 關機
shutdown -f強行關閉應用程序。
shutdown -m \計算機名控制遠程計算機。
shutdown -i顯示圖形用戶界面,但必須是Shutdown的第一個參數。
shutdown-l注銷當前用戶。
shutdown -r關機並重啟。
shutdown -s -t <關閉時間> -c "<提示>"
shutdown -s -t時間設置關機倒計時。 設置關閉前的超時為 xxx 秒。
⑺ 用DOS 命令區域網內電腦關機或重啟。
需要保證兩台電腦區域網暢通,雙方沒有設網路密碼(除知道密碼)
命令:shutdown -m 對方計算機名
還有一些別的參數,可在DOS下輸入shutdown後查看.
⑻ 怎樣從DOS下重啟電腦或退出DOS狀態
輸入:
Quit
或
EXIT
簡單直接的(熱啟動)
同時按三鍵:CTRL+ALT+DEL
⑼ 在DOS下,請問用什麼命令重啟/關閉計算機
用資源管理器打開Windows98安裝光碟,找到位於「X�\Windows\Command\EBD」目錄下�X是光碟機的盤符,請自行修改的「restart.com」程序文件,把它拷貝到系統所在分區的「C�\WINDOWS\COMMAND」目錄下。以後要在DOS下重新啟動電腦,只需要輸入「restart」就可以了。關機則就更簡單了,直接在DOS提示符後鍵入 win /z,屏幕上會提示「按任意鍵繼續」的英文提示,你按一下任意鍵試試?^_^�是不是關機了!
Windows XP / 2003
關機:
開始--運行--鍵入「shutdown -s -t 00」
重啟:
開始--運行--鍵入「shutdown -r -t 00」