Yeah I have the same issue with Win 11 Pro. Annoying as heck
Windows 11--most recently opened Explorer window keeps popping up into the foreground
About a month ago Windows Explorer started the annoying habit of routinely moving its most recently opened window into the foreground. Is there a way to stop it from doing this?
For example, I'll open an Explorer window to open a file into another application, and a few minutes later, for no apparent reason, Windows Explorer will interrupt the application by popping its Explorer window into the foreground. The same thing will happen when watching a video: a minute or two into watching the video and the most recently opened Explorer window will move into the foreground interrupting the video.
The only way to stop this behavior is to close all Explorer windows while watching a video or working in another application. Annoying as heck. Any suggestions? Thanks.
Microsoft Windows 11 Home Version 10.0.22621 Build 22621
Windows for home | Windows 11 | Files, folders, and storage
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
575 answers
Sort by: Most helpful
-
Anonymous
2023-09-01T19:15:12+00:00 -
Anonymous
2023-08-24T22:17:17+00:00 Turning off the computer would work just as well. The problem is that both solutions are an enormous productivity impediments. I routinely work with multiple computers across a local network where opened File Explorer windows is not a luxury, but a necessity.
That is exactly it. It is coming down to lots of people needing to do this extra hoop-jumping, plus lots of people need to have various explorer windows open when they work (even in the background) - and un-minimising explorer windows requires time and effort. Maybe ok for a once-off. But definitely not for every day or for every work day for weeks, months, year.
-
Anonymous
2023-08-24T08:00:10+00:00 There is a shortcut key combination for minimising windows, but I'm not sure it works for this issue. You can use WIN+D to minimise everything and return to the desktop.
Nice one OW. That will be workable. Nice and easy. Much appreciated.
-
Anonymous
2023-08-24T07:48:55+00:00 or just R-click explorer and 'close all windows'?
Haha, desperate times call for sledgehammers.
Also, the request was for a keyboard shortcut.
-
Anonymous
2023-08-24T07:47:44+00:00 One could probably setup a key binding for this PowerShell script to kill all explorer windows:
Get-Process | Where {$_.ProcessName -Like 'explorer'} | Stop-Process -Force
😅
Seems a bit overkill, but let me know how you get on?!
it is an overkill solution... I like it. Going to try it out then, but it will also kill your desktop i am pretty sure.
Yes, it kills the desktop, but the OS reinitiates that, so it seems fairly safe.