11

Occasionally, I get part of an application lingering behind on my desktop:

alt text

This is part of a context menu for an application. It is always top-most, meaning that it is always on the screen, and I cannot click on it (it just clicks through it). It has happened before, sometimes with whole windows. It remains on screen even if the application it originated from is no longer running.

How do I get rid of it without rebooting?

Gareth
  • 19,080
adrianbanks
  • 1,104

6 Answers6

6

I've found a really easy hack to get rid of context menu phantoms like what you describe. Simply go into your screen resolution settings and change to a different resolution, then change back. The change of resolution seems to reset stuff at a lower level than where the phantom exists, which means the phantom gets cleaned up during the resolution change.

1

I've seen this behaviour with certain video cards.

Upgrade your video card driver. If that doesn't work or you can't upgrade it, you can dial down the acceleration on the video card. Go to the Advanced system Properties (Advanced tab) and in performance options, either reduce the level of acceleration or untick "Fade or slide menus into view"

seanyboy
  • 1,695
1

Open cmd.exe as an administrator and type:

net stop uxsms

The ghosts are gone so you can leave it like that, but if you want you can re-start service
so then type:

net start uxsms

you can also add it as Desktop and Explorer Context Menu:

Add “Restart uxsms” Option in Desktop and Explorer Context Menu under Windows Vista and 7

AminM
  • 520
0

When this happens to me, it sometimes helps to switch back to the application to which this popup belongs. Then switch back to the application I want to use in the forgeround.

Most of the times, the popup then disappears.

Martin
  • 4,012
0

Usually the method of kill explorer.exe and rerun it from task manager work, but there observed one case of a past date time stamp float text box in windows 10 this approach do not work. Tried many suggestions such as change screen resolution or performance option of fade out and etc, finally find that right click the windows icon and open the desktop to show the file explorer get rided of the floating text box.

Frank
  • 191
0

The problem is caused by Aero, but there's an easy way to stop it.

  1. Right click “Computer” and select “Properties”.
  2. Click “Advanced System Settings”
  3. Click “Settings” in the “Performance” section
  4. Uncheck “Fade out menu items after clicking”

To remove any existing floating windows open up task manager and kill the dwm.exe process (Desktop Window Manager).

You shouldn't encounter the problem after this point.

Ian
  • 451