QUOTE(ssss @ Aug 6 2005, 01:24 PM)
I want help from you ppl .
the problem is that I want to trace the use of USB storage devices viz. pen drives on the target computers and account which pen drive(USB storage drive) was used when and how many times.
Though I can find the use of all the USB devices at 'setupapi.log' but the problem is I cannot differentiate between pen drives. Can any body help in explaining as what and where traces are left by USB device when insertng into the USB port.
It leaves traces in the hidden section of device manager of what type of device was plugged into what port. Maybe you could write a script to detect and log when new devices are put on and/or become active? Also, pen drives and the such will become a drive in explorer. See if a search provides scripts to detect new drives and if the driver that is used is made for USB. Im sure there are many other ways as well.