1.檢視計算機開啟了哪些埠:
c:\users\administrator>netstat -a
2.開啟登錄檔
c:\users\administrator>regedit.exe
3.檢視ip
c:\users\administrator>ipconfig
4.改變cmd的顏色
c:\users\administrator>color ?
eg:
c:\users\administrator>color 6f
5.ping
ping www.baidu.com
6.檢視系統資訊
c:\users\administrator>systeminfo
7.釋放ip
c:\users\administrator>ipconfig /release
8.重新獲取ip
c:\users\administrator>ipcinfig /renew
9.檢視區域網內的其他計算機目標
c:\users\administrator>net view
10.檢視目錄
c:\users\administrator>dir
11.關機
c:\users\administrator>shutdown -s
12.重啟
c:\users\administrator>shutdown -r
13.取消關機
c:\users\administrator>shutdown -a
14.切換目錄
c:\users\administrator>cd
15.建立目錄
c:\users\administrator>md 目錄名
16.刪除資料夾
c:\users\administrator>rd 123
17.重新命名檔案
c:\users\administrator>ren 原檔案名字 新檔名
18.刪除檔案
c:\users\administrator>del 檔名
19.開啟網頁
c:\users\administrator>start www.baidu.com
20.建立檔案
c:\users\administrator>conpy con 目錄 123.txt
21.複製檔案
c:\users\administrator>copy 檔案 目錄
22.移動檔案
c:\users\administrator>move 檔案 目錄
23.檢視目錄樹
c:\users\administrator>tree
24.把指定的計算機的c盤內容對映為本地的k盤(首先得ping通)
c:\users\administrator>net use k:\\192.168.3.1\c$
25.將24對映過來的k盤刪除
c:\users\administrator>net use k:\\192.168.3.1\c$ /del
26.檢視開啟了哪些服務
c:\users\administrator>net start
27.停止某項服務
c:\users\administrator>net stop talnet
28.檢視有哪些使用者
c:\users\administrator>net user
29.建立使用者
c:\users\administrator>net user 使用者名稱 密碼 /add
30.提權,將普通使用者加入到管理員組
c:\users\administrator>net user 管理員組 使用者名稱 /add
31.刪除使用者
c:\users\administrator>net user 使用者名稱 /del
32.更改系統登入密碼
c:\users\administrator>net password 密碼
33.檢視賬戶屬性
c:\users\administrator>net user 使用者名稱
34.檢視本地開啟的共享
c:\users\administrator>net share
35.刪除c:共享
c:\users\administrator>net share c$ /del
一些常用的cmd命令
1.檢視手機當前cpu使用最高的前五個應用 adb shell 下鍵入top m 5 t 2.檢視手機當前的記憶體情況 adb shell 下鍵入 cat proc meminfo 鍵入dumpsys meminfo 就能檢視各個應用的記憶體使用情況 鍵入 dumpsys meminfo grep ...
一些CMD命令
netstat s 本選項能夠按照各個協議分別顯示其統計資料。如果你的應用程式 如web 瀏覽器 執行速度比較慢,或者不能顯示web 頁之類的資料,那麼你就可以用本選項來檢視一下所顯示的資訊。你需要仔細檢視統計資料的各行,找到出錯的關鍵字,進而確定問題所在。netstat e 本選項用於顯示關於乙太...
一些常用執行命令和CMD命令
執行命令 1.進入服務頁面的命令 services.msc 2.遠端連線命令 mstsc.exe 3.配置電腦啟動項 msconfig 4.計算器 calc.exe 5.設定關機時間 second shutdown s t 3600 6.取消關機 shutdown a 7.開啟資源管理器 explo...