Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts Visual Studio in safe mode, loading only the default environment and services.
Syntax
devenv /SafeMode
Remarks
This switch prevents all third-party VSPackages from loading when Visual Studio starts, allowing stable execution.
Example
The following example starts Visual Studio in safe mode.
devenv /safemode