/ResetSkipPkgs (devenv.exe)
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see -ResetSkipPkgs (devenv.exe) on docs.microsoft.com. Clears all options to skip loading added to VSPackages by users wishing to avoid loading problem VSPackages, then starts Visual Studio.
Devenv /ResetSkipPkgs
The presence of a SkipLoading tag disables the loading of a VSPackage; clearing the tag re-enables the loading of the VSPackage.
The following example clears all SkipLoading tags.
Devenv.exe /ResetSkipPkgs
Show: