切換碟符的命令 d: f: e: 一定記得是中文的冒號,大小寫無所謂
檢視當前資料夾下的所有檔案 dir
切換碟符目筆 cd /d aa /d作用於跨碟符目錄切換
返回上一級 cd..
進入目錄檔案 cd aa
清屏的操作 cls
推出終端 exit
檢視電腦ip的命令 ipconfig
如果ping乙個**位址的命令 ping www.baidu.com
如果在桌面上快速建立資料夾 找到自己桌面c盤路徑進入
建立資料夾 md aa
在這個資料夾裡建立乙個文字 cd>bb.txt
如何刪除這個文字檔案 del bb.txt
如何乾淨的刪除整個檔案 rd aa
doc如何快速開啟常用的應用軟體
cals 開啟計算機
mspaint 開啟畫圖工具
notepad 開啟note++
一些常用的windows批處理命令
1 type 檢視檔案內容,比如 type c users administrator desktop adb.txt 2 find查詢檔案中包含某字串,比如 find clear c users administrator desktop adb.txt c users administrator...
一些windows中常用的小知識
c windows system32 config sam存放使用者密碼 sam檔案啟動項目錄 ssh scp 22 tcpwin r services.msc 開啟服務 win r regedit 開啟登錄檔 win r msconfig 開啟系統配置 f2 選中檔案重新命名 f3 查詢 alt ...
windows的一些命令
start 檔名 自動用預設程式開啟檔案 例 start a.txt 自動用記事本開啟a.txt 還有 c windows 這樣的,可以直接開啟相應的資料夾 在執行視窗輸入 scanreg fix 用於檢測掃瞄登錄檔 scnareg restore 則可以使登錄檔恢復到最近幾天的樣子 ipconfi...