is there any universal uninstaller for visual studio older version for clean up ? I need to remove multiple visual studio versions through script.

Akhilendra Pandey 1 Reputation point
2021-03-10T07:49:49.21+00:00

Need to uninstall below versions of Visual studio from machines :
Microsoft Visual Studio 2010 Professional
Microsoft Visual Studio 2012 Professional
Microsoft Visual Studio 2008 Standard
Microsoft Visual Studio 2005 Professional
Microsoft Visual Studio 2008 Professional
Microsoft Visual Studio 2012 Professional
Microsoft Visual Studio 2019 Professional
Microsoft Visual Studio 2019 Enterprise
Microsoft Visual Studio 6 Professional
Microsoft Visual Studio 6 Enterprise

is there any clean up utility which can remove any versions of visual studio ?

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
964 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
    2021-03-11T08:04:23.073+00:00

    Hello @Akhilendra Pandey ,

    Welcome to Microsoft Q&A forum.

    Is there any universal uninstaller for Visual Studio older version for clean up?

    I’m afraid there isn’t a universal uninstaller that could uninstall all older version of Visual Studio.

    I need to remove multiple Visual Studio versions through script.

    I'm afraid, since there are some older versions of VS in your machine which are needed to be removed, it is not possible to remove multiple Visual Studio versions through script.

    Besides, uninstalling some of the old versions of VS may be a little difficult. Here are some ways for uninstalling these versions of VS.

    For Visual Studio 2019 (Professional and Enterprise), the standard uninstallation method is using Visual Studio Installer(VS Installer > VS 2019 > More > Uninstall), or if you want to remove all installations of Visual Studio 2019 and the Visual Studio Installer from your machine, you can uninstall it from Apps & Features(Settings of Windows > Apps > Apps and Features > Find VS 2019 > Uninstall > Find Microsoft Visual Studio Installer > Uninstall). See this document: Uninstall Visual Studio(VS 2019) for more details.

    For Visual Studio 2012 (Professional), please check this document: Uninstall Visual Studio 2012.

    For Visual Studio 2010 (Professional), you can run the Microsoft Visual Studio 2010 Uninstall Utility to uninstall Visual Studio 2010 or manually uninstall Visual Studio 2010. Please check this document: Uninstalling Visual Studio(2010) for more details.

    For Visual Studio 2008, you can check this document: How to: Uninstall Visual Studio and follow this Readme: Visual Studio 2008 document(2.2. Uninstalling) to uninstall VS 2008.

    For Visual Studio 6, you can try to uninstall it in Control Panel.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments