gpt4 book ai didi

uwp - 如何在 UWP 应用程序中获取 Windows 10 设备 ID?

转载 作者:行者123 更新时间:2023-12-05 05:13:22 26 4
gpt4 key购买 nike

我正在开发一个在公司本地网络中运行的 Windows 10 UWP 客户端应用程序。应用程序需要知道 Windows 10 设备 ID 才能识别安装它的每台电脑。您可以在设置-关于页面中查看 Windows 10 设备 ID 的值:

Windows 10 Device ID

我尝试使用 EasClientDeviceInformation.Id但它的值(value)是不同的。

如何获取 Windows 10 设备 ID?

最佳答案

我认为 SystemIdentification 类就是您要查找的内容。它不在设置页面中提供设备 ID。但它用于唯一标识 Microsoft Docs 中建议的设备。

var systemId = Windows.System.Profile.SystemIdentification.GetSystemIdForPublisher();

Provides information to uniquely identify the system on which the app is running.

https://learn.microsoft.com/en-us/uwp/api/windows.system.profile.systemidentification

关于uwp - 如何在 UWP 应用程序中获取 Windows 10 设备 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53701520/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com