如何下载老版Visual Studio

VS上新后老是把旧版链接藏起来,导致找半天也找不到,那到底该怎么办

首先在命令行输入下面的命令

复制代码
winget show --versions "Microsoft.VisualStudio.2022.Community"

已找到 Visual Studio Community 2022 [Microsoft.VisualStudio.2022.Community]
版本
--------
17.14.28
17.14.27
17.14.26
17.14.25
17.14.24
17.14.23
17.14.22
17.14.21
17.14.20
17.14.19
17.14.18
17.14.17
17.14.16
17.14.14
17.14.13
17.14.12
17.14.11
17.14.10
17.14.9
17.14.8
17.14.7
17.14.6
17.14.5
17.14.4
17.14.3
17.14.2
17.14.1
17.14.0
17.13.7
17.13.6
17.13.5
17.13.4
17.13.3
17.13.2
17.13.1
17.13.0
17.12.18
17.12.3
17.12.2
17.12.1
17.12.0
17.11.6
17.11.5
17.11.4
17.11.3
17.11.2
17.11.1
17.11.0
17.10.5
17.10.4
17.10.3
17.10.2
17.10.1
17.10.0
17.9.5
17.9.1
17.8.6
17.8.5
17.8.4
17.8.3
17.8.2
17.8.1
17.8.0
17.7.6
17.7.5
17.7.4
17.7.3
17.7.2
17.7.1
17.7.0
17.6.5
17.6.4
17.6.3
17.6.2
17.6.1
17.6.0
17.5.5
17.5.4
17.5.3
17.5.2
17.5.0
17.4.5
17.4.4

会找到相应的版本,然后选一个版本

复制代码
winget install -v 17.8.1 "Microsoft.VisualStudio.2022.Community"

这样Visual Studio Installer就会自动下载对应版本

相关推荐
林鸿群4 小时前
Visual Studio 2026 工程升级实战:184 个游戏项目的自动化迁移之路
游戏·自动化·visual studio
#空城4 小时前
VSCode搭建LVGL9的模拟器
ide·vscode·编辑器
坚持学习前端日记5 小时前
Agent AI 多模态交互与全场景架构设计
前端·javascript·人工智能·visual studio
chushiyunen5 小时前
pycharm创建桌面时间控件小程序
ide·小程序·pycharm
Wpa.wk5 小时前
IDE中配置Git常见操作
ide·经验分享·git·测试工具
zhangfeng113320 小时前
2026年国际国外top10 top20流行的ai ide,
ide·人工智能
CDialog20 小时前
vscode编译ci1303sdk的源代码
ide·vscode·编辑器
xiaoshiquan120621 小时前
Android Studio里,SDK Manager显示不全问题
android·ide·android studio
愚者游世1 天前
<algorithm> 中 remove、remove_if、remove_copy、remove_copy_if 详解
c++·学习·程序人生·职场和发展·visual studio