HomeVisual StudioHow to run Visual Studio 2015 in safe mode?

How to run Visual Studio 2015 in safe mode?

There are times when you Visual Studio instance might not start up correctly. One of the best option during this time is to use Microsoft Visual Studio in safe mode. By running the Visual Studio in safe mode, you work with the default environment. In this mode, all the third party extensions would be disabled. This would help you identify if at all the problem was caused by any third party add-ins.

How to run Visual Studio 2015 in safe mode?

To run Visual Studio 2015 in safe mode, open Developer Command Prompt for VS2015 and type the command devenv.exe /safemode

clip_image002

After the command is executed, Microsoft Visual Studio 2015 will start in safe mode which is indicated in the title bar of Visual Studio 2015.

clip_image003

Leave a Reply

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...