Skip to content

Instantly share code, notes, and snippets.

@alemosk
Forked from hacker1024/disableAAC.reg
Created January 26, 2025 18:11
Show Gist options
  • Save alemosk/2fbe89d02a132289bd9aec3d52c66879 to your computer and use it in GitHub Desktop.
Save alemosk/2fbe89d02a132289bd9aec3d52c66879 to your computer and use it in GitHub Desktop.
Disable AAC Bluetooth audio codec in Windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters]
"BluetoothAacEnable"=dword:00000000
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters]
"BluetoothAacEnable"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment