Simulate pulling out the USB and putting it back again.

Hello!

Is it possible to simulate programmatically pulling out the usb devise and putting it back again.

Thank you in advance,
Joanna.

#2

Right click on the device and select "Custom Event Handler..." then type

port=off

then press OK, If the usb hub is correctly wired it will power OFF the port. Then to turn the power back on do the same thing but enter

port=on

the press OK, and it should switch back on.

Note: most hubs dont support individual port power commands so this method may not work