1、概述
Visual Studio 是一款非常好用、功能全面的编程开发软件,导航增强,极大地改善了代码导航,并对结果进行着色,提供自定义分组、排序、过滤和搜索。强大的 Go to All(ctrl T 或 ctrl ,),能对解决方案中的任何文件、类型、成员或符号声明的快速、完整搜索。无须解决方案加载文件可以直接打开并处理C#、C 、Ruby 、Go等一系列语言的任何文件。
官网下载:http://www.microsoft.com/visualstudio/en-us/download
2、解压
解压之后找到Setup文件夹:
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/16406669413vXOBI.jpg)
进入文件夹找到setup.sdb文件
右键用记事本打开,会看到一些有关于软件的版本啊,证件等信息。
[Product Key] YR3W8FCM2B7BKF9HMQFTCH7WK 并将key替换成: YCFHQ9DWCYDKV88T2TMHG7BHP
然后保存 退出即可
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666942h8XZmp.jpg)
3、安装
回到上级目录双击VS_setup 安装程序,打开
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666942yclDdb.jpg)
然后就跟一般的程序安装步骤差不多了。
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666943Ztjie2.jpg)
4、开始安装
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666943h9npdP.jpg)
5、下一步
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666944i4T0eg.jpg)
6、下一步
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666944VefCsj.jpg)
7、选择路径
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666945t5WLNR.jpg)
8、安装过程
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666946ynoafO.jpg)
9、安装完以后需要重启才能生效
重启然后再次启动,会出现这个直接点击完成。
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666946YeLKNI.jpg)
然后会弹出这个对话框,直接点击退出。
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666946mLsfMv.jpg)
10、运行
在开始菜单里面点击运行。出现工作环境的选择,写C 就选择C 的环境。
![超详细的Visual Studio 安装及使用教程分享](https://images.weserv.nl/?url=https://hzimgs.oss-cn-hangzhou.aliyuncs.com/uposs/2021_12/28/1640666947N2eOKD.jpg)