Visual Studio 
/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

Tags :


Community Content

Thomas Lee
Fixed: The Visual Studio language support for Style has not been installed.
Once I ran VS with this switch, all my Intellisense came back.

Thomas Lee
Fixed: Project Properties not Displaying
I had a problem where clicking on Project --> Properties would not bring up the properties for the project. No error message or anything...it just wouldn't display. I tried repairing VS, uninstalling/reinstalling VS, and reparing .Net 3.5 to no avail.


Running VS with this switch fixed the problem. Afterwards I was able to run VS normally and bring up Project Properties again.
Tags : productbug?

justtesting
Project properties still not displaying


I have a similar problem. The project properties are not displayed for projects of type class libraries. For websites, the properties are displayed. I had a few addins like Dpack & slickedit installed. I uninstalled them & tried the command line switch, but that did not fix the problem.

Can anyone suggest what should i do?
Tags :

Sonis
Fixed: The Visual Studio language support for Style has not been installed.
I recently ran into this issue and once i executing this 'Devenv.exe /ResetSkipPkgs' resolve the issue.
Tags :

Page view tracker