I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly "switch" to the layout I want.

How can I do that? Is it possible? Any helps of yours are much appreciated!

link|improve this question

70% accept rate
1  
see perspectives.codeplex.com – e-a-s-y Aug 3 '11 at 15:16
feedback

3 Answers

up vote 13 down vote accepted

Here are the steps:

  1. Export your windows layout settings the way you like to use them at work into a .vssettings file

  2. Export your windows layout settings the way you like ot use tham at home into a .vssettings file

  3. Create shortcuts for devenv.exe /resetsettings [home.vssettings] and one for devenv.exe /resetsetting [work.vssettings]

  4. That's it. Just use one shortcut while at home to open VS and the other at work. You can get more details here: http://blogs.msdn.com/b/zainnab/archive/2010/11/05/the-resetsettings-switch-vstipenv0047.aspx

link|improve this answer
Is there a way to make this work when starting a solution directly? – Mike C. Sep 21 '11 at 19:20
@MikeC., create a macro. – AMissico Mar 8 at 3:28
feedback

The Perspectives extension seems to handle what you need.

"Perspectives allows Visual Studio 2010 users to select and manage Visual Studio windows configurations."

http://perspectives.codeplex.com/

link|improve this answer
feedback

One way to do this is to export the different layout settings into .vssettings files. You can then import the setting of your choice and get back the desired layout.

To export the setting

  • Tools -> Import / Export Settings
  • Select "Export" and hit next
  • Ensure "General Settings -> Window Layouts" is checked
  • Complete the wizard and export the settings

I'm not 100% sure this will work for multi-monitor settings. If it doesn't I would encourage you to file a bug on connect.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.