/ResetSkipPkgs (devenv.exe)

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

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

Reference

Devenv Command Line Switches