① DOS命令如何重啟www服務
開始——運行——輸入cmd——enter;
② 怎麼讓命令行立即生效不用重啟
CMD命令?是立即生效的.
如果是注冊表操作的話,重啟explorer進程也能生效.
③ win10 dos命令重啟電腦
按win+R打開運行窗口,輸入Shutdown -r -t 0
確認後就會自動重啟 。
後面那個零表示時間,0秒後重啟。如果要在60秒後重啟就輸入Shutdown -r -t 60
Shutdown -s -t 0這個則是關機命令。
以上命令可以在CMD中運行或者直接運行窗口都可以。
④ 什麼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)
⑤ ubuntu16.04怎麼用命令行關機重啟
用reboot命令,linux的重啟命令是通用的。操作演示:
操作設備:戴爾電腦
操作系統:win10
操作軟體:linux
1、連接ubuntu shell,連接成功後如下圖所示
⑥ windows關機重啟命令
使用cmd命令關機重啟。
方法如下:
1、點擊開始圖標-運行(快捷鍵:win+r),可以看到電腦屏幕的左下方出現一個小窗口
(6)命令行重啟擴展閱讀:
系統中常見的自動關機的命令:
shutdown-a取消關機
shutdown -s 關機
shutdown -f強行關閉應用程序。
shutdown -m \計算機名控制遠程計算機。
shutdown -i顯示圖形用戶界面,但必須是Shutdown的第一個參數。
shutdown-l注銷當前用戶。
shutdown -r關機並重啟。
shutdown -s -t <關閉時間> -c "<提示>"
shutdown -s -t時間設置關機倒計時。 設置關閉前的超時為 xxx 秒。
⑦ 在命令行里重啟電腦怎麼輸
用命令重啟電腦的方法是:
1打開開始菜單,在搜索框輸入shutdown -r -t 5
2按回車鍵後,等待5秒就重啟。
3命令說明:-r 代表重啟,-t 代表時間,數字代表等待秒數。
⑧ dos 下重啟命令
有一個restart的外部命令。 你可以看看你的是否帶這個命令。 如果沒有的話,單獨下載一個就成了。 google上一搜就能搜到這個命令了