Windows 10: Color Changes to mouse hover

Discus and support Color Changes to mouse hover in Windows 10 Customization to solve the problem; I am running Win 10 Tech Evaluation and Win 7 in dual boot. That's fine. But when it comes to personalizing win 10, the background colour of the... Discussion in 'Windows 10 Customization' started by donwb, Feb 22, 2015.

  1. donwb Win User

    Color Changes to mouse hover


    I am running Win 10 Tech Evaluation and Win 7 in dual boot. That's fine.
    But when it comes to personalizing win 10, the background colour of the hovering mouse is black,
    so when it's hovered over black text, the text is obliterated.
    How can I change the hovering mouse background colour?

    Also, when in desktop, the RH toolbar's "speakers / headphone" and "new notification" icons do not show until the mouse is hovered.

    And finally, how do I put the taskbar's "hidden Icons" visible on the taskbar.

    Any help would much appreciated.

    :)
     
    donwb, Feb 22, 2015
    #1
  2. Danny357 Win User

    When will Microsoft finally fix the two most annoying gaming problems?

    I do as stated run in borderless Fullscreen. Mouse pointer invisible on 2nd screen but when hover a button or changes color.
     
    Danny357, Feb 22, 2015
    #2
  3. Potzki Win User
    Change Windows 10 Mouse Hove/Highlight Color

    Hello,

    I want to change the color that is given to items that are moused over/hovered over such as files in File Explorer. I have bad eyesight and it currently set to a very light blue and want to make it a more distinctive color so it's easier to see. I would
    also like to change the color of a selected item in File Explorer which is currently set to the same light blue color.

    Thank you,
     
    Potzki, Feb 22, 2015
    #3
  4. f14tomcat Win User

    Color Changes to mouse hover

    Not hard...

    go to Settings, Ease of Access, Mouse. Choose pointer size and pointer color. That should fix the black-on-black issue.

    for the hidden icons issue, Right click taskbar, click properties, under Taskbar tab click Customize, at bottom left select Always show.... box. Can also go into "turn system icons on and off" and select which ones you want. You'll probably need to play around a bit with these settings to get it the way you want, and maybe sign off and back on for some of them to take.

    Just fiddle with them, you'll get it! Cheers! *Cool
     
    f14tomcat, Feb 22, 2015
    #4
  5. donwb Win User
    Hi F14 Tomcat (The F4 Phantom was better)

    Thanks for your response.

    Your solution to the hidden icons worked for those that were truly hidden, but still not for the 2 which appear when the mouse is hovered over the position where they are hidden.

    "Ease of Settings"/Mouse Pointer Colour didn't do it. All that was apparent was a change of pointer colour. but not the black background invoked by the mouse hover.

    Any more ideas?
     
    donwb, Feb 22, 2015
    #5
  6. f14tomcat Win User
    Did you try all 3 of the pointer color/size options? The mouse pointer, no matter what size or color, should only overlay (block) text when the text is "selectable". So even if you made it white, it would overlay with a white pointer. I may not be real clear on what your issue is. Sorry.

    I'm not real sure what '"RH toolbar's "speakers / headphone" and "new notification"' means? What is RH? Is this Realtek High def?

    In the customize icons section, choose "show notifications and icons". On your taskbar, in notification area, is there a small white triangle? If you hover over it, it will say "show hidden icons". If you click on it, it will show any icons that are hidden. If you want these to always show, set them to "show notifications and icons".

    You may need to reset you notification area icon cache. It can sometimes get a bit quirky! Attached is a batch file you can download and run. It will clear the notification area icon cache, both previous and current, and restart Explorer, at which time the icon cache will be rebuilt. It was written by Shawn Brink, so it's OK! Here's what it looks like, but download and run the .bat file.

    Reset_Notification_Area_Icons_Cache.bat

    ------------------------------------------------------------------------------------------------------------------------------

    :: Created by: Shawn Brink
    :: Windows 7 Help Forums
    :: Tutorial: Notification Area Icons - Reset - Windows 7 Help Forums




    @echo off
    cls
    set regPath=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
    set regKey1=IconStreams
    set regKey2=PastIconsStream
    set choice=Bad-Response


    echo The Explorer process must be killed to reset the Notification Area Icons Cache.
    echo.
    echo Please SAVE ALL OPEN WORK before continuing
    echo.
    pause


    echo.
    taskkill /IM explorer.exe /F
    echo.
    FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey1% ^| find /i "%regkey1%"') do goto iconstreams
    echo Registry key "IconStreams" already deleted.
    echo.


    :verify-PastIconsStream
    FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey2% ^| find /i "%regkey2%"') do goto PastIconsStream
    echo Registry key "PastIconsStream" already deleted.
    echo.
    goto confirm-restart


    :iconstreams
    reg delete "%regpath%" /f /v "%regkey1%"
    goto verify-PastIconsStream


    Color Changes to mouse hover :pastIconsStream
    reg delete "%regpath%" /f /v "%regkey2%"


    :confirm-restart
    echo.
    echo.
    echo Windows must be restarted to finish resetting the Notification Area Icons.
    echo.


    :wrong
    set /p choice=Restart now? (Y/N) and press Enter:
    If %choice% == y goto Yes
    If %choice% == Y goto Yes
    If %choice% == n goto No
    If %choice% == N goto No
    set choice=Bad-Response
    goto wrong


    :Yes
    shutdown /R /f /t 00
    exit




    :No
    echo.
    echo Restart aborted. Please remember to restart the computer later.
    echo.
    echo You can now close this command prompt window.
    explorer.exe

    ---------------------------------------------------------------------------------------------------------------------------

    Get back with results, pls. Thanks, Dick.

    P.S. F4 Phantom was great back in 'Nam days, but it belched way too much smoke!
     
    f14tomcat, Feb 22, 2015
    #6
  7. donwb Win User
    Hi Dick
    I click the Windows logo in the top right corner, then the Power Options button.
    There are 3 drop down choices :- Sleep, Shut Down Restart.
    Hovering the mouse over any of these produces a black rectangle which obscures the text.
    A note describing the function also appears.
    It may be that this is the intended functionality but it does seem a bit odd to obscure a command.

    I was able to recover the hidden icons in the Task Bar using "show notifications and icons" OK,
    but still 2 icons are missing.
    The "Speakers/Headphones" icon ay the Right Hand (RH) end of the Taskbar
    (which allows change of volume level) only produces an empty rectangle
    when I hover the position I guess it to be in. Clicking this position then produces the
    usual vertical slider and mute button.
    Again, maybe this functionality is intentional and takes a bit of getting used to.

    Sorry about the abbreviations.
    So often, does the right hand not know what the left hand is doing,
    an abbreviation is called for.

    As to the Bat file, many thanks for that. I've downloaded it and will post the results in due course.

    PS Yours might have looked like a JP4 bonfire, but ours,
    with their beautiful RR engines, were pure as the driven snow (and faster).

    Cheers
    Don
     
    donwb, Feb 23, 2015
    #7
  8. f14tomcat Win User

    Color Changes to mouse hover

    Don, I've included a "Step Recording" for you to view. It shows the results of hover and click on your issues. Open in your browser.

    Even though the step text says "click", it's obvious where I was hovering.

    It did not pick up the hover text on the 3 power options, but they did display and were not blacked out. Nothing was blacked out on any of these steps. Probably the Step Recorder doesn't pick up tool tip messages on sub-menus. All appeared normal on my display.

    What are the 2 tray icons still missing?

    Please try the icon cache reset, it can cure a lot of goofy tray issues.

    Also, you may want to try running MCBUILDER.exe from an Admin cmd line, followed by a restart. It rebuilds the Microsoft Resource cache.

    (I smell a dogfight coming!)

    Cheers! *Cool Dick...
     
    f14tomcat, Feb 23, 2015
    #8
  9. Edwin New Member
    Here's what I've got,
    the blank volume icon seems to be a glitch only when it's in the box, the power options are okay.


    Color Changes to mouse hover [​IMG]

    Color Changes to mouse hover [​IMG]
     
    Edwin, Feb 23, 2015
    #9
  10. donwb Win User
    Hi Dick

    Tried the icon cache reset, it did reset, but so far I didn't detect any change.

    I looked at your step recording. What's interesting is that your taskbar does show a loudspeaker icon, apparently even when you're not hovering over it. Then when you click on it you get the vertical slider picture. I get that but by clicking on an empty box. For me, the same is true for the other missing icon - "new notifications"

    In your other picture of the mouse over the power icon, I get that just the same, but when I move the mouse down to the first option - Sleep - it is replaced by a black rectangle.

    I'll live with these for the time being.

    I will try MCBUILDER.exe and report the results later.

    .....then I'd have to consider the Spitfires.......

    Many thanks
    Don
     
    donwb, Feb 24, 2015
    #10
  11. donwb Win User
    Thanks for the input Edwin
     
    donwb, Feb 24, 2015
    #11
  12. f14tomcat Win User
    .....then I'd have to consider the Spitfires.......

    P-51 Mustang
     
    f14tomcat, Feb 24, 2015
    #12
  13. donwb Win User

    Color Changes to mouse hover

    It had so much torque the prop went one way and the fuselage the other.......bit of an over reaction don't you think?
     
    donwb, Feb 24, 2015
    #13
  14. f14tomcat Win User
    Issue resolved nicely with P-38


    Better move this to Chill Out Room before Shawn does! *Roflmao2
     
    f14tomcat, Feb 24, 2015
    #14
  15. f14tomcat Win User
    Don, one last thought... Check to see if you have the latest (best) graphics card driver. HP may have one better than TP version for your box. Dick...
     
    f14tomcat, Feb 24, 2015
    #15
Thema:

Color Changes to mouse hover

Loading...
  1. Color Changes to mouse hover - Similar Threads - Color Changes mouse

  2. Mouse Pointer color change

    in Windows 10 Software and Apps
    Mouse Pointer color change: Hi Team , While using magnifier , mouse pointer color is changing green to white when something trying to install . This issue started after the KB5011487 update . If magnifier is not opened and there is no issue while installing . Its something odd and this issue is over all...
  3. Mouse Pointer color change

    in Windows 10 Installation and Upgrade
    Mouse Pointer color change: Hi Team , While using magnifier , mouse pointer color is changing green to white when something trying to install . This issue started after the KB5011487 update . If magnifier is not opened and there is no issue while installing . Its something odd and this issue is over all...
  4. Mouse Pointer color change

    in Windows 10 Gaming
    Mouse Pointer color change: Hi Team , While using magnifier , mouse pointer color is changing green to white when something trying to install . This issue started after the KB5011487 update . If magnifier is not opened and there is no issue while installing . Its something odd and this issue is over all...
  5. Change the color of the mouse pointer

    in Windows 10 Customization
    Change the color of the mouse pointer: I have made sure I have all the updates installed on my computer, as well as having Windows 10, however, I do not get the option to change the color of my mouse to purple or pink. What am I missing?...
  6. Menu and mouse hover text color bug

    in Windows 10 Customization
    Menu and mouse hover text color bug: Greetings, I've installed a clean version of Windows 10 today, and I have a strange color bug I have never seen before. The text in the menus are covered by colors, I can't see the text. When I hover the mouse, the mouse pop up text is also covered. I attach two screenshots...
  7. Mouse hovering

    in Windows 10 Customization
    Mouse hovering: My mouse When ever you hover on something it clicks it https://answers.microsoft.com/en-us/windows/forum/all/mouse-hovering/38e55570-af4d-4510-b493-35abf665f1a6
  8. Change size or color of mouse or, make a trailing mouse or change the color.

    in Windows 10 Installation and Upgrade
    Change size or color of mouse or, make a trailing mouse or change the color.: Change size or color of mouse or, make a trailing mouse or change the color. https://answers.microsoft.com/en-us/windows/forum/all/change-size-or-color-of-mouse-or-make-a-trailing/305f188b-1115-49d5-9e5c-fc6a055b9e5c
  9. Mouse hover inconsistent

    in Windows 10 Support
    Mouse hover inconsistent: This is not new for me, but I'm curious if anyone else notices. Frequently, when I hover over a file or folder, nothing happens. No popup. It's annoying. There is no pattern...completely random. I suspect there is not fix, but maybe?? 86487
  10. Mouse Arrow Changes Colors

    in Windows 10 Support
    Mouse Arrow Changes Colors: I don't know what happened but my mouse arrow changes colors depending on background color. If BG is white arrow is black, BG yellow arrow blue I sort of like it because it helps my eyes. 73940