Windows 快速安装 tcping 工具

首先,请确保你已经安装了Chocolatey。如果没有安装,可以在管理员权限的PowerShell窗口中运行以下命令进行安装:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
 

安装Chocolatey后,你可以使用以下命令安装tcping:

choco install tcping
 

这个命令会从Chocolatey的软件仓库中自动下载并安装tcping工具。请注意,为了执行这些命令,你需要以管理员权限运行PowerShell。

posted @ 2024-01-28 15:23  小野兔汁  阅读(877)  评论(0编辑  收藏  举报