Change taskbar pop-up response time

6

1

In Windows 7, when you hover over an application icon on the taskbar, a popup appears with an image of the open application in it. Very useful, but it's kind of slow. This seems to take about a half second to appear. Is there any way to reduce the time it takes for the popup to appear?

GSTD

Posted 2010-10-15T20:58:38.217

Reputation: 285

Answers

6

  1. Enter registry editor (regedit)
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. create a new DWORD (32 BIT) named "ExtendedUIHoverTime"
  4. modify value to desired time (in decimal). note: typical time is 400 milliseconds
  5. restart the system or just explorer (open task manager, ending the explorer.exe process and then run the "explorer" process)

reference site

I get the feeling, however that you will be more annoyed by the fact that they pop up quicker, due to when ever you accidentily roll over them, they will pop up.

James Mertz

Posted 2010-10-15T20:58:38.217

Reputation: 24 787

thanks that works perfectly, and it's exactly what I wanted. I guess time will tell if it begins to annoy me. :) – GSTD – 2010-10-15T21:48:50.943