Visual studio forgets window settings and makes a mess

前端 未结 12 1261
耶瑟儿~
耶瑟儿~ 2020-12-12 14:53

I have this problem where I open Visual Studio and the internal windows are scattered all over the place. None of them are docked; some that should be visible have become in

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 15:41

    My issue is similar, but the result is the app crashes. The problem was this value

    In HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\MainWindow. It was set to "0 1000 -280 -100 3" probably due to having multiple screens and moving the UI around a lot.

    Deleting this value allowed the app to restart successfully. It gets recreated on startup.

提交回复
热议问题