最後更新日期: 2024 年 7 月 23 日
方式一
cmd 安裝
pkgmgr /iu:”TelnetClient”
https://sharedderrick.blogspot.com/2017/09/install-telnet-client-telnet.html
方式二
powershell 安裝
dism /online /Enable-Feature /FeatureName:TelnetClient
https://blog.csdn.net/u010674101/article/details/118020770
方式三
Test-NetConnection -ComputerName “www.google.com” -Port 443