/ResetSkipPkgs (devenv.exe)

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Clears all options to skip loading added to VSPackages by users wishing to avoid loading problem VSPackages, then starts Visual Studio.

Syntax

Devenv /ResetSkipPkgs

Remarks

The presence of a SkipLoading tag disables the loading of a VSPackage; clearing the tag re-enables the loading of the VSPackage.

Example

The following example clears all SkipLoading tags.

Devenv.exe /ResetSkipPkgs

See Also

Devenv Command Line Switches