Visual Studio 2015 won’t launch

I recently had a problem where my installed Visual Studio IDE just wouldn’t launch. Sometimes the startup screen would show up for an instant and then go away. Rebooting my PC didn’t help either.

To solve it, I ran the Command prompt with Admin privileges and typed in the following. Running either one of these or both will likely solve the problem. I had to run both in the same sequence as given below to solve the problem:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE>devenv.exe /ResetSettings

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE>devenv.exe /Setup

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>