Get rid of dead floating explorer context menu

5

At some point I've right clicked in Explorer to open a file in Notepad++ and the context menu is left floating around on my screen.

  • I've killed off both Explorer and Notepadd++ but the context menu remains.
  • I've tried to drop the window identification target from Process Explorer on to it but Process Explorer doesn't seem to see it.

Its really annoying because I don't want to reboot at the moment and its hovering right over everything! Does anyone know how to kill these things off without a reboot?

Thanks!

floating context menus

Luke Quinane

Posted 2013-07-07T23:22:58.440

Reputation: 397

Question was closed 2013-10-16T20:59:06.517

Is this only with this exact message? Is it only with notepad++? Does it happen even if you don't click that option? – Jon – 2013-07-07T23:38:15.800

It only happens very rarely but now that I think about it, it does seem to be Notepad++ specific. – Luke Quinane – 2013-07-07T23:51:35.287

Answers

7

Minimise all apps, then try the following:

  • Change your screen resolution and then change it back.

  • Run a full-screen app and then close it.

  • Use your monitor's auto-adjust option if it has one.

Karan

Posted 2013-07-07T23:22:58.440

Reputation: 51 857

1Nice thinking, changing the screen resolution fixed it! – Luke Quinane – 2013-07-08T01:27:11.250

2

I press Ctrl + Shift + Esc to bring up Task manager, then find dwm.exe in the processes and kill the process. In a second, the explorer interface comes back and the dead item is gone.

Julian Vargas

Posted 2013-07-07T23:22:58.440

Reputation: 21

Unfortunately this only seems to work 3/4 times. Then dwm stops appearing – Ian – 2014-02-20T09:06:06.277

0

Floating CMs are annoying as hell and happen even in Xfce (GTK) here on my Debian desktop. However, the first technique I usually try used to work in Windows as well.

What I do is that I basically close them by Esc. However, that won't work if something else has the focus already, so now the tricky part is to get the focus on the menu without clicking an item in it:

  1. Click a disabled item or a separator

    This is obviously not possible when there's no such item, or even when there's only one item as we can see on your screenshot.

  2. Click and hold left ("the main") mouse button over the item, drag the mouse pointer off the item and release the button.

  3. Press Esc

Alois Mahdal

Posted 2013-07-07T23:22:58.440

Reputation: 2 014