每个设备的即插即用

每个设备的即插即用

本文介绍了每个设备的即插即用 ID (PNPID) 是唯一的吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 Windows 并想为通过 USB 连接的外置硬盘找到唯一 ID我发现这是 PnpID = 0010101D400000000这是独一无二的吗?如果我将其连接到其他 Windows 和 PC 上不会改变?其他硬盘不能有这个PnpID?

I Use Windows and want find a Unique ID For External HDD Connected Via USBI Find that's PnpID = 0010101D400000000is this Unique? if I Connect that to other windows and PC's that's not change?and any other HDD can't have this PnpID?

谢谢

推荐答案

PNPID 是独一无二的,因为它是 VendorId 和 deviceID 的组合.每个设备都有自己唯一的 PNPID.

PNPID is unque, as it is a combination of VendorId and deviceID. Every device will have its own unique PNPID.

这篇关于每个设备的即插即用 ID (PNPID) 是唯一的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 15:44