Question Windows descriptions instantly pop-up ?

T2N

Commendable
Feb 14, 2021
23
1
1,515
It's hard to describe but the issue i have that some windows descriptions instantly pop-up covering icons or what's behind and what i actually want to click.
Screenshot-1.png


Screenshot-2.png


I've tried to "fix" it on my own but i've got as far as fixing some of it in registry as example desktop icons description shows after a full second (which is what i want). Just wanted to add that everything works fine in browser pop-up's and they show after 0.5 which is still fine and don't cover what i want to click on.

Screenshot-4.png


Screenshot-3.png




Screens showing "✅" are working fine. Problem is with the pop-ups in the red rectangle (just to clarify).
 
Solution
It's REG_DWORD and it's set to 1000 (1s)
Screenshot-6.png

On a side note, this seems to affect only the pop-up's with ✅ on screenshots and ignores areo one's 🙁.
It should be "REG_SZ". I don't know if you've used the software related to this github post, but basically they had a similar problem and they fixed it by recreating the entry.

Or basically:
  • Important: Either create a system restore point or in Regedit, go to HKEY_CURRENT_USER\Control Panel\Mouse and select File -> Export to export this path in case something happens
  • Go to HKEY_CURRENT_USER\Control Panel\Mouse
  • Delete the existing "MouseHoverTime" entry
  • Right click somewhere and select New -> String Value...
Perhaps the following link will help.

https://www.elevenforum.com/t/enabl...-folder-and-desktop-items-in-windows-11.6631/

Option One only.

Also: stay out of the registry. Registry edits are a last resort and should only be attempted or done after a full system backup including the registry itself.

Be aware that some previous registry edits may now interfere with further attempts to stop the descriptions from popping up.
 
Perhaps the following link will help.

https://www.elevenforum.com/t/enabl...-folder-and-desktop-items-in-windows-11.6631/

Option One only.

Also: stay out of the registry. Registry edits are a last resort and should only be attempted or done after a full system backup including the registry itself.

Be aware that some previous registry edits may now interfere with further attempts to stop the descriptions from popping up.
This only disables the one's that are working correctly. The issue is with "windows aero" one's. Like so
Screenshot-5.png
 
In the registry, go to Computer\HKEY_CURRENT_USER\Control Panel\Mouse and check if "MouseHoverTime" is 400 and the type is "REG_SZ"
It's REG_DWORD and it's set to 1000 (1s)
Screenshot-6.png

On a side note, this seems to affect only the pop-up's with ✅ on screenshots and ignores areo one's 🙁.
 
It's REG_DWORD and it's set to 1000 (1s)
Screenshot-6.png

On a side note, this seems to affect only the pop-up's with ✅ on screenshots and ignores areo one's 🙁.
It should be "REG_SZ". I don't know if you've used the software related to this github post, but basically they had a similar problem and they fixed it by recreating the entry.

Or basically:
  • Important: Either create a system restore point or in Regedit, go to HKEY_CURRENT_USER\Control Panel\Mouse and select File -> Export to export this path in case something happens
  • Go to HKEY_CURRENT_USER\Control Panel\Mouse
  • Delete the existing "MouseHoverTime" entry
  • Right click somewhere and select New -> String Value
  • Name it "MouseHoverTime"
  • Set the value to 400 (or whatever you'd like, it's time in ms)
This requires rebooting the computer to take effect.

EDIT: Added the caveat to back up the registry/set a restore point
 
Last edited:
  • Like
Reactions: T2N
Solution
It should be "REG_SZ". I don't know if you've used the software related to this github post, but basically they had a similar problem and they fixed it by recreating the entry.

Or basically:
  • Delete the existing "MouseHoverTime" entry
  • Right click somewhere and select New -> String Value
  • Name it "MouseHoverTime"
  • Set the value to 400 (or whatever you'd like, it's time in ms)
This requires rebooting the computer to take effect.
Finally, that was the issue. Thank you so much!