Windows 10 Device Manager see's USB ports/cards, USB still not working


  1. Posts : 2
    Windows 10-64 Enterprise
       #1

    Windows 10 Device Manager see's USB ports/cards, USB still not working


    Device Manager does see the Rosewill RCDR-11004 USB HUB, and sees the PCie To USB adapter card, and the Device Manager says the drivers all are functioning properly.

    There are no manufacturer drivers available for either device. NO CD's came with the devices, and there is no online source for them either. However, as I said, Windows Device Manager identifies them and states they are all functioning properly.

    That said, when I insert a USB device into them, nothing happens in most situations As I will explain below.

    When I plug in either the USB 3.0 Cable from the front panel of the Case, or the Rosewill RCDR 11004 into the PCIe card, the USB devices inserted are not detected.

    When I have the USB 3.0 cable from either the front panel or the RCDR 11004 plugged into the Motherboard, the USB3.0 ports work.

    When I plug in the USB 2.0 cable from the RDCR-11004 into the Motherboard, the Disk Management sees the SD Card readers and assigns Disk numbers to them, however when I plug in any USB 2.0 device into the USB 2.0 slots of the hub, nothing happens.

    So I have two separate issues here, that involve USB ports.

    What am I missing here?

    Thanks.

    Ken L .
      My Computer


  2. Posts : 42
    Windows 10 Pro 22H2
       #2

    I would start with removing all the disconnected USB devices.
    There is a powershell script that you can use to do this a bit faster here: https://github.com/istvans/scripts/b...moveGhosts.ps1

    Click the download in the upper right corner.
    Save the file as a non-text file (the extension should be .ps1 and not ps1.txt)

    open powershell as administrator

    OR open cmd prompt as administrator and type powershell.exe at the prompt

    whatever way you get to an admin powershell, type the following into that shell and hit enter:

    set-execution-policy unrestricted localmachine

    (this gives you the right to execute any powershell script locally but not remotely, which is good for now)
    after you run the script type the following to locked down powershell scripts once more: leaving powershell script with unrestricted execution permission is a security issue so please do not forget to lock it down again once your done with the script.

    set-execution-policy restricted localmachine

    Within powershell, navigate to the directory and run the script.
    I would reboot when done but it is not necessary.
    Below is a demo I did on my own PC so you can see the full process.
    Remember to take away unrestricted localmachine permissions for powershell to execute scripts.
    The script only removes devices that are listed as not connected by Windows.
    The false stuff you see below is not harmful - I left it in case you get some of these false results, so you could see I did to-not harmful.



    See my demo below:

    -----------------------------
    Microsoft Windows [Version 10.0.19045.3930]
    (c) Microsoft Corporation. All rights reserved.

    C:\Windows\system32>powershell
    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.

    Try the new cross-platform PowerShell https://aka.ms/pscore6

    PS C:\Windows\system32> cd C:\users\yodamin\Downloads\
    PS C:\users\yodamin\Downloads>
    PS C:\Users\yodamin\Downloads> .\removeGhosts.ps1

    Security warning
    Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. If you
    trust this script, use the Unblock-File cmdlet to allow the script to run without this warning message. Do you want to run
    C:\Users\yodamin\Downloads\removeGhosts.ps1?
    [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): r

    Attempting to remove device USB Composite Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Composite Device
    Removed device USB Composite Device

    Attempting to remove device HID-compliant system controller
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant system controller
    Removed device HID-compliant system controller

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device Generic USB Hub
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic USB Hub
    Removed device Generic USB Hub

    Attempting to remove device hmmm
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device hmmm
    Removed device hmmm

    Attempting to remove device Samsung SSD 870 EVO 1TB
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Samsung SSD 870 EVO 1TB
    Removed device Samsung SSD 870 EVO 1TB

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device

    Attempting to remove device HID-compliant consumer control device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant consumer control device
    Removed device HID-compliant consumer control device

    Attempting to remove device HID-compliant mouse
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant mouse
    Removed device HID-compliant mouse

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device ACTIONS HS USB FlashDisk USB Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device ACTIONS HS USB FlashDisk USB Device
    Removed device ACTIONS HS USB FlashDisk USB Device

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device Microsoft Virtual DVD-ROM
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Microsoft Virtual DVD-ROM
    Removed device Microsoft Virtual DVD-ROM

    Attempting to remove device Microsoft Virtual DVD-ROM
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Microsoft Virtual DVD-ROM
    Removed device Microsoft Virtual DVD-ROM

    Attempting to remove device USB Mass Storage Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Mass Storage Device
    Removed device USB Mass Storage Device

    Attempting to remove device USB Serial Device (COM7)
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Serial Device (COM7)
    Removed device USB Serial Device (COM7)

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device USB DISK
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB DISK
    Removed device USB DISK

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device USB Mass Storage Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Mass Storage Device
    Removed device USB Mass Storage Device

    Attempting to remove device Generic PnP Monitor
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic PnP Monitor
    Removed device Generic PnP Monitor

    Attempting to remove device UEFI_NTFS
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device UEFI_NTFS
    Removed device UEFI_NTFS

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device ST2000LM 015-2E8174 USB Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device ST2000LM 015-2E8174 USB Device
    Removed device ST2000LM 015-2E8174 USB Device

    Attempting to remove device HID Keyboard Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID Keyboard Device
    Removed device HID Keyboard Device

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device Generic volume shadow copy
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic volume shadow copy
    Removed device Generic volume shadow copy

    Attempting to remove device MSI Optix Driver USB Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device MSI Optix Driver USB Device
    Removed device MSI Optix Driver USB Device

    Attempting to remove device RAS Async Adapter
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device RAS Async Adapter
    Removed device RAS Async Adapter

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device USB Composite Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Composite Device
    Removed device USB Composite Device

    Attempting to remove device HID-compliant consumer control device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant consumer control device
    Removed device HID-compliant consumer control device

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device Generic PnP Monitor
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Generic PnP Monitor
    Removed device Generic PnP Monitor

    Attempting to remove device USB Composite Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Composite Device
    Removed device USB Composite Device

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device

    Attempting to remove device HID-compliant device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant device
    Removed device HID-compliant device

    Attempting to remove device HID-compliant device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant device
    Removed device HID-compliant device

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device I:\
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device I:\
    Removed device I:\

    Attempting to remove device Microsoft VHD Loopback Controller
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Microsoft VHD Loopback Controller
    Removed device Microsoft VHD Loopback Controller

    Attempting to remove device HID-compliant consumer control device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant consumer control device
    Removed device HID-compliant consumer control device

    Attempting to remove device Volume
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Volume
    Removed device Volume

    Attempting to remove device USB Input Device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device USB Input Device
    Removed device USB Input Device

    Attempting to remove device Pixel 7
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Pixel 7
    Removed device Pixel 7

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device

    Attempting to remove device Personal
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device Personal
    Removed device Personal

    Attempting to remove device HID-compliant vendor-defined device
    Are you sure you want to proceed?
    [Y] Yes [N] No [?] Help (default is "N"): y
    Attempting to remove device HID-compliant vendor-defined device
    Removed device HID-compliant vendor-defined device
    Removed devices:

    FriendlyName HWID InstallState Class
    ------------ ---- ------------ -----
    ACTIONS HS USB FlashDisk USB Device USBSTOR\DISKACTIONS_HS_USB_FLASHDISK2.00 False DiskDrive
    Generic PnP Monitor MONITOR\MSI3CA8 False Monitor
    Generic PnP Monitor MONITOR\ACI27A7 False Monitor
    Generic USB Hub USB\VID_05E3&PID_0610&REV_6060 False USB
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    Generic volume shadow copy STORAGE\VOLUMESNAPSHOT False VolumeSnapshot
    HID Keyboard Device HID\VID_046D&PID_C534&REV_2901&MI_00 False Keyboard
    HID-compliant consumer control device HID\VID_03F0&PID_0B8D&REV_3108&MI_00&COL02 False HIDClass
    HID-compliant consumer control device HID\VID_046D&PID_C534&REV_2901&MI_01&COL02 False HIDClass
    HID-compliant consumer control device HID\VID_1038&PID_12AD&REV_0119&MI_05&COL01 False HIDClass
    HID-compliant device HID\VID_1462&PID_3FA4&REV_0000 False HIDClass
    HID-compliant device HID\VID_1462&PID_3FA4&REV_0000&MI_00 False HIDClass
    HID-compliant mouse HID\VID_046D&PID_C534&REV_2901&MI_01&COL01 False Mouse
    HID-compliant system controller HID\VID_046D&PID_C534&REV_2901&MI_01&COL03 False HIDClass
    HID-compliant vendor-defined device HID\VID_1038&PID_12AD&REV_0119&MI_05&COL02 False HIDClass
    HID-compliant vendor-defined device HID\VID_046D&PID_C534&REV_2901&MI_01&COL05 False HIDClass
    HID-compliant vendor-defined device HID\VID_03F0&PID_0B8D&REV_3108&MI_00&COL01 False HIDClass
    HID-compliant vendor-defined device HID\VID_1038&PID_12AD&REV_0119&MI_05&COL03 False HIDClass
    HID-compliant vendor-defined device HID\VID_03F0&PID_0A8D&REV_0002 False HIDClass
    HID-compliant vendor-defined device HID\VID_046D&PID_C534&REV_2901&MI_01&COL04 False HIDClass
    hmmm UMB\TCL/SMART_TV/URNIAL-MULTISCREEN-ORGEVICEIAL:1 False SoftwareDevice
    I:\ False WPD
    Microsoft VHD Loopback Controller {8E7BD593-6E6C-4C52-86A6-77175494DD8E}\MSVHDHBA False SCSIAdapter
    Microsoft Virtual DVD-ROM SCSI\CDROMMSFT____VIRTUAL_DVD-ROM_1.0_ False CDROM
    Microsoft Virtual DVD-ROM SCSI\CDROMMSFT____VIRTUAL_DVD-ROM_1.0_ False CDROM
    MSI Optix Driver USB Device USBSTOR\DISKMSI_____OPTIX_DRIVER____1.00 False DiskDrive
    Personal False WPD
    Pixel 7 USB\VID_18D1&PID_4EE1&REV_0510 False WPD
    RAS Async Adapter SW\{EEAB7790-C514-11D1-B42B-00805FC1270E} False Net
    Samsung SSD 870 EVO 1TB SCSI\DISKSAMSUNG__SSD_870_EVO_1TBSVT0 False DiskDrive
    ST2000LM 015-2E8174 USB Device USBSTOR\DISKST2000LM015-2E8174______0001 False DiskDrive
    UEFI_NTFS False WPD
    USB Composite Device USB\VID_1038&PID_12AD&REV_0119 False USB
    USB Composite Device USB\VID_046D&PID_C534&REV_2901 False USB
    USB Composite Device USB\VID_03F0&PID_0B8D&REV_3108 False USB
    USB DISK False WPD
    USB Input Device USB\VID_03F0&PID_0A8D&REV_0002 False HIDClass
    USB Input Device USB\VID_03F0&PID_0B8D&REV_3108&MI_00 False HIDClass
    USB Input Device USB\VID_1038&PID_12AD&REV_0119&MI_05 False HIDClass
    USB Input Device USB\VID_1462&PID_3FA4&REV_0000&MI_00 False HIDClass
    USB Input Device USB\VID_1462&PID_3FA4&REV_0000 False HIDClass
    USB Input Device USB\VID_046D&PID_C534&REV_2901&MI_01 False HIDClass
    USB Input Device USB\VID_046D&PID_C534&REV_2901&MI_00 False HIDClass
    USB Mass Storage Device USB\VID_10D6&PID_1101&REV_0100 False USB
    USB Mass Storage Device USB\VID_1462&PID_3FA4&REV_0000&MI_01 False USB
    USB Serial Device (COM7) USB\VID_03F0&PID_0B8D&REV_3108&MI_01 False Ports
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume
    Volume STORAGE\VOLUME False Volume


    Total removed devices : 74
    PS C:\Users\yodamin\Downloads>
    ---------------------------------

    - - - Updated - - -

    I do the above script at work when a p[articular model of USB headset starts having weird shit happening to it.
    This works every single time.

    Like you the drivers are supplied by Windows 10 Enterprise and not the OEM.

    We had some cheap (Chinese? Korean? Not sure where they were from) USB hubs that were doing the same thing.
    The script work on one fo the models, the other we couldn't get to work properly so we put them in ewaste.

    It seems some devices have weird issues created when unplugging and re-plugin it in - each time we did this the devices would create a duplicate object with 1 not connected and 1 connected.
    After we had about 10 no connected devices the issues would start to happen.

    I have no idea WHY this script worked for us (I am not an engineer) but it did.
      My Computer


  3. Posts : 825
    Windows 7
       #3

    "Ghost devices" or volumes are device entries which Windows remembers, but for other USB locations. Since you've relocated the existing devices to a new hub, it's confused trying to look at the previous USB location.

    If you wanted a GUI-based tool, try Ghostbuster Portable. It's infinitely faster than clicking "Y" all day, and won't remove anything critical by accident.
      My Computer


  4. Posts : 42
    Windows 10 Pro 22H2
       #4

    # 1 You need to be sure that app is not in-secure (I am sure it might be but no way to know until you vet it)
    At one point Major Geeks was infested with virus/spyware/adware etc
    I haven't used that site to downloaded anything in 20 years because of this; it might be perfectly safe now, I wouldn't know because I never use it anymore.

    Beware.

    #2 - I like clicking Y to each entry as it leaves me to decide if I want to delete it.

    If you want to save time just use the -force switch in powershell and it will remove ALL disconnected devices without any prompt; this is MUCH faster and you do not have to click Y or N for each entry.

    Like below:

    .\removeGhosts.ps1 -force

    using the script which you can clearly see all the code with the -force switch is the safest option in my humble opinion.

    using the -fore switch looks like this:

    PS C:\Users\yodamin\Downloads> .\removeGhosts.ps1 -force

    Security warning
    Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. If you
    trust this script, use the Unblock-File cmdlet to allow the script to run without this warning message. Do you want to run
    C:\Users\yodamin\Downloads\removeGhosts.ps1?
    [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R
    Each removal will happen without any confirmation: True
    Removed devices:
    Total removed devices : 0
    PS C:\Users\yodamin\Downloads>

    But, you do you man.
      My Computer


  5. Posts : 825
    Windows 7
       #5

    If you don't like the MajorGeeks site, GhostBuster has its own source repository from the developer.
    Bitbucket
    wvd-vegt / ghostbuster / Downloads — Bitbucket

    I've used this tool for years, it's well reviewed. Just remember to run it as Administrator.
      My Computer


  6. Posts : 2
    Windows 10-64 Enterprise
    Thread Starter
       #6

    When I tried to "Set-Execution-Policy" an error came back saying this command is not recognized. What am I doing wrong?

    Ken L

    - - - Updated - - -

    OK. Was able to find out why the set-executionpolicy command line wasn't working. Was able to run the script. It removed all the devices. I rebooted and Windows still sees the PCI card, but none of the USB devices plugged in, and it sees the SD Cards, but not the USB 2.0 ports after I plug in the USB 2.0 cable from the Hub. Any other ideas?! Thanks

    Ken L.

    - - - Updated - - -

    OK. Was able to find out why the set-executionpolicy command line wasn't working. Was able to run the script. It removed all the devices. I rebooted and Windows still sees the PCI card, but none of the USB devices plugged in, and it sees the SD Cards, but not the USB 2.0 ports after I plug in the USB 2.0 cable from the Hub. Any other ideas?! Thanks

    Ken L.
      My Computer


  7. Posts : 42
    Windows 10 Pro 22H2
       #7

    All the script does is remove disconnected devices.It does not remove anything else - I use it at work pretty much daily.

    So, if you've done this and now NONE of our USB devices plugged directly into the PC's USB ports are working, but they work on other PC's. You have three choices: advancing to each subsequent choice depends on whether the problem devices work on a known good windows 10 PC or not.

    Be aware this device was released before 2014. That being said Windows might detect it and and setup a generic driver for it, however you may still have exactly the type of issues you are describing with it.

    Read the reviews of this device from newegg.ca and if you STILL want to progress please see below:

    Rosewill RDCR-11004 5.25" 2 Port USB 3.0 Internal Card Reader - Newegg.ca

    AS you can see from the reviews, it DOES work in Windows 10, but some have had some real issues with it.

    BEFORE proceeding - check to see if you have an "enable "legacy" USB option in your UEFI (BIOS) - if so try enabling it and booting into Windows - if not and you REALLY want to troubleshoot the crap out of that devices, possibly wasting your time, please proceed.

    (Edit - I had to install my motherboard manufacturers USB chip-set driver in order to get the USB 3.3 ports working - do not rely on MS drivers if manufacturer drivers are available).

    #1 - ensure all USB device drivers are installed (the drivers that your motherboard manufacturer supplies) - if you plug a device in and have an exclamation mark over it in device manager, ensure the drivers are installed and that the same device works on another PC - if so do the below

    #2 - do a Windows side by side install over what is currently there - saving all data and apps - one of the options when installing is to do this - that corrects Windows issues I have seen when nothing else will.

    --- option to re-install #1 on this website should work just fine, but I would backup any important data before doing any refresh or side by side install just in case: you may need external disk or another PC to copy data over a network connection to do that - it depends on what you have available to you.

    Reset/Refresh Windows 10 without Losing Programs | 3 Ways!

    #3 - backup all data to an external drive or network share and reinstall removing all existing partitions before continuing the install.

    IF all that is done and same issue exists I'd venture to say the device is pooched - if recent purchase contact Roswell for a replacement; if not just buy a USB 3.0 external card reader and USB hub like I did - I have them both plugged into the TOP ports on my case (NZXT520i) and double side (up to 50lb.) sticky rubber based tape.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:11.
Find Us




Windows 10 Forums