Windows 11 OS ID

OSVBNET 1,386 Reputation points
2021-07-27T09:51:52.86+00:00

Hi,
To add support for my .NET app in Windows 11 I need to add the OS ID to app.manifest:

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>

What's the OS ID for Windows 11 beta now?
Thanks.

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,568 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Xingyu Zhao-MSFT 5,356 Reputation points
    2021-07-28T01:48:19.787+00:00

    Hi @OSVBNET ,

    Since Windows 11 is released recently, there is no more information about it at present.
    You can consider commenting here:
    Frequently Asked Questions: Windows 11
    Thanks for your understanding.

    Best Regards,
    Xingyu Zhao
    *
    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. abbodi86 3,776 Reputation points
    2021-07-30T16:11:35.48+00:00

    Windows 11 is still Windows 10

    0 comments No comments

  3. Alex Miller 1 Reputation point
    2022-05-29T20:14:55.983+00:00

    According to the docs, the Windows 11 guid is the same as Windows 10 -> https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#supportedos

    0 comments No comments