Hi,
I have some minimal experience with Perl and I was asked to automate the control of device connectivity to a PC (XP OS).
When you plug a USB device to the PC, the USB is being added to the PC USB controllers (you can view it in the Computer Management) and you can also Update Driver, Disable, Uninstall etc.
I want to sent a command from perl script that will disable this port \ this USB.
How do I do it by Perl? win32 module?
I which I had an example....
Many thanks...