This topic has not yet been rated - Rate this topic

/SafeMode (devenv.exe)

Starts Visual Studio in safe mode, loading only the default environment and services.

devenv /SafeMode 

This switch prevents all third-party VSPackages from loading when Visual Studio starts, thus ensuring stable execution.

Description

The following example starts Visual Studio in safe mode.

Code

Devenv.exe /SafeMode
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.