(imported topic written by emock91)
I would like to track USB and CD burning usage, i would like to know, how many times a person has used a USB storage device or copied to a CD on a particular system . can this be achieved ?
Thanks !
(imported topic written by emock91)
I would like to track USB and CD burning usage, i would like to know, how many times a person has used a USB storage device or copied to a CD on a particular system . can this be achieved ?
Thanks !
(imported comment written by SystemAdmin)
Hi,
There is a property - ‘History of Connected USB Drives’ that uses the following relevance:-
if (exists key
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR" of registry) then ((
if exists value
"FriendlyName" of it then (value
"FriendlyName" of it as string)
else
"<No Name>") &
" -- " & (
if exists value
"ParentIdPrefix" of it then (value
"ParentIdPrefix" of it as string)
else
"<No Serial Number>")) of keys of keys of key
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR" of registry
else
"None"