windows常用命令

2022-01-24 08:01:08 字數 554 閱讀 6952

切換目錄:cd 目錄路徑

切換碟符:d:

檢視埠號的占用情況:netstat -aon|findstr "8080" 或者 netstat -ano

檢視占用埠對應的程序或程式:從上面一條命令獲取pid,tasklist|findstr "pid"

檢視程序的執行路徑:wmic process where name="svchost.exe" get processid,executablepath,name

結束程序:taskkill /f /t /im svchost.exe

檢視當前使用者:whoami

開啟本地抓包服務:net start npf / 關閉 net stop npf

檢視nginx服務資訊:tasklist /fi "imagename eq nginx.exe"

結束nginx服務程序:taskkill /f /pid 2728

根據pid檢視是哪個程序占用了埠:tasklist|findstr "12712"

根據pid殺死程序:taskkill /pid 12712 -f

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...