- (Optional) Run this to disable "Microsoft Wi-Fi Direct Virtual Adapter" if you planned to passthrough a USB Wifi adapter.
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow
-
Get VendorID and ProductID of the USB device, both are 4 hexadecimal digits. There are many ways to do this, the easy enough way for a noob is to plug it in, open
Device Manager
, right-click the device and openProperties
, chooseDetails
tab, on theProperty
drop-down, selectHardware Ids
. The value should be something likeUSB\VID_ABCD&PID_1234
, that should make the VendorID beABCD
and ProductID be1234
. -
Install usbipd-win: https://github.com/dorssel/usbipd-win/