Hello guyz, once again we are back with another interesting trick. Just Imagine, you are running a company where you have disabled the USB Access for your employees. But since there are many clever minded peoples,they will always try to connect some or the other USB devices.
So in this case, today we have are going to show you all a way to knw wat all USB Devices are plugged into a specific System.
2 WAYS TO DO THIS ::
1. REGISTRY
2. POWERSHELL COMMAND
>_ THROUGH REGISTRY
STEP 1 : Press "WINDOWS + R" button to open Run prompt -> Type "regedit.exe" and Enter
STEP 2 : Now you are on the Registry window -> Expand HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Enum -> USBSTOR
STEP 3 : That's it done.. U can see the list of USB's devices connected on that system( Here we connected a Samsung mobile).
>_ THROUGH POWERSHELL COMMAND
STEP 1 : Press "WINDOWS + R" button to open Run prompt -> Type "powershell" and Enter
STEP 2 : Now type the following command : Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Enum\USBSTOR\*\* | Select FriendlyName
Any queries comment below.
Comments
Post a Comment