积极答复者
获取设备的guid是不是就可以控制该设备

问题
答案
-
不会后 您好,
当然不是。
设备的GUID 只是用来标识该设备的一种标签,获取到设备的GUID,具体说来除了能确定这件设备的唯一性之外,好像并没有什么其他用处(对于用户来说)。
这里有一篇英文文档讲到如何获取设备的GUID:
https://technet.microsoft.com/zh-cn/library/Cc731526(v=WS.10).aspx
对于系统来说,设备的GUID是用来注册该设备并保证设备可以正常运行的一个参数。
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月11日 2:12
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44
-
好吧。
通常制造商会给每个设备添加许多个ID, 设备ID是其中用来唯一标识这件设备,同设备的驱动相匹配,并且用来完成跟Windows系统的交互的。其他的ID有些可能会同额外的设备相同,这一类比较通用,也就是说可以用来相互替换。
另外针对设备类型以及该设备所需要的安装需求,会有相应的设备创建类 (class)生成,用来标识这个类的一个比较友好的名称,也就是这个类的 GUID,可以用类似下面的字符串表示:
{4d36e967-e325-11ce-bfc1-08002be10318}
具体请查看以下英文文章:
https://technet.microsoft.com/zh-cn/library/Cc733122%28v=WS.10%29.aspx?f=255&MSPPError=-2147217396
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月16日 2:48
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44
-
您好,
上面的回复已经提到了,GUID 指的是系统生成的设备创建类, 至于会不会有人通过编程的方式利用这些信息,从而导致设备无法正常使用,目前我没有办法给出确切答复(不好意斯,对于系统开发层面的知识,我了解的不多)。
对于安全和隐私,更多的是需要我们自己提高防范意识。
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月21日 2:10
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44
全部回复
-
不会后 您好,
当然不是。
设备的GUID 只是用来标识该设备的一种标签,获取到设备的GUID,具体说来除了能确定这件设备的唯一性之外,好像并没有什么其他用处(对于用户来说)。
这里有一篇英文文档讲到如何获取设备的GUID:
https://technet.microsoft.com/zh-cn/library/Cc731526(v=WS.10).aspx
对于系统来说,设备的GUID是用来注册该设备并保证设备可以正常运行的一个参数。
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月11日 2:12
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44
-
好吧。
通常制造商会给每个设备添加许多个ID, 设备ID是其中用来唯一标识这件设备,同设备的驱动相匹配,并且用来完成跟Windows系统的交互的。其他的ID有些可能会同额外的设备相同,这一类比较通用,也就是说可以用来相互替换。
另外针对设备类型以及该设备所需要的安装需求,会有相应的设备创建类 (class)生成,用来标识这个类的一个比较友好的名称,也就是这个类的 GUID,可以用类似下面的字符串表示:
{4d36e967-e325-11ce-bfc1-08002be10318}
具体请查看以下英文文章:
https://technet.microsoft.com/zh-cn/library/Cc733122%28v=WS.10%29.aspx?f=255&MSPPError=-2147217396
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月16日 2:48
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44
-
您好,
上面的回复已经提到了,GUID 指的是系统生成的设备创建类, 至于会不会有人通过编程的方式利用这些信息,从而导致设备无法正常使用,目前我没有办法给出确切答复(不好意斯,对于系统开发层面的知识,我了解的不多)。
对于安全和隐私,更多的是需要我们自己提高防范意识。
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- 已建议为答案 Michael_LSModerator 2015年9月21日 2:10
- 已标记为答案 MeipoXuMicrosoft contingent staff, Moderator 2015年10月5日 5:44