Hi,
To check the file transfers between a USB flash drive and your PC, you will need to use a specialized software to track the USB events.
If you need to check only the usage history of USB sticks (which USB sticks have been inserted into your PC), you can use Windows Registry or Windows PowerShell command.
Windows RegistryGo to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR
Windows PowerShell commandType: Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Enum\USBSTOR\*\* | Select FriendlyName