Show non-present devices in Windows with Device Manager

Open PowerShell or Commmand Shell, enter the following

1
2
set devmgr_show_nonpresent_devices=1
devmgmt.msc
/show-non-present-devices-in-windows-with-device-manager/2021-08-10-11-56-22.png
.

This will open your device manager with the ability to show hidden devices. Click on View and select “Show hidden devices”.

/show-non-present-devices-in-windows-with-device-manager/2021-08-10-11-56-49.png
.

Select your hidden device you need to remove, right click and select uninstall. That’s it!

/show-non-present-devices-in-windows-with-device-manager/2021-08-10-11-57-02.png
.

In case you need to remove multiple orphan / hidden / ghosted devices like disks on Windows Failover Cluster Nodes you can use Ghostbuster for that. See my other article about Ghostbuster as well.