随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-v2ray

命令

Windows 安装 V2Ray 网络代理工具

win-install-v2ray

Windows 安装 V2Ray 网络代理工具

补充说明

V2Ray 是一款开源网络代理工具,支持多种传输协议(VMess、VLESS、Trojan 等),用于突破网络限制和保护隐私。

安装 V2Ray

# 安装 V2Ray
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o v2ray.zip https://github.com/v2fly/v2ray-core/releases/download/v5.15.0/v2ray-windows-64.zip && powershell -Command "Expand-Archive -Path v2ray.zip -DestinationPath C:\Program Files\v2ray"
# 安装 V2Ray
cd ~\Downloads; curl.exe -L -o v2ray.zip https://github.com/v2fly/v2ray-core/releases/download/v5.15.0/v2ray-windows-64.zip; Expand-Archive -Path v2ray.zip -DestinationPath "$env:ProgramFiles\v2ray"

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id V2Ray.Core -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果