Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    #1701 zhanglin, Feb 17, 2021
    Last edited by a moderator: Feb 17, 2021
    This is the key point
    Code:
          <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
            <mum2:noAutoMerge />
          </mum2:customInformation>
          <applicable disposition="staged">
            <detectUpdate>
              <parent name="Microsoft-Windows-20H2Enablement" />
            </detectUpdate>
          </applicable>
    
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1702 xinso, Feb 17, 2021
    Last edited: Feb 17, 2021
    I am trying to convert 19042.804 Enterprise installation (NOT install.wim) to EnterpriseN.

    Have you ever tried it successfully?
     
  3. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    I don’t understand what you mean, install.wim offline conversion is easy, do you mean online status conversion?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
  5. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    I can’t see the picture you sent here.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    It's OK. I'd like to see the ones you sent.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1707 xinso, Feb 18, 2021
    Last edited: Feb 18, 2021
    21H1Enablement package
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-21H1Enablement-Package" version="10.0.19041.843" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Microsoft-Windows-21H1Enablement" releaseType="Feature Pack">
        <update name="Microsoft-Windows-20H2Enablement">
          <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
            <mum2:noAutoMerge />
          </mum2:customInformation>
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-20H2Enablement-Payload-Package" version="10.0.19041.843" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-21H1Enablement">
          <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
            <mum2:noAutoMerge />
          </mum2:customInformation>
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-21H1Enablement-Payload-Package" version="10.0.19041.843" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    

    20H2Enablement
    Code:
      <registryKeys>
        <registryKey keyName="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\0\2093230218">
          <registryValue name="EnabledState" valueType="REG_DWORD" value="0x00000002" />
          <registryValue name="EnabledStateOptions" valueType="REG_DWORD" value="0x00000000" />
          <securityDescriptor name="WRP_REGKEY_DEFAULT_SDDL" />
        </registryKey>
      </registryKeys>
    
    21H1Enablement
    Code:
      <registryKeys>
        <registryKey keyName="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\0\633829003">
          <registryValue name="EnabledState" valueType="REG_DWORD" value="0x00000002" />
          <registryValue name="EnabledStateOptions" valueType="REG_DWORD" value="0x00000000" />
          <securityDescriptor name="WRP_REGKEY_DEFAULT_SDDL" />
        </registryKey>
      </registryKeys>
    
    Done
     
  8. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Code:
    Microsoft Windows [版本 10.0.17763.1757]
    (c) 2018 Microsoft Corporation。保留所有权利。
    C:\Windows\system32>Dism /image:I: /get-CurrentEdition
    部署映像服务和管理工具
    版本: 10.0.17763.1697
    映像版本: 10.0.19041.804
    当前版本为:
    当前版本 : ProfessionalWorkstation
    操作成功完成。
    C:\Windows\system32>dism /image:I: /add-package:D:\windows10.0-kb5000736-x64.cab
    部署映像服务和管理工具
    版本: 10.0.17763.1697
    映像版本: 10.0.19041.804
    正在处理 1 (共 1) - 正在添加程序包 Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.2
    [==========================100.0%==========================]
    操作成功完成。
    C:\Windows\system32>Dism /image:I: /get-CurrentEdition
    部署映像服务和管理工具
    版本: 10.0.17763.1697
    映像版本: 10.0.19043.804
    当前版本为:
    当前版本 : ProfessionalWorkstation
    操作成功完成。
    C:\Windows\system32>
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1709 xinso, Feb 18, 2021
    Last edited: Feb 18, 2021
    SSU-19041.841-x64
    windows10.0-kb4601382-x64
    windows10.0-kb5000736-x64

    And 19043.884 won't show (take effect) without restart.
     
  10. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Where is this 4 from? No offline, it appears after installing the system 捕获1.PNG
    捕获.PNG
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1711 xinso, Feb 18, 2021
    Last edited: Feb 18, 2021
    Code:
    ## Always Enabled:
    
      19H2SettingsSearchUpdates: 19879176
      AADAccounts: 3728205
      AADJv10: 18471737
      ALRCurveVariant: 16203001
      AOobeCortanaPage: 14169887
      AOobeEulaPage: 11958233
      AOobeHelloPages: 12364733
      AOobeLocalAccount: 15533228
      AOobeOneDrivePage: 14492740
      AOobeWirelessPage: 13686876
      AcrylicSharePicker: 12791485
      AcrylicTaskbar: 10698435
      ActionCenterNotification: 8598334
      ActivitiesInTaskView: 9207521
      ActivitiesLocalBackgroundImage: 12638307
      ActivityHistorySettingsOnAND: 15685752
      ActivitySuggestionsAPI: 18425764
      AdaptiveColor: 19091481
      AdaptiveImmersiveCortanaOnDesktop: 8958140
      AddActivationValueSetToHintsSystem: 18950387
      AddFullScreenOptionalHandlingToPositioners: 10094528
      AdditionalComDebugOutput: 14468475
      AllowPeopleRearrangeInBarAndFlyout: 12719581
      AllowPlatformDifferentiatedUnifiedTileModel: 10486132
      AllowRelevanceCloudFallback: 11991310
      AllowRenameOfExtensionOnlyFiles: 20240189
      AllowSingleViewAppsForAssignedAccess: 5227080
      AlwaysShowImmersiveCortanaOnVoiceActivation: 8584952
      AmbientMode: 6482515
      AmbientWidescreen: 8602428
      AmbientWidescreenDynamic: 8980808
      AppDefaultsCloudEdition: 10014385
      AppDefaultsDesktop: 6614904
      AppDefaultsDomainJoinedAADDevices: 15815625
      AppDefaultsEdgeCoinCampaign: 13974053
      AppDefaultsEnlightenmentDialog: 13651267
      AppDefaultsMDM: 8348195
      AppDefaultsOpenWithAny: 14482024
      AppDefaultsPhone: 6506899
      AppDefaultsSMode: 12673960
      AppDefaultsSetAppAsDefault: 21154688
      AppFrameCOMRundown: 13837201
      AppProvidedViewportsAndCameraViewProjTransforms: 14577067
      AppProviderVCDExamples: 8306460
      AppUriHandlerWildcardSupport: 11539576
      ApplicationContent: 16095104
      AppsFolderTaskbarIconLoading: 10998066
      AsyncKeyRoutingUWP: 16462895
      AudioSourceTelemetry: 9984760
      Audio_Mixer: 12740182
      AutoBrightnessService: 7203497
      AutoGameMode: 11015710
      AutoGameModeProfile: 11650261
      AutoGamePowerProfile: 14290802
      AutomaticSignOnLockSetting: 11124079
      AutopilotESTS: 15705023
      AutopilotNetwork: 17630618
      AutopilotReset: 21412447
      BannerOpportunity: 13686160
      BannersCanTargetKnownFolders: 17202054
      BannersKFMTemplate: 14105151
      BindFilterAppDataRedirection: 15725851
      BindFilterOptionalPackageVfsRedirection: 18741304
      BindFilterSinglePackageVfsRedirection: 14098587
      BonusBar: 983002
      BonusBarServiceContent: 8240687
      Brightness3dxgkrnl: 12732606
      Broadcast: 5129928
      BrowserAppsForWebsites: 9206354
      BrowserReplacement: 21167812
      BrowserReplacementAssocHandlers: 21667666
      BrowsingHistoryProvider: 6234165
      BspCatalog: 19138521
      Bug9772687: 9772687
      BugXDeviceClickSMS: 11974112
      Bug_UseCommitTimerOnStart_OnAND: 17898813
      BypassPingSetsForMachineLocalOids: 15769422
      CBCSHardwareDRM: 17546121
      CSIPLatform: 8423642
      CUIPopupHelper: 8664332
      CacheSpotlightLockScreenImage: 6869861
      CalendarQuickCompose: 21088047
      CaptureCursorAPI: 20957018
      CentennialBanners: 13294624
      CentennialCloudFilesRegistration: 8481732
      CentennialCloudFilesUninstallCleanup: 13381010
      CentennialContextMenuOrdering: 13482510
      CentennialIExplorerCommand: 5643234
      CentennialPreviewHandlers: 8284466
      CentennialPropertyHandlers: 8221526
      CentennialSetKnownFolder: 13133736
      CentennialShellNew: 6688715
      CentennialSkipCloudDownload: 16669717
      CentennialThumbnailHandlers: 8207547
      CentennialUIAccess: 19447269
      CentennialUseURL: 8182961
      CertInstall: 7985748
      ChangeNotifyInterruptSourceUpdate: 9359829
      ClipboardSignalsForActivities: 17476469
      CloseWin32ExclusivesOnHide: 17707192
      CloudDownloadAndGo: 7007735
      CloudExperienceHostLaunchTask: 19581552
      CloudFileAppInitiatedHydration: 8302267
      CloudFileNavPaneAllPrimaryStates: 13822262
      CloudFileProgress: 6067484
      CloudFileRecycleBin: 6165239
      CloudFileSecondaryStates: 8299380
      CloudFileShowPrimaryIconOverlaysOnDesktop: 11985136
      CloudFileStabilization: 5654988
      CloudFileStateIcon: 394658
      CloudHelp: 6833833
      CloudMusic3rdPartyProviders: 9014976
      CloudStore: 6201249
      CloudStoreOnActivityFeed: 10942792
      CloudStoreOnActivityFeedOnWcos: 16311570
      CloudStoreOnWindowsUdk: 20357897
      CloudStorePolicySyncOnSubstrate: 14114247
      CloudStoreSyncOnSubstrate: 13273215
      CloudStoreSyncOnSubstrateForAAD: 14114146
      CoalescePCMAudioSamples: 17533204
      CompareGPWallpaperModifiedTimeAgainstCache: 19287428
      ComponentUICShellPolicy: 14446133
      ComponentUI_ExplorerRestart: 10147494
      ComposerScalingPolicy: 14563840
      CompositionIslands: 10465906
      ConnectUXSearch: 5678281
      ConsentUXOwnerViewHeuristicFallback: 11870473
      ContentDeliveryManagerRS3Scalability: 11171023
      ContentDeliveryPolicyRestrictions: 4877938
      CopyFilesToManagedAndUnmanagedSyncRoots: 7242324
      CoreApplicationShutdown: 11449154
      CoreMessaging_DeferReleaseUserApiCall: 20516394
      CoreOobeTelemetry: 12135022
      CoreWindowResizeEvent_Desktop: 4985284
      CortanaAcc: 8345948
      CortanaActivationPerf: 8345977
      CortanaChangeSettingValue: 12515934
      CortanaEmptyRecycleBin: 13517592
      CortanaEngagementEvents: 11839132
      CortanaHandwritingPanel: 15716560
      CortanaOnLockOutProcModel: 9223629
      CortanaOnSpotlight: 11545976
      CortanaOpenKnownFolder: 11861797
      CortanaSetDesktopWallpaper: 12276201
      CortanaSetQuietHours: 16533547
      CortanaSpaXamlHeader: 8549523
      CortanaWindowsSearchSettings: 12716999
      CredUI_ConsoleMode: 6723842
      CredUI_Disconnect: 19016763
      CtfmonAsCiceroServerHost: 11954839
      CtfmonWatchDog: 16424680
      DP_AUX_V2: 21034614
      DSSRemoval: 8315009
      DWMTouchTargeting: 8348580
      DataPathOptimization: 18100194
      DcomContainerProtocol: 15421572
      Decoder_MediaUsage: 11886338
      DefaultDownloadsSorting: 18001239
      DefaultVolume: 8533467
      DelayXamlViewActivity: 9140719
      DeleteUserDictWord: 8100561
      DeliverAllAppsViaFod: 14727948
      DeprecateRX: 6478855
      DesktopDisplayBroker: 12773644
      DesktopIconLayoutRefactor: 3261926
      DesktopLocationTriggering: 13909636
      DesktopScreenClipping: 15333818
      DesktopSecondChanceOobe: 16198872
      DesktopSplashScreenSuppression: 783899
      DesktopSplashScreenSuppression_WhenWindowExists: 11955525
      DesktopSwitcherDataModel: 9215578
      DesktopWorkAreaDPIAware: 8278123
      DestlistLocking: 19222576
      DevicesCollection: 5348245
      DevicesFlowSettingsDeviceDiscovery: 5383254
      Direct3D12HolographicRenderingAPI: 10700160
      DisableDarkMode: 11220567
      DisableDynamicContent: 19675651
      DisableTDLCachingNonMobile: 10286718
      DisplayHdr_Inf_Certification: 20832431
      DockInputProcessing: 20299456
      DockingServiceConnectionManager: 8661952
      DolbyVision_Default_On: 20832424
      DragDropWithComponentUI: 9386173
      DriverBlackboxData: 20758515
      DriverWhiteboxData: 20758545
      EDPOpenWith: 6989120
      EDR_CalibrationPageVisited: 15143985
      EDR_EnabledOnBatteryWithoutBacklight: 14601494
      EDR_EnabledOnUnprovisionedDevice: 14442588
      EDR_QualityMode: 13271434
      EDR_UseOverlay: 12840423
      EICAppendNewContent: 17059661
      EICForCHS: 14932557
      EICInWindowedPopup: 25903710
      EICLogging: 15990572
      EICReanalysisJoin: 14901636
      EICVelocityPressureBrush: 21710064
      EIC_Configuration: 18742411
      EICinTIConWCOS: 21268963
      EdgeDesktopShortcut: 10738161
      EdgePinnedSecondaryTiles: 15920779
      EducationCloudDefaultPins: 10474832
      EffectSupport: 9448552
      ElevationEffectsOnControls: 18827408
      EnableCapturePicker: 7529329
      EnableControlOfShowWindowBehavior: 18697867
      EnableExclusiveAppTransportOnHoloLens: 18263814
      EnableOneStructCTC: 10698865
      EnablePersonalizationLink: 8324675
      EnableStartOnAFCOnWCOS: 16430322
      EnableTestModeForFileExplorerSSFtoCDSConversion: 20681411
      ExpandedEIC: 18675136
      ExperimentalHidSensors: 15950370
      ExplorerEdu: 6390483
      ExplorerScreenOff: 12949629
      ExplorerUsageTracking: 19352805
      ExpressionKeyframePerFrameSampling: 13728070
      ExpressiveInput_ShellHotKey_EngagementEvents: 13032159
      EyeControlToolkit: 19098229
      EyeTracking: 11030047
      EyeTrackingCPL: 11897843
      EyeTracking_3rdPartyAacSpeech: 19040803
      EyeTracking_AdvancedMouseMode: 18096054
      EyeTracking_EcappSettingsUpdates: 19051580
      EyeTracking_SwitchMode: 19450352
      FailFastOnOverRelease: 13108159
      FastPoseQuery: 10520764
      FeedbackEtwLogging: 6099184
      FileExplorerClassicSettingsInCDS: 18616153
      FileExplorerDarkTheme: 10397285
      FindMyPen: 11789752
      FlipUserDictionaryRoaming: 11365779
      Fluency: 13634392
      FluencyHybrid: 16426302
      FluencyPersonalization: 18983264
      FluencySettingsWCOS: 16843937
      FnKeyAPI: 21073492
      ForceUpdateFromAnyVersion: 16277541
      ForceWindowlessWebView: 14599978
      FrameworkScalability: 7328759
      GameConfigStoreGameListEntries: 11973136
      GenericActionAndTrigger: 7960589
      GifSuggestionOnDesktop: 19775411
      GifSuggestionOnWCOS: 19440349
      H264_Multithread_DXVA: 20820388
      HandwritingPanel: 13126689
      HandwritingPanelSettings: 11430513
      HardwareDRMMultithreadedKeyExchange: 15488212
      HelloSettingsImprovements: 5832397
      HeyCortanaOOBEWoV: 11516923
      HideUwpEdgeFromAppListIfWin32EdgePresent: 23035442
      HmdsNotificationBackgroundTask: 5892332
      HolographicCameraCaptureUI: 16892996
      HolographicDesktopHotkeyFunctionalityHiding: 9318657
      HolographicDesktopMultitaskingUXHiding: 9270423
      HolographicDesktopViewBroker: 9323146
      HolographicDesktopViewLauncher: 9510935
      HolographicDesktopWebAuthBridge: 11444908
      HolographicHShellTaskmanOverride: 9318646
      HolographicHardwareContentProtection: 14496729
      HolographicMouseGameMode: 10492335
      HolographicSpaceAdaptiveRenderingApi: 14549080
      HolographicSpaceUserPresenceApi: 14577032
      HolographicUserExperiences: 8933771
      HolographicWin32MixedRealityTiles: 17035810
      HolographicWin32Slates: 15520941
      HotkeyContextualProcessor: 18473817
      HttpClientUpload: 9265136
      HubOSOobeDeviceTypePage: 16607342
      HubOSOobeEulaPage: 11868187
      HubOSOobeKeyboardPage: 11868189
      HubOSOobeRegionPage: 11868190
      IRawNotification3: 21156642
      ISMOnWindowManager: 17383417
      ImageComparerV2: 19599498
      ImageSnipSearch: 19105504
      ImmersiveFocusTrackingByCicero: 12707662
      ImmersiveSearch: 11646739
      ImprovedStraightLineInkPrediction: 20455339
      InMarketAppDefaults: 6989041
      InPlaceUpdate: 9896632
      IncludeWABSystemApp: 17725623
      InclusiveHelloOobePage: 6107475
      InclusiveOobePhonePairingPage: 11847427
      InclusiveRetailDemoOobe: 8875878
      IncreasedUWPScalingOnHMD: 11738550
      IngestInputApp: 22929203
      InkFeedbackManager: 8138820
      InkHighContrastAdjustment: 9224489
      InkPointTimestamp: 9251712
      InkPresenterProtractor: 8141176
      InkProcessor: 8134488
      InkSmoothingV2: 5894395
      InkToolbarEraserFlyout: 8141016
      InkToolbarStencilButton: 8140841
      InkToolbarVerticalLayout: 8140918
      InkToolbarWindowedFlyouts: 18704733
      InlineSwiftPair: 22449977
      InputAppConsumesUdk: 20652073
      InputForegroundManager: 18988150
      InputModalityTrackingByCicero: 15105853
      InputProfilesVirtualization: 18996007
      InputServiceProfiles: 8469804
      InputSiteTree: 20840737
      InputSwitchHotkeyFlyout: 19141473
      InputVirtualization: 16291462
      Input_HeatMultiDevice: 11369402
      Input_HeatSensorContext: 13399803
      Input_HeatSystemContext: 11752492
      Input_PenToTouchDownleveling: 10736606
      InvokeUIUpdatesViaTryRunAsync: 1495890
      IsDecodingHDR: 11868821
      JumpListV3: 18358360
      JumpList_OptimizeAutoDestListReadWrites: 23426140
      KeyboardInputInMinQueue: 21087082
      KeyboardInputVirtualization: 18837801
      KsrDisplay: 12075496
      LIACoreNavigationClient: 13186501
      LanguageGenerationWhenLidClosed: 16487099
      LaunchTeamsOrSkypeBasedOnMeetingType: 11849830
      LauncherApiRedirectForHolographicViews: 10017660
      LegacyHPDFiltering: 15689327
      LightingWhenLidClosed: 16487091
      LightweightWindows: 16095113
      LimitedAccessFeatures: 15442981
      LockBugFix_LockAppInstantlyDismisses: 20191093
      LockExpMgr_AppHostingModel: 11102250
      LockExpMgr_AssignedAccess: 13864806
      LockReliability_DisableLockSplashScreenTimerDuringCS: 8630760
      LockReliability_FreezeMessagePumpUponDisplayOff: 10559591
      LockReliability_InProcLockAppDataModel: 8213073
      LockReliability_PDCActivator: 9017946
      LockReliability_ProcessOnUnlockingAsync: 7814644
      LockReliability_SynchronizeShutdownWithBrokerEndpointCalls: 3529167
      LockReliability_UnlockIfLockAppDidntShow: 11670466
      LockReliability_WakeFrameThreadOnApplicationStateChanges: 8671168
      MPEG4EditList: 16027088
      MPEG4EditListWrite: 18916110
      MPEG4MultiSampleDescription: 20167551
      MSRC44803_20829456: 20829456
      MSRC46479_18517844: 18517844
      MSRC46856_19616319: 19616319
      MSRC46866_19016884: 19016884
      MSRC47459_18671508: 18671508
      MSRC47461_18851231: 18851231
      MSRC47497_19067730: 19067730
      MSRC47720_19049162: 19049162
      MSRC47816_19125988: 19125988
      MSRC47940_19236528: 19236528
      MSRC48034_19302747: 19302747
      MSRC48052_19314176: 19314176
      MSRC48103_19356432: 19356432
      MSRC48268_19472794: 19472794
      MSRC48313_19476707: 19476707
      MSRC48328_19499934: 19499934
      MSRC48362_19557131: 19557131
      MSRC48740_19838111: 19838111
      MSRC48868_19908122: 19908122
      MSRC48931_19733394: 19733394
      MSRC49018_19944898: 19944898
      MSRC49220_19997642: 19997642
      MSRC49392_20066163: 20066163
      MSRC49432_20068892: 20068892
      MSRC49488_20106387: 20106387
      MSRC49489_20107494: 20107494
      MSRC49492_20108028: 20108028
      MSRC49535_21204384: 21204384
      MSRC49661_20224862: 20224862
      MSRC49890_20309196: 20309196
      MSRC49893_20309898: 20309898
      MSRC49894_20310019: 20310019
      MSRC49895_20310073: 20310073
      MSRC49896_20310121: 20310121
      MSRC49897_20310146: 20310146
      MSRC49908_20311175: 20311175
      MSRC49933_20369702: 20369702
      MSRC49960_20370815: 20370815
      MSRC49985_20387224: 20387224
      MSRC49988_20387640: 20387640
      MSRC50126_20461088: 20461088
      MSRC50197_20513963: 20513963
      MSRC50554_20696117: 20696117
      MSRC50678_20751883: 20751883
      MSRC50851_20873218: 20873218
      MSRC50960_20920684: 20920684
      MSRC50979_21537952: 21537952
      MSRC51022_20952820: 20952820
      MSRC51099_20999292: 20999292
      MSRC51181_21045850: 21045850
      MSRC51205_21058145: 21058145
      MSRC51459_21226085: 21226085
      MSRC51562_21325980: 21325980
      MSRC51569_21326875: 21326875
      MSRC51645_21361950: 21361950
      MSRC51686_21399329: 21399329
      MSRC51691_21400765: 21400765
      MSRC51696_21408811: 21408811
      MSRC51700_21409766: 21409766
      MSRC51764_21458820: 21458820
      MSRC51792_21506819: 21506819
      MSRC51861_21540325: 21540325
      MSRC51959_21614878: 21614878
      MSRC51974_21633115: 21633115
      MSRC52046_21638631: 21638631
      MSRC52048_21648483: 21648483
      MSRC52065_21666170: 21666170
      MSRC52101_21708469: 21708469
      MSRC52104_21687179: 21687179
      MSRC52146_21758773: 21758773
      MSRC52187_21838922: 21838922
      MSRC52192_21842263: 21842263
      MSRC52209_21870609: 21870609
      MSRC52231_21891500: 21891500
      MSRC52365_21395503: 21395503
      MSRC52370_22005497: 22005497
      MSRC52387_22055503: 22055503
      MSRC52396_22067323: 22067323
      MSRC52423_22079850: 22079850
      MSRC52427_22089106: 22089106
      MSRC52448_22112946: 22112946
      MSRC52453_22126870: 22126870
      MSRC52636_22250303: 22250303
      MSRC52674_22291254: 22291254
      MSRC52686_22308606: 22308606
      MSRC52688_22309679: 22309679
      MSRC52689_22309730: 22309730
      MSRC52712_22363214: 22363214
      MSRC52752_23194607: 23194607
      MSRC52828_22460159: 22460159
      MSRC52839_22488156: 22488156
      MSRC52847_22507124: 22507124
      MSRC52929_22725296: 22725296
      MSRC52933_22880811: 22880811
      MSRC52934_22749442: 22749442
      MSRC52943_22753775: 22753775
      MSRC52951_22764330: 22764330
      MSRC53071_22878449: 22878449
      MSRC53074_22878621: 22878621
      MSRC53076_22878733: 22878733
      MSRC53128_23296237: 23296237
      MSRC53162_23007569: 23007569
      MSRC53165_23008124: 23008124
      MSRC53196_23035100: 23035100
      MSRC53212_23044350: 23044350
      MSRC53251_23078079: 23078079
      MSRC53259_23078002: 23078002
      MSRC53284_23087839: 23087839
      MSRC53287_23088721: 23088721
      MSRC53289_23089006: 23089006
      MSRC53389_23133785: 23133785
      MSRC53397_23138890: 23138890
      MSRC53407_23144767: 23144767
      MSRC53416_23155882: 23155882
      MSRC53471_23197344: 23197344
      MSRC53477_23202056: 23202056
      MSRC53491_23204084: 23204084
      MSRC53501_23209920: 23209920
      MSRC53513_23218261: 23218261
      MSRC53519_23381156: 23381156
      MSRC53528_23229617: 23229617
      MSRC53547_23250133: 23250133
      MSRC53553_23251489: 23251489
      MSRC53631_23253071: 23253071
      MSRC53681_23282442: 23282442
      MSRC53752_23339251: 23339251
      MSRC53756_23340089: 23340089
      MSRC53758_23340265: 23340265
      MSRC53768_23347267: 23347267
      MSRC53791_23356856: 23356856
      MSRC53822_23380235: 23380235
      MSRC53838_23381472: 23381472
      MSRC53861_23391480: 23391480
      MSRC53869_23397316: 23397316
      MSRC53980_23437121: 23437121
      MSRC53990_23896786: 23896786
      MSRC54033_23477373: 23477373
      MSRC54060_23479992: 23479992
      MSRC54070_23487583: 23487583
      MSRC54092_23505322: 23505322
      MSRC54331_23666467: 23666467
      MSRC54652_24585180: 24585180
      MSRC55034_24100355: 24100355
      MakePowershellTheDefaultConsole: 6527944
      MarshalByValue: 5195825
      MarshalRestrictedErrorFromRpcss: 17468649
      MaxBlendHighlighter: 8465259
      MdmSupportForEdu: 9608605
      MediaControlsOnLock: 6084483
      MergeStartGroupsForJapaneseAndKorean: 14612182
      MergeStartPinyinGroups: 14520754
      MergedSearchZeroInput: 17983826
      MigrateAppDefaults: 8348618
      MinGetKeyState: 21237886
      MinQMouseAndMiP: 22100935
      MinuteZeroExperiences: 8497738
      MipiDsi2: 18673552
      MiracastListenerAutoStart: 5419836
      MixedRealityMode: 12053065
      MobilityExperience: 11824828
      ModalWindowHelper_CUIHostLookup: 9850522
      MonitorDevice_IsDolbyVisionSupported: 22784083
      MotionControllerBatteryLevel: 11448781
      MouseInputVirtualization: 18793214
      MultiLayerHolographicRenderingAPI: 10700180
      MultilingualTextIntelligence: 12990221
      MusicRecoForChinaMarket: 9456144
      MyStuff: 7786612
      NamespaceEnumerationRestrictions: 6391443
      NamespaceNavigationRestrictions: 6391456
      NoRoamingLogonWait: 9444784
      NotificationUniversalActions: 13944909
      OOBEAntiTheft: 15376230
      OemPanelDriverSupport: 8395569
      OffThreadInputMethod: 13883232
      OfflineBitAsSlow: 20442768
      OfflineCapableStartMenuMigrationPlugin: 14909879
      OfflineCapableUserAssocMigrationPlugin: 14169402
      OfflineCapableUserLockScreenSettingsMigrationPlugin: 14486954
      OggBrowserUsage: 12023326
      OnDemandFolderPopulation: 10647694
      OneCoreInputProfileManager: 16455622
      OneCoreSIPInjection: 18995343
      OneCoreTransforms: 12283185
      Onecore_Narrator_ConnectedTo_ISM: 18983602
      OobeActivitySyncConsentPage: 15003065
      OobeExperimentationPages: 21988631
      OobeFeatureUpdateOptInPage: 13528141
      OobeNetworkLossAversionPageV2: 19560581
      OobePrivacySettingsHtmlLearnMore: 14660184
      OobeSettingsMultipage: 13720236
      OpenConnectAutomatically: 8657155
      OutsideMode_Capable: 18380198
      OutsideMode_Toggle_VideoSettings: 13133210
      OutsideMode_Video_HighLux: 18380245
      PCAccessSetting: 6171364
      PDPCloudConsent: 14292780
      PTPInputVirtualization: 19330045
      PWILOInterruptiveToasts: 13181366
      PWILOTimelineActivitiesOnUnLock: 10963017
      PackagedServices: 17172731
      PartialTopology_SelectedCodecNotFound: 12149134
      PausePersona: 7722583
      PenBackwardForwardNavigation: 13085732
      PenDetachIWS: 20430744
      PenIdentity: 15443100
      PenInputVirtualization: 19316803
      PenNavigation: 11114803
      PenSettingsFontSwitcher: 13977457
      PenSettingsSelectiveDisplay: 8820472
      PenTailDockEvents: 20840718
      PenTapped: 14300127
      PencilVariableDistanceGenerator: 10097903
      PeopleAppUpsell: 11184157
      PeopleBar: 6353283
      PeopleBarCapacitySetting: 13294141
      PeopleInShareAPI: 10064886
      PeopleInShareUI: 8287823
      PerAppRuntimeBroker: 8482243
      PerProcessSystemDpi: 5101203
      PersonaAnimationDownload: 8362257
      PersonaDownloadAllApps: 13545060
      PersonalizationColorChooser: 6368928
      PersonalizationRecentColors: 8999293
      PhoneAppExperience: 13973807
      PhoneEnticements: 8324974
      PhotosAppLiveTileClippingBugFix: 21879587
      PickerBackButton: 5324433
      PinMigration: 21157932
      PinWebsiteAction: 11790758
      PlayReady_DrmModeUsage: 11972769
      PointErase: 9416013
      PreallocateVirtualMonitors: 23040215
      PrelaunchEdgeLogon: 11813196
      PrelaunchEdgeOnFrameExit: 14940810
      PresentationStateBugFix: 9657658
      PreserveSecureAssessmentApp: 18212771
      PreventSUALaunchAsDSMA: 15953702
      ProductizeSpecializedDisplays: 23038916
      ProjectedShadow: 10769683
      PromptOnOpenWorkFiles: 7699712
      ProtectContents: 18861034
      ProvideFlightDataToWebapps: 17557290
      PublishActivityAnnotations: 18716070
      PwiloInNonCortanaMarkets: 16071259
      QualityBenchmark: 11828014
      QuickLaunchInvocation: 9100606
      RDX: 6506476
      RDX_DisableAdminAccount: 9582338
      RDX_DocumentLaunchProtocol: 19539745
      RDX_FeatureManagement: 6355749
      RDX_ScrapeHKCURegistry: 19539691
      RDX_SoftLanding: 6284670
      RDX_TimedShutdown: 6523167
      RMS_WorkFilesAsPersonalToUsb: 9675209
      RS4PersonaLayout: 13253432
      RadialControllerCustomFontGlyphs: 8049563
      RadialControllerPerApplicationCustomTools: 8049582
      RadialControllerProcessWide: 10880086
      RealtimeEnticement: 9982909
      RedirectBrowserActivations: 21166711
      RedirectFilePicker: 9837567
      RedirectIsolatedMessageDialog: 9709765
      RedirectMessageDialog: 8445357
      RedirectPopupMenu: 9012138
      ReduceTimerWakes: 20638280
      RefactorSapi: 8603355
      ReminderCloudUx: 11639875
      ReminderNotificationTemplate: 13790818
      ReminderPhoto: 6178093
      ReminderRecurrenceV2: 6178089
      ReminderTriggerless: 6118301
      ReminderUniversalActions: 11592835
      RemoveGdiModePruning: 17015447
      RespectEdgeAllowFullScreenPolicy: 15865888
      ResponsiveAppViewPolicy: 17649909
      RetainFilesOnFailure: 19099921
      RuleBasedNPSMCurrentSession: 6100785
      RulerAngleSnap: 9139633
      RulerSubPixel: 9139648
      SARContainerPooling: 12242988
      SL_CreativePresentation: 6421891
      SL_ImageMarginSoftLandingMetadata: 22163109
      SL_IsImageQualifiedForLightThemeSoftLandingMetadata: 21938149
      SL_IsUserInteractionRequiredForDismissalSoftLandingMetadata: 22136797
      SVR_VideoPlayback: 12038004
      SaveStrokeRenderingInfoInISF: 8134511
      ScoobeAccountState: 17008849
      ScoobeActivitySyncConsent: 16176534
      ScoobeMSA: 16242998
      ScoobeMSAHello: 16316980
      ScoobeMinuteZeroOverride: 19581537
      ScoobeNGCEnroll: 16261848
      ScoobeNetwork: 16242964
      ScoobeOfficeRegistryAccess: 17725168
      ScoobeOnedrive: 16243018
      ScoobeOutro: 16243039
      ScoobePhonePairing: 16243009
      ScoobeSettingsToggle: 20720716
      ScoobeSuggestions: 15709403
      ScoobeWelcome: 16243035
      ScreenCapture: 14205534
      ScreenCaptureAPI: 13976099
      ScreenSketchApp: 15333788
      SearchAndCortanaSplit: 17983783
      SearchInAllMarkets: 17937263
      SearchSuggestions: 18755234
      SecondaryTileMixedRealityModelApi: 11383495
      SecurityQuestionsLocalAccountPage: 13901847
      SendTextInputToSpa: 10652181
      SensorReserved: 7983914
      SensorReserved_Api: 10665299
      SensorThresholding: 22066884
      SeparateOfficeFromOneDrive: 20516042
      SetActivationInfoForAllSKUs: 10141992
      SetDefaultsByApp: 9272494
      SetToastMirroringAccount: 12673662
      SettingsAccountsInfoProgrammablePromoCard: 12908183
      SettingsExtensibility: 4859458
      SettingsIndexingImprovements: 15521103
      SettingsSearchCFR: 20974195
      ShareToDevices: 8253193
      ShareVerbInFileExplorerContextMenu: 8820240
      SharedCartOOBE: 5421687
      SharedPCCSPImprovements: 7179030
      ShellOcclusionHandling: 21082956
      ShellShutdown: 11275806
      ShellSuspension: 11275454
      ShellUserSelection: 14291063
      ShoulderTap: 9146043
      SilentInstalledApps: 8025889
      SimpleParseOnDesktopIcons: 20670392
      SimplifiedOOBE: 8665246
      SimulationDriver: 14363547
      SimulationDriverHoloLens: 16705262
      SingleUserCxhAlternatePackageInclusion: 19685298
      SketchpadLaunched: 12038065
      SkipBackstackProcessingForAboveLockViews: 9677249
      SkipBrowserInAppEnumerations: 20429476
      SmoooothEduSharedPCOOBE: 6988424
      SmoothWindowDrag: 16398156
      SnippingToolParity: 17645912
      SpaDialog: 6196838
      SpatialComposition: 14546808
      SpatialEntityBasedStagePersistence: 11828722
      SpeechGrammarPowerImprovements: 8998121
      SpeechGrammarReliabilityFixes: 8212930
      SpotlightHotspotExtensions: 13867745
      StartMenuForLowCostDevices: 20237883
      StartNamedTileFolders: 16579928
      StartUnpinCollection: 15685451
      StartUsePlatformExtensionUserSelection: 12803863
      StickyNotesNewWindowingAPI: 18741302
      StorageLibraryFolderSuggestions: 9004739
      StorageLibraryFolderSuggestionsUX: 10079435
      StrokeIdAndTimestamp: 8409580
      StrongAuth_CDP: 9143042
      StrongAuth_Reminder: 9943128
      SuggestionUIOnWCOS: 19439263
      SuggestionUIWAVE3OnWCOS: 20553178
      SuperWetInk: 11148202
      SupportFnKey: 21138696
      SuppressDefaultPeopleBar: 18710574
      SuppressStore: 18710562
      SurfaceHubFeedback: 7718271
      SurfaceHubProxyCredInjection: 8157104
      SurfaceHubRemoveSidebars: 8507901
      SurfaceHubResetToRTMSetting: 7975777
      SurfaceHubSleep: 8241513
      SynchronousCompTreeUpdates: 18587944
      SystemLightTheme: 18422749
      SystemTray: 16666485
      TSF3inWin32: 15453717
      TabNavigationHotKey: 12002250
      TargetedContentAPI: 8299381
      TargetedContentCacheExpiration: 11946054
      TargetedContentTamperDetection: 9766529
      TaskFlowAFCIndexerDiagnostics: 17523138
      TaskViewWarmLaunch: 13076897
      TaskbarAddOfficePins: 13536959
      TaskbarBadgingTDLDeprecation: 11384999
      TaskbarNoBlurBehindOnSoftwareRenderer: 21868935
      TaskbarPinMigration: 20421490
      TaskbarProgrammaticEdgeWebsitePinning: 7546754
      TaskbarProgrammaticPrimaryTilePinning: 10578193
      TaskbarSuggestions: 6258161
      TaskbarTeaseAndToast: 6483462
      TelemetryRefactor: 8315128
      TextInputDVC: 18982684
      TextVirtualization: 13199844
      ThemeSettings: 5403577
      ThemeShadowStaging: 19248661
      ThemesInStore: 5403571
      TileStoreDesktopMigration: 5579257
      TileStoreHoloMigration: 5579305
      TileStoreReads: 5410135
      TileStoreWrites: 5410078
      TimelineCrossDevice: 10770226
      TimelineDeleteByGroup: 15003994
      TimelineSuggestions: 14277169
      TimelineUpSell: 11019025
      ToggleSettingProjectedAPI: 11673814
      TouchInputVirtualization: 18789657
      TouchKeyboardExperienceManager: 11886170
      TrayNotificationsWithoutTDL: 10998481
      TriggerManager: 8642183
      TurnOffXDevice: 19054569
      TurnOnNumLockDuringPinEntry: 5405268
      UIA_CUI_ExplorerRestart: 1019637
      UIBCEnableToast: 9562517
      UWPGameBar: 13602588
      UWPScalingOnHMD: 8495373
      UnifiedEnrollmentLandingPage: 5993168
      UniversalFileId: 9673591
      UpdatePendingReminder: 18322055
      UpdatePinnedTaskbarIcons: 21938197
      UpdatedPeopleSuggestions: 12034886
      UploadUserActivity: 14860313
      UseDirectManipulationHitTestEvent: 18862552
      UseNewHolographicCompositionDisplayInterface: 16871387
      UseNewSearchAndCortanaApps: 19263623
      UsePeopleAppRelevance: 14398136
      UserActivityEngagementFlags: 19349732
      UserSelectionForRA: 18472221
      VAIL_Monitor_Projection: 21414360
      VAIL_Vsync_Projection: 21742760
      VP9_DX12_VideoDecode: 17322281
      VblankInkPrediction: 20455341
      ViewAffinity: 7983929
      ViewClosingAPIs_CloseRequested_Desktop: 9996173
      ViewClosingAPIs_TryConsolidate_Desktop: 8454932
      ViewPresentationMode: 9304764
      VirtualDesktopCustomNames: 19412047
      VirtualMonitorBroker: 18895446
      VisualCapture: 16458144
      VisualCaptureAPI: 16976519
      VoiceAssistantPositioner: 20484887
      WDICheckOverride: 6931045
      WNS_CTA_Polling: 22953751
      WNS_ChannelRevoke_Event: 19755180
      WabConvergenceMobile: 8001631
      WdfAllowBindToPreReleaseVersion: 18704615
      WebStartEndpointSelection: 20802801
      WideQFZero: 11634876
      WinCompInkPresenter: 8183782
      WindowManagementOnDesktop: 14464852
      WindowManagerDesktop: 13976955
      WindowManager_ActivationWatcher: 21360375
      WindowSnapSignalsForActivities: 18469988
      WindowingEnvironmentsDesktop: 15441787
      WindowingEnvironmentsWCOS: 15727114
      WindowsInkWorkspaceImprovements: 15864989
      WindowsSpotlightV3: 11024039
      WindowsTips: 11355840
      WirelessDisplayConnectCancel: 6313394
      WorkFilesAsPersonalToUsb: 8117523
      XAMLFileExplorerPickerNamespaceRestrictions: 14354675
      XDeviceBatteryNotification: 6233262
      XDeviceFindMyPhone: 6368266
      XDeviceMessagingHistory: 13528824
      XDeviceMigration: 16386905
      XDeviceMobileNotification: 6235127
      XDevicePublicToastCollectionAPI: 9970812
      XDeviceRingPhone: 9358856
      XDeviceSendSms: 9358792
      XDeviceWPNotification: 6644079
      XVP_SW_LUT: 12840328
      XamlAllUpView: 7923987
      XamlAppResolver: 9196132
      XamlAppResolverPhone: 7360804
      XamlCredUI: 6067381
      XamlEnableISACForSpatialAudioOnDesktop: 14481055
      XamlEnableISACForSpatialAudioOnXbox: 14535506
      XamlEnableSpatialAudioOnXboxByDefault: 11241912
      XamlExplorerHost: 7382860
      XamlPreserve3DDepth: 12546989
      YourPhoneDesktopShortcut: 15932089
      YourPhoneTaskbarIcon: 16257538
    
    ## Enabled By Default:
    
      20H2_Rollback: 24047634
      AppDefaultsSetNewEdgeAsDefault: 24724557
      CacheHighContrastStateInDwm: 220937958
      CoalesceAACAudioSamples: 20457348
      CustomActionsForMSIX: 19797523
      DefaultAppUpdates: 23109802
      DesktopStartDefaultWebView: 21302095
      DraggableThumbnailWCOS: 19375840
      DxgkrnlPrereleaseDiagnostic: 9011807
      EnableH2UIVersioning: 26086623
      H264_DX12_VideoDecode: 13198365
      H265_DX12_VideoDecode: 12790342
      HiddenWebViewInStart: 18765106
      Hub_DiagnosticMode: 10946770
      Hub_FullscreenTap: 18582790
      Hub_InternalOnly: 14064300
      Hub_PrelaunchTeams: 17952771
      MSRC46856_19163095: 19163095
      MSRC50819_21542341: 21542341
      MSRC53409_23059758: 23059758
      MSRC53410_23060104: 23060104
      MSRC53525_22425219: 22425219
      MSRC53715_23305659: 23305659
      MSRC53746_23896794: 23896794
      MSRC54093_23505723: 23505723
      MSRC54116_23527833: 23527833
      MSRC54140_23540836: 23540836
      MSRC54187_23563919: 23563919
      MSRC54220_23591141: 23591141
      MSRC54222_23591362: 23591362
      MSRC54274_23622716: 23622716
      MSRC54294_23636311: 23636311
      MSRC54450_23751551: 23751551
      MSRC54500_23784622: 23784622
      MSRC54501_23784741: 23784741
      MSRC54503_23784836: 23784836
      MSRC54506_23784942: 23784942
      MSRC54520_23791711: 23791711
      MSRC54521_23791752: 23791752
      MSRC54522_23791806: 23791806
      MSRC54581_23775006: 23775006
      MSRC54598_23833841: 23833841
      MSRC54599_23834022: 23834022
      MSRC54620_23851197: 23851197
      ReportActivationTokenInfoForPackage: 10778748
      ReportEdgeActivationFailure: 10121720
      ReportOpenClassesRootFailure: 14501286
      ScreenClipping_On_HubOS: 15488948
      Servicing_F002: 24637566
      ShellUpdateAgentShipping: 23264643
    
    ## Disabled By Default:
    
      20H2_Enablement: 23811390
      AllowFullTrustUWP: 19123720
      AllowScoobeDeferralByUser: 18973123
      AlwaysFailFastOnXamlFailure: 6487760
      ApplicationWindows_Wave3: 22984684
      Brightness3LegacyAPIReroute: 16417871
      CaptureExplorerHydrationCallStacks: 14166282
      CloudStoreDiagnostics: 6624442
      ConnectedFilesCache: 20169383
      DX12_Forced_Playback: 17516455
      DecoupleScoobeFromUpgradeOnLogon: 21004556
      DesktopSplashScreenSuppression_AllApps: 11955489
      DisableCanPlayTypeCodecPackPresenceCaching: 18193454
      DockTestMode: 21593258
      Dwm_Ownership_Leak_Bugchek: 11029914
      EICinTIC_APIs: 23318938
      EnableAAMEarlyReturn: 16789844
      EnableMultiInstance: 6115766
      ExplorerLogonTasksBlackBox: 19400436
      FailFastOnGroupLayoutChangeWithOpenFolder: 15008037
      FailFastOnUnrealizeDraggingTile: 14549398
      FakeCrossContainerCallerIdentity: 21527221
      FileExplorerPWILO: 15709118
      FindMyStuffTip: 15342655
      ForceShellFODAcquisition: 22460213
      GestureCursorMovement: 20274749
      HtmlStartPackageFeed: 21510368
      Hub_AutoGuests: 18763065
      Hub_CleanupReset: 15835765
      Hub_ClearWorkspaceSettings: 15703653
      Hub_DiagnosticLogService: 18588423
      Hub_DisableHubBypass: 18866389
      Hub_EmulationMode: 11424614
      Hub_HideAutoGuests: 18815522
      Hub_OOPWVMOTD: 15379026
      Hub_Test_EnableStressLauncher: 19090473
      JumpListActivityHistoryIntegration: 18358352
      LockApp_TestHooks_ShowWatermark_Development: 12340236
      MonitorIoctlTesting: 20125790
      MsixAppCompatSupport: 21878278
      OEMWebsitePinning: 16058802
      OneCoreTransforms_BannedAPIs: 16465130
      ReportUnhealthyProcessFromRpcss: 14781211
      RequestFromAppModelWatcherOnDesktop: 20819441
      ResizeShellExperienceViews: 22119314
      ResizeWin32SlatesOnStart: 24102175
      SIPSuggestionUIOnDesktop: 20438551
      SVR_PresentAt_PresentationHandler: 15518219
      ScoobeOnLogonForUpgradedDevices: 23877894
      SelfHostWebStart: 19908852
      SetLockScreenImageAsDesktopBackground: 5458669
      ShellFODRemoval: 22460125
      ShellPackageUpdate: 21253981
      StartUITracelogRecording: 10402319
      SuggestionUIPackageDownload: 20611323
      SupportInfoTipInNotificationCenter: 6082203
      SystemStatusAutoArrange: 19905722
      TSSource_DolbyVisionSupport: 16598050
      TaskbarAddPinnedItemFailureTelemetry: 10658343
      TaskbarEdgeFavicon: 17154140
      TaskbarTabbedOneClick: 17154245
      UndockedSettingsExtensions: 21006835
      VAILOverrideStoreDeviceFamily: 21968130
      VAIL_Opm_Projection: 20754884
      WatsonizeActivationFailures: 17031106
      WebStartLocalDev: 19989628
      XAMLFileExplorerCloudFiles: 21154437
      XamlAltTabWin32: 17826155
    
    ## Always Disabled:
    
      AOobeKeyboardPage: 11958220
      AOobeLanguagePage: 11957961
      AOobeReboot: 12007874
      AOobeRegionPage: 11958082
      AOobeZdpPage: 12076160
      AcrylicTaskViewTimeline: 12520383
      ActivitiesInShell: 10494629
      ActuationSmartAction: 18383822
      AdaptiveColor_BringUp: 18765370
      AdvancedColorCamera: 10696544
      AllowAutoInstallOnAnyDiskSize: 17430650
      AllowNullUserAppServices: 18656672
      AllowSpatialLicenseSideLoad: 15825913
      AltimeterThresholding: 22967847
      AlwaysFailFastOnCoreAppLocalizeView: 6669906
      AlwaysLaunchExplorerInSeparateProcess: 18780676
      AlwaysShowActivationError: 7414853
      AnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForAnaheimInsiders: 23078286
      AnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForNonAnaheimInsiders: 22984746
      AnimationFailFast: 8510537
      App2AppLaunchWork: 14939489
      AppDefaultsAreRestricted: 14795313
      AppDefaultsCloudFileLaunchContentUri: 21261388
      AppDefaultsCloudFileLaunchContentUriWCOS: 22608641
      AppDefaultsDeepLinkRemoval: 14794551
      AppDefaultsEdgeCampaignTesting: 17049655
      AppDefaultsPagePerformance: 19400313
      AppDefaultsRecommendNewEdge: 20432194
      AppDefaultsWordPadSafelist: 15519531
      AppKeywords: 8347588
      AppWindowBamo: 20770034
      AppWindow_DesktopOnly: 16095094
      ApplicationActivationWatcher: 21726163
      ApplicationWindows_Wave2: 19235917
      AtomicCheckFailure: 18815308
      AuthBroker_OnMobile: 8777581
      AutoRecoverEdgeAfterCrash: 17207393
      AutocorrectionDecoration: 19029004
      AutomaticBoundsToLocalSpace: 16043029
      BannersRegistryTesting: 18803627
      BingSearchLockscreen: 17917466
      BoostPriorityAlwaysOnViewCreation: 22078216
      BrokeredDisplays_ConsoleSessions: 19043985
      BrokeredDisplays_ModeChanges: 10733637
      BrokeredDisplays_RotMgr: 8119317
      BrokeredDisplays_TestMode: 17473580
      Bug_UseCommitTimerOnStart: 18031186
      BugcheckOnRpcssCorruption: 14382154
      ButtonInjection: 18809265
      CameraRollCapability: 11341037
      CastServerDefaultValue: 6997058
      CentennialShareContract: 13482494
      CloseShellonSuspend: 11275424
      CloudMusicBeta: 9189540
      ColorfulUnplatedLogos: 21894296
      ColorizedBar: 18602099
      CommandingImprovements: 13557380
      CompositionForShapewriting: 13622748
      CompositionIslandsAPI: 11538375
      CompositionWhiteNoiseAPI: 13421585
      Composition_Internal: 19263675
      ContentHub_PeoplePillar: 18327379
      ConvergedDisplayEnhancementService: 16884851
      ConvergedWindowDrag: 15046403
      CredUI_AlwaysBroker: 15049203
      CredUI_EnableTestHooks_Development: 8393558
      CredUI_ForceConsoleMode_Development: 8344745
      CredUI_NoUI_TESTHOOK: 11990129
      DESTuningParameters: 18765296
      DMPointerHitTest: 18604230
      DeliverViaSendMessage: 21629918
      DeprecatingEraseAllClicked: 9657363
      DepthSorting: 13818272
      DesktopGazeXAMLKeyboard: 13050423
      DesktopIconLayoutLinkWithShift: 10971873
      DesktopTouchImprovementForTabletPosture: 21228112
      DeviceDisplayNameSetup: 14845712
      DirectDisplayApi_IndirectSupport: 11199501
      DirectDisplayApi_PreferMpo3: 15197906
      DirectDisplayApi_Wave2: 15888824
      DisableAtmosLicenseCheckAllowed: 10011581
      DisableCoreDispatcherInWin32: 17479072
      DisableLowQosTimerResolution: 20638285
      DismissWhenNotInForegroundDuringRegister: 6190324
      DisplayInformation_DisplayRegionSupport: 19060196
      DisplayInformation_UseNavClientScaleInfo: 19060191
      DoNotActivateLockAppWithScreenOff: 7250255
      DragAndDropSearch: 16533548
      DragBetweenViewModes: 16240952
      DynamicProgIdSupport: 22456928
      EDR_GPUClocking: 16281086
      EICForCHT: 18854692
      EICForJapanese: 17063631
      EICForKorean: 17261077
      EICReanalysis: 14245064
      EICWithMouse: 13973407
      EICWithTouch: 18784576
      EICinIslands: 38547058
      EICinTIConDesktop: 23057655
      EnableAcrylicHostBackdropWin32: 16155686
      EnableAnimationDesigner: 13234095
      EnableCalendarViewFeedback: 5882766
      EnableEdgeMultiInstance: 15848284
      EnableEdgeRedirectionForMultiInstance: 15847888
      EnableFluencyEngine: 11382176
      EnablePlaybackControlsUX: 18952069
      EnableStartOnAFC: 15940751
      EnableTempPlaceHolderGroup: 7010211
      EncodeLockScreenToBitmap: 6190512
      Environments_UseStoreApp: 14308215
      ExcludeFromCaptureAPI: 23097642
      ExpandReparsePoints: 20842212
      ExperimentalKGL: 9206638
      ExplorerCoreStartupBlackBox: 19400495
      ExpressiveInput_FlagsFontPackage: 15380572
      ExpressiveInput_OnlineSticker: 12994636
      ExpressiveInput_SpaceColon: 18464624
      ExpressiveInput_Sticker: 12994626
      EyeTracking_LaunchpadHide: 16371697
      FHL2018WebsiteSharing: 19415061
      FaceClientEnrollmentExperience: 14218496
      FailFastOnIncorrectServiceRefCounting: 18505660
      FailFastOnRecoverableUnifiedTileModelFailures: 10011417
      FailFastOnWrongThreadContext: 9853137
      FeatureStagingOobePage: 8291214
      FidoLogonWithoutDeviceAuth: 13166748
      FileExplorerLongPath: 8479587
      FileExplorerThemeOptions: 17512854
      FluencySettings: 16486102
      ForceFlushKernelBatch: 17007171
      ForceNRE: 12756137
      ForceReactiveAudioOnlyMode: 9031501
      ForceSpriteVisuals: 8512080
      FriendlyDates: 13705666
      FullScreenAnimation: 13133713
      FullScreenLightweightDefault: 16862609
      HPDWakeFiltering: 17586977
      HW_Personalization: 17524868
      HandleResponse403: 10007040
      HandwritingCHS_InputHistory: 14885967
      HardwareDRMOptinEME: 6940972
      HeaderPlacement: 17864410
      HideDayViewInTimeline: 19129119
      HolographicCoreShellTLAVMOnOasis: 12067452
      HolographicSecureDesktop: 19276410
      HostAILPositionerInRDPInit: 20975359
      HtmlStartDevTools: 21510418
      HubOSOobeLanguagePage: 11497365
      Hub_CompanionInput: 13987354
      Hub_ConstrainApps: 18915745
      Hub_DemoQuirks: 17033430
      Hub_ForceGraphImages: 19028694
      Hub_InternalDevTools: 22667775
      Hub_NFCAnimation: 12320598
      Hub_OfficeClientCache: 15312783
      Hub_PPIDesktopHybrid: 22698057
      Hub_ProximityBackground: 18385605
      Hub_SplitPanelMode: 18199192
      Hub_UserImageCache: 15314168
      Hub_WURebootOnIdle: 19211765
      Hub_WebSignIn: 18561497
      IXamlServiceProvider: 19730165
      InPlaceUpdateForMediumPackages: 11665695
      InPlaceUpdateForSmallPackages: 9899069
      IncludeWABOsApp: 18228488
      InclusiveCortanaOobePageInAAD: 11517590
      InitializeStartLayoutFromLogonFramework: 6094603
      InputForegroundManagerForUWP: 22164006
      InputServiceLogon: 13068691
      InputValidation: 15989249
      InputVirtualizationDesktopSpecific: 19155918
      Input_DesktopNavigationGamepad: 11382642
      IntegrateWhiteboardApp: 8164264
      InternalSelfhostHooks: 8625295
      InterruptionControl: 8675162
      InterruptionControlUploadRawNotification: 9846421
      JumpListForTaskView: 18358367
      KeepLegacyCortana: 20624316
      KeepRateForPersonalizedWords: 20806905
      LaunchAnaheimDownloadPageAtLoginForAnaheimInsiders: 23220630
      LaunchAnaheimDownloadPageAtLoginForNonAnaheimInsiders: 22984827
      LaunchScoobeWhenInternetFirstAvailable: 19560808
      LazyApplyWindowGroupTemplate: 13167773
      LiveDASHPlayback_NumberBased: 9443998
      LockBugFix_NonAccentBackstopColor: 13868787
      LockBugFix_TestHooks_BreakOnCacheFolderDeletion: 12590388
      LockExpMgr_TestHooks_AllowOcclusionsOnDesktop_Development: 11102254
      LockReliability_LongLiveLockApp: 8277262
      LockReliability_PerformanceBoost: 9073709
      LockReliability_PreLaunchLongLiveLockApp: 10344736
      LogTDL: 10876620
      LogonUI_BreakOnStart_Development: 8402194
      LogonUI_EnableTestHooks_Development: 8402159
      LogonUI_ForceConsoleMode_Development: 8402217
      LowAnimationsOnBatterySaver: 8027970
      LowConfPWILOSoftLanding: 17059189
      MSRC54215_23589247: 23589247
      MSRC54519_23791451: 23791451
      MSRC54682_23852463: 23852463
      MSRC54683_23820639: 23820639
      MSRC54892_24051729: 24051729
      MaterialPropertiesAPI: 15826297
      ModernPC_Search: 20383964
      MsixFlexibleContainers: 19164517
      MyPeopleDeprecationTip: 19651320
      NormalizeTitlebarHeight: 16460108
      NotifGatekeeperShellInsiders: 13275870
      NotificationGatekeeper: 12617765
      NtpSoftLanding: 16503679
      OASISAppFrameCustomization: 8395554
      OneCoreTransformsTransformContent: 13013972
      OneLineClock: 9564905
      OobeInternalContent: 9115678
      OobeSettingsMultiAllRegions: 14774725
      OobeZdpDCAT: 15933296
      OptionalPackagesMergedViewAndFileOverride: 19220959
      OverrideIgnoreTiltForWetInk: 9745460
      PackagedAppGraveyarding: 16110057
      ParticlesCompositionAPI: 16381921
      PenHaptics: 16025702
      PenPressAndHold: 11871415
      PenSettingsPenPressure: 13760102
      PeopleToastNotifications: 8540639
      PerAppRuntimeBrokerBnoIsolation: 14301350
      PersonalizedWelcome: 18583105
      PinnedWebsitesGrouping: 15521440
      PlatformAPI_GetForWindow: 16095093
      PointerDeviceType_Touchpad: 18796013
      PreReleaseBackstopAndSuspensionCurtain: 6429916
      PrepinTopSites: 18511628
      PresentationAPI: 10111032
      PresentationRequestedOnDesktop: 20819528
      PristineShellTaskbarSettingsUI: 8605498
      Private_AnimationDebugging: 8278107
      ProactiveEndpointOverride: 16975013
      ProjectedShadow2API: 20380650
      ProximalStart: 8957657
      PublicCUI: 14187099
      PublishFileActivitiesForUnassociatedViews: 19349712
      QueueOobeTelemetryForUpload: 21307089
      RS3SensitivityPolicy: 11920408
      RadialControllerAppSwitchTool: 9032482
      RealtimeEnticementNoCourtesyIntervalTimeout: 11874744
      ReauthOnResume: 8253585
      RegisterInboxAppsToDSMAOnly: 12849049
      ReminderBGTaskTelemetry: 11683427
      RemoteAppLifetimeManager: 14098732
      RemoteAppLifetimeManagerOverTcp: 16624148
      RenderThreadWatchdog: 16107080
      Rendering_SharpMagShader: 20238036
      ReplaceExtensionCatalogCallsForActivationManagerShim: 6410923
      ReportOnRpcssCorruption: 14380956
      RgbaSwapChains: 11786145
      RunawayTextureList: 17486965
      SL_LargeImageTwoButtonTemplateSupport: 22984807
      SVR_DX12_Rendering: 11537650
      SVR_GetPresentStats_Rotation: 17716364
      ScoobeCortana: 16243024
      ScoobeToastTriggers: 19864035
      ScreenClippingUndockedWCOS: 20782456
      SearchAboveLock: 11646740
      SearchInExplorer: 11646741
      SearchUndockExperiment: 22162129
      SearchUndockTestMocks: 22984368
      SelfHostConsumerLayout: 19617417
      SeparateAppAndShellRendering: 14306049
      SetEnableExposeXUidRegKey: 14969026
      SetNumberOfDaysDisplayedInTimeline: 18917037
      SettingsHomeProgrammableMultiPromoCard: 16892364
      SharedPCOneDrive: 17975574
      SharedSuggestionsView: 13707781
      ShellSuggestionsInTimeline: 18546370
      ShellUndockedPackage: 19603540
      ShowNotificationWithImagePull: 11574775
      SignalDebugMode: 7033373
      SingleTabVisuals: 17608042
      SkipMsixManifestValidation: 18554648
      SlideWindowAnimationRectCheck: 21209145
      SmartInsights: 18474194
      SpatialCompositionLabel: 14546809
      SpeechFailureDebugMode: 7056038
      SpellerToCDS: 13622180
      SpellerToCDSUserDataMigration: 13932180
      StartComponentUIPrototype: 11275343
      StartComponentUISupport: 10968633
      StartF5: 13539994
      StartInWin32Host: 18138258
      StartProductivityModeRearrange: 12196482
      StartSearchSuggestions: 18741303
      StereoscopicUwp: 13330426
      StereoscopicUwpAPI: 11239065
      SuggestionActivityIndexerAndDataModel: 19349660
      SuggestionUIOnDesktop: 22529690
      SuppressMail: 18687362
      SurfaceHubLooseDBH: 9112063
      SuspendPerAppBroker: 10164710
      SuspendStandAloneFileExplorerDuringDAMPhase: 19207979
      SystemSoftware: 18865556
      TDL: 10756773
      TDLFailFast: 11689171
      TSF3InputMethodAPI: 13217526
      TSF3UseVisualRelativePixels: 19957419
      TabCategoryBC: 1470244
      TabDragSoftLanding: 16484603
      TabIdStability: 16075729
      TabSettingStateRepoIntegration: 17093654
      TabShell: 10727725
      TabShellAppToAppLinks: 14648958
      TabShellAutoTabbingPreference: 17057765
      TabShellSearch: 12223789
      TabShellVisibility: 13849566
      TabShellVisibilityOverrideToOnForGates: 14291807
      TabShellWinRtApi: 11895592
      TaskFlowDataEngineOnSantorini: 19570081
      TaskFlowLocationActivitySupport: 13843340
      TaskbarEdgeTabBlowout: 12575415
      TentedFeature: 8819968
      TestInprocDelegation: 19059664
      TestMultiUserCxhTestPackageInclusion: 14080617
      TestPeopleAppUpsellWithShareCollection: 12722143
      TestPresentationRequested: 20819543
      TextIntelligenceExperiments: 11383559
      TextPrimitive: 18813244
      TextPrimitiveAPI: 3251313
      ThumbnailTabs: 17317009
      TimestampFromScantime: 18474644
      TouchKeyboardAutoSwitchToAlphaAfterSymbolSpace: 21036042
      TreeDumping: 19090634
      UWPSizingOnHMD: 9032972
      UndockedSettingsSearchContent: 21076392
      UninstallBrowserReplacementFixups: 21966201
      UseConvergedNpsmMtcModel: 5399495
      UsePopupIslandSiteForXamlWindowedPopups: 13816458
      UseRoutedAcceleratorKeyActivated: 15522294
      UseStoreECApp: 20577377
      UseTDLOnHolo: 11992383
      UseWebStartOfflineFallback: 19909080
      UserActivitySearch: 16484547
      VAILContainerOverride: 22220719
      VAILInitialPositioning: 19319140
      VAIL_Fake_Monitor_Projection: 21415082
      VailSuperWetInk: 18368047
      VelocityBasedPressureAlwaysOn: 21203989
      ViewHitTestDeprecation: 22962598
      VisionProactive: 10980028
      VisionProactiveEnticement: 11341021
      VisionReactive_Camera: 10980058
      VisionReactive_OnScreen: 10980073
      WCOSWin32AppWindowPlacement: 22429034
      WIWHotkeyForScreenSketch: 9679557
      WUCShapes: 11832104
      WUXCPreviewTypes: 15557756
      WcosFileDialogsForAnaheim: 20913705
      WcosHandwritingSettings: 16137811
      WdfDirectedPowerTransition_DefaultOptIn: 20107317
      WdfDirectedPowerTransition_DefaultOptIn_ARM: 2231386
      WebStartObviousFallback: 21254489
      WebTimeline: 18824324
      WebViewOOPByDefault: 13886809
      WelcomeScreenEnabled: 6502920
      WhiteboardAppInIWS: 19980867
      WindowManagement: 11144977
      WindowReferenceAPI: 21667824
      WindowsAnywhere: 8508009
      WpnAdaptiveCards: 13709532
      WpnAdaptiveCardsConverter: 19643255
      WpnDEHReplacement: 8249692
      XAMLCandidateListPerfImprovements: 16281572
      XAML_700msTimer: 10091034
      Xaml2018: 13247025
      XamlAltTabView: 7923995
      XamlForceRevealFocusRect: 13293513
      XamlKeyboardLogon: 7438994
      XamlMotionSystemHoldbacks: 16200667
      XamlPresenterAtlasSize_Development: 10042979
      XamlPresenterBackstopColor_Development: 10770075
      XamlSnapAssistView: 7924005
      XamlTaskbar: 6328229
    
     
  12. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Very good, how are these obtained?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1713 xinso, Feb 18, 2021
    Last edited: Feb 18, 2021
    ViVeTool
     
  14. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    267
    91
    10
    windows 10 21h1 feature update installed fine on windows 10 ltsc 19041
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
  16. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    267
    91
    10
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1717 xinso, Feb 20, 2021
    Last edited: Feb 21, 2021
    vNEXT News and interests

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\1919262858]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\2232004235]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\2791658122]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\2837691530]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\3280301707]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\391494795]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\4234372235]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FeatureManagement\Overrides\4\555990155]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000001
    "Variant"=dword:00000000
    "VariantPayload"=dword:00000000
    "VariantPayloadKind"=dword:00000000
    
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1718 xinso, Feb 20, 2021
    Last edited: Feb 20, 2021
    For vNEXT Client and Server.

    Q: How does MSFT install Chromium Edge to Program Files (x86)\Microsoft\Edge?
     
  19. OSMAN

    OSMAN MDL Addicted

    Oct 25, 2009
    578
    97
    30
    whats that mean, you can get it working in other builds?
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #1720 xinso, Feb 20, 2021
    Last edited: Feb 20, 2021
    I meant that It is created (or activated) by vivetool ONLY.