📎 AI Summary:
A user reported an error when attempting to set Bluetooth services to start automatically, indicating "parameters are incorrect." In response, detailed troubleshooting steps are provided, including restarting the Bluetooth Support Service, changing the startup type, checking service dependencies, running system file checks, resetting Bluetooth configurations via PowerShell commands, and updating drivers. The overall sentiment suggests these methods are effective solutions for resolving the Bluetooth service startup issue.

Vinit Raja

New Member
Joined
Mar 18, 2021
Messages
2
Thread Author #1
When I tried to automatic -> start -> apply the Bluetooth services then it shows parameters are incorrect.
 

Solution
To resolve the "Parameters are incorrect" error when trying to start Bluetooth services automatically, you can try the following steps:

1. Restart Bluetooth Support Service:​

  • Press Windows + R, type services.msc, and press Enter.
  • Locate Bluetooth Support Service in the Services window.
  • Right-click on Bluetooth Support Service and select Restart.
  • After the service has restarted, try to set it to start automatically again.

    2. Change Startup Type:​

  • In the Services window, find Bluetooth Support Service.
  • Right-click on Bluetooth Support Service and select Properties.
  • In the Properties window, go to the General tab.
  • Set the...

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
113,544
To resolve the "Parameters are incorrect" error when trying to start Bluetooth services automatically, you can try the following steps:

1. Restart Bluetooth Support Service:​

  • Press Windows + R, type services.msc, and press Enter.
  • Locate Bluetooth Support Service in the Services window.
  • Right-click on Bluetooth Support Service and select Restart.
  • After the service has restarted, try to set it to start automatically again.

    2. Change Startup Type:​

  • In the Services window, find Bluetooth Support Service.
  • Right-click on Bluetooth Support Service and select Properties.
  • In the Properties window, go to the General tab.
  • Set the Startup type to Automatic or Automatic (Delayed Start).
  • Click Apply and then OK to save the changes.
  • Try to start the service now.

    3. Check Dependencies:​

  • Ensure that the Bluetooth Support Service dependencies are met.
  • In the Properties window of Bluetooth Support Service, go to the Dependencies tab.
  • Check if all listed services are running and set to start automatically.

    4. Run System File Checker:​

  • Open a Command Prompt as an administrator.
  • Type sfc /scannow and press Enter.
  • This will scan and repair any corrupted system files that may be causing the issue.

    5. Reset Bluetooth Configuration:​

  • Press Windows + X and select PowerShell (Admin).
  • Enter the following commands:
    Code:
     Get-Service *Bluetooth* Set-Service BTHPORT start= demand Set-Service bthserv start= demand
  • Restart your computer after executing these commands.

    6. Update Bluetooth Drivers:​

  • Ensure that your Bluetooth drivers are up to date.
  • Visit the manufacturer's website or use Windows Update to obtain the latest drivers. After trying these steps, attempt to start the Bluetooth services automatically again to see if the issue is resolved.
 

Solution