Last active
September 5, 2024 15:01
-
-
Save Senorsen/bbdd8e435b95a5d8b67ffed98d5f2834 to your computer and use it in GitHub Desktop.
CSR Bluetooth 'Caps Lock' OSD notification mute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Cambridge Silicon Radio\Harmony\Default] | |
"OSD"=dword:00000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: https://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/caps-lock-notification-appears-on-the-screen-when/285a5edf-eb03-4e19-93c3-63e869486180?page=12 | |
By jaaymaac replied on June 2, 2015 | |
I finally found the file in the registry that got rid of the notifications if you have a CSR Harmony Bluetooth dongle installed: | |
HKEY_LOCAL_MACHINE\SOFTWARE\Cambridge Silicon Radio\Harmony\Default | |
double click OSD | |
set value to 0 | |
restart pc | |
no more caps lock on / off notifications for me! |
Thanks!
I lov U
Thanks a bunch! Bit silly how hard it is to find a fix for this until you find the actual culprit.
Why I dont have any of this settings or folder? Need some help.
@ajdetroit420 method worked for me, thank u so much!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for this.