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

win-install-wechat

命令

Windows 安装微信 PC 版

win-install-wechat

Windows 安装微信 PC 版

补充说明

微信 是腾讯公司开发的跨平台即时通讯工具,PC 版支持消息收发、文件传输、朋友圈浏览、小程序及视频号等核心功能。

安装微信

# 安装微信
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o WeChatSetup.exe https://dldir1v6.qq.com/weixin/Windows/WeChatSetup.exe && WeChatSetup.exe /S
# 安装微信
cd ~\Downloads; curl.exe -L -o WeChatSetup.exe https://dldir1v6.qq.com/weixin/Windows/WeChatSetup.exe; .\WeChatSetup.exe /S

winget 安装命令

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

winget install -e --id Tencent.WeChat -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果