发新话题
打印

切换Windows CMD的显示语言

切换Windows CMD的显示语言

切换为英文:
chcp 437

切换为中文:
chcp 936

网卡列表/接口列表:
netsh interface show interface

pktmon comp list

route print

netstat -nr

nmap --iflist

tcpdump -D

tshark -D

powershell:
Get-NetAdapter -Name * -IncludeHidden

https://www.nirsoft.net/utils/network_interfaces.html
包括 Interface GUID

wmic nicconfig get description,settingid
包括 Interface GUID

[ 本帖最后由 linda 于 2021-8-20 17:36 编辑 ]

TOP

发新话题