Single click hover time edit in registry DWORD, Please help

Page 1 of 2 12 LastLast

  1. Posts : 5
    10 WIN
       #1

    Single click hover time edit in registry DWORD, Please help


    I love single click to open. However, hover time is actually slower than me double-clicking on icon to open.

    I adjusted this setting so far and no change.

    HKEY_CURRENT_USER\Control Panel\Mouse (DWORD) MouseHoverTime = <ms>

    Any other settign Im missing? I want it to hightlight instantly after hovering over desktop icon. So single click is instant.

    Thank you.



    Found this here but no help
    Mouse Hover Time - Change - Windows 7 Help Forums
    Last edited by stevef22; 12 Dec 2020 at 01:30.
      My Computer


  2. Posts : 5,452
    Windows 11 Home
       #2

    The value is supposed to be SZ not DWORD.
    Code:
    reg add "HKCU\Control Panel\Mouse" /v "MouseHoverTime" /t REG_SZ /d "0" /f
    Maybe try this as well:
    Code:
    reg add "HKCU\Control Panel\Desktop" /v "MenuShowDelay" /t REG_SZ /d "0" /f
    By the way I use this upon Windows install to set it up instantly:
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShellState" /t REG_BINARY /d "2400000017a8000000000000000000000000000001000000130000000000000073000000" /f

    stevef22 said:
    I want it to hightlight instantly after hovering over desktop icon. So single click is instant.
    I like that as well:

      My Computer


  3. Posts : 17,838
    Windows 10
       #3

    TairikuOkami said:
    ...The value is supposed to be SZ not DWORD...
    Good catch!
      My Computer


  4. Posts : 5
    10 WIN
    Thread Starter
       #4

    Update:
    - - - Updated - - -

    Seems that no matter what time I set too.... same time for window to open. Take a look at my short 1min vid.

    2020-12-12 at 19-14-29.mp4 - Google Drive

    Thanks for your help
      My Computer


  5. Posts : 17,838
    Windows 10
       #5

    The time it takes for a certain window to open has nothing to do with Mouse Hover Time or Menu Show Delay
      My Computer


  6. Posts : 5
    10 WIN
    Thread Starter
       #6

    Edwin said:
    The time it takes for a certain window to open has nothing to do with Mouse Hover Time or Menu Show Delay
    Understand,

    point of my vid is to show adjusting time in ms does nothing. ( window does not take any longer when adjusting ) so this tells me maybe reg edit not working.

    Thank you
      My Computer


  7. Posts : 17,838
    Windows 10
       #7

    stevef22 said:
    Understand,

    point of my vid is to show adjusting time in ms does nothing. ( window does not take any longer when adjusting ) so this tells me maybe reg edit not working.

    Thank you
    Did you reboot in between?
      My Computer


  8. Posts : 5
    10 WIN
    Thread Starter
       #8

    Edwin said:
    Did you reboot in between?
    No I did not! Thank you
      My Computer


  9. Posts : 68,995
    64-bit Windows 11 Pro for Workstations
       #9
      My Computers


  10. Posts : 5
    10 WIN
    Thread Starter
       #10

    Brink said:
    Thank you very much Alien person. So its importiant to restart after every registry change?

    Is there a code to force refresh of registry w/o restarting? That would be stellar
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:26.
Find Us




Windows 10 Forums