获取 Windows XP 上现有 USB 设备的 GUID

发布于 2024-10-06 07:37:36 字数 207 浏览 0 评论 0原文

我需要找到连接到 Windows XP 系统的现有 USB 设备的 GUID。如何使用 WMI 或注册表来完成此操作?或者,我还应该探索其他途径吗?谢谢。

其他信息:

我需要查找特定已知设备的 GUID;预计不会改变。如果我需要编写一个小程序,使用一些工具,或者在 Windows 系统中的某个位置查找这些信息,对我来说都是一样的。

I need to find the GUID for an existing USB device attached to my Windows XP system. How can this be done using WMI or the registry? Or, is there another avenue that I should explore? Thanks.

Additional Information:

I need to find the GUID for a specific known device; it is not expected to change. If I need to write a little program, use some tool, or look somewhere in the Windows system to find this information, it's all the same to me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

丶情人眼里出诗心の 2024-10-13 07:37:36

控制面板>设备管理器>右键单击设备>属性>详细信息选项卡>将“属性”更改为“驱动程序密钥”>指南将显示在“值”部分

Control Panel > Device Manager > Right Click on Device > Properties > Details Tab > Change 'Property' to Driver Key > Guid will be displayed in 'value' section

携余温的黄昏 2024-10-13 07:37:36

对于特定的已知设备,我发现的最简单的方法是打开该设备驱动程序的 .inf 文件(如果您有驱动程序);应该在那里明确指出。

您或许还可以在 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB 下查看。

For a specific known device, the easiest way I've found is to open the .inf file for that device's driver (if you have the driver); it should be clearly indicated there.

You can probably also poke around under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB.

锦爱 2024-10-13 07:37:36

DevViewer 似乎也能解决这个问题。

DevViewer from Symantec also seems to do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文