Skip to content

Instantly share code, notes, and snippets.

@omgreenfield
Last active January 20, 2018 01:02
Show Gist options
  • Save omgreenfield/3a8152f737448294e1b4151f9cb9ebd2 to your computer and use it in GitHub Desktop.
Save omgreenfield/3a8152f737448294e1b4151f9cb9ebd2 to your computer and use it in GitHub Desktop.
How to remove the delay for task bar peek in Windows 7 & Windows 10

I frequently like to close programs by hovering over a group of windows, and middle clicking them closed.

The problem is, it takes something like a full second before the peek is shown, making the windows uncloseable for that time.

To remove this delay, add/edit the following registry DWORD (32-bit) value:

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ExtendedUIHoverTime

To remove the delay, set it to 1, not 0 (which seems to set it to the default of something like 1000 milliseconds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment