Skip to content

Commit e0c4ce0

Browse files
committed
Add WNC (210)
1 parent e88e510 commit e0c4ce0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • src/UnifiedUpdatePlatform.Services.WindowsUpdate

src/UnifiedUpdatePlatform.Services.WindowsUpdate/CTAC.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public enum OSSkuId
251251
XboxDurangoHostOS = 0x000000C4,
252252
XboxScarlettHostOS = 0x000000C5,
253253
XboxKeystone = 0x000000C6,
254+
WNC = 0x000000D2,
254255
AzureStackHCIServerCore = 0x00000196,
255256
DatacenterServerAzureEdition = 0x00000197,
256257
DatacenterServerCoreAzureEdition = 0x00000198
@@ -341,6 +342,12 @@ private void BuildCTAC(
341342
ReportingPFN = "WCOSDevice0.OS";
342343
DeviceFamily = "Windows.Core";
343344
}
345+
else if (ReportingSku == OSSkuId.WNC)
346+
{
347+
InstallType = "Client";
348+
ReportingPFN = "WNC.OS";
349+
DeviceFamily = "Windows.Desktop";
350+
}
344351
else if (ReportingSku == OSSkuId.Andromeda)
345352
{
346353
InstallType = "FactoryOS";

0 commit comments

Comments
 (0)