检查Windows下使用USB存储设备记录

NiceJudy 暂无评论

H2: 复制下面到cmd 运行

H2:

for /f %i in (reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR) do @for /f %x in (reg query %i) do @reg query “%x” /v FriendlyName | findstr FriendlyName

推荐Windows抹除USB使用记录小工具:USBOblivion

下载地址:https://sourceforge.net/projects/usboblivion/files/latest/download