惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
量子位
GbyAI
GbyAI
腾讯CDC
T
Tailwind CSS Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Jina AI
Jina AI
IT之家
IT之家
Y
Y Combinator Blog

kkocdko's blog

Tasker 永久试用修改思路 - kkocdko's blog 极限压缩文档扫描件 - kkocdko's blog Bypass the Blank Chars Detection crknob - Chrome portable patch 我如何将博客首页体积降至 3 KB - kkocdko's blog 如何极限优化压缩文件体积 - kkocdko's blog EmEditor 精简版 - kkocdko's blog Backup Data from VSCode Web 优雅地游玩 Minecraft - kkocdko's blog 让程序以管理员权限运行的 PE 清单 - kkocdko's blog 注销 ZEIT 账号之后遇到的坑 - kkocdko's blog 本博客的协议已更改为 CC0 - kkocdko's blog mobp - 使 MSOffice 后台常驻 在安装 VS 生成工具时规避 .NET 安装错误 各种格式的占位空文件 - kkocdko's blog 优雅地游玩 Flash 游戏 - kkocdko's blog WPS 2016 极限精简版 - kkocdko's blog Convert Const to Let by Terser 规避 Visual Studio 许可证过期的 Bug 方便地使用 iPod - kkocdko's blog 用 UserJS 注入 UserCSS - kkocdko's blog 注册表修改文件关联(默认程序) - kkocdko's blog 周期精准的太阳系模型 - kkocdko's blog 关闭屏幕的 WinAPI - kkocdko's blog 重置 Windows 图标缓存 - kkocdko's blog AIDA64 极限精简单文件版 - kkocdko's blog 几何画板单文件精简版 - kkocdko's blog 世界之窗浏览器单文件版 - kkocdko's blog 在 MBR + Legacy 下用 Bootmgr 引导 Ubuntu 简洁的 Markdown 预览工具 - kkocdko's blog
Standalone and portable MSVC - kkocdko's blog
2026-04-11 · via kkocdko's blog

🌐 - 简体中文

This is the standalone MSVC pack in a 7z file. Thanks to portable-msvc.py - mmozeiko - GitHub Gist.

If you are doubtful about the security of the files provided here, you can generate the same content yourself using GitHub Actions.

OneDrive | 123 Pan | Baidu Pan

date = 2023.03.24
host = target = x64
name = msvc_19.35.32216.1_x64_from_vs2022.7z
crc32 = 781e5ace
size = 104914009 bytes
cl.exe = 19.35.32216.1
link.exe = 14.35.32216.1
nmake.exe = 14.35.32216.1
msbuild.exe = no included
windows sdk = 10.0.22621.0

Pros

  • Lightweight. x86_64 only and 100+ MiB package size. Offical VS Build Tools included many arch's cross compiler, with 1.9 GiB package and about 8 GiB expanded size.

  • Less limitation. Offical VS Build Tools force you to have .NET runtime, will cause many problems in special environment.

Cons

  • No MSBuild included.

🌐

简体中文

这是一个包含了独立版本 MSVC 的 7z 压缩包。感谢 portable-msvc.py - mmozeiko - GitHub Gist

如果你对这里提供的文件的安全性有疑问,可以使用 GitHub Actions 生成相同内容。

OneDrive | 123 云盘 | 百度网盘

date = 2023.03.24
host = target = x64
name = msvc_19.35.32216.1_x64_from_vs2022.7z
crc32 = 781e5ace
size = 104914009 bytes
cl.exe = 19.35.32216.1
link.exe = 14.35.32216.1
nmake.exe = 14.35.32216.1
msbuild.exe = no included
windows sdk = 10.0.22621.0

优势

  • 轻量。仅包含 x86_64,压缩包体积仅有 100+ MiB,原版 VS Build Tools 包含了各种架构的交叉编译工具链,包体积需要 1.9 GiB,展开后约 8 GiB。

  • 限制少。原版 VS Build Tools 要求系统中必须安装有符合条件的 .NET 运行时,在特殊环境下会遇到各种问题。

缺点

  • 不包含 MSBuild。