你好,
请参考下如下blog:
https://blogs.msdn.microsoft.com/astebner/2005/07/01/using-msiinv-to-gather-information-about-what-is-installed-on-a-computer/
如果控制面板没有出现VS,请尝试一下步骤:
1. 下载msiinv工具(博客里面有下载地址)
2. 将msiinv.zip 解压到系统 c:\msiinv 文件夹下
3. 打开CMD命令行,输入以下命令:
c:\msiinv\msiinv.exe -p > c:\msiinv\msiinv_output.txt
以上的步骤会告诉你安装在你机器上组件的Product code,找出和VS 2013 相关的code。
4. 在CMD命令行里面运行 msiexec /X{Product Code} 去卸载。
参考:http://blog.sina.com.cn/s/blog_684860810102dyfn.html
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.