Windows 10 GUID [英] Windows 10 GUID

查看:205
本文介绍了Windows 10 GUID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
所以最终Windows 10发布了,我需要知道它的GUID包含在我的VB.NET Project中.属性>查看Windows设置::

  < compatibility xmlns =< urn:schemas-microsoft-com:compatibility.v1">
    < application>
     <!-Windows Vista->
     < supportedOS Id =" {e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
     <!-Windows 7->
     < supportedOS Id =" {35138b9a-5d96-4fbd-8e2d-a2440225f93a}"//>
     <!-Windows 8->
     < supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
     <!-Windows 8.1->
     < supportedOS Id =" {1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
     <!-Windows 10->
     < supportedOS Id ="   ???   "/>
    </application>
  </compatibility>

请告知...

解决方案

{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}


Howdy,
So finally Windows 10 released, and I need to know its GUID to include in my VB.NET Project > Properties > View Windows Settings ::

  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    <application>
      <!-- Windows Vista -->
      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
      <!-- Windows 7 -->
      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
      <!-- Windows 8 -->
      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
      <!-- Windows 8.1 -->
      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
      <!-- Windows 10 -->
      <supportedOS Id="   ???   "/>
    </application>
  </compatibility>

Please advise...

解决方案

{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}


这篇关于Windows 10 GUID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆