Home > OS >  Unable to restore Visual Studio 2022 window (IDE itself) after minimizing
Unable to restore Visual Studio 2022 window (IDE itself) after minimizing

Time:02-21

I have Visual Studio 2022, newest version 17.1.0 running on Windows 10 Pro (up to date). This just started happening yesterday, so maybe it has something to do with the new update. I open a solution, everything is fine. If I minimize Visual Studio, I can't get it back. It's running. I can see the toolbar icon looks like it's supposed to when an app is running and I can see it in Task Manager. But I can't get it back on the screen (I have a single monitor setup). It makes the error sound, and does nothing. I can right-click and open another instance, or I can right-click and select "close window", but I can't interact with the original instance at all. If I try to ALT-TAB to it, I can see it, but then it still just makes an error sound and won't come back up. If I hover over the taskbar button, it will show me the window and I can right-click on that and choose "restore" or "maximize", and that's the only way I can get it back. It seems to do this for multiple solutions, but it's fairly consistent, once it's minimized I can't get it back without closing and reopening the solution or the right-click thing. Anyone run into something like this?

CodePudding user response:

Have the same problem. Only awkward workaround I found so far was to use Process Explorer from Sysinternals, search for a process named devenv.exe, right click -> Window -> Bring To Front.

Update - easier workaround: klick on the VS icon on the taskbar. Once it is selected, press Windows Cursor Up.

CodePudding user response:

I have the exact same issue. Once the IDE is minimized it cannot be maximized again. very frustrating.

  • Related