Christopher Littlewood
Christopher Littlewood

Reputation: 803

Uninstalling Visual Studio 2015

I am trying to uninstall Visual Studio Community 2015. It has been hanging on the Preparation step for at least 12 hours. (Left it going over night). I did not want to cancel since I thought it might just be running slowly but now I am thinking that it is stuck. I have also tried repairing and it does the same thing.

Thanks in advance Chris

Upvotes: 0

Views: 2159

Answers (1)

Sara Liu - MSFT
Sara Liu - MSFT

Reputation: 6218

To completely uninstall the VS community 2015, you can have a look at this blog and try to forcibly uninstall through the command like vs_community.exe /uninstall /force. It can forcibly remove almost all components.

There also have a visual studio uninstaller tool to cleanup/scorch all Preview/RC/RTM releases of Visual Studio 2013, Visual Studio 2015 and Visual Studio vNext. You can download it from here.

If the uninstall still failed, you use http://aka.ms/vscollect to gather the installation logs. After using it, you will find vslogs.zip under %temp% folder then upload the file to https://onedrive.live.com/ and share the link here.

Upvotes: 1

Related Questions