How to View USB History in Windows

How to View USB History in Windows
Requirements :
1. Command Prompt
2. WIndows PowerShell – (in bulid in windows 7)
3. USB Deview
Step by step guide on How to View USB History in Windows:-
1. Windows stores information in the registry about every USB device plugged into the box. We can view this information with the following command 
c:\user\ab>reg query hkln\system\currentcontrolset\enum\usbstor /s
2>Now open your power shell command prompt
3> In that type PS c:\> Get-ChildItem HKLM:\SYSTEM\ControlSet001\Enum\USBSTOR | Select-Object PSChildname
4>If  to read the name is more complicated then use this command in power shell PS c:\> Get-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Enum\USBSTOR\*\*’ | Select FriendlyName
Done.
Next PostNewer Post Previous PostOlder Post Home