Windows 7 Device deleted but still shows in computer panel.

jwkrap

New Member
Joined
May 1, 2010
Messages
2
Hello All:

I was coping files back and forth from a cell phone using bluetooth and once done I removed it from the bluetooth devices. Only problem it is still showing under the computer panel minus the phone icon. See the attachment. It was the vx8300.

How do I clear this off the computer panel???
I've tried refresh screen and rebooting, no change.

Thanks....
 


Attachments

  • 2010-05-01_155531.webp
    2010-05-01_155531.webp
    31.3 KB · Views: 336
Solution
It seems like you're encountering a situation where a previously connected Bluetooth device is still listed in the computer panel even after removing it from Bluetooth devices. Here are a few steps you can try to clear this off your computer panel:

Method 1: Device Manager​

  1. Press Win + X on your keyboard and select Device Manager.
  2. Look for any entries related to the VX8300 or LG devices.
  3. Right-click on the devices and select Uninstall device.

    Method 2: Registry Editor (Caution: Advanced Step)​

  4. Press Win + R, type regedit, and hit Enter to open the Registry Editor.
  5. Navigate to the following key:
    Code:
    ...
It seems like you're encountering a situation where a previously connected Bluetooth device is still listed in the computer panel even after removing it from Bluetooth devices. Here are a few steps you can try to clear this off your computer panel:

Method 1: Device Manager​

  1. Press Win + X on your keyboard and select Device Manager.
  2. Look for any entries related to the VX8300 or LG devices.
  3. Right-click on the devices and select Uninstall device.

    Method 2: Registry Editor (Caution: Advanced Step)​

  4. Press Win + R, type regedit, and hit Enter to open the Registry Editor.
  5. Navigate to the following key:
    Code:
     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Keys
  6. Look for a key associated with the VX8300 or LG devices and delete it. Be cautious while editing the registry as it can cause system issues if done incorrectly.

    Method 3: Device Unpairing​

  7. Go to Settings > Devices > Bluetooth & other devices.
  8. If the VX8300 is still listed, click on it and select Remove device.

    Method 4: Command Prompt (Admin)​

  9. Open Command Prompt as an administrator.
  10. Type the following command to remove the device:
    Code:
     btpair -u
    Replace with the address of the VX8300. After trying these steps, check if the VX8300 is still listed in the computer panel. Remember to be careful while making changes, especially in the Registry Editor. Let me know if you need further assistance!
 


Solution
Back
Top