[-AI-] 取得網路卡連線速度
https://www.autoitscript.com/forum/topic/93409-network-link-speed/
$strServer = "."
$objWMI = ObjGet("winmgmts://" & $strServer & "/root\WMI")
$objInstances = $objWMI.InstancesOf("MSNdis_LinkSpeed",48)
For $objInstance in $objInstances
With $objInstance
;ConsoleWrite( .Active & @CRLF)
ConsoleWrite( .InstanceName & @CRLF)
ConsoleWrite( .NdisLinkSpeed & @CRLF)
EndWith
Next
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 60.250.204.229
※ 文章網址: https://www.ptt.cc/bbs/EzHotKey/M.1504056713.A.1E5.html
推
12/09 12:12, , 1F
12/09 12:12, 1F
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章