Share via

Automatically set Bluetooth Speaker Volume

Anonymous
2021-12-22T12:39:47+00:00

Hello There! :)

I recently bought a bluetooth speaker that I use for my Sound on my PC.

My Problem is that every time I connect the speaker (-> every time I start my PC) the Volume for the Bluetooth Speaker is automatically set to 100% and I have to turn it down to 30% every time before using my PC. Is there a way to automate this task with a batch file or in a setting for the device in Windows?
Many Thanks in advance and Greetings

Kha1r0

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-24T12:20:21+00:00

    Unfortunately there is no viable option to do this, it was evident after these tests that the problem is only related to this bluetooth headset, as other audio devices do not have this problem, you can test this same headset on another PC to clear up the doubt , but the problem is probably in the headset, as other sound devices have the normal behavior on your PC.

    Regards,

    Claudeir

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-12-24T06:16:56+00:00

    "volume should always go back to the level it was left on last time"
    Unfortunately it is not, but good to know.

    "Does this same problem happen with speakers or headset that are not bluetooth?"

    No, no other audio device behaves like this, they all go back to what they had, including other bluetooth devices.

    "Copy and paste the following command:
    DISM.exe /Online /Cleanup-image /Restorehealth
    and press Enter.(Note: This step may take a few minutes to start and up to 30 minutes to complete).
    After you see a message saying "The operation completed successfully", copy and paste this command:
    sfc /scannow"

    I did this, i actually even freshly installed Windows, so i don't think theres anything wrong with my pc, probably just the bluetooth speaker. Its a cheap one, hence the question on a way to automate this task with a batch file or something else :)

    "Solve problems with bluetooth..."

    Did that

    "If necessary, we will reinstall the bluetooth drivers:..."

    Did that

    "Let Windows reinstall all generic sound drivers:..."

    Did that

    "Feel free to leave your opinion, marking as answered if the answer helped, or leaving more details so that we can continue the service, this is very important to us."

    Unfortunately these steps did not help. Suppose there's nothing wrong with my PC, is there any way to automate this task "setting the volume to 30 every time the device connects" with a batch file or something else?

    Thanks a lot :)
    Kha1r0

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-12-22T13:21:57+00:00

    -Hi, my name is Claudeir, I'm happy to help you!

    In fact there is no specific setting for this as it is automatic, the volume should always go back to the level it was left on last time.

    Does this same problem happen with speakers or headset that are not bluetooth?

    Let's do a few steps, test if it resolved after each one:

    -Right click on start, run PowerShell(admin) or Command Prompt(admin)

    Copy and paste the following command:

    DISM.exe /Online /Cleanup-image /Restorehealth

    and press Enter.(Note: This step may take a few minutes to start and up to 30 minutes to complete).

    After you see a message saying "The operation completed successfully", copy and paste this command:

    sfc /scannow

    and press Enter.

    Wait for a message that says "Verification 100% complete".

    So add this command:

    chkdsk /f /r /b

    Confirm with "Y" and restart the computer for this last step.

    -Clean startup:

    Clean boot is for you to determine if a background program is interfering with your system or to optimize your system load.

    For clean boot follow the steps below:

    On the Desktop, press the Windows + R keys simultaneously to open Run;

    In the Run Menu type msconfig command and click OK to open System Configuration;

    On the Services tab, check Hide All Microsoft Services and Click Disable All;

    Click Apply and OK;

    Restart the computer.

    NOTE:This procedure disables all third-party services and programs. You can later, if the problem is solved in this way, enable the programs and services that will start with Windows, selectively, instead of keeping them all disabled. If the problem returns after activating the startup of a specific service or program, the problem is exactly in the startup of this software and it is recommended to remove it.

    -Solve problems with bluetooth:

    With the device connected, let's try troubleshooting:

    Windows+i> Update and security> troubleshooting> additional troubleshooting> bluetooth> run solution.

    See if it solves the problem.

    If necessary, we will reinstall the bluetooth drivers:

    Windows+X> device manager> bluetooth, right click on all drivers, Uninstall. Restart the PC.

    -Let Windows reinstall all generic sound drivers:

    Windows +X, Device Manager, under Sound Controllers, right click on all drivers, Uninstall. Under Audio Inputs and Outputs, right click on all Drivers, Uninstall. Restart the PC.

    -Feel free to leave your opinion, marking as answered if the answer helped, or leaving more details so that we can continue the service, this is very important to us.

    Graciously,

    Claudei

    Was this answer helpful?

    0 comments No comments