c#读取硬盘硬件序列号(不是读取逻辑分区的),封装了http://www.winsim.com/diskid32/diskid32.html上diskid32中的四个函数:ReadPhysicalDriveInNTWithAdminRights
ReadPhysicalDriveInNTUsingSmart
ReadPhysicalDriveInNTWithZeroRights
ReadIdeDriveAsScsiDriveInNT
可以直接在c#下使用,不需要调用动态链接库,经测试,四个函数中总有一个可以读出,且不一定需要管理员的权限,在排课助手软件中成功应用.请访问:www.pkzs2008.com.cn,欢迎技术交流。qq:39318145
1