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.
devenv /SafeMode
Remarks
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