Reset VS 2008 toolbars

╄→гoц情女王★ 提交于 2019-12-04 06:18:40

You can also run one of the following commands (if you can't get it to work in the command line in VS, run the regular command prompt in Windows. As Admin, if you're running Vista...):

"Mild" versions

devenv /resetskippkgs
devenv /resetsettings

"Hardcore" version

devenv /setup

This one takes some time to complete, so be patient... Also, note that it will reset all of the settings, not just the menus. But if you look in the documentation for the devenv command you'll probably find a flag that resets just the menu options.

On the Tools menu, choose Export and Import settings. That provides you with many options, including the option to reset settings.

Having said that, VS does keep a different toolbar set for debugging. So any changes you make, you have to make to both the debugging and the normal set.

Yes, this is normal.

Each toolbar has a view setting for each mode, you should change them manually to make them the same.

  1. To to Tools -> Import Export Settings
  2. Select "Import selected environment settings" and click next
  3. Select "Yes, save my current settings" and click next
  4. Choose a default and click next
  5. Unselect all settings. Select All Settings -> General Settings -> Menu and Command Bar Customization and click finish
shoosh

using

devenv /resetsettings

or something of this sort will also reset may other options you've every configured. This is too drastic for something as trivial as arranging the GUI. I found a better solution a while ago.

See my eventual answer to this question:

VS2008: Breakpoints window gone while debugging?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!