Last active
May 16, 2025 15:08
-
-
Save hacker1024/e81244dd62156a771ecb1de134c6b1ef to your computer and use it in GitHub Desktop.
Disable AAC Bluetooth audio codec in Windows
This file contains hidden or 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\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters] | |
"BluetoothAacEnable"=dword:00000000 |
This file contains hidden or 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\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters] | |
"BluetoothAacEnable"=dword:00000001 |
i cant find parameters, help!
Hi same issue here - what do we do when there is no parameters folder?
OK so for those of you who don't have parameters - I tried something and it worked.
Manually Create the "Parameters" Folder & Disable AAC Codec
- Open the Registry Editor
Press Win + R, type regedit, and press Enter.If prompted by User Account Control (UAC), click Yes.
- Navigate to the Correct Location
In the Registry Editor, go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp- Create the "Parameters" Folder (If Missing)
Right-click on BthA2dp in the left panel.Select New > Key.
Name it Parameters and press Enter.
- Create the "BluetoothAacEnable" Key
Click on the newly created Parameters folder.In the right panel, right-click on an empty space.
Select New > DWORD (32-bit) Value.
Name it BluetoothAacEnable.
Double-click it, set Value Data to 0, and click OK.
- Close the Registry Editor & Restart your PC for the changes to take effect.
- Reconnect Your Bluetooth Device
Remove & re-pair your Bluetooth device from Settings > Bluetooth & Devices.If your pc does not allow you to add a new device for some reason - restart it (and click restart with updates if that shows up)
it should look like this rigth?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK so for those of you who don't have parameters - I tried something and it worked.
Manually Create the "Parameters" Folder & Disable AAC Codec
Press Win + R, type regedit, and press Enter.
If prompted by User Account Control (UAC), click Yes.
Navigate to the Correct Location
In the Registry Editor, go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp
Create the "Parameters" Folder (If Missing)
Right-click on BthA2dp in the left panel.
Select New > Key.
Name it Parameters and press Enter.
Click on the newly created Parameters folder.
In the right panel, right-click on an empty space.
Select New > DWORD (32-bit) Value.
Name it BluetoothAacEnable.
Double-click it, set Value Data to 0, and click OK.
Close the Registry Editor & Restart your PC for the changes to take effect.
Reconnect Your Bluetooth Device
Remove & re-pair your Bluetooth device from Settings > Bluetooth & Devices.
If your pc does not allow you to add a new device for some reason - restart it (and click restart with updates if that shows up)
You should be good to go.