基本信息
源码名称:C# 读注册表获取U盘使用记录
源码大小:0.04M
文件格式:.zip
开发语言:C#
更新时间:2023-11-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C# 读注册表获取U盘使用记录
通过读取注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB和HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR信息下各项的信息,获取U盘记录。

.
├── C# 读注册表获取U盘使用记录.zip
├── Snakes.suo
└── Ulog
    ├── Ulog
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Ulog.csproj
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Ulog.exe
    │   │       ├── Ulog.pdb
    │   │       ├── Ulog.vshost.exe
    │   │       └── Ulog.vshost.exe.manifest
    │   └── obj
    │       └── Debug
    │           ├── TempPE
    │           ├── Ulog.Form1.resources
    │           ├── Ulog.Properties.Resources.resources
    │           ├── Ulog.csproj.FileListAbsolute.txt
    │           ├── Ulog.csproj.GenerateResource.Cache
    │           ├── Ulog.exe
    │           └── Ulog.pdb
    ├── Ulog.sln
    └── Ulog.suo

8 directories, 24 files