Well an Implementation of IPortableDeviceManager Interface to get all Portable Device conected to our pc. #include <Array.au3>
#include <WinAPICom.au3>
Opt("MustDeclareVars", 1)
Global Const $sCLSID_PortableDeviceManager = "{0af10cec-2ecd-4b92-9581-34f6ae0637f3}"
Global Const $sIID_IPortableDevic...