Breaking News
Loading...

How to View USB History in Windows

04:28

Requirements :
1. Command Prompt
2. WIndows PowerShell – (in bulid in windows 7)
3. USB Deview

Step --------------------------------------------------------------------------------------------------------------------

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 ur 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

proff of concept is in screen shot that i have genrated while performing this task--
How to View USB History in Windows>>>>HacKerS>>>>     Requirements :  1. Command Prompt  2. WIndows PowerShell – (in bulid in windows 7) 3. USB Deview    Step --------------------------------------------------------------------------------------------------------------------   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 ur 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   proff of concept is in screen shot that i have genrated while performing this task--

0 comments:

Post a Comment

 
Toggle Footer