How to completely uninstall Visual Studio 2010?

前端 未结 10 1721
萌比男神i
萌比男神i 2020-11-30 17:45

I\'ve been looking to find a CLEAN solution to completely and ultimately remove Visual Studio 2010 from my computer. When you install Visual Studio, it also installs a bunch

10条回答
  •  时光说笑
    2020-11-30 18:25

    This is the simplest way to remove all the packages. From an admin prompt:
    wmic product where "name like 'microsoft visual%'" call uninstall /nointeractive

    Repeat for SQL etc by replacing visual% in above command with sql.

提交回复
热议问题