Introduction
Bluetooth Support Service is an integral part of the Bluetooth functionality in Windows. Sometimes, this service might accidentally get deleted, breaking the Bluetooth adapter. In this article, we will cover how to restore the Bluetooth Support Service.
Prerequisites
Before we begin, ensure that your computer has the latest updates installed. Also, make sure that the Bluetooth adapter is enabled in the Device Manager.
Method 1: Using Services.msc
1. Press Win + R to open the Run dialog box.
2. Type services.msc and press Enter.
3. Scroll down and find "Bluetooth Support Service".
4. Right-click on it and select "Properties".
5. In the "Startup type" dropdown, select "Automatic" and click "Start".
6. Click "Apply" and then "OK" to save the changes.
Method 2: Using net start command
1. Press Win + R to open the Run dialog box.
2. Type cmd and press Enter to open the Command Prompt.
3. Type net start "Bluetooth Support Service" and press Enter.
Method 3: Using the Registry Editor
1. Press Win + R to open the Run dialog box.
2. Type regedit and press Enter to open the Registry Editor.
3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BluetoothSupportService.
4. Right-click on the right pane and select "New" > "DWORD (32-bit) Value".
5. Name it "Start" and set its value to "3".
6. Click "OK" to save the changes.
7. Restart your computer for the changes to take effect.
- Use Method 1, 2, or 3 to restore the Bluetooth Support Service.
- Ensure that your computer has the latest updates installed and the Bluetooth adapter is enabled in the Device Manager.