方法有很多個
方法一
ncpa.cpl

呼叫出

乙太網路
滑鼠右鍵
狀態

就可以看見速度
方法二
DOS CMD 命令提示字元

wmic NIC where "NetEnabled='true'" get "Name","Speed"
也可以找出 乙太網路 Speed
方法三
powershell

命令提示字元
先下
powershell
進入powershell模式之後
Get-NetAdapter | where Status -eq "Up"
也可以撈出網路卡的速度狀態
結束 powershell
只要下一次 exit
就可以回到 Dos 命令提示字元 了