Skip to content

Commit

Permalink
Add WNC (210)
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 26, 2024
1 parent e88e510 commit e0c4ce0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/UnifiedUpdatePlatform.Services.WindowsUpdate/CTAC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ public enum OSSkuId
XboxDurangoHostOS = 0x000000C4,
XboxScarlettHostOS = 0x000000C5,
XboxKeystone = 0x000000C6,
WNC = 0x000000D2,
AzureStackHCIServerCore = 0x00000196,
DatacenterServerAzureEdition = 0x00000197,
DatacenterServerCoreAzureEdition = 0x00000198
Expand Down Expand Up @@ -341,6 +342,12 @@ private void BuildCTAC(
ReportingPFN = "WCOSDevice0.OS";
DeviceFamily = "Windows.Core";
}
else if (ReportingSku == OSSkuId.WNC)
{
InstallType = "Client";
ReportingPFN = "WNC.OS";
DeviceFamily = "Windows.Desktop";
}
else if (ReportingSku == OSSkuId.Andromeda)
{
InstallType = "FactoryOS";
Expand Down

0 comments on commit e0c4ce0

Please sign in to comment.