摘要: 1.AT命令AT time /interactive command2.psexecpsexec -s –d –i command 阅读全文
posted @ 2009-07-22 23:00 Fan Zhang 阅读(205) 评论(0) 推荐(0)
摘要: The operating system, drivers, and device installation components store information about drivers and devices in the registry. In general, drivers and device installation components should use the reg... 阅读全文
posted @ 2009-07-22 11:10 Fan Zhang 阅读(506) 评论(0) 推荐(0)
摘要: 会注册GUID_DEVINTERFACE_HID(GUID_CLASS_INPUT),和GUID_DEVINTERFACE_USB_DEVICE(GUID_CLASS_USB_DEVICE)其中USBView就是利用注册GUID_CLASS_USB_DEVICE来实现观察USB设备的 阅读全文
posted @ 2009-07-22 00:52 Fan Zhang 阅读(276) 评论(0) 推荐(0)
摘要: 安装设备时候可以用这个命令devcon install xx.inf “hardward id”注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class,代表这个设备所属的类别HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses,代表... 阅读全文
posted @ 2009-07-22 00:29 Fan Zhang 阅读(241) 评论(0) 推荐(0)