開啟cmd:windows鍵+r ,輸入cmd:
win10 下快速進入cmd的方法:
按住shift
鍵,滑鼠右擊選擇:在此處開啟 powershell 視窗
,開啟之後在powershell
介面輸入:
start cmd
常用命令:
ipconfig 網路連線碼
cls 清屏
kill -f(程序號) 殺程序
msconfig 系統設定
dir 檢視當前目錄下的子目錄或檔案,後面也可以加相對或絕對路徑下的目錄來檢視
cd 修改當前路徑,cd..代表返回上一層目錄
exit 退出
CMD常用命令
c users administrator where where r dir q f t pattern.描述 顯示符合搜尋模式的檔案位置。在預設情況下,搜尋是在當前目錄和 path 環境變數指定的路徑中執行的。引數列表 r 從指定目錄開始,遞迴性搜尋並顯示符合指定模式的檔案。q 只返回退出 不顯...
CMD常用命令
刪除資料夾命令 rd s q d logs test 刪除檔案命令 del f s q d logs test.txt 開啟telnet服務的命令 net start telnet 只能開啟沒有被禁用的服務 sc config telnet start demand sc config telnet...
cmd常用命令
命令 命令解析 arp a 檢視快取記憶體中的所有專案 arp a ip 實體地址 向arp專案快取記憶體中輸入乙個靜態專案 arp d ip 刪除乙個靜態專案 attrib 檔名 a r s h 新增某檔案存檔,唯讀,系統,隱藏屬性 attrib 檔名 a r s h 去掉某檔案的存檔,唯讀,系統...