Finding the time stamp of when a USB storage device was inserted on a Windows system

0

I know that it is possible to read the registry files on a windows system and find out the details of a USB storage device that was inserted in the system. This can be done by reading HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB from the registry.

Now, my question - Is it possible to find the exact time stamp of when a particular storage device was inserted on a windows system (Windows 7 to be specific) by reading registry values? If yes, then how can we do that?

Rahil Arora

Posted 2013-10-25T19:48:08.303

Reputation: 158

Is using a third party tool acceptable? Try http://www.nirsoft.net/utils/usb_log_view.html

– JamesTheDev – 2013-10-25T20:05:45.753

No, without using a third party tool, if possible. – Rahil Arora – 2013-10-25T20:34:56.253

No answers