Visual-studio – How to REALLY reset the Visual Studio window layout

visual studio

I had a plugin installed in Visual Studio 2008, and it created some extra dockable windows. I have uninstalled it, and I can't get rid of the windows it created – I close them, but they always come back. They're just empty windows now, since the plugin is no longer present, but nothing I've tried gets rid of them. I've tried:

  • Window -> Reset Window Layout
  • Deleting the .suo files in my project directories
  • Deleting the Visual Studio 9.0 folder in my Application Settings directory

Any ideas?

Best Answer

Have you tried this? In Visual Studio go to Tools > Import and Export Settings > Reset all settings

Be sure you back up your settings before you do this. I made the mistake of trying this to fix an issue and didn't realize it would undo all my appearance settings and toolbars as well. Took a lot of time to get back to the way I like things.