We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88e510 commit e0c4ce0Copy full SHA for e0c4ce0
1 file changed
src/UnifiedUpdatePlatform.Services.WindowsUpdate/CTAC.cs
@@ -251,6 +251,7 @@ public enum OSSkuId
251
XboxDurangoHostOS = 0x000000C4,
252
XboxScarlettHostOS = 0x000000C5,
253
XboxKeystone = 0x000000C6,
254
+ WNC = 0x000000D2,
255
AzureStackHCIServerCore = 0x00000196,
256
DatacenterServerAzureEdition = 0x00000197,
257
DatacenterServerCoreAzureEdition = 0x00000198
@@ -341,6 +342,12 @@ private void BuildCTAC(
341
342
ReportingPFN = "WCOSDevice0.OS";
343
DeviceFamily = "Windows.Core";
344
}
345
+ else if (ReportingSku == OSSkuId.WNC)
346
+ {
347
+ InstallType = "Client";
348
+ ReportingPFN = "WNC.OS";
349
+ DeviceFamily = "Windows.Desktop";
350
+ }
351
else if (ReportingSku == OSSkuId.Andromeda)
352
{
353
InstallType = "FactoryOS";
0 commit comments