gpt4 book ai didi

c# - 如何检测Windows 10 S?

转载 作者:行者123 更新时间:2023-11-30 19:36:12 27 4
gpt4 key购买 nike

Windows 10 S 是一个特殊的 Windows 版本,即 streamlined for security and superior performance .基本上,您只能从 Microsoft Store 安装应用。

您可以通过桌面桥将普通桌面应用程序交付到应用商店,这样本身就不是什么大问题。但是,Windows 10 S 对商店应用施加了额外的限制,这可能会导致它们在启动过程中崩溃。

我已收到商店申请审核结果的反馈。

App Policies: 10.1.2.1 Inaccurate Functionality: Windows 10S

Notes To Developer:

Your app doesn't work on Windows 10 S and the application terminates without notice to the user. Apps that don’t work on Windows 10 S must support graceful shutdown.

Steps to reproduce: 1. Launch the app on Windows 10S. 2. Notice that your app doesn't work on Windows 10 S and the application terminates without notice to the user.

Please be sure to test your app for Windows 10 S: https://learn.microsoft.com/windows/uwp/porting/desktop-to-uwp-test-windows-s Tested Devices: Windows 10 Desktop

所以基本上我需要做的是检测 Windows 10 S 并通知用户它不受支持。

最佳答案

使用GetProductInfo Win32 API 调用并检查返回值 PRODUCT_CLOUD (0x000000B2) 和 PRODUCT_CLOUDN (0x000000B3)。这 2 个值是 Windows 10 S 的 SKU 检测代码。

关于c# - 如何检测Windows 10 S?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47368289/

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