Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的应用程序能够检测到特定 USB 设备的安装位置,并相应地进行调整。理想情况下,我会将路径与 USB 序列号相关联,而不是与给定路径相关联。但是,我想不出一种从 VB.Net 代码访问这些唯一 ID 的简单方法。
有没有人成功做到这一点?
您应该使用 WMI 来查询 Win32_USBControllerDevice 类。这是一个博客条目,其中显示了一些使用 Powershell 的示例代码,您应该能够轻松适应这些代码。