Share via

Unable to Disable Bluetooth User Support Service_19a935e

Anonymous
2021-10-17T21:43:14+00:00

Trying to disable Bluetooth services.

The first 2 disable ok but when I changed the Startup type to Disabled I get:

'The parameter is incorrect'

Any ideas?

James

Windows for home | Windows 10 | Settings

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

Answer accepted by question author

Anonymous
2021-10-18T02:10:31+00:00

Hi, thanks for reaching out! Please allow me to assist you.

Bluetooth User Support Service is a per-user service. Per-user services are services that are created when a user signs into Windows or Windows Server and are stopped and deleted when that user signs out.

They are based on a template service. You can set the template service's Startup Type to Disabled to create per-user services in a stopped and disabled state.

To do so, you can change the startup type for BluetoothUserService under HKLM\System\CurrentControlSet\Services. https://docs.microsoft.com/windows/application-...

Here a command line to perform the same as well.

REG.EXE ADD HKLM\System\CurrentControlSet\Services\BluetoothUserService /v Start /t REG_DWORD /d 4 /f

Once you have made the change, restart and observe if the service is disabled.

Please let me know if I can help you further!

Was this answer helpful?

6 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2021-12-29T22:55:35+00:00

    Tha worked fine.

    Thanks.

    Was this answer helpful?

    0 comments No comments