How to know if USB stick was inserted into PC with Windows ?

Hi,
How can I check in Windows if USB stick was inserted into PC ?
0
give a positive ratinggive a negative rating
Hi,

To check if USB flash drive has been inserted into the PC with Windows, you can use a multiple methods. The 2 methods below are available on default. To get more advanced information about USB storage usage, you have to install some third-party software.

1. Check USB storage usage in Windows Registry - it provides more details (USB stick name, device ID etc.):

  • Search in Windows for Registry editor
  • Open the application and go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR


windows usb stick check usage history flash drive registry

If you click on the USB flash drive name, you can see more details.

2. Check the using of USB storage via Windows PowerShell command

  • Press Windows key (the key with Windows logo) + X
  • Click on Windows PowerShell
  • Type Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Enum\USBSTOR\*\* | Select FriendlyName


windows usb stick usage flash drive power shell command

Share on FacebookShare on TwitterShare on LinkedInSend email
1 answer
x
x
2024 AnswerTabsTermsContact us