windows常用命令

2021-10-08 18:28:30 字數 881 閱讀 1699

windows常用指令
color /?

檢視能改變什麼顏色

color 值

改變顏色

ipconfig

檢視ip位址

ipconfigall

檢視詳細位址

ipconfig /release

清空ip位址

ipconfig /renew

重新獲取ip位址

systeminfo

檢視系統詳細資訊

arp -a

檢視區域網中有哪些主機連線

shutdown -s -t 180 -c 「hello」

定時自動關機,-c後面跟的是提示的文字

shutdown -a

取消定時關機

msg傳送資訊給其他使用者

dir檢視目錄

cd 目錄

切換目錄

開啟網頁

start 124.txt

開啟檔案

copy con 檔名

建立檔案

md 目錄名

建立目錄

rd 資料夾名

刪除資料夾

del 檔名

刪除檔案

type 檔名

檢視檔案內容

net user

檢視當前計算機有哪些使用者

netstat -an

檢視當前網路狀態

netstat -a

檢視開啟了那些埠

at檢視所有的計畫任務

echo 文字 > 指定檔案

寫入內容至檔案中

echo 文字 >> 指定檔案

寫入內容至檔案最後一行

Windows 常用命令

路由跟蹤命令 windows usage tracert d h maximum hops j host list w timeout target name options d do not resolve addresses to hostnames.h maximum hops maximum...

Windows 常用命令

開始 執行 輸入以下命令,或者win r,輸入以下命令 對我比較有用的幾個 31.regedit.exe 登錄檔 48.msconfig.exe 系統配置實用程式 80.services.msc 本地服務設定 93.regedit.exe 登錄檔 110.osk 開啟螢幕鍵盤 111.odbcad3...

windows常用命令

shutdown s 關機 shutdown r 關閉並重啟 shutdown l 登出 shutdown a 取消關機 shutdown.exe s t time 後面的time單位是s比如10 讓計算機在指定的時間內關機 mstsc 開啟遠端連線 net user 檢視本計算機有哪些使用者 ne...