[
  {
    "path": ".github/ISSUE_TEMPLATE/bug.yml",
    "content": "name: \"Report a ViVeTool bug\"\ndescription: Experiencing unexpected crashes or unintended behavior? File a report here!\nlabels: [\"bug\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thank you for taking your time to file a bug report!  \n        Before filling out the form, please give the report a brief title. e.g. _Unhandled exception when using /export_\n        \n        In case you've followed a tutorial for toggling features and didn't get the desired result, this is most likely **NOT a bug.**\n        Similarly, do **NOT** file a bug if a feature can't be toggled anymore _after updating_. Once Microsoft finishes experimenting with a feature it gets put into a permanently Enabled or Disabled state which ViVe can't change anymore.\n        Please read [this FAQ article](https://github.com/thebookisclosed/ViVe/wiki/Which-features-can-ViVeTool-toggle%3F) if you have any further questions.\n  - type: input\n    id: tool-version\n    attributes:\n      label: Tool version\n      description: Which version of ViVeTool is this report for?\n      placeholder: e.g. v0.3.3\n    validations:\n      required: true\n  - type: input\n    id: os-version\n    attributes:\n      label: OS version\n      description: Which version of Windows were you using when this bug occurred?\n      placeholder: e.g. Windows 11 build 22621.1413\n    validations:\n      required: true\n  - type: dropdown\n    id: architecture\n    attributes:\n      label: Architecture\n      description: Which architecture did you encounter this bug on?\n      options:\n        - \"x64\"\n        - \"x86\"\n        - \"arm64\"\n    validations:\n      required: true\n  - type: textarea\n    id: screenshot\n    attributes:\n      label: Screenshot\n      description: Please include/paste a screenshot of the bug in the field below.\n      placeholder: Make sure that the problematic command is clearly visible in the screenshot.\n    validations:\n      required: true\n  - type: textarea\n    id: extra-steps\n    attributes:\n      label: Extra steps\n      description: If the bug occurrs only under specific circumstances, please describe the steps you've made to encounter it. Otherwise say \"None.\"\n      placeholder: |\n        1) Run /fullreset\n        2) Reboot\n        3) Run /export\n    validations:\n      required: true\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\n"
  },
  {
    "path": ".gitignore",
    "content": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n##\n## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbld/\n[Bb]in/\n[Oo]bj/\n[Ll]og/\n\n# Visual Studio 2015/2017 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# Visual Studio 2017 auto generated files\nGenerated\\ Files/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# Benchmark Results\nBenchmarkDotNet.Artifacts/\n\n# .NET Core\nproject.lock.json\nproject.fragment.lock.json\nartifacts/\n**/Properties/launchSettings.json\n\n# StyleCop\nStyleCopReport.xml\n\n# Files built by Visual Studio\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.iobj\n*.pch\n*.pdb\n*.ipdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opendb\n*.opensdf\n*.sdf\n*.cachefile\n*.VC.db\n*.VC.VC.opendb\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# Visual Studio Trace Files\n*.e2e\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# AxoCover is a Code Coverage Tool\n.axoCover/*\n!.axoCover/settings.json\n\n# Visual Studio code coverage results\n*.coverage\n*.coveragexml\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# Note: Comment the next line if you want to checkin your web deploy settings,\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# Microsoft Azure Web App publish settings. Comment the next line if you want to\n# checkin your Azure Web App publish settings, but sensitive information contained\n# in these scripts will be unencrypted\nPublishScripts/\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/[Pp]ackages/*\n# except build/, which is used as an MSBuild target.\n!**/[Pp]ackages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/[Pp]ackages/repositories.config\n# NuGet v3's project.json files produces more ignorable files\n*.nuget.props\n*.nuget.targets\n\n# Microsoft Azure Build Output\ncsx/\n*.build.csdef\n\n# Microsoft Azure Emulator\necf/\nrcf/\n\n# Windows Store app package directories and files\nAppPackages/\nBundleArtifacts/\nPackage.StoreAssociation.xml\n_pkginfo.txt\n*.appx\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.jfm\n*.pfx\n*.publishsettings\norleans.codegen.cs\n\n# Including strong name files can present a security risk \n# (https://github.com/github/gitignore/pull/2483#issue-259490424)\n#*.snk\n\n# Since there are multiple workflows, uncomment next line to ignore bower_components\n# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)\n#bower_components/\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\nServiceFabricBackup/\n*.rptproj.bak\n\n# SQL Server files\n*.mdf\n*.ldf\n*.ndf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n*.rptproj.rsuser\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\nnode_modules/\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)\n*.vbw\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\npaket-files/\n\n# FAKE - F# Make\n.fake/\n\n# JetBrains Rider\n.idea/\n*.sln.iml\n\n# CodeRush\n.cr/\n\n# Python Tools for Visual Studio (PTVS)\n__pycache__/\n*.pyc\n\n# Cake - Uncomment if you are using it\n# tools/**\n# !tools/packages.config\n\n# Tabs Studio\n*.tss\n\n# Telerik's JustMock configuration file\n*.jmconfig\n\n# BizTalk build output\n*.btp.cs\n*.btm.cs\n*.odx.cs\n*.xsd.cs\n\n# OpenCover UI analysis results\nOpenCover/\n\n# Azure Stream Analytics local run output \nASALocalRun/\n\n# MSBuild Binary and Structured Log\n*.binlog\n\n# NVidia Nsight GPU debugger configuration file\n*.nvuser\n\n# MFractors (Xamarin productivity tool) working folder \n.mfractor/\n"
  },
  {
    "path": "Extra/FeatureDictionary.pfs",
    "content": "Servicing_SearchIconOnTabSwitch_56246293,56246293\nDesktopSpotlightImprovementsXRFixes,56201342\nCameraQI2505,56192424\nBugfix_PcaUiTelemetry,56192165\nInvSvc_GetAppInfoLocking,56172704\nServicing_RdFreezeFix,56163435\nArbiterMetadataContainer_56160316,56160316\nServicing_CloudFilesSearch_GroupedResults,56159287\nServicing_LogonTouchKeyboardCrash_56146500,56146500\nSimplifyRootPageVariable,56133263\nShellUIHostCoordinatorSkuCheck,56120340\nDesktopSpotlightGetImageFileNameReturnBugFix,56119970\nUXFrame_LocalizedAccessibilityName,56115719\nServicing_UninstallTencentEmulator,56112312\nBugfix_TSFBL_56110835,56110835\nResolveTVSErrorNullSecurityDescriptorIssue,56098563\nPerUserSetup_TIPIntervalDetection,56096818\nVAMTBF,56083323\nCapabilityForConsent_EnterprisePolicyFix,56080169\nEnergySaver_StatusApi_Updates,56079640\nServicing_FailFastGuardICallCheckFailure,56079061\nPCA,56073636\nLODTTC,56071983\nDesktopSpotlightOnByDefaultForUnattendAutoLogon,56069809\nMuse_Settings_FixIPUHistoryTitle,56066957\nServicing_CloudFilesSearch_ThumbnailNotifications,56066650\nServicing_CloudFilesSearch_DisableIndexerRowsetEvents,56066642\nServicing_CBSEU,56049913\nServicing_WCPMDCMAX,56048502\nActivePivotSelectionFallback,56048098\nDefineWindowsUpdateManaged,56036357\nUninstallTencentEmulator,56034819\nStorageReserve_HelperLib_Hardlink_fix,56033854\nServicing_FEAiDadTestScopeIncrease,56031573\nRadialControllerSettingsProtocolFix,56023062\nServicing_WinREVersionTelemetry,56020814\nCU_56012900_ICI,56012900\nCorrectListOrderingForColorCpl_Extended,56005324\nFixInteractiveAllowDisallowList,55994102\nServicing_AudioEndpointBuilderAPOMigration,55993121\nGenTel_PrivacyIncident,55991540\nFixInvalidTokenHandleDuringScan,55964290\nNameColumnHeaderUXFix,55958955\nServicing_FodLPEnumHardeningErrorHandlingFixes,55957701\nCTPAUI,55954773\nTSM,55954321\nStopWebAppTipTestOnNavigationFailed,55952497\nServicing_IEMode_CheckFailure_BrokerCallPostMessageOrBrokerCallAsfwAndWait,55951187\nServicing_EnableInspect_55950615,55950615\nServicing_InspectBugFixes,55950532\nMicaUpdateSolidColor,55940373\nPSTTM_Test,55939528\nNonArpInvSvcRemoval,55936748\nWuSettings_StopBackwardProgress,55935625\nUpdateCryptoAPIs,55934965\nServicing_EAXReverbRemoval,55934177\nServicing_RecoveryRobustnessFeature2,55934048\nServicing_ClientProxyTipTest,55933734\nMsiReinstallModeOverrideLeakFix,55928707\nMODSITR,55927463\nUICTPA,55925420\nSMB2,55920876\nSMB1,55920864\nBMB2,55920855\nBMB1,55920676\nCapture_ItemClosedEventOnVisibility_2,55919943\nSettingsHomepage_SigninCardDelay,55919400\nServicing_CloudFilesSearch_GalleryFix,55918674\nWBKSV,55915660\nSustainabilityFixes_Q4,55914679\nFileExplorer_FixTileModeMultiSelect,55910487\nServicing_CloudFilesSearch_QueryCancelTipFailure,55905055\nWBWVLTA,55899600\nServicing_NodeMgrCompilerWarningC4146,55898029\nServicing_CloudFilesSearch_GalleryNavigate,55888583\nContainment_UUS_WinRTUpdateBlock_55878418,55878418\nPrintAccessibilityFixes_2505,55878033\nServicing_RemoveStoreSls,55877808\nWebView2inWAMPlugin_55874806,55874806\nFRWF,55870198\nContainment_UUS_EnableGraphProviderPolicyV2_55857940,55857940\nLanguageFodSizeCheck,55849117\nMSRC94207_55848306,55848306\nFBSCCR,55843856\nDriverSetup_WuImportLogImprovement,55832322\nServicing_FixAutoUpdateForCTA_55830286,55830286\nServicing_FixAutoUpdateForCTA_55830256,55830256\nServicing_StateTransitionForTransientStates_55830200,55830200\nServicing_StateTransitionForTransientStates_55830164,55830164\nSHINE_2504_Bugs,55828635\nServicing_GpRsopBloating_55824335,55824335\nDesktopSpotlightRightClickContextMenu,55823572\nWBDCN,55823050\nContainment_UUS_WinREHistory_55819174,55819174\nServicing_CBSDTO,55816837\nCapture_CAMIGraphicsCaptureItemInterop,55816742\nContainment_UUS_OneSettingsAppendFeatureId_55816302,55816302\nEnrollmentAttestationDebugFields_55815706,55815706\nServicing_PABNarratorACDC,55814650\nDriverStore_PrimitiveDriverEnumeration,55814370\nKEKUpdateBlockList,55813602\nKEKUpdateAllowList,55813532\nContainment_UUS_Bugfix_PurgeUpdates_55812863,55812863\nUCPD_55805446,55805446\nServicing_SearchUXHighContrastBorderFix_55802560,55802560\nServicing_FEAiDadTestsCompleteOnClose,55801115\nBitLocker_Backup_MSA_Command_Line,55800676\nServicing_SearchEducationAnimatedIconThemeFix_55800030,55800030\nValidateTest,55798745\nUpdatedAccountProfilePictureDisplay,55798434\nServicing_NDUPRearrangeSkipChecks,55798016\nMSRC94087_55797119,55797119\nServicing_Narrator_LocalizeCloseButton_55789214,55789214\nServicing_DBUpdate_External_Rollout_55767368,55767368\nContainment_RefactorGraphProviderTelemetry_55767062,55767062\nDesktopSpotlightShellLauncherKioskCheck,55763438\nCOTFTest,55762478\nHoverCards,55754297\nRecoveryFix55754018,55754018\nContainment_UUS_EnableWinRESupport_55752990,55752990\nServicing_HotpatchDoNotIgnoreRevision_55752359,55752359\nServicing_WpfCrashInTransitoryDocument_55752217,55752217\nGamepadVKeyRoutingOptIn,55740572\nResetRecycledTaskListButtons,55739408\nRobocopyEfsRawNoRetryFix,55739196\nServicing_RemoveSearchDelayTimer_55738909,55738909\nWuSettings_CloudUpdatePolicyList,55738531\nServicing_AccessAgentItem_55735922,55735922\nBugfix_LLTD_TVS_Warning_26837,55729475\nWBSWVC,55729153\nServicing_VFPElbDsrResource,55723553\nNpuMultiNodeEnergyFix,55723466\nReturn_NoRedundancy_Disks_Fix,55722781\nServicing_DowntimeEvaluationFix_55722353,55722353\nServicing_SdoSensorSelectionFix,55719655\nExpanderHeaderDisplayString,55719046\nRecoveryFix55718781,55718781\nRecoveryFix55718774,55718774\nServicing_Narrator_LocalizeCloseButton_55714585,55714585\nServicing_FodLPEnumHardening,55714093\nServicing_TelibFixRetryLogic,55713571\nGamepadInvocation,55710785\nServicing_BatteryUsageSortbyDuplicate,55709674\nEnhanceContainsOperator,55708326\nServicing_CBSEnableEcoQoSConfiguration,55706234\nTvsWarningFixes,55697412\nWBODFSFF,55696032\nMSRC93888_55687352,55687352\nServicing_ADSD_LAPS_BA_pwd_rotation_fix,55686984\nFujitsuRsErrataFixes_55686671,55686671\nCanUseD3DKMTIsFeatureEnabled,55684787\nWBLSTF,55683073\nPrintPlatformStabilizationFixes_2505,55677794\nCensus_WMI_TPM,55676715\nWBODICF,55672795\nServicing_SearchUXIconNonIndexedLocationFix_55656186,55656186\nSrumEnableConfig,55648371\nBugFix_XamlIslandsfixForFlyoutsCTTA,55645816\nServicing_Kerb3961ApRepOfferKeys,55641152\nNetworkUX_BugFix_55623962,55623962\nServicing_SessionXmlParseFix,55619081\nWBDPPF,55617340\nFDPAD_55608277,55608277\nSmartInstallFixPayloadHardcoding_55606662,55606662\nAppraiser_Remove_CTAC_Telemetry,55591761\nECU532,55590532\nServicing_LeastSetBitC4146Fix,55578844\nLeastSetBitC4146Fix,55578803\nCAMStorageDatabase_Wave1,55578545\nWBSOD_55575516,55575516\nODTTVA_55575501,55575501\nServicing_RecDisk_Telemetry,55572123\nMSRC93585_55569279,55569279\nMSRC93582_55568968,55568968\nDeviceCatalogPriority,55565157\nCDLiveCaptionsMMF,55559405\nFST,55557761\nWBFTSCU,55556675\nServicing_Feeds_ExposeUserTriggerTimestamp,55555721\nNetworkUX_BugFix_55554471,55554471\nAutopilotClearUserEspCacheOnComplete,55554139\nChsPinyinDsRwlock_TVS_Fixes,55553644\nServicing_FixAutoUpdateForCTA_55553084,55553084\nServicing_ContextMenuLabelsCrashFix_55550636,55550636\nLocalizeBatteryUsageSystemName,55549115\nWidgetsCommonComponentContainmentV2Store,55548655\nPSAF,55543394\nReFSDedupSvc_Batch_Dec_BugFixes,55536860\nScenario55536346,55536346\nVAPKILS,55532803\nAppraiser_Setup_EndLessLoopFix,55532675\nFDPAD_55527452,55527452\nFirewallLogs,55521637\nServicing_SPRBatteryUpdates,55520808\nRemoveInsertedPreSearchCall,55520675\nServicing_FileExplorer_SessionWatcherMetricsOptOut,55518345\nAutopilotDppRebootFix,55517900\nServicing_UniscribeGB18030,55514917\nServicing_EnableMSIEFTPDll_Telemetry_55512851,55512851\nIMATest,55512263\nAppraiser_SummaryAggregator_Null_Check,55500300\nSystemSetting_SearchLanguageUpdate,55495805\nWuSettings_ImprovedUpdatePolicyListBugfix,55495037\nDesktopSpotlightPersistWallpaperSettingsCallAvoid,55494172\nServicing_FixNullLockscreenAdaptiveCard,55493936\nTCPIP_BugFixes_2504,55490688\nPreregisterPackagesIfNecessary,55483477\nServicing_PfxImport_EmptyInstanceData,55482091\nRestoreTab_55481270,55481270\nServicing_RemoteAudioExclusiveStreamFix,55480234\nDesktopSpotlightKioskFix,55480224\nServicing_RDGDeviceRedirection_55480083,55480083\nQualcommPrimaryJpegEncoderHardcodeRemove,55474173\nWBODICMF,55474164\nWBLTA_55471283,55471283\nWBLTA_55471278,55471278\nServicing_InternalL2LayerMissing,55465894\nServicing_InputScenarioCheckUpdate,55464315\nPurchaseCallFastFail,55462183\nTrackDailyLaunchCount,55455917\nServicing_DwmCrashLoopInBamoPrincipalImpl,55448959\nServicing_SBE_FCK_Rotation,55448318\nServicing_AccessAgentItem_55447238,55447238\nServicing_AccessAgentItem_55447237,55447237\nServicing_SCC_NullWorkConnection,55447215\nServicing_NoNullWorkItemInQueue_55447202,55447202\nServicing_NoNullWorkItemInQueue_55447193,55447193\nSetTicketVariables,55445286\nDisplayMux_PostGA_BugBundle_1,55445215\nODTTVA_55442377,55442377\nServicing_SearchEducationAnimationTypingEventFix_55435574,55435574\nDisplayBugBundle_2504,55435102\nEnable3x4StagingControls,55435097\nDisplayBugBundle_2503,55435015\nSystemSettings_ProcessorSpeedDisplayFormat,55434785\nServicing_SendRecvBidi_AV_55434697,55434697\nLogEventNonStringSupport,55434497\nServicing_AudioSettingsDefaultCheck,55433299\nRefactorCommonSettingsProtocols,55431989\nShellUIHostCoordinatorRegionalPolicyCheck,55430721\nFUSTFB,55425271\nFEST,55424992\nCompSwapchainBufferAddFailCrash,55416766\nKioskCenterFix,55411042\nHighContrastModeCrash,55410587\nContainment_UUS_CaseSensitiveLessJsonValidation_55405872,55405872\nXWVIF,55397056\nPreventTaskbarPins,55394562\nNarratorImageDescriptionWithVisualAssist,55393518\nVTSFDF,55392126\nCCA,55390938\nContainerNetBugFixes2503,55390665\nServicing_SendRecvBidi_AV_55388717,55388717\nServicing_UOConfigExpeditedApps,55387887\nServicing_WebauthnHybridTimeoutAccessibility_55387480,55387480\nPcaUiArmUpdate,55385540\nServicing_StopSearchUXAnimationsWhenTurnedOff_55384482,55384482\nMSRC93228_55383329,55383329\nTNNOIF,55377862\nUTBF,55377719\nServicing_AudioEndpointDriverUpdate_55374427,55374427\nServicing_ResolveORInfo_NULLDereference_55373979,55373979\nServicing_SVRRealtimeEconomyQueueingPriority,55373025\nFMULCP1_55371478,55371478\nServicing_Feeds_Fix1SCallHttpError,55371128\nID55370200,55370200\nDoNotLowerCpuPriorityForInteractiveStaging,55369402\nNativeNVMeStackForGeServer,55369239\nNativeNVMeStackForGeClient,55369237\nWallpaperSurfaceException,55368916\nCloudStoreBackupRestoreForAAD_55368779,55368779\nRemoveStoreSls,55368198\nRestrictHIDGamepadDelegation,55367790\nServicing_V13SearchesForP3_55367728,55367728\nServicing_SPRFixes,55367354\nContainment_UUS_DbExec_55365991,55365991\nLCFOCC,55365939\nServicing_OverflowFlyoutModelUnsubscribe,55365813\nXblAuthDeprecateWlidUsageForDelJwt,55363219\nVALTMC,55362165\nSWAAP,55360026\nWSTTDTest,55357951\nServicing_SuggestionBehaviorFix,55353539\nHandleMetadataFix,55353523\nSetCorrelationVectorForDeploymentRequest,55353132\nMTestAbShSEOPHI,55352276\nCompositionSwapchainAdvancedSyncSupport,55352145\nImmediateRetryAcquireLicense,55345663\nWBPFTPDE_55343717,55343717\nWBPPPDE_55343650,55343650\nWBPFTPDE_55340398,55340398\nServicing_FodSynchronization,55339599\nCastDiscoverability_UnHandledException_Bugfix,55338118\nID55337484,55337484\nWBPPPDE_55336956,55336956\nSWACFF,55336479\nLCUDownloadCountTelemetry,55327955\nUtcProcessPerf,55327669\nServicing_PDFInfiniteLoopMSRC93096,55327636\nServicing_StartMenuMsanSuggestedApps_FireAndForgetCrash,55327327\nContainment_UUS_UIEOrchestratorCOMImpl_55324173,55324173\nServicing_FodTelemetry,55321020\nSuperWetInkWait,55320787\nSACCFBOT,55315677\nUCPD_55313881,55313881\nRichCalendar_DataClean,55312276\nKnowYourPC_W11FAQList,55305888\nRdpInputDesktopCheck,55289228\nSTCFF,55288104\nServicing_TaskbarSnapGroupPendingItemList,55284361\nEntraCancelAndPerfMats,55280724\nNFUWPF,55277652\nFUROI,55276373\nGdiPlusOptimizations_Misc,55265210\nGdiPlusOptimizations_ScanOpConvert,55265204\nGdiPlusOptimizations_ScanOpQuantize,55265202\nGdiPlusOptimizations_ScanOpBlend,55265199\nGdiPlusOptimizations_GpBitmapScaler,55265196\nGdiPlusOptimizations_ScanOpAlphaMulDiv,55265190\nServicing_WpfCrashInTransitoryDocument_55264352,55264352\nFirewall_BugFixes_2503,55263160\nCNUIT,55258574\nNWEF,55253859\nContainment_UUS_NanoServerSupport_55251062,55251062\nMuse_UIEOrch_DockedAPI,55250520\nContainment_UUS_ScanIntent_55249686,55249686\nICapabilityAccess_AgileRef,55248491\nServicing_Devinv_EmptyProviderCrash,55247747\nD3D12DisplayableCD,55247264\nServicing_OmadmClient_AadTokenExpiration_55247244,55247244\nServicing_OmadmClient_AadTokenExpiration_55247206,55247206\nContainment_UUS_AttributesNotImpl_55247191,55247191\nFNHFP,55241894\nBugfix_RemoveLegacyCompatTs,55237111\nServicing_Feeds_SetMUIDOnMultipleDomains,55236949\nServicing_CopilotPWA_StampInstalledForSysprep_55235339,55235339\nServicing_EDAMCSP_OrchestrationFixes_55235087,55235087\nServicing_EDAMCSP_OrchestrationFixes_55235086,55235086\nServicing_EDAMCSP_OrchestrationFixes_55235085,55235085\nDefaultIdSupport,55233460\nSysMan_GPRR_Errors,55232308\nSCSCBF,55230352\n55226240_TM_v08,55226240\nVADMT,55225600\nCensus_CTAC_System_Requirements,55214833\nMediaQI2505,55203471\nServicing_DXGI_AutoHDR_HDR10SaturationFix,55202160\nServicing_EnableInspect_55199570,55199570\nFujitsuRsErrataFixes_55197922,55197922\nMSRC92894_55187075,55187075\nFixUsoCallback,55184410\nVRRSurfaceSyncRefreshTime,55182474\nServicing_FEDisclaimerIndexerCheckCompleteAndAsync,55182332\nServicing_PreSearchForPackages_55181879,55181879\nServicing_PreSearchForPackages_55181866,55181866\nPrivacyBonusBarIconChange,55181820\nServicing_CloudIdentitySSOCookieCachePersistentRegKeyFix,55181166\nServicing_DXGI_AutoHDR_BindCrashFix,55181116\nServicing_ExtMonStatusSPR,55181064\nDisable_UNP,55180470\nWRPC,55173043\nKYP_WBC,55171166\nUpdateBannerOnAlertRefresh,55170992\nMachineLockHangFix,55170095\nShowTNII,55167716\nScoobeWascNodeDisplay_55164311,55164311\nServicing_AsyncMFLParentPath,55163988\nServicing_ImmediateRetry_InternetIssue_55163877,55163877\nServicing_ImmediateRetry_InternetIssue_55161159,55161159\nContainment_UUS_FixEOSLogic_55159474,55159474\nDeeplinkPinFix,55151711\nWSTB,55150237\nServicing_Feeds_FeedsAnimatioSlideFromRight,55133311\nServicing_XInputHidExclusive,55132711\nNoSmartInstallDialogForPSI,55132583\nAdminlessElevatedToken,55120247\nServicing_RebaseLCUAndGDRFix,55119128\nStagedAppUpdates,55118026\nContainment_UUS_UsoSvcWhileServicing_55115644,55115644\nFixDependencyPropertyInitializationInSnap,55113996\nSEBWorkerThread,55113933\nOobePC2PCMigration,55111207\nVAPDAP,55107619\nWISE_ForegroundHelperFix,55095770\nServicing_BitLockerRecoveryTelemetryCore_55086356,55086356\nServicing_BitLockerRecoveryTelemetryCore_55086347,55086347\nServicing_BitLockerRecoveryTelemetryCore_55086335,55086335\nServicing_PrintPsaPdrFirstTimeFix,55084787\nRecoverySettings_IgnoreUpdatePolicyForUserIPU_55083146,55083146\nAvoidRedundantPurchaseCall,55081259\nMSRC92705_55080005,55080005\nFixCtacRules,55073494\nFEGB18030_Compliance,55070915\nServicing_PBRBitSuspendedVolumeFix,55065928\nDisableTelemetryForTests,55065546\nNewDWMFailFastErrors,55065097\nCompositionTextureDirtyRects_55063468,55063468\nAllowForCdmTestHook,55062919\nContainment_UUS_v14_55061656_ReportMccInXvcStartEvent,55061656\nAllow3PUEFICARollout,55061616\nNxtKspTransaction,55061615\nServicing_DefaultPolicyStateNotApplicable_55061385,55061385\nServicing_DefaultPolicyStateNotApplicable_55061349,55061349\nServicing_StartMenuMsanSuggestedApps_Commercial,55060465\nServicing_StartMenuMsanSuggestedApps_CTA,55060412\nMSRC92681_55059962,55059962\nMSRC92679_55059929,55059929\nMuse_Settings_HistoryTextFix,55055185\nPreventRepeatedAdminChecks,55049146\nServicing_NoThumbBarButtonIcon,55046793\nRecoverySettings_IgnoreUpdatePolicyForUserIPU_55045870,55045870\nBugFix55045501,55045501\nContainment_UUS_UUPRemoteProcess_55045381,55045381\nRTCoreProcessor,55042835\nServicing_InstallTelemetryDurationBytesDownloaded_55042703,55042703\nServicing_MFShutdownFix,55042684\nServicing_InstallTelemetryDurationBytesDownloaded_55042682,55042682\nWBNCR,55037241\nMgCurRes,55037004\nWAMPluginWin32Activation,55035554\nModifyPermissionsInSlui,55035472\nContainment_UUS_v14_55033754_DownloadPausedEvent,55033754\nNLM_Fix_NlaPluginRaces,55032533\nDL55030749,55030749\nWuSettings_DisplayExtendedErrorCode_55029013,55029013\nWuSettings_DisplayExtendedErrorCode_55029005,55029005\nSilence_Noisy_ASL,55028837\nServicing_AudioClientInitNotFound_55028683,55028683\nServicing_IndexingLogAdapter,55023225\nCDPDisableDDSRegistrationRetryForAAD,55016787\nCapture_SameItemMultithread,55009883\nSystemSetting_AddL1PageGroupsSearch,55007914\nMSRC92552_55007864,55007864\nServicing_FEStatusBarDisclaimerCollapsingFix,55007559\nContainment_UUS_RequestedRestarts_RegKey_Cleanup_55007506,55007506\nServicing_FEStatusBarDisclaimerNarratorFix,55007364\nSWT_2,55006994\nWBRBESPF,54998316\nServicing_EnableMSIEFTPDll_Telemetry_54997663,54997663\nServicing_SFC_Unbind_Removal_54988908,54988908\nWidgetsCommonComponentContainmentV2,54974880\nContainment_UUS_UpdatingAUOptionRebootAction_54974392,54974392\nMTestAbShFCDITTF,54972474\nRulesEnginePOCheck,54963414\nServicing_FileExplorer_CFD_ColumnAdjustmentFix,54962544\nInventorySvc_Log_Feature_State,54961840\nMSRC92521_54961704,54961704\nServicing_StartMenuMsanSuggestedApps_ANID,54960852\nServicing_CFDSaveAsEnterFix,54956591\nNSC,54931599\nGlobalTouchGesturesTelemetry,54924805\nServicing_CISBaselines,54924609\nGetStartedTelemetrySummaryFix,54924461\nLogonFrameworkTelemetryImprovements_V2,54923739\nServicing_PlaybackFailureInWindowsAppSDK_54921375,54921375\nDisplayMux_ForceMuxFullSupport,54920706\nLocation_LocationHistoryDeprecation,54920368\nServicing_ITaskbarListThumbnailWindowFix,54918555\nFileExplorer_CommandBarFlyoutPerf,54917906\nTulipAccessibilityBugFixes,54917360\nMSRC92483_54917005,54917005\nFailGlobalObjectsCreationForAppContainerShim,54915066\nChangeSettingsAppMinimumWidth,54915060\nMSRC92475,54913976\nRSST,54913653\nServicing_CopilotHWKeyFallbackOption,54907172\nServicing_TVS_WNPNET,54907064\nBugFix54906891,54906891\nTVS459,54903677\nEnableRailV2,54900690\nCensus_Increase_String_Cache_Retrieval_Size,54899902\nLocation_Fix_ServerUrl,54899509\nNoAdvancedDFlipOnMultiMon_Ni,54898377\nContainment_UUS_AddingForcedAutoRebootStoredValue_54898243,54898243\nServicing_MissionControlAggregator,54897663\nServicing_PlaybackFailureInWindowsAppSDK_54886703,54886703\nServicing_AdminGamepadInjection,54886014\nServicing_RollbackOnAICrash,54884356\nWuSettings_SettingsPage_LoadDelayIssues,54884159\nServicing_BLPruning,54883171\nContainment_UUS_RequestedRestarts_RegKey_Cleanup_54880654,54880654\nServicing_CFR_GroupBypass,54880379\nDisableBioSignatureCheck_54880074,54880074\nDisableBioSignatureCheck_54880065,54880065\nServicing_UADisableStageBeforeInstallContainer,54879743\nImproveUupErrorLoggingForRQVs,54879109\nSegmentationFix,54874886\nUCPD_54870449,54870449\nShowSourceApps,54870388\nServicing_54865933,54865933\nBugFix54865346,54865346\nServicing_MdmdiagnosticsEmptyRegMultiSzCrash_54861824,54861824\nServicing_MdmdiagnosticsEmptyRegMultiSzCrash_54861822,54861822\nServicing_MoreHashMismatchWorkarounds,54853785\nServicing_LogicPipelineResolver,54852096\nAsyncMFTWrapper_FormatChangeLostOnFlush,54851118\nServicing_HangDetectorInConfigApplyComplete,54851097\nOobeListViewKeyPressSearch,54847396\nSMUSM,54847279\nVelTest_ControlledByProxy_DBD_External_Child_DBD_External_Parent,54846952\nVelTest_ControlledByProxy_EBD_External,54846949\nVelTest_ControlledByProxy_DBD_External,54846942\nVelTest_ControlledByProxy_AE_External,54846931\nUCPD_54845374,54845374\nBugfix_Anqp3gppParsing,54843867\nMSRC92338_54837850,54837850\nNSCEHB,54833190\nServicing_CBSACRScavengeOnce,54824051\nAddEditBufferSelectionTipTests,54823862\nWXHDeprecateRewards,54795784\nServicing_WarpNoY210Y216SupportForHEIFRendering,54792993\nWholeExplorerProcessRunOnWASDKCBS16,54792954\nMSRC92285_54792938,54792938\nCapture_LazyClosedEvent,54792395\nMSRC91378_54792354,54792354\nMSRC92145_54781857,54781857\nMSRC92277_54780802,54780802\nDeliveryOptimizationPoliciesInfoBarV2,54777674\nHandleEmptyIrisPlacementId,54776587\nSysprepCreateFamiliesFolder,54770207\nTakeCacheLockWhenClearCache,54764968\nModelCacheGeneration,54764634\nServicing_TaskbarNoFocusAfterJumplistClose,54764167\nWCM_Experiment_AppPrioritization_EnableLedbat,54762180\nCompattelrunner_Gmd_Asl_PipeConnectBugfix,54761421\nServicing_FileExplorerDehydratedThumbnailsChangeNotificationsFix,54761410\nServicing_CBSRepairStagedCapabilities_54761281,54761281\nTransientErrorTelemetry,54760525\nServicing_DmGetAllTasksInDiagnostics,54759314\nServicing_DuplicateLocalTicketReferenceFix_54758580,54758580\nServicing_DuplicateLocalTicketReferenceFix_54758573,54758573\nInputSwitcher54754475,54754475\nServicing_Excessive_SysvolDC,54744879\nXboxGamepadSupport_54733141,54733141\nServicing_FidoAutoHealFix,54731872\nServicing_OmaDmClient_Retry_ScheduledTask_54730668,54730668\nSdGeCuReTiFi,54728641\nServicing_OasisAlternateHomeErrorHandling,54726686\nW32PTU_54722642,54722642\nNLM_Fix_UpdateNetworkCapability,54721970\nDisableBreakForRemoteVidPnCheck,54721703\nLogUusVersion,54716722\nServicing_DWMCrashesInBamoPrincipalImplLoop,54716082\nFindMyPenSubtitle,54714397\nIddMonitorListReference_54712811,54712811\nPCTIPCF,54708665\nAltTextWindowsBackup,54707867\n11D_BugFixes,54706322\nServicing_DispatchToUIThread_54704371,54704371\nDeviceInstall_NonNativeDriverImport,54704091\nContainment_UUS_Bugfix_StorageReservesInheritance_54703063,54703063\nAddDurationAndBytesDownloadedToEndStageTelemetry,54702923\nContainment_UUS_Bugfix_DeadlineDriver_54702276,54702276\nID54700386,54700386\nPnpSysprep_InstallType,54697338\nMSRC92188_54696213,54696213\nRODSI,54695056\nASIFF,54694035\nDL54693893,54693893\nPPBF_Test,54693827\nServicing_Feeds_FixWebview2LoopCreate,54689397\nAllowListForBlockNonAdminUserInstall,54689274\nServicing_FEStateRepoVerbsCacheReducedLocking,54682491\nBugFix_54678501,54678501\nServicing_TransmogPostBaselineFix,54665154\nContainment_UUS_UpdatingAUOptionRebootAction_54663692,54663692\nServicing_NpfsMemcmp,54663392\nFocusEnabledControlNullCheck,54661253\nVARET,54659278\nSuppressTouchGestures,54652173\nMSRC92136_54648301,54648301\nDXGI_1_7_API,54648291\nPowersnapPowermode,54647229\nServicing_AADTokenSeenInDeviceDrill,54646078\nSettingsHomepage_AccessibilitySettingsCard,54645886\nCapture_WindowRootSelection_Scoped,54644335\nMesh2DNRE,54643200\nMSRC92110_54631840,54631840\nReFS_Rollback_Protection_Persist_FailMountOnMismatch_UEFI,54631734\nAppxPackagingCoCreate,54630891\nMSRC92102_54630601,54630601\nBugfix_RemoveAcmDeveloperPreview,54629898\nD3D11AndDXGIReportRGBMPOSupport,54628290\nContainment_UUS_QUDowntimeNewAPI_54627384,54627384\nCaCGVelocity,54627019\nServicing_SPRPowerSourceFix,54625969\nServicing_ADSD_Ftcache_Regression,54625146\nSxSContainment_TextInput,54621264\nSpeechRuntime_1_41_1_TextInput,54621188\nKnowYourPC_W11TopCards,54618938\nSpeechRuntime_1_41_1_VoiceAccess,54618497\nSxSContainment_VoiceAccess,54618482\nServicing_TriggerACRforZeroByteCorruptDeltaFiles,54616917\nRemoveClientIdForInteractiveCallerCheck,54616282\nKVS_BugFixes_54616193,54616193\nServicing_WME_WinAppSDK,54614208\nServicing_SetupUseEXBINSFlag,54612362\nContainment_UUS_FixingSettingRebootUXLaunched_54611501,54611501\nPCBF1D,54605795\nContainment_UUS_CleanupProductAfterAttempt_54603591,54603591\nServicing_UnstagedFilesRepair_54603524,54603524\nContainment_UUS_v14_54603230_RemoveEncryptedFileIdFix,54603230\nMSRC92077_54601761,54601761\nHnsEndpointRoutes,54599261\nMSRC92072_54599163,54599163\nESIM_APDU_STOP,54590809\nDolbyVisionVSVDBv4_Support,54586575\nDeveloperCohorts_54586416,54586416\nMSRC92063_54586290,54586290\nDriverSetup_RelatedDriverUninstall,54585615\nServicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_54581290,54581290\nServicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_54580909,54580909\nServicing_NdupNthEulaFromDCAT,54578341\nWBPLPDE_54577235,54577235\nMSRC92043_54576964,54576964\nInHpWaOnSFi,54576272\nSpeechRuntime_1_41_1_Narrator,54575455\nWBULU_54573516,54573516\nWBPDE_54572042,54572042\nSxSContainment_Narrator,54569774\nAppInv_EscapedUnicode,54565798\nServicing_LocalSystemAccessRights,54564890\nTaskbarSuppressAnimationsFix,54557673\nDeviceSetup_FixRaceIssue,54550508\nServicing_RemoveDeviceFormatChangeHandling,54546473\nServicing_ValidateAgentItem,54546004\nSupportOSVerCheck,54541764\nDualEngine_CheckFailure_BrokerCallDualEnginePostMessageOrBrokerCallAsfwAndWait,54541741\nUSFAN,54540874\nMSRC91941_54539706,54539706\nDodVsyncEnsureLocked,54538721\nEnableUdpRegardlessOfAvdConfiguration,54537892\nServicing_RemoveStagePartialSectionfromActionListforWinPE,54537382\nBugFix_SessEnvThreadHandleManagement,54535558\nAccessEnableVSyncEventAtomically,54532698\nDUSM_Fix_RacyAccesses,54532695\nHwndSwapchainSkippedToken,54527528\nInkManagerAggregateTelemetry,54520009\nTIPDynamicTelemetry,54519870\nUnsupportedPrinterDriver_Notification,54519779\nDeviceSetup_DriverNotFound,54517547\nServicing_TaskItemThumbnailViewRefIssue,54517502\nRemoveUserVisibilityStateIfDeferringPackageInstalledForAnyUser,54516163\nID554514561,54514561\nID54514554,54514554\nMuse_Settings_OptionalTextInitFix,54498515\nMSRC91950_54490477,54490477\nBugFix54487659,54487659\nServicing_MareBackupAumids,54485722\nMSRC91940_54485143,54485143\nMTestAbShFCDI,54484372\nMSRC91936_54484335,54484335\nMSRC91935_54484259,54484259\nSystemStateTelemetry,54484191\nAppReadinessCheckSrUser,54482854\nNetworkUX_BugFix_54482353,54482353\nDeliveryOptimizationDisabledMonthlyUpload,54481640\nServicing_FirewallCmiPluginDuplicateNameRules,54481534\nServicing_RecoveryRobustnessFeature,54480577\nServicing_CandidateItemsFont_54476554,54476554\nCAI,54475355\nAppInv_InventoryWatchdog_CrashFix,54472073\nDcuOnExitAlwaysInCalleeContext,54471807\nBugFix_54469418,54469418\nWBBTDE,54467824\nFullSearchPageControlledListFix,54466291\nNMUP1B,54466202\nIPS54464903,54464903\nWebAccountListCrashFix,54458485\nInvSvc_CrmReleaseCrash,54457625\nDL54452090,54452090\nDeviceInternetIssue,54448889\nImmediateRetryScan,54448779\nSoftLandingNullCheck,54448084\nMSRC91922_54447919,54447919\nIddCxExtendLogAdapterCaps,54447807\nSAFE,54446122\nCheckStartScreenManagerExtensionForNull,54446066\nServicing_CBSContainerEnableSetsReoffer_54445623,54445623\nSrbDataCheckReorder,54445019\nBugfix_ClearNonVgaSupportAfterStopDevice,54444834\nContainment_UUS_BugFixIUpdateSupportSessionData_54444424,54444424\nPreSearchForPackages,54444306\nRestrictInputCloudStoreLocalUpdates,54441181\nServicing_M365PreloadCheckFix_54440432,54440432\nWuSettings_DisableUserIpuForManagedDevice,54439941\nPowersnapBattpctFix,54436693\nDFlipAsMPO,54435379\nAccessibleSuiteFoldersInAppList,54433352\nDontCallFixStateLocationsAccessWhenRootOnly,54433304\nWBPLPDE_54429261,54429261\nEkRsa2kDefaultFix,54423021\nLockWidgetMenuCustomize,54421973\nMSRC91886_54418939,54418939\nServicing_FileExplorerSearchResultSetReliability,54416778\nAllApps_HideWindowsFolders,54416368\nServicing_OmadmClient_AadTokenRetryUserLogon_54415139,54415139\nServicing_OmadmClient_AadTokenRetryUserLogon_54415112,54415112\nServicing_TaskManagerProcessorAffinityIndex,54414200\nServicing_FileExplorerDehydratedThumbnailsRenderFix,54412425\nImmediateRetryDownload,54412067\nServicing_ReofferFailsForPermanentBaselineDU_54411685,54411685\nServicing_CBSFODRetryWithBaselineAndPostBaseline_54411650,54411650\nBugfix_54405666,54405666\nIddNoDFlipSupport,54404678\nServicing_HotpatchDoNotIgnoreRevision_54404432,54404432\nServicing_FileExplorer_CloudVerbMultiUserOptimization,54403078\nAppInv_NoLocalPiiFilter,54402754\nServicing_NotifyStartCompleteAfterSenseServiceStart,54402139\nBackgroundTask_WSW,54399521\nBatterySignals_WSW,54399508\nWBFTFF,54398118\nServicing_Feeds_FixDeviceLostCrash,54395530\nStartInvokeTIPTestFix,54395306\nBugFix54385915,54385915\nWuSettings_ImprovedUpdatePolicyList_54380711,54380711\nWuSettings_ImprovedUpdatePolicyList_54380703,54380703\nID54380617,54380617\nServicing_FeaturePendingSize,54380561\nServicing_SCC_QueueLockForCopy_54378087,54378087\nServicing_SCC_QueueLockForCopy_54378082,54378082\nBugfix_HostedNetworkMemoryLeak,54376802\nEnableMskssrvAlwaysOn,54375117\n5437_3643,54373643\nMSRC91816_54369877,54369877\nUCPD_54369541,54369541\nServicing_DXCore_TelemetryException,54368480\nServicing_DXCore_PrivateInterfaceFlag,54367780\nBitLocker_Backport_Cleanup_AAD_Stale_RPs_For_Max_Limit,54367306\nMSRC91752_54366245,54366245\nCAMStorageDatabase,54365364\nCTIPF,54361209\nSBRpcNullPC,54358856\nPdSTestFcRl,54351801\nSettingsSearch_ControlPanelKeywords,54351350\nDL54350909,54350909\nAllow3POROMRollout,54350110\nMSRC91753_54349633,54349633\nServicing_CBSRepairStagedCapabilities_54347155,54347155\nServicing_SenseSyncQueueHang,54346920\nMSRC91745_54346469,54346469\nAllowAutoRotateToDockOrientationPolicy,54340500\nBugfix_PcaDeadlock,54337110\nServicing_WIM_MFL_fallback,54332738\nServicing_USOReserveTelemetry,54331375\nWinIoTBugFixBundle_Ge_4,54330149\nIncreaseSyncAlpcTimeoutValue,54329859\nMSRC91713_54328020,54328020\nServicing_IDisplayMonitorStaticsCrash,54326667\nMAI,54323135\nMg1T,54322778\nServicing_JpegEncodeFix,54321657\nWISERemoveTIPCompletionReq,54319670\nAddCmpltReasonToHpdTipTest,54319669\nNetman_Fix_LanNames,54319055\nServicing_WinREAgent_NewPartition,54318385\nServicing_JpegMetadataFix,54318313\nNXTBitlockerAttestationReboot,54317906\nServicing_ReofferFailsForPermanentBaselineDU_54317880,54317880\nServicing_RawImageMetadataFix,54317680\nNfcCx_Send_HLTACmd_Before_Deactive_Bugfix,54317575\nPrivacyScreenMDMPolicies,54316665\nDisableDirectBootFirmwareSignatureCheck,54316220\nAllDiskEntries,54313919\nMDMWNFSettingsSetFix,54313301\nMSRC91681_54313041,54313041\nFixRdpGraphicsSurfaceFlush,54312849\nServicing_FileExplorerF11OverlappingAddressBarFix,54311730\nIncreasedWULogFolderSize,54307601\nNNSA,54306680\nMSRC91675_54305866,54305866\nVelTest_ControlledByProxy_DBD_Child_EBD_Parent,54298369\nVelTest_ControlledByProxy_EBD_Child_EBD_Parent,54298363\nServicing_DisableDirectBootFirmwareSignatureCheck,54288069\nBugfix_54287744,54287744\nNTT11D_54287283,54287283\nMSRC91666_54287202,54287202\nNTT11D_54286601,54286601\nMSRC91403_54286513,54286513\nServicing_DXCore_AdapterListConcurrency,54285763\nContainment_UUS_ComplianceDeadlineThreshold100_54285490,54285490\nMSRC91649_54285128,54285128\nSpeechRuntime_1_41_1_LiveCaptions,54278110\nSxSContainment_LiveCaptions,54277953\nFLBTest,54277749\nServicing_CBSFODRetryWithBaselineAndPostBaseline_54271495,54271495\nServicing_CBSContainerEnableSetsReoffer_54270466,54270466\nServicing_FileExplorer_SessionWatcherLoggingQuieting,54269993\nAADClientCloudApCookieCache_54269957,54269957\nStaleBackdropCacheFix,54268553\nCacheHivePerProvider,54268480\nID54268227,54268227\nColorProfileAfterHibernate_54267862,54267862\nContainment_UUS_MultipleAcquisitions_54267726,54267726\nWUSARebaseMultiMSU,54267669\nWUSAMultiMSURebase,54267662\nContainment_UUS_FixEOSLogic_54265050,54265050\nServicing_TaskbarInitializationTest,54264929\nServicing_FixSerializedDownload,54264451\nSustainabilityFixes_Q3,54264117\nWBPBEF,54260846\nCacheTerminateOnIndirectStall,54260808\nBugfix_54255860,54255860\nStartBadgingExceptionHandling_54253523,54253523\nServicing_Avoid_Nullref_54249480,54249480\nServicing_FileExplorer_NullBrowserHost_Fix,54249253\nServicing_PersistenceVolume,54248550\nServicing_WmiCESSPollingObjectsLeak,54245287\nTipProviderInfoNullFix,54243167\nServicing_TS_RepairLog,54242100\nWlansvcFuzzingCleanups,54240930\nAllowDBUpdate2023Rollout,54240764\nServicing_Avoid_Nullref_54239961,54239961\nServicing_AppxPackageManagerExtendedErrorMissing,54239880\nGatePerf,54238000\nImplVal,54237993\nTestGateImp,54237988\nTestLabVal,54237977\nPerfImpTest,54237969\nTIPFixCorruptData,54237966\nTestConfNum,54237951\nBugfix_54236577,54236577\nCapture_AllDisplaysSizeFix,54222616\nTM_BranchSync_UsersKeyNav,54218610\nKITC,54213766\nBugfix_54213081,54213081\nSafeEventRegistration,54212298\nMSRC91530_54211991,54211991\nESB54199015,54199015\nServicing_FCON_ReconcilePerfImprovements,54198177\nPcaUiTitleArmPrinter,54197538\nMSRC91520_54197173,54197173\nMSRC91519_54196899,54196899\nMSRC91518_54195941,54195941\nMSRC91507_54194237,54194237\nMSRC91505_54193805,54193805\nServicing_HyperV_TVMGSP_Telemetry_GE,54192329\nMSRC91496_54192143,54192143\nServicing_FESearchEngagementMetrics,54191533\nBackport_ApplyDisplayChangeButtonHighlight,54191467\nMSRC91488_54189412,54189412\n54185343_TM_v07,54185343\nPCToPhoneLTW,54183122\nCTPA_54183053,54183053\nFodLPEnumHardening,54182394\nServicing_FCON_StorageWriterCreateImmutable,54181841\nServicing_RebaseUseParallelHydratorHydratedFiles,54180965\nServicing_ExpanderCancel,54164088\nServicing_OmadmClient_AadTokenExpiration_54163957,54163957\nARM64SE,54162406\nFixInvalidGlobalId,54162316\nMSRC91474_54161922,54161922\nID54161711,54161711\nMSRC91471_54161264,54161264\nDeviceInstall_GroupUpdateImprovements,54161194\nServicing_LocationHistoryBugFix,54160908\nServicing_FidoCachedLogonFix,54160686\nNCSI_Fix_MoreResponsiveToDisconnectedStandby,54158214\nServicing_Warning6215InSmartClipboardCppFile,54158208\nSettingsEuropeanConformityLogo,54157537\nPrintPlatformStabilizationFixes_2502,54157168\nWidgetsCommonComponentContainmentStore,54153633\nWidgetsCommonComponentContainment,54153614\nMSRC91453_54152573,54152573\nMA,54148177\nMSRC91445_54145259,54145259\nMSRC91444_54145054,54145054\nBreadcrumbingShutdownInStandby,54144069\nUseWNCPlugin,54137221\nServicing_OmadmClient_AadTokenRetryUserLogon_54134686,54134686\nWuSettings_FixIpuNotFoundInfobarVisibility,54134129\nStartMenuAccountBadgingRulesEngine_54131686,54131686\nHvciScanHvptHandling,54131612\nID54131603,54131603\nWebResourceApiContract,54131524\nMuse_Settings_IPU_Title_Modification_PI_Model_Copy,54129191\nServicing_RebaseNullAfterForwardDeltaFix,54128837\nNoAdvancedDFlipOnMultiMon,54128362\nFI54124886,54124886\nFI54124521,54124521\nWBSOD_54122123,54122123\nTipTestCentennialLaunchUriForResultsImprovements,54121714\nSkipNetworkStatusTelemetry,54120684\nWBSACF,54118281\nGeHiberbootSessionInputFix,54117495\nHpdPsn,54117209\nHpdPsbo,54116820\nODR_AppExecAlias_BestEffort,54115445\nWBIPRF,54114820\nServicing_ReofferFailsForPermanentBaseline,54114063\nNfcCx_Identify_STDV05_Series_Tag_Bugfix,54113441\nID54113335,54113335\nServicing_IaKerbAchDomainContainment,54112487\nServicing_NoLCU_For_WinRE,54111874\nDefaultPolicyStateNotApplicable,54111790\nIndirectSwapchainDirty,54107903\nServicing_WebauthnHybridTimeoutAccessibility_54105195,54105195\nSUXBFTest,54104865\nServicing_LegacyKoreanIME,54103449\nServicing_Feeds_FixPaintBadge,54100492\nIdsBugFix1,54100127\nContainment_UUS_CallerIDTelemetry_54100102,54100102\nWCM_Fix_GlobalPowerState,54099730\nWUModernStandbyImprovementsV2,54099440\nReFSDedupSvc_Batch_Sep_BugFixes,54096824\nContainment_UUS_MadeProgressCheck_54096031,54096031\nServicing_OfficeHubUpdate,54095124\nServicing_SSUWithLCUNotCrit,54094094\nMSRC91369_54093779,54093779\nNetworkUX_BugFix_54093603,54093603\nSecondary_Account_TelemetryImprovement,54086976\nWofScavenge,54086698\nServicing_ScavengingTransactionalDependency,54083196\nCompatTabAVXCheckbox,54074916\nServicing_FilteringAppsForCopilotHWKey,54074445\nMSRC91339_54073745,54073745\nMSRC91337_54073507,54073507\nDisplayBugBundle_2501,54072972\nMSRC91332_54072804,54072804\nServicing_VFPLoadBalancerRules,54072713\nServicing_VfpRulesEqualOptimization,54072661\nMSRC91324_54071901,54071901\nServicing_UnstagedFilesRepair_54071625,54071625\nFileExplorer_UpdateTipTest_SwitchPivotsPerfTest,54070337\nCalling_Fix_ImprovePhoneClientListenerRestart,54069373\nServicing_Win11AccessibilityStartPowerBadging_54064187,54064187\n54062068_TM_v07,54062068\nMercuryMSATelemetryFix,54052639\nTelCacheProvider_GetStringMetadata,54042888\nVelTest_ControlledByProxy_EBD_Child_DBD_Parent,54036290\nVelTest_ControlledByProxy_DBD_Child_DBD_Parent,54036150\nVelTest_ControlledByProxy_DBD,54036148\nVelTest_ControlledByProxy_EBD,54036147\nVelTest_ControlledByProxy_AE,54036146\nMSRC91305_54036081,54036081\nServicing_CBSScavengeCorruption_54036047,54036047\nServicing_AddStagedComponentsCancel,54035455\nServicing_WebauthnCtapNfcIgnoreUicc,54034887\nMuse_Settings_Reboot_Invoked_Telemery,54032959\nContainment_UUS_v14_54031844_KvControlForMccAutoDiscovery,54031844\nMSRC91289_54030884,54030884\nSoftwareXORCursor,54029587\nMSRC91274_54027067,54027067\nServicing_VideoSettingsEnabledDefaultFix,54024890\nCompositionTextureDirtyRectsUsage_54020481,54020481\nServicing_NLM_DefenderQuirk,54019191\nBugFix54018385,54018385\nMuse_Settings_ActiveHours_Invalid_Error_Message,54016809\nMSRC91261_54016219,54016219\nMSRC91260_54016170,54016170\nRemoveHardcodedExtensionNames,54016126\nAddCollectionFlagsToAllowOneAfcCallOnCollectionEnum_54015885,54015885\nAllowMissingOverlayMedia,54015020\nEarlyWakeupTokenDeadline,54014964\nContainment_UUS_FixInconsistentFlagUsage_54014547,54014547\nEnableFlex2,54014281\nAppResolverContextMenuPerfImprovements,54013257\nServicing_OsConfigRefreshBehaviorUpdateNew,54012866\nNXTPowerHibernate,54011495\nPIPLCBFTest,54001089\nSBFE2501Test,54000467\nEnableIddCx111,54000107\nServicing_StorSvc_MultiPathFormatSupport_53998073,53998073\nServicing_Feeds_ExposeIdxContentDebugId,53994960\nCompSwapchainRenderAndPresentSync,53994671\nCompSwapchainDX12Support,53994611\nServicing_AppxCrash_SRDatabaseClose,53993352\nServicing_PreviousPasswordBadPwdCount,53992468\nUnifiedConsentCorrelationTelemetry_53992255,53992255\nRegistryImprovements_53992244,53992244\nUnifiedConsentCoordinatorTVSFixes_53992231,53992231\nDefaultIdExceptionContainment_53992224,53992224\nUnifiedConsentCorruptionFix_53992203,53992203\nCloudStoreCollectionItemsOptions_53992177,53992177\nCloudStoreTimeoutExceptions_53992159,53992159\nFI53991953,53991953\nMSRC90263_53991221,53991221\nColorProfileSettingRefreshListFixAndEnablePreviousFixes,53990958\nServicing_RebaseUseMoveInsteadOfCopy,53990407\nServicing_MsfteditGB18030_2022_53989961,53989961\nHdrInRdp_53989221,53989221\nWuSettings_AssigningEffectiveDeadlineTime,53988334\nServicing_IMCCVM,53988062\nServicing_FileExplorer_CFD_GallerySearchBoxFocusFix,53986467\nServicing_SessionDivideZeroFix,53985856\nContainment_UUS_FixingUnwrappedError_53982220,53982220\nServicing_Feeds_EnablePinFlyout,53979754\nCensus_WMI_On_Server,53979501\nApplyDisplayChangeButtonHighlight,53978093\nMSRC91204_53975472,53975472\nMSRC91203_53975324,53975324\nContainment_UUS_CoreClass_53974549,53974549\nMSRC91201_53974268,53974268\nFeatureTuningPriorityReconcile,53973482\nMSRC91200_53973447,53973447\nNDF_Fix_DiagnosticsLaunch,53970925\nRailShellAppRuntimeGP,53968345\nMSRC91191_53966772,53966772\nMSRC91189_53964860,53964860\nImproveFrequencyToastMfaGe,53961564\nServicing_NgcIsoStartupTimeoutExtension_53959282,53959282\nServicing_GameInputXbox360ControllerSupport,53958782\nServicing_OmaDmClient_Retry_ScheduledTask_53958589,53958589\nServicing_OmaDmClient_Retry_ScheduledTask_53958588,53958588\nServicing_OmaDmClient_Retry_ScheduledTask_53958587,53958587\nServicing_Move_Renew_To_EnrollmentService_53958573,53958573\nServicing_Move_Renew_To_EnrollmentService_53958572,53958572\nServicing_Move_Renew_To_EnrollmentService_53958570,53958570\nGE_EssentialsBundle_D,53957535\nMSRC91177_53956433,53956433\nMSRC91176_53956376,53956376\nServicing_DeclaredConfigurationTask_Present_53953011,53953011\nServicing_DeclaredConfigurationTask_Present_53953010,53953010\nWindowsServer_DisablePolicyAllowList_DisableUserRightsMapping_53952918,53952918\nServicing_DocumentDeletionTransientErrorHandling_53952058,53952058\nServicing_DocumentDeletionTransientErrorHandling_53952057,53952057\nServicing_DocumentDeletionTransientErrorHandling_53952056,53952056\nCopyStringInProgressHandlerMap,53943262\nCheckCurrentDispBrokerMode,53941570\nAllowTimeTravel,53934708\nBugFix53931218,53931218\nServicing_FileExplorerCancellingAddTabCrash_Fix,53886247\nServicing_NestedComponentFixes,53885783\nServicing_ContainerETWLogAdapter,53885082\nMSRC91141_53883495,53883495\nServicing_RebaseMapKeyExistenceCheckBeforeAccess,53880545\nPLSTest,53871483\nServicing_OmadmClient_AadTokenExpiration_53867347,53867347\nMSRC91119_53866817,53866817\nMSRC91112_53865908,53865908\nMSRC91111_53865779,53865779\nWuSettings_UpdateSettingsManagedStatus_53864433,53864433\nMSRC91108_53864264,53864264\nMSRC91107_53864219,53864219\nID53863504,53863504\nNXTObjectBroker,53861925\nServicing_VmswitchLbfoLockContention,53861624\nContainment_UUS_MoveDowntimeTelemetry_53861623,53861623\nServicing_RegistryFlushAfterCommit_53861184,53861184\nDriverStore_DrpGetFileOwners,53860103\nContainment_UUS_ConfigProp_53859443,53859443\nServicing_CNDShare,53859265\nSnapAssistTipBugFix,53858571\nDeliveryOptimizationV2GroupPolicy,53857549\nServicing_HnsAccelNet_HcnCreateNetworkFix,53856816\nIHIPF,53855592\nFI53852624,53852624\nFI53852528,53852528\nWindowsBackupPFTPE,53851561\nBugfix_53850178,53850178\nServicing_AppxOSIMCrashFix_RemoveRequest,53850043\nAvailablePlacehoderForShouldCreatePlaceholder,53849082\nBubblesStackOverflowFix,53846605\nScoobePinSiteBridgeApi_53846217,53846217\nID53846034,53846034\nMSRC91069_53845848,53845848\nServicing_CopilotHWKeyCheckInstallationAndRegion,53845253\nMSRC91066_53845088,53845088\nServicing_CopilotHardwareKeyURIProtocol,53844968\nServicing_RebootlessTIPTestImprovements,53844566\nLockSpotlightToprightHotspotExp,53844009\nMSRC91057_53842578,53842578\nWBPDE_53839079,53839079\nContainment_UUS_BugFix_DownloadPriorityForOs_53837915,53837915\nServicing_DispatchToUIThread_53837449,53837449\nServicing_MDEPayloadCapabilities,53836691\nVTFTWDDIO,53836420\nLCFTWDDIO,53836418\nVAFTWDDIO,53836393\nFI53836283,53836283\nFI53836280,53836280\nFI53836276,53836276\nFI53836269,53836269\nFI53836263,53836263\nAllowReleaseTargetOwnershipIfStopped,53835159\nMTestAbShFHSET,53833058\nWuSettings_SeekerBannerFallbackErrorFix,53823572\nServicing_Suppport_UndockedDEH_3,53823322\nArm64VcRedistInstallPcaSvc,53818329\nTaskbarExtensibleLayout,53818150\nStateLocationsSemaphore,53817154\nGE_2025_02_Cellular_Bugfixes,53816507\nMSRC91022_53816054,53816054\nMSRC91021_53816021,53816021\nMSRC91020_53815938,53815938\nServicing_PreferSRCachePackageFullNameForGetPackageRegistrationStatus,53815738\nGestureOnlyTouchpadParam,53814925\nGestureTargetingPTPFrameSplitFix,53814692\nAppExAliasAbsPath2,53813530\nNTTFX_53811998,53811998\nMSRC91006_53811888,53811888\nMSRC91004_53811833,53811833\nWuSettings_FixDisableUXWUAccessPolicyCheck,53811467\nMSRC91000_53810186,53810186\nServicing_WpfCrashInTransitoryDocument_53808436,53808436\nServicing_RepairWithoutEditionCompDb,53808258\nServicing_SenseTask,53808040\nServicing_GetZoneIdentifierForExistingFileOnly_53807682,53807682\nSettings_3PPasskeyProviders,53807628\nWBSPAF,53807114\n2b29f7d13c894fd6a28aba3c3beeb2e3,53805754\nSBFETest,53805269\nCursorClipOverridingByInputDelegation,53803319\nSystemSetting_SearchContentUpdate,53802726\nWindowsConnectionManager_DisconnectInStandbyNoMinimize,53802543\nServicing_XamlMultiTaskingView_TelemetryAssert,53801381\nConfigureMSIXAuthenticationAuthorizedDomains_Ni,53801269\nServicing_OrchestratorResume_53800918,53800918\nServicing_OrchestratorResume_53800891,53800891\nCxhForwardCompatibleNavmesh,53800532\nContainment_UUS_Bugfix_AddMetadataReserve_53799536,53799536\nServicing_LsaClientProcessInfoTelemetry_53799140,53799140\nServicing_EnumDeadlockFix_53799015,53799015\nServicing_LsaClientProcessInfoTelemetry_53799003,53799003\nMSRC90976_53798961,53798961\nRemoveCallbackUri,53798299\n7c91ef923e64407ca2bde02cab1bdc35,53790638\nFileExplorer_UpdateTipTest_InitializePivotsTest,53788541\nNTTFX_53788498,53788498\nHVAT_53725109,53725109\nProcessInfoOverflowMitigation,53724936\nBugfix_DontUnregisterMonitorMgrPnPIfNotRegistered,53723253\nServicing_RegeditHandleDuplicatedBackslashes,53719981\nSHINE_2501_Bugs,53719087\nContainment_UUS_Bugfix_LogonScheduledTime_53718611,53718611\nImproveFrequencyToastMfa_53717850,53717850\nServicing_UnglommedTaskbarWindowIcons,53717761\nMSRC90947_53717468,53717468\nDcompK_MarshalerReleaseFix,53715526\nWuSettings_RestartDeadlineStringChange,53715246\nContainment_UUS_DisabledPolicyUpdates_53714440,53714440\nShellNotifyImprovements,53713572\nUSO_AdminInitiatedExpedite,53704699\nMSRC90928_53703621,53703621\nMSRC90927_53703514,53703514\nServicing_InProcMediaSourceExtensionLifetimeFix,53696619\nAutopilotDppResilience,53695381\nContainment_UUS_Bugfix_StorageReservesInheritance_53695152,53695152\nXamlPresenterFontScaleFix,53694700\nServicing_UseConfigurationOptionsForContainer_53694281,53694281\nServicing_Nullpointer_ActiveConnList,53690510\nServicing_WslPolicyErrorMessage_53690341,53690341\nAppUriValidationFix,53689991\nMSRC90902_53686277,53686277\nCoreIndexerBugFixes,53685942\nSpeechSDKUpdate_1_39,53684771\nNetworkUX_BugFix_53678232,53678232\nWBBEIPF,53677315\nServicing_FileExplorer_EmptyAddressBarFix,53675450\nMSRC90891_53672450,53672450\nServicing_GetZoneIdentifierForExistingFileOnly_53671664,53671664\nMSRC90874_53669696,53669696\nMSRC90868_53669052,53669052\nServicing_LuafvTableNode,53668556\nMSRC90866_53668533,53668533\nTUSTest,53668455\nNcfHiddenBugFix,53663508\nMSRC90850_53660701,53660701\nNSMF,53659974\nServicing_StashingCorruptFilesinPossibleCorruptionList,53658959\nServicing_ACPIAcpSNonPagePoolLeak,53656746\nSnapBarDiscoverabilityInlineMessage,53655173\nSnapFlyoutDiscoverabilityInlineMessage,53655156\nSISBOTest,53654840\nNXTDeviceUnlockedWatermarkHiddenOnAspen,53648029\nNXTDeviceUnlockedWatermark,53648003\nMSRC90826_53647066,53647066\nMSRC90824_53646821,53646821\nCLPTC,53645597\nServicing_CopilotPWA_CommercialPinningOnlyForCPWUsers,53645370\nPrintPlatformStabilizationFixes_2411,53641450\nIsMountedLogs,53640525\nServicing_CustomShellHostInitFix,53639811\nServicing_AADtoMSGraphMigration,53637824\nMSRC90788_53636358,53636358\nDisableBioSignatureCheck_53635816,53635816\nEMOAR,53629770\nContainment_UUS_BugFix_GetCost_53623918,53623918\nServicing_RebaseSameTargetHashIssue,53620693\nRunDllFullPath,53620097\nBackupStNotify_53615602,53615602\nBackupStNotify_53615593,53615593\nHVAT_53615505,53615505\nSMBAE,53615242\nCopyFileOptionPreviewSection,53614885\nContainerNetBugFixes2501,53613491\nServicing_CustomShellExtensionAddressBarCrash,53612174\nBugFix_HamActivityWaitsForRestore,53608294\nWPP_API_Support,53588922\nServicing_FileExplorer_NavpaneItemHeightFix,53573189\nFixLockAcquisition_UpdatePivotView,53573094\nPowerModesACDCDifferentiation_EnergyRecommendationsBugFix,53572131\nCreativeControlTelemetry,53572043\nMuse_UsoDocked_DockedClient_WaitForInstall,53571568\nServicing_CBSPBRFoDMD,53549098\nHnsNpmPerfOptimization,53548939\nLParamOlmapi32CompatTweak,53548023\nWParamOlmapi32CompatTweak,53547982\nUnifiedConsentSyncTimeTriggerEnablement_53547539,53547539\nUnifiedConsentSyncTimeTrigger_53547523,53547523\nDeviceBasedLicensing_IdentityFileRegex,53537721\nServicing_HandleNullCEMValues_53537664,53537664\nServicing_HandleNullCEMValues_53537659,53537659\nServicing_HandleNullCEMValues_53537658,53537658\nNetworkUX_BugFix_53537481,53537481\nContainment_UUS_AADJNullCheck_53536875,53536875\nBugFix53536518,53536518\nServicing_GDI_GB18030_2022A,53524091\nServicing_WebauthnHybridStackCorruption,53523260\nCensus_SpeechCortanaRemoval,53523253\nOptFeatSettHideTextWhenNA,53522474\ndwmredir_RefreshChildOffsets,53521841\nDeliveryOptimizationSettingsV2IsExpandedBind,53521222\nVirtualModeMPOCapsChange,53520828\nFTConfigurationAllowed,53520691\nCU_53520664_NRTAni,53520664\nFixVideoEncodeL0L1DistinctCount,53520467\nMSRC90709_53519517,53519517\nMSRC90705_53518109,53518109\nAddRulesEngineTipTest,53517471\nICBFTest,53514755\nCastDiscoverability_Bugfix,53512618\nPreviewComponent,53511882\nWin32ProvisionInfoFix,53511732\nPerRootFolderColumnFix,53510636\nContainment_UUS_UOConfigBasedRegistration_53507816,53507816\nChangeAllAppsHeaderTextToAll,53498084\nServicing_WindowTabHostInitializedFix,53497987\nCAMBugBundle_Se,53496814\nFixSnapBarLoadedTipTestFailure,53496501\nFMUVTP1,53493790\nBPT_CD_BugFixes_2501,53493359\nMSRC90670_53491849,53491849\nRCUXPC,53490203\nNSMIT,53486824\nSMLN,53486786\nWBSRRF_53486211,53486211\nServicing_DetachedOCDisableFix,53486191\nEffectHash,53485075\nSrumTierLevelMaskQuery,53483753\nID53481887,53481887\nRecoverFromIdleAndDesktopSwitchTimeoutFalseNegatives,53481633\nBugfix_FixAnqpBeaconParsing,53481025\nContainment_GraphProviderFastInteractiveScan_53480229,53480229\nServicing_PrestageVDLMarkCorrupt_53479728,53479728\nServicing_UpdateRecoveryBCD,53479582\nMSRC90652_53477303,53477303\nContainment_UUS_RpcErrors_53476628,53476628\nVASACNC,53476151\nToast,53475297\nHttpBugFix24Q4,53475280\nServicing_KeepRemoveInboxPackagesFromSRDuringRemove,53474703\nWinIoTFileNamespaceRestrictionConsolidation,53474267\nLauncherCustomizationDisabledCheckFix,53472551\nFileExplorer_BlackFlashDuplicateWindow,53472520\nThemeCachePerfFix,53469963\nServicing_ParallelHydratorDeltaLoopIssue_53467062,53467062\nFixVpBltAlpha,53466710\nServicing_CBSGetOnlineStoreFree,53464366\nMediaQI2411,53462318\nPostTrackingSystemShim,53461424\nUndockedSRTransaction2,53461331\nDeprecateTouchGestureEducation,53460890\nNativeButtonProgrammaticFocus,53460771\nNXTOOBERegistryOperations,53460761\nBugfix_53458410,53458410\nTranOnWIDCF,53456682\nServicing_GetZoneIdentifierForExistingFileOnly_53454481,53454481\nServicing_GetZoneIdentifierForExistingFileOnly_53453097,53453097\nLCCMD,53451155\ne966a35c59d94d77bf28c8a6ab17874f,53450425\n53449465_FaceErrPgNarrFocus,53449465\nSASBF,53446662\nReturnCachedInventoryItems_Fix,53443113\nOpenWithLogoLoaderBackplateFix,53441366\n7b234fd8152756ae7406ca0b748e9563,53441326\nServicing_CrashOnSessionControlRelease,53435549\nNHQVCF,53434412\nPEATest,53433910\nUXChangesCTTAInAdminless,53433737\nServicing_RegistryFlushAfterCommit_53430142,53430142\ndwmcore_DXGIFactoryLeak,53427951\nServicing_ScavengeOperationLoopFix,53426725\nSettingsLogoLoader_BackplateFix,53426464\nServicing_CopilotPWA_CatchExceptionOnTaskbarPinning,53424547\nContentModeExpandCollapseFix,53423904\nChangeExpiredPassword,53421001\nKFMAW,53417495\na0ea56ca7a084596b5c3508f4de343ef,53416979\nServicing_PcaWallpaperAppDetector,53415507\nIBDPWF,53414899\nServicing_TCExpandTarget,53412671\nNo_Aepic_GetPrivacyLevel,53409456\nServicing_ShellConfigSuppressStartMenu,53399534\nImproveRewardsIdealStateLogging,53399334\nNACS,53398306\nBASBF,53397306\nSTWP_Test,53397005\nServicing_TaskManagerPerfGraphColorFix,53396579\nCdsJournalValidateReferenceFix,53394828\nNetworkUX_BugFix_53394538,53394538\nSFS_CD_BugFixes_2501,53393881\nServicing_ContainerMissingContentFix,53393275\nSIP53391992,53391992\nRegsvr32ArchCheck,53391599\nFI53391453,53391453\nFI53391447,53391447\nServicing_KerberosS4UWithoutRC4,53391016\n86a80c45e9235b056c83820e66806c46,53390791\nMSRC90507_53390552,53390552\nServicing_win32k_timers_bugcheck,53389196\nVelocityProxyContainerSupport_SetOrResetLayerBootConfigurations,53386125\nMSRC89746_53385590,53385590\nMSRC90486_53385196,53385196\nMSRC90484_53384996,53384996\nALNF,53382726\nContainment_UUS_Bugfix_DeadlineDriver_53380296,53380296\nServicing_FixSerializedDownload_53379951,53379951\nStartupTaskActivatedEventArgsMarshalByValue,53377768\nPreventLogOffErrorForLocalService,53376086\nID53375151,53375151\nWdfCD2,53375129\nSettingsHomepage_YourAccountsCard,53371975\nServicing_ClipESU_Diagnostic,53371696\nServicing_ClipESU,53371488\nServicing_ExtendedUIPositionAnnouncement_53365180,53365180\nMoveHDRVideoStreamingToHDRExpander,53364970\nWuSettings_LogProgressPerUpdate,53364664\nWuSettings_SettingsNotifyDeadlockFix,53364301\nMSRC90442_53363836,53363836\nMSRC90441_53363761,53363761\nServicing_RepositionSelectedTabUsingKeyboard_53344668,53344668\nCopilotHardwareKeyBugFixes,53341953\nServicing_ParallelWuUpdates_53341258,53341258\nServicing_ParallelWuUpdates_53341256,53341256\nTipsLinkCrash,53339773\nSHINE_2411_Bugs,53339186\nUUP_PackageContainment,53338696\nSES,53338564\nServicing_RebaseDeltaLoopIssue,53334762\nSSMCTT_Fix,53331440\nServicing_PFVC_ReconcileNetworkCalls,53331326\nTFS,53331305\nFixTIPFailure,53331303\n95f39d1a945c4960af0155b6254343dd,53330962\n8aa30532fc9549248a428cc55017ef6d,53330816\nWBPPQFBF,53323054\nAppInv_File_Attributes,53321510\nDontSetDeploymentInProgressForIndirectlyServicedRegistrationRequired,53310369\nServicing_FileExplorerSearchBoxFocusFix2,53310315\nMSRC90385_53309790,53309790\nMSRC90380_53309050,53309050\nFirewall_BugFixes_2501,53308487\nLcFeatureTuningConfig,53308415\nServicing_SCC_StubToFull,53308361\nInvSvc_Refresh,53308193\nTouchKeyboardBugFix2410,53299531\nBugfix_53299261,53299261\nTpmToolUseCurrentLogs,53298291\nUnifiedConsentCorrelationTelemetry_53297613,53297613\nWBSBIF_53293386,53293386\nWBSBIF_53293376,53293376\nWBSRRF_53293348,53293348\nServicing_TaskbarIconConversionException,53292757\nWBSATA_53289690,53289690\nWBSATA_53289683,53289683\nGetDefaultAccountTokenWXHHelper,53284862\nOobeWv2HostDll,53284810\nLCITC,53283290\nContainment_UUS_TimeUntilDeadlineCheckForNull_53282315,53282315\nServicing_PolicyManagerRefresh_53282311,53282311\nServicing_PolicyManagerRefresh_53282310,53282310\nServicing_CloudFile_SyncRoot,53281866\nContainment_UUS_FUOnesettingsHeuristic_53281387,53281387\nHomepageCommercialSupport,53281237\nDriverStore_PrimitiveDriverUnreflect,53280900\nServicing_ParallelHydratorDeltaLoopIssue_53280158,53280158\nServicing_IsCallerInteractive_53280029,53280029\nServicing_IsCallerInteractive_53280025,53280025\nMSRC90341_53277730,53277730\nServicing_iertutil_uri_cachcheck_fix,53277060\nSRCacheNotInitializedMeansNotFound,53276226\n8283cfaadd004642a259063ea15fce36_53272922,53272922\nScoobePinSiteBridgeApi_53271557,53271557\nEnergySaver_HeuristicToast_Send,53265686\nServicing_FixTwoAEPIcon_53260350,53260350\nCopyButtonControlScanMode,53260331\nMSRC90308_53259083,53259083\nServicing_NtlmDeprecation1P3PTelemetry,53256580\nServicing_TelemetryStringFixInPlaceholderCode,53256044\nWBFBSF_53254283,53254283\nTSMI,53253281\nSH,53252471\nFeeds_LockScreenContent,53252378\nContainment_UUS_TaskModified_53250547,53250547\nServicing_FODBaselinePlusRebasedReoffer,53195965\nUpdateInputConfigHr,53193367\nServicing_PrestageVDLMarkCorrupt_53193114,53193114\nEnableWppWorker,53192840\nMuse_Settings_Active_Updates_Clear_Condition,53191380\nMSRC90287_53190397,53190397\nReduceForceCacheScope,53188312\nConfigureRecallOC,53188129\nServicing_SmartInstallPSIInSMode,53187243\nServicing_SCC_NewQueueEval_53187214,53187214\nServicing_SCC_NewQueueEval_53187210,53187210\nUnblockingTestTakingInAdminless,53186993\nTIPTaskManagerTerminatedRecovery,53185014\n5318_3720,53183720\nWBNCPWF_53182327,53182327\nWBEPETF_53181195,53181195\nServicing_NgcIsoStartupTimeoutExtension_53180723,53180723\nBlockCertainAppRestore,53180507\nFMULCP1_53179304,53179304\nMSRC90255_53178712,53178712\nMSRC88798_53178699,53178699\nIgnoreSLValueNotFoundErrorCode,53177319\nRemoveUnnecessaryCooldownLogging,53177058\nFeatureTuningHeartbeat,53175971\nScoobeM365PageRegionPolicyBypass,53175777\nScoobeOneDrivePageRegionPolicyBypass,53175774\nW365Boot_ManagedPCSettings_SystemL1_Rejuv,53175707\nW365Boot_ManagedPCSettings_Account_Rejuv,53175704\nW365Boot_ManagedPCSettings_Sound_Rejuv,53175691\nIconRect,53163362\nMSRC89933_53163211,53163211\nMSRC90239_53161874,53161874\nServicing_BFSVCTelemetry,53160872\nCaSET,53160659\nServicing_GDIObjectLeakStackHashZeroSet,53159173\nDontRemovePackageRightAfterRegisteringIt,53155534\nNTF9D_53152282,53152282\nServicing_MultihopWithMultipleBaselineAlternateSource,53151568\nSBFE2502Test,53151032\neaa394d902c04eafb05af7ede9477930,53151015\nTC,53149432\nODATT,53148593\nW365Boot_ManagedPCSettings_Display_Rejuv,53146827\nW365Boot_ManagedPCSettings_LocalBluetooth_Rejuv,53146824\nMediaQI2502,53145125\nCameraQI2502,53145084\nSearch_EnableRedirectionGuard,53128986\nDDisplayDirtyRects_53117202,53117202\nMsfteditGB18030_2022A,53117045\nMSRC90211_53113138,53113138\nMSRC90210_53112830,53112830\nMSRC90208_53112471,53112471\nServicing_itss_MSRC_90208_fix,53112469\nEnableRemovingAIComponent_Analysis,53111904\nEnableRemovingAIComponent_ImageSearch,53111900\nEnableRemovingAIComponent_ContentExtraction,53111895\nServicing_SessionReferenceCountingFix,53111649\nServicing_WinMSIPC_CertMigration_53111364,53111364\nServicing_WinMSIPC_CertMigration_53111260,53111260\nNXTBackgroundUpdateScans,53109640\nServicing_SpeakForMeAudioStreams,53104070\nMSRC90193_53102063,53102063\nServicing_ContentRetentionRetainFullFiles,53100365\nServicing_RemoveStateRepoCallInTileStoreNotification,53099989\nServicing_NDUPCommercial,53097967\nServicing_BluetoothLEAudioStreamingState,53095908\nEnergySaver_GroupPolicy,53095234\nServicing_MsilHashWorkaround,53095211\nContainment_UUS_PackageContainment_53093331,53093331\nBatteryUsageGraphSectionLabels_53092139,53092139\nServicing_AudioSettingsFlickerFix,53090886\nLIN,53088519\nVBlankBoostCaps,53086770\nAddWebView2NavigationCompletedTimer,53086435\nNXTCreateAdminUserFromLogonUIWhenDeviceUnlocked,53082801\nMSRC90167_53082621,53082621\nServicing_InvalidIteratorCrash,53082576\nDisplayBugBundle_2411,53082192\nDisplayBugBundle_2410,53082189\nOSK_SecurityDllFix,53081723\nShadowAdmin_SFR,53079867\nServicing_RDGDeviceRedirection_53079741,53079741\nFixEvaluationLogic_53079193,53079193\nServicing_ProtectedCodecSwitch_53078869,53078869\nContainment_UUS_PreDownloadManageWuError_53077595,53077595\nMSRC90154_53077297,53077297\nFindstrWidePaths,53069952\nPPISBFTest,53068363\nServicing_eSCLProtocolCheck,53066413\nSustainabilityQualityFixes_Q2,53062497\nServicing_TiWorkerRace,53062308\nBackportDisableEdgySettings,53062269\nBugfix_BroadcastDisplayChangeMessageInCallerThread,53062197\nServicing_FixMarkSelfCorruptDispositionOverrideIssue,53061361\nServicing_ExternalKeys_ChangeTime_Adjust,53061307\nOpenWithWASDKPrep,53061306\nServicing_LastResortPrestagingFix,53060844\nID53060104,53060104\nServicing_EnumDeadlockFix_53059724,53059724\nMSRC90123_53057920,53057920\nWCG_WideColorSpace_Check,53054233\nMSRC90104_53052810,53052810\nWuSettings_OverrideTitleForDycoUpdate,53046894\nSCF,53046817\nWnfBugFix,53045678\nServicing_TaskbarFocusTransitionFix,53044579\nFrameworkElementLayoutRoundingFix,53043463\nMSRC90100_53042954,53042954\nServicing_DefaultToastNoToast_53042450,53042450\nServicing_DefaultToastNoToast_53041502,53041502\nIncreaseUdpTransportTimerInterval,53039167\nFixEvaluationLogic_53038370,53038370\nRemoveActivityPrivacyPage,53036850\nContainment_UUS_IPUWait_53036111,53036111\nServicing_WIM_GetPackageInfo,53035791\nRepairAppRegistration_Preserves_ApplicationData2,53035716\nServicing_FixAepFailFast_53035703,53035703\nServicing_Fix_Regression_ProcessPackageGraph,53035445\nODKFMTTF_53034586,53034586\nServicing_InvalidPathHandling_53033901,53033901\nPromotedAppsExternalPlacementId,53033461\nNDTF,53030381\nSPL,53029956\nPBFTest,53029492\nWBRABEFBPP,53018494\nInjectedPenPressureFix,53016155\nAdminless_53014983,53014983\nServicing_XamlMultiTaskingView_States,53007813\nEE_RSExemptionErrata,53005584\nNXTDisableNewWindowsFromCaptivePortal,53005012\nServicing_RecoveryDrive_CopyEXBINS_53004463,53004463\nServicing_RecoveryDrive_CopyEXBINS_53004454,53004454\nDCP_Edge_Enlightenment,53001506\nMSRC89503_53000946,53000946\nID52999927,52999927\nContainment_UUS_DDFCV_52999696,52999696\nContainment_UUS_RemoveXVariant_52998355,52998355\nAvailableKeyboardsToolTip,52998184\nMSRC90045_52998183,52998183\nMSRC90044_52997980,52997980\nVASNMI,52997426\nMSRC90043_52996509,52996509\nContainment_UUS_v14_52992949_AggregatePeerAndFileSystemErrors,52992949\nNetworkUX_BugFix_52991823,52991823\nSmartInstallPSIInSMode,52989638\nGenerate_NPU_Targeting_Attribute,52989470\nPrintPlatformStabilizationFixes_2410,52989350\nServicing_WinMSIPC_CertMigration_52988965,52988965\nBugFix_UseCachedSensorOrientation,52987254\nTKBEM_TVS,52987186\nContainment_UUS_UOConfigBasedRegistration_52984667,52984667\nContainment_UUS_CallerIDTelemetry_52984547,52984547\nBackup_Preferences_TelemetryImprovement,52980759\nRepairIfMissingExtensions,52973182\nNotifyIcon2411BugFixes,52973115\nServicing_HydrateBackToBaseline,52972955\nPahcHibernatePcrFix,52969581\nMSRC90016_52968975,52968975\nServicing_RegistryFlushAfterCommit_52968406,52968406\nMSRC90005_52967269,52967269\nRFS,52966583\nMSRC89997_52965668,52965668\n9D_BugFixes,52964436\nWebView2Widget,52963925\nWidgetSharedWebView2OSClient,52963885\nHShellAppComandInputMessageSourceCleanup,52945638\nFSSOF_52945058,52945058\nServicing_CBSWNFNotificationpublish,52944350\nMSRC89973_52944081,52944081\nFSSOF_52941711,52941711\nWBTTFBEFB,52941184\nNTF9D_52940288,52940288\nMSRC88572_52938370,52938370\nWBNCPWF_52938358,52938358\nLaunchUriForResultsMeasureEvents,52937186\nBugFix52936871,52936871\nBugfix_DisablePerUserProfileUpgradeToWpa3,52936187\nSearchPoFRemoveGleamWhenUserTypes,52934740\nFixUarmDeferralBug,52934731\nShowGraphicAnimationCompleteDispatch,52934196\nSearchPofTipRemoveUiNotUpdated,52931707\nID52930508,52930508\nServicing_HeapCorruptionDoubleFreeD3d10warp,52929485\nBioThreadStackSize,52926491\nMSRC89942_52925665,52925665\nMSRC89890_52925046,52925046\nServicing_MitigateBitLockerSBV2,52914294\nKnowYourPC_Surface_Trade_In_Recycle,52900454\nServicing_NoPFLFixForMFLFallback,52896701\nServicing_ThaiBoxCharactersReEnablement_52896431,52896431\nServicing_ThaiBoxCharactersReEnablement_52896421,52896421\nBugfix_52895746,52895746\nMSRC89919_52892275,52892275\nMSRC89914_52891720,52891720\nWuSettings_MuOptinWithLink,52890066\nFI52888896,52888896\nSkipPerUserSetupIfBlockedOnPreviousLogon,52888229\nServicing_ReduceWUCleanupSize,52888039\nMSRC89892_52886118,52886118\nBitLocker_Provisioning_NXT,52883139\nCDLCMMF,52882955\nGeDownlevel,52881528\nAppListHelperIsUninstallable,52881503\nSearchFilterHost_LPAC,52876528\nFodLPEnumHardeningEnhancements,52875806\nUCPD_RENAME_ATTACK,52873407\nLayoutFileFormat,52869982\nWDF,52854637\nMSRC89863_52848535,52848535\nFileExplorer_FastFlagToImproveNavPerf,52847238\nMSRC89857_52846868,52846868\nDevinv_UseTempCacheOnError,52846520\nWTSActivityId,52846231\nBugFix_UserGetDefaultReturnNull,52845996\nServicing_CertEnrollVerifyBStr_52844967,52844967\nServicing_CertEnrollVerifyBStr_52844872,52844872\nAc_TxClp_Fix,52802796\nMRK,52802274\nSTAIATest,52800817\nUCPD_BACKTRACE,52799658\nQueryExtraDownloadContentInfo,52799601\nDesktopSpotlightHotspots,52793632\nServicing_PreloadCancel,52784163\nAepic_AlwaysOpenCache,52772862\nServicing_InitializeCOMInPackagesToBeInstalledGetter,52768733\nServicing_WslPolicyErrorMessage_52768688,52768688\nLauncherServiceForegroundRightsFixForCentennialTarget,52767525\nMismatchAadTokens,52766310\nFODSIT,52758099\nCredUI_Support_For_MulColSVG,52757074\nWBFBSCN,52757065\nTAIBugFixes,52755835\nPersonalizedOffersNthLogon,52753873\nServicing_CertEnrollVerifyBStr_52753170,52753170\nISMReliabilityBackport,52750913\nSoftNumaIrqlFix,52750597\nMSRC89798_52750266,52750266\nServicing_DocumentDeletionTransientErrorHandling_52749107,52749107\nMSRC89901_52748362,52748362\nUCPD_52747459,52747459\nIOD,52747001\nDriverStore_ServiceValidationCrash,52744910\nServicing_WHfB_HybridPin_Reset,52743673\nCD2409_SACBF,52743271\nFSOE,52742204\nContainment_UUS_BugFix_UserIpuRebootPending_52739089,52739089\nServicing_CodecExtensionCacheFix,52736852\nServicing_VANotListedInSettings,52734540\nContainment_UUS_PreDownloadManageWuError_52733955,52733955\nDefaultToastNoToast,52733442\nStopWebAppTipTestOnBackAction,52733319\nEngagementManagerInitialization,52733308\nMSRC89759_52730452,52730452\nDriverStore_ConditionalDriverValidation,52730260\nResetCorruptedAfcDatabaseInShutdown,52730157\nMSRC89755_52729891,52729891\nServicing_AutoRotation_SensorRaceConditionFix,52729739\nContainment_UUS_RecoverStoreExpeditedAppsRegistration_52729536,52729536\nTipTestCentennialLaunchUriForResults,52728402\nMSRC89744_52727921,52727921\nMSRC89742_52727839,52727839\nServicing_DnsClientLsassBootDeadlock,52727711\nContainment_UUS_Allow_ServerFeatureUpdate_PI_52726944,52726944\nMSRC89730_52726421,52726421\nServicing_FileExplorer_PreserveDateTimeOnAddingMotW,52726066\nServicing_FixHistoryCixListOrderingForRepair,52724980\nFMUVAP1,52721440\nTPWCC,52719705\nbc2e200cdf654a6bb611f4c938e7779d,52718464\nPCBF11D,52718027\nMSRC89719_52713599,52713599\nMSRC89718_52713558,52713558\nMSRC89709_52711477,52711477\nMSRC89706_52711137,52711137\nMSRC89704_52711038,52711038\nMSRC89701_52710088,52710088\nMSRC89691_52709110,52709110\nSSCCF,52700703\nServicing_PageRequestFallbackFailure,52699927\nServicing_AutoRotation_DockOrientationFix,52608729\nConfiguringSettingsCopilotHardwareKey,52608608\nFixNarratorKeyboardFocusInFullScreenWizard,52607816\nOobeShellHostWin32App,52601469\nMSRC89642_52597493,52597493\nContainment_UUS_AddIsSerializedTelemetryData_52596913,52596913\nBackPortSearchFullActivationTest_52596046,52596046\nCBR_AAD,52592383\nBugfix_Wpa3SoftAp_ErrorCodeOnReassoc,52587083\nServicing_MaskSetThreadInformationApiOnXbox_52583794,52583794\nServicing_DualEnrollment_52581264,52581264\nServicing_DualEnrollment_52581256,52581256\nServicing_DualEnrollment_52581248,52581248\nServicing_Accessibility_DCCWAddColorLabels,52580475\nCleanupTextInputAppExtensionName,52580348\nServicing_ModifyMemcpyArgument,52579667\nFixUndockedCompareVersionsInsteadOfPointers,52578970\nServicing_Suppport_UndockedDEH_2,52576459\nBugfix_52575055,52575055\nMSRC89566_52574067,52574067\nCD2409_VAFixesNi,52571336\nServicing_GDIPlus_Fix16MulRoundToByte_52568217,52568217\nServicing_GDIPlus_Fix16MulRoundToByte_52568185,52568185\nFixGetRebootRequiredWoW64,52568137\nServicing_WUTraceSplitLargeLogs_52566811,52566811\nDispBroker_AllowClearContentResolution,52565850\nServicing_win32k_timers_resilience,52565380\nBackportMouseAccelerationSetting,52565324\nParallelWuUpdates,52564901\nServicing_WinPEOCFix_52563599,52563599\nDLWG,52563196\nAdd_Thread_To_Remove_Obsolete_DevNodes,52562687\nServicing_MemoryLeakInMsctfEditBoxComboBox,52561005\nDriverStore_DelayConfigurationCompletion,52560602\nMSRC89541_52560180,52560180\nMSRC89541_52560178,52560178\nHWDRMByDefault,52559209\nServicing_MemoryLeakInMsctfComboBox,52559007\nHololensSharePickerFix,52558470\nODKFMTTF_52554234,52554234\nServicing_OneDsAnchorTrust,52554147\nWBEPETF_52554141,52554141\nServicing_FixOverflowRepeaterNotLoaded_52553901,52553901\n607cd3c1c69c4b20b2a4cd4c1bb48b3d,52552402\nLaunchFileEventsAndRefactor,52550223\nLIF2,52546549\nBulkDelete,52544668\nBitLocker_Support_TLS_OneDotThree,52540104\nServicing_UseConfigurationOptionsForContainer_52539524,52539524\nRemoveCEM_ActivationPage,52537686\nRemove_Clustered_Pool_Drive_Removal_Limit,52536872\nLocalKDC_52534821,52534821\nServicing_SRCheckProcessToken,52534767\nMSRC89505_52532487,52532487\nLogAutoplayDEHFailure,52532424\nNFMUP1,52529075\nUnblockAWSInAdminlessFeature,52528957\nServicing_EnableMSIEFTPDllTelemetry_52528519,52528519\nDL52526773,52526773\nServicing_vFreeMHE,52525734\nBl_CSP,52522534\nDLSDR,52514267\nDeviceManager_Accessibility,52512767\nDefaultSingleResouceOwnership,52511471\nMSRC87127_52511090,52511090\nLauncherFixForFullTrustCallers,52500631\nID52500500,52500500\nDCompEffectIUnknownFix,52499696\nBackportReverseMouseWheelDirection,52498451\nContainment_UUS_UnusedFlagReportDrvImp_52496405,52496405\nContainment_UUS_UnusedDownloadCurrentUserOnly_52495838,52495838\nExtendedAuditingForKerberos,52494403\nDL52492825,52492825\nServicing_CBSRestartHandling_52492276,52492276\nBrain_V12SearchesForP3_52487830,52487830\nOnDevRNpF,52481230\nServicing_HydrateWithTargetVersion,52480414\nIRICFTest,52473697\nMuse_UsoDocked_IDockedSystem3,52472442\nServicing_HonorMSAWhenNoIdentity_52471843,52471843\nServicing_HonorMSAWhenNoIdentity_52471836,52471836\nServicing_Limit_Snat_Ports,52471088\nwAtomCatTVS,52471014\nBugfix_52470900,52470900\nServicing_SkipExpressMetadataDelete,52470042\nAbortFailedBackgroundUpdates,52469642\nServicing_ForceISvcStoreFree_52468088,52468088\nMSRC89442_52467814,52467814\nServicing_QuietHoursGetMode,52467150\nWindowsServer_DisablePolicyAllowList_DisableUserRightsMapping_52465221,52465221\nServicing_AnimateDefaultPreview,52459630\nServicing_MemoryLeakComboBoxDestruction,52458457\nServicing_OutOfScopeUpdates_52455873,52455873\nServicing_FileExplorer_BreadcrumbBarSearchFix,52455474\nServicing_DowntimeContextFix_52455036,52455036\nServicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454680,52454680\nServicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454678,52454678\nServicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454676,52454676\nReduceNCSIAsserts,52453758\nPCAIDSIntegrationFix,52452917\n8D_BugFixes,52450976\nServicing_UnabandonFix_52449803,52449803\nServicing_UnabandonFix_52449790,52449790\nWBULU_52449174,52449174\nBRC_TelemetryImprovement,52446107\nServicing_eSCLScannerCheck,52444727\nWindowsBackupPLPE,52444479\nServicing_AppListHelperIsUninstallable,52444182\nServicing_EnableMSIEFTPDllTelemetry_52443941,52443941\nWindowsBackupPPPE,52442556\nSCFF3PTest,52441334\nNNSF_52440405,52440405\nBNODU_52440402,52440402\nBNODM_52440395,52440395\nCapture_BufferCollectionLeak,52439772\nMuse_UsoDocked_IDockedClient5,52437067\nMuse_UsoDocked_IDockedPower2,52437051\nServicing_Not_Nested_2_52437006,52437006\nMSRC89405_52436436,52436436\nID52435335,52435335\nMSRC89392_52434496,52434496\nDL52433724,52433724\nImproveFrequencyToastMfa_52432863,52432863\nVASFB,52427916\nServicing_OneDs,52421653\nFeeds_AddQspToSupportPromotion,52421246\nServicing_UpdatePrelaunchTimerParameter,52421068\nSAB,52420965\nServicing_RegisterPreLaunchTimerWithoutLastInteractedDateCheck,52418700\nServicing_AccessCheckGeExApis_52417543,52417543\nServicing_ColorProfileSettingsFixes1,52415585\nFI52415187,52415187\nMuse_Settings_Seeker_Link_To_Button,52414281\nID52412703,52412703\nBugfix_WaitForCallOutReadyInNotificationForPnPStop,52412609\nServicing_LampArrayHidTelemetry_52412549,52412549\nMSRC89363_52412383,52412383\nPAPL_CDEH_Test,52412312\nServicing_InvalidPointerClockFlyoutFix,52412305\nContainment_UUS_ExpediteDLSQuery_52410603,52410603\nKeyboardInputDelegation_52410453,52410453\nMSRC89348_52408989,52408989\nBNODM_52408647,52408647\nBNODU_52408633,52408633\nSAR_DeadlineLeakFix,52407066\nEnsureSearchBoxTopPositionOnInputPaneShowing,52404941\nTailoredScoobeODSignUp_52328947,52328947\n52328120_OEMLinkFileSearch,52328120\nServicing_HpSureStartSecureBootIssue_52326176,52326176\nServicing_HpSureStartSecureBootIssue_52326168,52326168\nServicing_HpSureStartSecureBootIssue_52326151,52326151\nMSRC89332_52326029,52326029\nServicing_DeviceInitializationAfterFlr,52325061\nMSRC89323_52324725,52324725\nMSRC89321_52324442,52324442\nFI52324335,52324335\nServicing_ReturnScavengingFailure,52324024\nMSRC89315_52323250,52323250\nFullReFastForwardAuxIAT,52322413\nServicing_TelibTrustAnchors,52321961\nServicing_WinREFreeSpaceInMBRegDWORD,52321286\nBugfix_TSFBL_52320930,52320930\nSettingSyncRemovalDisableDownloadHelper,52320252\nMaskSetThreadInformationApiOnXbox,52318289\nMTestAbShAOOLU,52318288\nOALaunchImprovements,52316363\nHWDRMTeardownSwapchainHang,52315456\nPCMeTipBug8D,52314613\nServicing_HangDetectorInConfig,52309163\nServicing_FixWNSCrash_WAPSDKDynamicDependency,52303736\nBugFix52303419,52303419\nServicing_BatchedFlightId,52297073\nShaderCache_SQLite,52296014\nServicing_DetectSSIRPKickbackState_52295862,52295862\nServicing_DetectSSIRPKickbackState_52295832,52295832\nServicing_DetectSSIRPKickbackState_52295829,52295829\nAvailableLanguagesToolTip,52294697\nWallpaperRemoveInvalidSurfaces,52290299\nServicing_ConfigChangedRecovery_52285243,52285243\nServicing_LetAppsAccessCellularDataPolicyFix,52282767\nContainment_UUS_UUPRemoteProcess_52280390,52280390\nBugFix52277862,52277862\nDDisplay_FBR,52273767\nPSSBG8dTest,52273716\nShareSuggestionLoadingBugFix8d,52271954\nServicing_CBSScavengeCorruption_52267944,52267944\nFlipexStretch,52267674\nFixRTASFlagOnIntel,52266303\nContainment_UUS_AIReoffer_52265800,52265800\nMSRC89217_52265617,52265617\nMTestAbShRQI2501,52264793\nFederatedSignInGoldenPathFixes_52263987,52263987\nServicing_SpatialRefreshInQuickSettings,52263073\nExternalSidLookups,52262653\nContainment_UUS_CleanDownloadEvents_52261543,52261543\nAppSiloEnumeratePolicyCheck,52261497\nPAD6421,52256631\nREGDB_E_CLASSNOTREG_TriggersRepair,52254740\nServicing_CopilotPWA_TIPTest_InstallEligibility_52147677,52147677\nServicing_ColorManagementFilePickerUpdate,52147586\nMSRC89180_52147574,52147574\nApplicationSecretsDEH,52147220\nHPDHandleSetWNFChngeInDisState,52146682\nFontTileOptionsButtonContrast,52146169\nAppraiser_Smoothing_Logic,52145931\nServicing_UpdateUninstallSecurityWarning_52145659,52145659\nDesktopSpotlightIconVisibility,52145430\nVisualTargetRegistrationTracking,52144996\nAppCompat_InstallTracing_AppFootprint_ApiSampling_Server,52144911\nManagedCameraSupportUXMediaSelection,52142480\nDisplayBugBundle_2409,52142404\nServicing_LsaIso_Restartability_Enhancements,52141198\nDXGI_UMADedicatedMemoryShim,52140373\nRemoveInkingOptionOnServer,52138268\nMSRC89152_52137962,52137962\nMSRC85675_52135243,52135243\nVASDTSB,52133830\nServicing_UpdateUninstallSecurityWarning_52130351,52130351\nServicing_ModifyUninstallUpdateSettingString,52130337\nMSRC85165_52129982,52129982\nDesktopSpotlightSetActiveIndexTraceCrash,52129064\nServicing_StorSvc_MultiPathFormatSupport_52129042,52129042\nServicing_CopilotC2Pivot,52127557\nID52127539,52127539\nServicing_Win11SystemServiceExceptionOnNullReparse,52126042\nWlansvcFuzzing,52125550\nLogColorPipelineStateInDispdiag,52125306\nHorizontalUXLightDismiss,52124603\nServicing_PfximportProperties_52123479,52123479\nFeatureTuningTask,52123111\nServicing_PfximportProperties_52122930,52122930\nFeatureTuningMetadataChangeTimePriority,52122780\nFeatureTuningCheckForUpdates,52122766\nMSRC89118_52122458,52122458\nPnpDiag_ExportDriverStoreFileInfo,52121811\nContainment_UUS_DownloadQOS_52119350,52119350\nServicing_ADSD_LAPS_ShutdownMessageFix_52118843,52118843\nLFP,52117644\nAutoIpuInbox,52111480\n0f8a64a3f8634af1b726dfa22ce11b53,52110492\nLFFH,52108822\nOpenWithInterimDialogForForeground,52103299\nServicing_PostureChangeCrash_52102671,52102671\nPerMachineModelRegistration,52097363\nWBCDSCF,52088787\nServicing_RPCSSFirewallIntegration,52087985\nCustomNavigationViewItem,52087575\nDDisplayUnpin,52087375\nServicing_TiCrashDueToCapabilityManager_52086049,52086049\nAppInventory_VerifyAndNormalizeFilePath,52083618\nDisplayMux_MarkD3D9Incompatible_ExcludeWpf,52081985\nMSRC89090_52081809,52081809\nContainment_UUS_RecoverStoreExpeditedAppsRegistration_52081559,52081559\nServicing_InvalidPathHandling_52081278,52081278\nFileExplorer_InMarket_24C,52081114\nShellUIHostCoordinatorRelaunchPolicyFixes,52077431\nSSRATest_52068774,52068774\nThirdParyAppInstall_52066963,52066963\nAllowBackupEntraHybrid,52065424\nServicing_CopilotPWA_TIPTest_InstallEligibility_52065224,52065224\nIddMonitorListReference_52064540,52064540\nID52063793,52063793\nMSRC89050_52061001,52061001\nSeparateBRFromESR,52060425\nServicing_BlackScreenOnS5ResumeWithDDSEnabled,52060117\n13dafc55b7395cb883e82102cbdefcd2_52059738,52059738\nW365Boot_BlendedDisplaySettings,52059286\nServicing_CopilotPWA_TIPTest_InstallEligibility_52058560,52058560\nServicing_SupportOnDemandRegisterForVDI,52058221\nDebugTaskbarDefaultIcon,52057950\nBugfix_FixDisplayScenarioOverReleaseIssue,52057923\nMDMBattSaverAndExtDisplayWakeLock,52057521\nUseDynamicIdentityForQueryTipTest,52057111\nEnergySaver_HeuristicToast,52055643\nNetworkUX_ECMC,52055309\nWaASusF,52052482\nServicing_OsConfigDeletionCorruptedState,52049479\nNNWIXSA,52048992\nContainment_UUS_BugFix_ConfigChangedRecovery_52046288,52046288\nContainment_UUS_DowntimeCacheFix,52045886\nMSRC89032_52044827,52044827\nMSRC89030_52044645,52044645\nFixBlackLines,52044515\nRegistryImprovements_51999145,51999145\nAddTelemetryIdToDsbTipTest,51999072\nServicing_WorkplaceJoinDualEnrollment_51999022,51999022\nALR,51997565\nStateRepository_StartupIndexesOfflineUupProductChanges,51996460\nServicing_OobeScansAsWuInteractive_51996451,51996451\nServicing_EstablishedTrustAnchorTrust,51992834\nDL51992796,51992796\nServicing_CellularDataNetworkFix_51992667,51992667\nMSRC89003_51991812,51991812\nMSRC88996_51989922,51989922\nColorChangeUWPFix_CherryPickNi,51989127\nMSRC88992_51982978,51982978\n44912315bca7459b9716359ccfb11326,51978387\nUndockedWindowsSandboxParity,51977635\nHotPatchingImprovements,51977489\nShellHandwriting_BugfixShutdownDeadlock,51976254\nMSRC88988_51975247,51975247\nServicing_CACRLPartitioningSupport,51974103\nDispBroker_InitializeVirtulizationFlagsInDisplayView,51974024\nContainerNetBugFixes2409,51973698\nMSRC88985_51973123,51973123\nWindowPrivacyAndUrl_51972449,51972449\nServicing_DDisplay_SetDisplayModeSharedPrimary,51972423\nAppFootprint_InventorySvc,51972283\nContainment_UUS_OobeScansAsWuInteractive_51971811,51971811\nDisableTroubleshooters,51970774\nNXT_IAM_ShellInfrastructure,51970433\nContainment_UUS_ActionExclusivity_51969987,51969987\nServicing_Improve_AppxsvcPerfInUserlogoff,51968537\nServicing_FileExplorerTabLineFix,51960011\nServicing_CellularDataNetworkFix_51957457,51957457\nContainment_UUS_AddStorageReserveLog_51957018,51957018\nContainment_UUS_ProductScanDriverSkip_51956157,51956157\nArm64XMatching,51955724\nServicing_ReportSurfaceSizeMismatch,51955549\nMSRC88964_51954402,51954402\nMSRC88963_51954352,51954352\nPowersnapEmiEnergy,51953782\nCheckUndockedModulePackagePresent,51953184\nMSRC88958_51953151,51953151\nServicing_FixZeroDeltaInsufficientMemoryIssue,51950543\nEBBCG,51950537\nBugfix_CdsResetNonOptimizeFix,51949744\nServicing_WinPEOCFix_51949698,51949698\nFTDemo,51949149\nMSRC88939_51947013,51947013\nWBFBSF_51945948,51945948\nServicing_ContainerClearMigrationXml,51945499\nSearch_Indexer_Media_Duration,51944598\nSBFTest,51942247\nContainment_UUS_FixRebootPendingAPI_51941332,51941332\nServicing_FixArbiterActionListOrdering_51938153,51938153\nServicing_DeviceManagementMdmdiagnosticsEmptyRegMultiSzCrash,51934651\nServicing_SenseLifetimeReverseOrderPerfComp,51934230\nServicing_subscribeOfflineSubscribeStartComplete,51932986\nFixUndockedUnloadUseAfterFreePackageFullname,51927748\nBuildAcpiHmat,51916883\nServicing_FileExplorer_AddressBarPathSubmitFix,51916681\nServicing_HealthpihDeadlockMemoryLeak,51914824\nMSRC88918_51914361,51914361\nRegisterWindowServiceWithOptions,51914276\nServicing_FixArbiterActionListOrdering_51913300,51913300\nDoNotHardlinkCodecFiles_51912750,51912750\nID51912085,51912085\nServicing_DriverStorePrimitiveDriverUnreflect,51911457\nMSRC88903_51907863,51907863\nCQWF,51906552\nFixInfiniteLoopWarningInSnap,51906539\nFixJumpListPinUnpinFocusOrder,51905280\nContainment_UUS_ActionExclusivity_51900148,51900148\nNI_EssentialsBundle_A,51900073\nServicing_WorkplaceJoinDualEnrollment_51899637,51899637\nServicing_AvSyncIssueAtmosDecoder_51897923,51897923\nPCA2023BootMgrUpdate,51896780\nServicing_FixReverseDeltaUseAfterFree,51895376\nSupportPackagedToPackagedPinMigration,51895281\nAutoSR_PostGeRTM,51894012\nServicing_FconVerifyMicrosoftAad,51891477\nRemoveConfirmRemovePinHandler,51889563\nOrgMsgPushPull_51882943,51882943\nUsePPEServer_51882892,51882892\nProcessIrisActionsStateChangedWNF_51882840,51882840\nSessionContextHook_51882784,51882784\nOrgMsgAuthBeacons_51882759,51882759\nOrgMsgPolicy_51882701,51882701\nServicing_ForcePSRL,51880205\nRepairAlwaysRecreatesStateChangeNotification,51879608\nNetworkUX_BugFix_51879549,51879549\nDoNotPublishUserActivitiesToAfc,51878560\nMSRC88869_51878476,51878476\nbc05a7f502ba56e9a489c904421f2930,51878426\nServicing_DoublePrompt,51878334\nIAIRV2,51877603\nServicing_BluetoothAvrcpEventNotification,51877599\nNNSF_51876475,51876475\nAADEarlyDownloader,51875814\nMSRC88862_51875357,51875357\nDL51875140,51875140\nServicing_OOBECompleteCheck,51874666\nShareBugFix8d,51874363\nServicing_StageFilesIntoPendedContent_51873496,51873496\nContainment_UUS_SearchReturnExtendedValues_51873491,51873491\nServicing_NXTBadSavedPointer,51873471\nuDWMDeviceLost,51869938\nCimFix,51868790\nServicing_FixACLForLPAC,51868516\nWallpaperInvalidate,51867815\nHIDUWP01,51863907\nCD2409_CMBF,51863893\nServicing_ResolveORInfo_NULLDereference_51861073,51861073\nServicing_RebaseBaselineEvaluation,51860546\nServicing_Rebasegeneralreliabilityfixes,51859486\nEcoModeEnergySaver_2409_BugFixes,51859111\nID51859108,51859108\nMuse_Settings_DisplayDownloadEstimates,51858858\nRichCalendar,51858330\nServicing_RebootlessDontRestartControl,51857401\nRuntimeBypass,51856824\nServicing_ALBStateCaptureRemoveAppsAndCompatTelemetry,51856626\nServicing_FixForASZQU,51856001\nCapture_BufferCollection,51855954\nPdSTestDRC,51855770\nContainment_UUS_Allow_SupplementalTitle_PI_51855741,51855741\nd76123de27ac48e0bb0c68160087239f,51855160\nCTPA_51849637,51849637\nFE_LivePersonaCard,51848093\nSmartInstallFixPayloadHardcoding_51845701,51845701\nEnsureUupProductIDInPackageManagerSummaryError,51842966\nMSRC89629_51841959,51841959\nContainment_UUS_RemovePendingServices_51841928,51841928\nServicing_RemoveSBCEntryPoints,51841904\nEapTipTest,51841324\nServicing_VoiceClarityToggleFeature,51841220\nMpdBkCompF,51841009\nMSRC88794_51840984,51840984\nServicing_MsixvcArmSupport_51840921,51840921\nOrgMsgAuthBeacons_51840494,51840494\nMSRC88787_51839943,51839943\nSystrayCodeQL,51839750\nBrain_ClientAndServerP3Control_v13,51839631\nPlayB_ModelInstallation,51839079\nIppPdlPassthrough_BlockingIssues_07,51838997\nMSRC88777_51838441,51838441\nContainment_UUS_ScanPropsConsistency_51838388,51838388\n7D_BugFixes,51837074\nServicing_ADSD_LAPS_ShutdownMessageFix_51836510,51836510\nServicing_AICSettings_51836481,51836481\nServicing_AICSettings_51836368,51836368\nVelocityProxyContainerSupport,51835698\nFixLensModeFlickeringIssue,51834208\nSnapGroupsRecommendedOnTaskbar,51833641\nServicing_FixMultipleBaselinesSingleHopInstall,51832744\nDynamicNavigationPaneAutomationPeers,51829765\nNTFFreq_51829280,51829280\nDisplayMux_Pass_Brightness3_At_Start,51826169\nServicing_RemoveArbiterGeneratedFilesHardlink,51817570\nContainment_UUS_RemoveSBCCode_51809050,51809050\nReencryptAndFlushIumDataAsHinted,51807786\nContainment_UUS_BugFix_UserIpuBusy_51806830,51806830\nBrain_ClientAndServerP3Control,51806567\nServicing_RODCSlotCreationLdapPermissionIssue_51805186,51805186\nServicing_RODCSlotCreationLdapPermissionIssue_51805126,51805126\nMuse_Settings_IpuNotFound_Not_Displaying,51805072\nBugfix_ColorServerEventThread,51804928\nDPWF,51802419\nTelemetryLogging,51799796\nServicing_BioThreadStackSize,51799247\nCapture_StopFilteredCaptureFix,51794052\nMSRC88732_51793624,51793624\nShareBackingStoreWithKMD,51793266\nMSRC88721_51792711,51792711\nContainment_UUS_WuProviderTelemetry_Events_51792371,51792371\nSenQI2411,51791259\nContainment_UUS_STSEndpointCleanup_51790640,51790640\nContainment_UUS_DMMOZeroRatingCleanup_51790408,51790408\nServicing_IncorrectExitCodeInDeviceSetup,51789744\nServicing_AccelNetFixesAndTelemetry,51789652\nServicing_BritannicaPowerflexOfflineFix,51789431\nServicing_BritannicaFixPrivateVmSwitch,51789355\nServicing_BritannicaUpdateFlAnyNode,51789327\nKnowYourPC_Win11Surface,51784082\nNTF7D_51783986,51783986\nBugFix51781348,51781348\nMuse_Settings_CIToggleAccessibleDescriptionFix,51781303\nDisableOTR_StateSeperation,51780233\nBugfix_Stringify80211ReasonCodes,51778096\nCameraHandleSoftwareMediaSource,51777506\nServicing_AppListBackupStateCaptureTelemetryNotFiringLogs,51777062\nSingleEnduserOobeApp,51776237\nOrchestratorInitedByApp_51776221,51776221\nServicing_PdlPassthroughFix,51775336\nServicing_ClusterCertificateNotBeforeCheck,51772536\nCameraSourceComponentWatchdog,51772392\nMuse_Settings_FixingSettingsCrash_DeadlinePolicy,51772373\nNetworkUX_BugFix_51769982,51769982\nServicing_ArbiterIntermediateBaselineMissingCheck,51764364\nRulesEngine_InfoBannerExperience,51762939\nCensus_Speech_Watson,51759272\nMSRC87855_51752385,51752385\nReFS_Rollback_Protection_Unfreeze,51751256\nCompositionTextureDirtyRects_51746100,51746100\nDeviceId2UserId,51742390\nServicing_StateRepositoryVerbCacheFix_51741992,51741992\nLocation_GatewayMacAddressInferencing,51739822\nPerfMeasureMRUCR,51738774\nSupportBackupForHAADJ,51737431\nSSASS,51734382\na12f4b789cde4f8b9a0d12345ef789cd,51732807\nServicing_DeadlockOnSessionControlRelease,51732198\nRichCalendarAnalysisTelemetry,51731724\nServicing_Feeds_AddCallerForExplorerStartup,51729542\nMSRC88641_51728893,51728893\nMSRC88640_51728821,51728821\nServicing_Win11AccessibilityStartPowerBadging_51727514,51727514\nUC_ConfigFix,51725516\nServicing_Windows10LTSCBSOD0x124DG2DriverInstall,51725414\nServicing_GDIScaledAppsWrongContentPosition_51724940,51724940\nServicing_Bug51724813,51724813\nCentennialLaunchUriForResults,51724290\nServicing_Containers_DisableChpeForHotPatching,51721202\nHpdOemExtP2Api,51720802\nWinIoTBugFixesOctober2024,51719761\nWinIoTBugFixesSeptember2024,51719753\nWinIoTBugFixesAugust2024,51719703\nHpdOemExtP2,51718710\nServicing_EnhancedAuditingForKerberosEtypes,51718644\nServicing_NoIdentifyLevelPacValidation,51718582\nServicing_KerberosMSRAFix_51718578,51718578\nServicing_KerberosMSRAFix_51718538,51718538\nServicing_ADSD_Netjoin_Reuse_Cleanup,51718061\nServicing_EndpointDlp_IgnoreEAv2ADS_51711561,51711561\nServicing_EndpointDlp_IgnoreEAv2ADS_51711038,51711038\nServicing_LanguagePackEnumPerfFix_51710682,51710682\nContainment_UUS_BugFixIUpdateSupportSessionData_51702183,51702183\nECONSMTest,51694161\nMSRC86930_51693600,51693600\nMSRC86776_51693581,51693581\nMSRC86691_51693573,51693573\nReconnectOptimizationAndFixes,51691060\nMSRC88556_51690963,51690963\nMSRC88551_51690956,51690956\nMSRC86861_51690860,51690860\nMSRC86817_51690859,51690859\nMSRC86647_51685640,51685640\nServicing_PfximportProperties_51682002,51682002\nFilteredCapture_SuspendOnScreenOff,51681986\nAICSettings,51676966\nHonorMSAWhenNoIdentity,51676373\nMuse_Settings_CombiningFairwarningWithDeadline,51670271\nGE_ServiceUsingFsTxLibOnReFS,51655782\nRefreshSearchCacheBasedOnUDKAPI,51652320\nServicing_HideSystemPackages_51629559,51629559\nServicing_ModernSearchBoxInfoSupport,51628248\nServicing_EndpointDlp_IgnoreEAv2ADS_51626288,51626288\nServicing_MSRC86686AppCompatRegression,51624751\nServicing_Settings_Result,51621185\nWinDC_Logging_Improvement,51621096\nCapture_ItemClosedEventOnVisibility,51621005\nServicing_PerfDatPreventingUpgrade,51620984\nServicing_ContainerCleanUpBeforeCreation_51619581,51619581\nServicing_ExpandLcuBlockForContainers_51618468,51618468\nMSRC88537_51617975,51617975\nServicing_MultiProcessorCacheSizeOvercalculation_51617560,51617560\nFEHI,51617480\nServicing_JpnIhdsMemoryLeakFix_51617099,51617099\nServicing_JpnIhdsMemoryLeakFix_51617095,51617095\nServicing_Feeds_EnsureAppContainerAccessesOnEncryptionKey,51612396\nBugFix51611369,51611369\nCD2408VABugFixesForGE,51610844\ne156fcec8eca46b8b4c9549d640ff490,51605502\nContainment_UUS_v14_51603798_NoDownloadProgressTelemetry,51603798\nSFS_CD_BugFixes_2409,51603474\nSFS_CD_BugFixes_2410,51603460\nSFS_CD_BugFixes_2408,51603439\nPolicyCacheRefreshTelemetryWSUSHash,51602840\nContainment_UUS_RemoveOIIFromWSUSPolicy_51602823,51602823\nContainment_UUS_CurrentVersionAcquire_51602484,51602484\nServicing_MsixvcArmSupport_51601201,51601201\nBugFix_UpdatingStringsforDynamicLock,51600624\nServicing_GameInputBtShareButtonXinputHid,51599677\nNXTSleepOnAoAcDevices,51599529\nServicing_AudiosrvHeapcorruption,51597974\nRebootDowntimeEstimateFUUXHeuristic,51597662\nRulesEngine_ReportSnoozeOnBannerDismiss,51596622\nMTestAbShOQRCH,51595600\nDG452,51595452\nVACTAC,51592621\nTVS_BugFix_51579922,51579922\nArm64PreInitApplication,51578828\nBugfix_WlanSaveTemporaryProfile,51578711\nAppExAliasAbsPath,51578581\nServicing_tcpip_autoportreuse,51577606\nTrustedRoots_Flighting_51577548,51577548\nServicing_EditionQueryForContainers,51576482\nPayNowAutoLaunchValueBanner,51576196\nMSRC88491_51575332,51575332\nServicing_CopilotPWA_StampInstalledForSysprep_51574654,51574654\nMSRC88482_51570952,51570952\nNXTDefaultDelayLockInterval,51569191\nMediaCaptureVideoCaptureColorSpaceFix,51569143\nServicing_RebootlessBackgroundTaskSupport,51569115\nMSRC88479_51568965,51568965\nEnableRicheditCore,51568282\nBugFixCassLoadApi_51568279,51568279\nServicing_FlightSettings_LcuIdRegression,51566757\nServicing_VbBackportWin32ReconversionIssue,51566567\nServicing_AudioHangFullLkdCollection,51550807\nMSRC88454_51549942,51549942\nFileExplorer_Home_DateAccessedFix,51549767\nServicing_OmadmclientCertCompare,51546953\nServicing_AddPackageRequeue,51544517\nContainment_UUS_RemoveSBCCode_51544240,51544240\nServicing_SBE_Special_FCK,51544114\nDL51543428,51543428\nProvisioningPackages_NXT,51542650\nDeviceMetadata_LocalOnly,51541241\nFixClearDeviceHistory,51540319\nQueueLaunchOnUnlock,51540178\nMSRC88440_51539923,51539923\nMSRC88439_51539884,51539884\nID51538523,51538523\nMuse_Settings_Invalid_Active_Hours,51535837\nPAD6420,51535398\nDSSTest,51534709\nServicing_RebaseScavengeDeadlockFix_51533475,51533475\n4c96145c34e1416f9d2a8904116f43a5,51532159\nMRUCRHT,51529424\nc5805dcc8d41431699c109181ef7bc5f,51527781\nServicing_MrmCorerIntegerOverflowMSRC88420,51512768\nWuSettings_UpdateSettingsManagedStatus_51504566,51504566\nServicing_Bug51504345,51504345\nAvoidCheckingVisibilityForHookEventHide,51503750\nD3DAndDXGIReportRGBMPOSupport,51492859\nShellUIHostCoordinatorNickelBackport,51489859\nServicing_IppWpad_51489356,51489356\nIsCallerInteractive,51485483\nMSRC88411_51483258,51483258\nMSRC88411_51483256,51483256\nMSRC88411_51483253,51483253\nMSRC88411_51483248,51483248\nBugFix51482192_ImeNotificationWatcherCrash,51482192\nMSRC88402_51481333,51481333\nCollectFullLiveKernelDump,51480241\nSetSearchResultsBeforeStatusUpdate,51465073\nDDisplayDirtyRects_51462862,51462862\nContainment_UUS_ClearFlyoutFlags_51462681,51462681\nTailoredScoobeODSignUp_51461459,51461459\nServicing_UnexpectedCopilotPWAInstallOnSkus,51459758\nContainment_UUS_OutOfScopeUpdates_51459664,51459664\nServicing_WidgetsRDSH,51459613\nServicing_ClusterUpgradePluginSAP,51455815\nServicing_RecallConsentPage,51454687\nServicing_StampCopilotPWAInstalledForSysprep_51453701,51453701\nHideStoreVerbsOnServer_51450353,51450353\nTTDOSH,51448529\nServicing_CompatAppraiserMaxThreadCount,51448428\nUseUndockedStartForPinMigration,51447940\nServicing_ITManagementPolicy_51446536,51446536\nIRISCacheConfigChange,51443862\n13dafc55b7395cb883e82102cbdefcd2_51442169,51442169\nBugfix_PassingRapidHpdInfoInSDC,51440112\nServicing_CommandsMode,51439909\nNetworkUX_BugFix_51424507,51424507\ndfce0f0a85ae43be975a67bba6322093,51409649\nServicing_PrivacySettingsPageFlicker,51408452\nFixAccessViolationBugLocationSession,51407819\nID51407079,51407079\nServicing_Changing_CipherSuite_51406589,51406589\nAdminlessConsumerConfig,51406324\nMSRC88363_51406290,51406290\nContainment_UUS_v14_51405773_DhcpOptionNullTerminator,51405773\nMSRC88359_51405186,51405186\nAvoidCheckingVisibilityForHookEventForeground,51405009\nServicing_LSAPerformanceCounterUpdatesBackport,51404916\nCompositionUsageTelemetry_51403001,51403001\nContainment_UUS_RefactorGDR_51402841,51402841\nDisableSharingViolationToast,51402663\nMSRC88348_51402083,51402083\nWinREAgent_SaveCanDeleteList,51401534\nMSRC88344_51399567,51399567\nServicing_Not_Nested_3,51397430\nServicing_StickyNotesAPIs,51396357\nServicing_WinPEWMIDeadalockFix,51385668\nServicing_ContainerCleanUpBeforeCreation_51378781,51378781\nMSRC88334_51378733,51378733\nContainment_UUS_FUHeuristic_51377535,51377535\nServicing_LsaAutologgerFix,51375872\nServicing_PkinitFallbackFix,51375851\nServicing_FCONMetadata_51373984,51373984\nID51373487,51373487\nMSRC88314_51369035,51369035\nServicing_AddSBATSupportInSecureBootAI_51368537,51368537\nServicing_AddSBATSupportInSecureBootAI_51368495,51368495\nID51367344,51367344\nServicing_CBA_SendPRTOnLogon_51363636,51363636\nCBA_SendOldPRTOnNetworkLogon,51363633\nILS,51361879\nTB396,51360396\nSCIBF7dTest,51359559\nFFCF,51349637\nTL063,51345063\nTL959,51344959\nTriggerDesktopBridgePinMigrationOnPackageUpdate,51304479\nServicing_CBSFODLPReservicing,51299134\nServicing_IppWpad_51292811,51292811\nServicing_ClusterSSUFilterFix,51291249\nServicing_MFTEnumExCacheByPassForCamera,51290874\nMSRC88269_51289671,51289671\nBugfix_WallpaperTaskCleanup,51285421\nMuse_Settings_AllowOptionalUpdate_ToggleFix,51280130\nCensus_Remove_EnableLogging,51275296\nServicing_Wow64DefenderClientLoad_51254353,51254353\nServicing_Wow64DefenderClientLoad_51254211,51254211\nPrintPlatformStabilizationFixes_2407,51252780\nCDMLite2407,51251641\nReFSDedupSvc_Fix_Dedup_Scrub,51251183\nShortUserPresenceTimeout,51247650\nServicing_HibernateIdleSettings_51246607,51246607\nServicing_GPPreferencesIssueInOneWayTrusts_51245983,51245983\nCCIB,51241633\nUpdatedHDRSettings,51228992\nServicing_StampCopilotPWAInstalledForSysprep_51221062,51221062\nServicing_FixSSUSkipCondition,51220080\nServicing_MUMServicingWinRE_51218567,51218567\nServicing_AlwaysProductKeyForOSActivation_51217964,51217964\nServicing_AlwaysProductKeyForOSActivation_51217952,51217952\nHideNearShareSettingsOnServer,51210662\nServicing_Cldflt_Purgable_EA_Telemetry,51210396\nIconLoadTIPFix_Ni_Backport,51210158\nServicing_LogmanStopHangFix,51209057\nServicing_CopilotPWA_DisableOtherEntryPoints,51208909\nServicing_CopilotPWA_HardwareKeyWin10,51207874\nServicing_CopilotPWA_PinToTaskbarOnLogon,51207788\nServicing_CopilotPWA_InstallOnLogon,51207760\nServicing_CopilotPWA_PrimaryKey,51207571\nServicing_CurrentVersionUpdateNoData_51207061,51207061\nRSExWOA,51206174\nServicing_CBSTurboContainerFix_51204016,51204016\nMitigateSpartanSubdomains,51202700\nFixAttributeRefresh,51195101\nGE_EssentialsBundle_C,51190848\nGE_EssentialsBundle_B,51190812\nGE_EssentialsBundle_A,51190751\nMSRC88215_51186834,51186834\nOobeCloudNavMesh,51185170\nServicing_ExpandLcuBlockForContainers_51185077,51185077\nServicing_FileExplorer_CopyEngineNarratorFix,51165104\nOAMAWLE7dTest,51162520\nMSRC88178_51160578,51160578\nEditionCommonSchema,51158824\nAllowUserActivityLookupForMultiAppPackages,51156718\nIntelligenceInTextAndImage,51155566\nID51155027,51155027\nFirewall_BugFixes_2409,51153219\nPinnedPackages,51153171\nNpuProcessAttribution,51150923\nHDRSustainabilityTelemetry,51145502\nServicing_JumplistActivatingTwiceFix,51143577\nMSRC88169_51140770,51140770\nServicing_SmartInstallCloudSku_51138273,51138273\nServicing_SmartInstallCloudSku_51138135,51138135\nServicing_PolicyExtensionLocksPreventsServicing,51138078\nServicing_ServicingIssueDueToPolicyLibLock,51137904\nServicing_GipGenericCommand,51137062\nServicing_RebaseBaselineOverBaseline,51136552\nContainment_UUS_CurrentVersionScan_51135582,51135582\nBugFix51133813,51133813\nContainment_UUS_v14_51129833_UnlimitedDOAbsoluteMaxCacheSize,51129833\nMSRC88157_51126091,51126091\nServicing_PszTargetName_51124739,51124739\nLoadFix,51119082\nLexicalSearch_VideoExtended,51118741\nLexicalSearch_Video,51118727\nCheckUserScopeHideRecommendedSectionPolicy,51110502\nServicing_HP_PSA_Crash_51105705,51105705\nAssetsWithExtension,51105633\nServicing_HotpatchWithReoffer,51102786\nUnifiedConsentDefaultValueRegionApplicable,51102360\nWUModernStandbyImprovements_51099995,51099995\nServicing_SCC_ActivatePluginNullCheck_51095868,51095868\nContainment_UUS_GetNetworkCostRefactor_51094813,51094813\nMSRC88132_51092846,51092846\nMSRC88127_51092541,51092541\nMSRC88120_51091979,51091979\na5ffe38045374b7f8a032ec59b5dd0ef,51087964\nServicing_UDWMLeakedGlassSheetFix,51037600\nServicing_Include_Register_RequireAsciiSamName,51026015\nID51025379,51025379\nRemoveTabletPostureFRE,51025107\nCopilotForImage,51024982\nBackport_PermanentIdTipTestFixes,51024404\nCapture_RequestFrameAPI,51020604\nFixActiveRuleId,51020329\nMSRC88102_51019596,51019596\nMove_Renew_To_EnrollmentService,51018766\nInventory_GetAppInfo2_NoDelay,51018233\nRestoreManufacturerHeader,51017189\nImproveSnapFlyoutSuggestions,51016952\nWISE_ThreadingFix,51011842\nMSRC88082_51010259,51010259\nCompsurfSwapchainTransform,51009903\nServicing_SFC_Unbind_Removal_51006801,51006801\nBANSA,51005721\nCD2408_VAFixesNi,51005399\nOobeLanguageCustomShowProgressTimeout,50998787\nContainment_UUS_OneSettingsPolicyCheck_50996870,50996870\nAllowBypassStartMenuPackageHostCheck,50994793\nServicing_UwfServicingModeFinalizeLockIssue,50993161\nServicing_UwfCfgSetServicingModeLockIssue,50993157\nContainment_UUS_OOBEApprovedOnExpeditedScans_50992816,50992816\nServicing_SCC_ActivatePluginNullCheck_50992570,50992570\nWdfWUDFHostProblem2ReportModuleName,50986058\nSTFWBF7dTest,50980986\nCotextualCopilotActionsOnStartRecommended,50980255\nServicing_DriverVerifierGuiTriageContext,50978176\nSnapLaunchProtocol_50976353,50976353\nCMAISSTest,50968699\nCapture_DisconnectFix,50966150\nContainment_UUS_FixRebootNotificationCadence_50958274,50958274\nUnifiedConsentCoordinatorTVSFixes_50956495,50956495\nSHINE_2408_Bugs,50955614\nMultimonPrimaryMinFrequency,50955371\nMSRC88029_50951990,50951990\nOrgMsgBackport,50948264\nAppraiser_MaxThread_RegOverride,50947817\nServicing_PointsOfFlexibilityTipIncludesTelemetryId_50947270,50947270\nAppSiloSparsePackageLaunch,50947119\nSHINE_2409_Bugs,50946844\nServicing_AudiosrvSaResource,50946671\nWebAccountUPNFix,50937614\nMeContactBugs6d,50933332\nPSSBG7dTest,50931274\nGetCuReF,50930498\nIPS50918696,50918696\nServicing_Containers_MapHostCatalogs,50916384\nRemoveSleepWhenQueryingContextMenu,50916038\nDoNotHardlinkCodecFiles_50915942,50915942\nSearchBoxIcon_StartDockedComponent,50915590\nInteraction_NullptrSmackdown,50915548\nGui_TriageContext,50913527\nServicing_DisplayRefreshRateSettingDeadlockFix,50911880\nUCPD_NEWDENYLIST,50910371\nRollbackOnAICrash,50908255\nCompositionUsageTelemetry_50907720,50907720\nServicing_CBA_SendPRTOnLogon_50901012,50901012\nServicing_GDIScaledAppsWrongContentPosition_50900553,50900553\nServicing_ModeChangeAnimationEnable,50899785\nSMPNI,50897220\nServicing_PhoneLinkNetworkConsent,50890930\nServicing_NarratorOptinPanel_50889992,50889992\nServicing_NarratorOptinItem_50889636,50889636\nServicing_QuickAction_50889411,50889411\nQueryParseTimeoutTimes,50885993\nServicing_RebaseScavengeDeadlockFix_50885861,50885861\nServicing_MUMServicingWinRE_50882089,50882089\nServicing_LocationPromptForWiFiAdapterFactoryFunctions,50881189\nGetDefaultAccountTokenCXHHelper,50881018\nPassCallerUriArgs,50880979\n5087_9031,50879031\nServicing_PaygoFuzzing,50878818\nDLORB,50878630\nDL50873979,50873979\nServicing_UninstallInstallGroup,50866313\nCDVACRM,50860414\nServicing_NdisMDmaChannelFailure,50857951\nWindowsBackupFTU_50855378,50855378\nServicing_JpnIhdsMemoryLeakFix_50854741,50854741\nMuse_Settings_HistoryInitFix,50852270\nCD2408_VASDBF,50835274\nServicing_TaskbarSnapGroupMatchHwnd,50783360\nWinUSBReliability,50776981\nFastReconnectWithAADCreds,50776650\nMFACheckInClipRenew_HandleAccessDenied_50774797,50774797\nMSRC87918_50761919,50761919\nMSRC86131_50759704,50759704\nSnapLauncherAPI,50759055\nNfcCx_IdleWithSleepReq_Bugfix,50740518\nMSRC87642_50739946,50739946\nDDisplayReliability,50735495\nServicing_HibernateIdleSettings_50734189,50734189\nFederatedSignInGamingOverlayBugFix_50733973,50733973\n2f52270c66ec426aaeab9897ea95f253,50733819\nMPODisplayAdapterLuid,50728999\nIrisContextNoTe,50727752\nServicing_BitLockerMetadataExtensionForCVM_50727684,50727684\nServicing_BitLockerMetadataExtensionForCVM_50727637,50727637\nContainment_UUS_OOBEApprovedOnExpeditedScans_50726568,50726568\nMSRC86883_50724843,50724843\nUnifiedConsentSyncTimeTriggerEnablement_50724635,50724635\nServicing_Copy_UserName_50724591,50724591\nServicing_Copy_UserName_50724557,50724557\nServicing_CorporateIdentifiersSupport,50724547\nUserTileConcurrencyFixes_50724508,50724508\nReFS_Fix_Asi_Format,50723397\nMSRC87906_50722903,50722903\nIsolatedMachinePasswordAuditByDefault,50719657\nServicing_DsbTelemetryFixes_50714696,50714696\nMSRC87899_50713245,50713245\nServicing_FileExplorerSearchDispatcherTimerLeak_50712415,50712415\nCadmusMPO,50710620\nServicing_PszTargetName_50709482,50709482\nMSRC87641_50707122,50707122\nServicing_MDEDecoupleConfigFromCapMan,50701838\nSMT,50698724\nBugFix_PassingLocalisedStringtoCredUI,50696807\nBugfix_50694055,50694055\nMSRC88281_50693616,50693616\nServicing_CBSTurboContainerFix_50693259,50693259\nBleepWave2,50692177\nXboxGamepadSupport_50692135,50692135\nMSRC87883_50692063,50692063\nContainment_UUS_NdupPropertiesMarkOobeApproved_50691842,50691842\nServicing_ValidateRangesReceived,50691303\nMSRC87669_50691299,50691299\nKFMC_50690570,50690570\nAASPolicyNotify_50690565,50690565\nBackupStNotify_50690558,50690558\nNotificationMaintenanceTrigger_50690548,50690548\nBackupNotify_50690529,50690529\nBackgroundTU_50690508,50690508\nServicing_EditionPartA,50689305\nMSRC87875_50688134,50688134\nMuse_Settings_SchedulingInMinutes,50687791\nServicing_XuidPartARestrictions_50687277,50687277\nServicing_XuidPartARestrictions_50687271,50687271\nServicing_XuidPartARestrictions_50687111,50687111\nServicing_MetricAppDataFix_50682460,50682460\nServicing_MetricAppDataFix_50675899,50675899\nServicing_TelSyntheticProductFix_50675857,50675857\nServicing_TelSyntheticProductFix_50674316,50674316\nServicing_TelSyntheticProductFix_50674072,50674072\nServicing_DisplaySettingsShowSliderOnAllInOneDevices,50673808\nClipboardEdpManagedCheck,50662425\nServicing_PhantomPackageRepair,50660650\nSCFFATest,50658022\nSCFFMTest,50657999\nNTFFreq_50657875,50657875\nb0561c8963fb42ccb0dd27aeda069ba8,50657384\n8283cfaadd004642a259063ea15fce36_50656637,50656637\nServicing_MediaEngineSyncD3DDeviceCreationIssue,50656427\nServicing_TouchpadSnapTelemetryAssert,50653738\nServicing_DBUpdate_External_Rollout_50653443,50653443\nServicing_DBUpdate_External_Rollout_50653416,50653416\nServicing_RebootlessIdleFix,50652644\nMSRC87850_50651792,50651792\nETWBufferCountSameMinMax,50651429\nRemoveTipsLinks,50648833\nBugfix_50648763,50648763\nMSRC87386_50646767,50646767\nNTF7D_50638759,50638759\nMSRC87836_50631908,50631908\nMSRC87835_50631885,50631885\nMSRC87834_50631820,50631820\nServicing_UpdateIdMismatch,50631473\nMSRC87830_50630507,50630507\nMSRC87829_50630378,50630378\nServicing_SysDeleteKeyCrash_50630221,50630221\nContainment_UUS_UXAIHistoryCategory_50629990,50629990\nServicing_DriverServiceFailureAction,50629963\nServicing_IEFrameShutdownDelayFix_50629139,50629139\nServicing_IEFrameShutdownDelayFix_50629136,50629136\nServicing_IEFrameShutdownDelayFix_50629134,50629134\nTaskbarIconPresentationTelemetry,50628891\nSharedPasskeyDependencies,50627524\nFlyoutStatesTelemetry,50627503\nServicing_StageFilesIntoPendedContent_50627414,50627414\nContainment_UUS_v14_50627404_ReportMccErrorForPHF,50627404\nServicing_SurfaceLaptopSEAutopilotIssue,50626874\nServicing_SVNBlockingSystemBootManager_50625696,50625696\nServicing_SVNBlockingSystemBootManager_50625667,50625667\nServicing_SVNBlockingSystemBootManager_50625648,50625648\nCD_MJPEG_MFT_Decoder_444_Support,50625444\nContainment_UUS_ToastCodeQL_50622556,50622556\nNetworkUX_BugFix_50620853,50620853\nServicing_SupportDenyDDC,50620152\n59e9d31a452b4840975b15be063c7300,50619826\n296c6422c65c41698a17f05c6575b23f,50619762\nBTCBF,50617828\nServicing_Opnum_Filter,50613711\nMTestAbShFSBH,50592616\nEnduserOOBEFlyoutBugFix,50592036\nServicing_DispBroker_FallbackToVirtualClone,50589003\nCimDeletePathFix,50587321\nServicing_MFPresentAt_LoopingPlaybackStall_50586036,50586036\nHDRWallpaperBrightness,50585158\nMSRC87532_50583939,50583939\nEnlightenSearchForSxS,50582951\nServerDefaultLayout,50582401\nManageAccountsRelatedLinkAccessibilityFix,50576712\nAADClientTLSOneDotThreeSupport,50574609\nContainment_UUS_BugFix_CurrentVersionUpdateUnexpected_50570650,50570650\nMTestAbShRQISept,50569668\nSSLBT_50569047,50569047\nEnsureUnsetImpressionIdTip,50568628\nMSRC87761_50568267,50568267\nContainment_UUS_InactiveHoursRefresh_50567298,50567298\nRewriteInWindow,50566996\nSearchWebByTextKW,50566956\nServicing_FileExplorer_ProgressDialogNarratorFix,50565903\nMSRC87750_50565718,50565718\nTestConfVal,50565295\nTestValidate,50565209\nTestConfVar,50564332\nServicing_BaselineAcquisitionMergingPackage,50564213\nSettingsDel,50564196\nContainment_UUS_FixSerializedDownload_50563205,50563205\nAVC_ClearLead_Moho_Chrome_AMD_and_Intel,50561271\nUxConfTest,50557073\nValConf,50556886\nWinBrandWithComApartmentSelection,50556241\nServicing_PKU2UInfLoopIssue_50554222,50554222\nServicing_PKU2UInfLoopIssue_50554220,50554220\nMSRC87727_50553884,50553884\nMSRC87726_50553816,50553816\nMSRC87725_50553751,50553751\nMSRC87723_50553153,50553153\nServicing_UnsetSblMaintenancemode_NonExistingDisks,50552999\nBugfix_50552411,50552411\nDL50551681,50551681\nEndTask_Bugfixes2407,50550889\nUndockedDEHVersionChecks,50549933\nDeviceAssociation_ge_10d_bugfixes,50494401\nContainment_UUS_Bugfix_TaskModified_50492621,50492621\nLauncherMeasureEvents,50491969\nNotificationMaintenanceTrigger_50489160,50489160\nShareBugFix7d,50485877\nServicing_StopDBDBXUpdateIfUpdateInProgress_50484206,50484206\nServicing_StopDBDBXUpdateIfUpdateInProgress_50484193,50484193\nServicing_StopDBDBXUpdateIfUpdateInProgress_50484172,50484172\nBugfix_BadWlanTriageConnectionFailedLog,50483398\nServicing_RenewalEventsSpikingSyncCount,50483159\nGE_10D_Cellular_Bugfixes,50481657\nServicing_ReinstallCurrentLCU,50481053\nSamsungMouseRenderingFix,50480746\nServicing_LoopbackStreamsShouldNotDuck,50480120\nMSRC87494_50477131,50477131\nServicing_MDELoadSenseDllCorrectly,50475637\nCorrectListOrderingForColorCpl,50471557\nServicing_SearchBoxEverywhere_SmallIconFix,50469518\nTPAIPATIPFixes,50469206\nTPAIITIPFixes,50469168\nServicing_PointsOfFlexibilityGleamFallbackTheme_50467861,50467861\nGM666,50466666\nFixCNBTR,50466459\nServicing_FileExplorerHomeSearchFix,50465617\nMSRC87667_50463196,50463196\nMSRC87665_50463014,50463014\nTouchHoldSettingFix,50462781\nWebsiteInfoFiltering,50460862\nColorThresholdsLightSensorApi,50460413\nHpdPsApi,50460138\nContainment_UUS_InstallAppForAllUsersStringFix_50459165,50459165\nNSTWF,50451615\nGDSIIF,50445776\nServicing_PofxPepReadyActivityCount,50439514\nDualEngine_BrokerCallDualEnginePostMessageOrBrokerCallAsfwAndWait,50434491\nMuse_Settings_Remove_Holistic_Error,50431768\nMTestAbShHTTU,50407370\nServicing_SCC_CancelInstallation_Events,50396409\nFileExplorer_InMarket_WinAppSDK1dot5_Backport,50395209\nParallelNodeCache,50395128\nRemoveStoreRequirementForSearchProviders_50394860,50394860\nReprocessFailedDataEvents,50394590\nServicing_SFCOfflineArm64,50394299\nAlwaysRepairSystemMetadataTLACEOnRegister,50393476\n713d88993f244fb28b4a55db409930dd,50392166\nServicing_SysDeleteKeyCrash_50391073,50391073\nFileExplorer_InMarket_24B_Backport,50390676\nUnprocessedEventsLimit,50390552\nc8ddda7ad5bc4bb4b32bc6a4465a43ec,50389189\nServicing_ScreenCaptureCrashFix,50388816\nKFMC_50383852,50383852\nMSRC87617_50383406,50383406\nMSRC87610_50381968,50381968\nMSRC87609_50381870,50381870\nDWMInkFlicker,50381656\nMSRC87606_50381632,50381632\nMSRC87604_50381409,50381409\nMSRC87598_50380700,50380700\nRemoveStoreRequirementForSearchProviders_50379950,50379950\nNetworkUX_Backport_10D,50347043\nServicing_BluetoothHfpHoldFix,50346090\nID50345160,50345160\nGetPrimaryAccountTokenCXHHelper,50345156\nMSRC87583_50344468,50344468\nRDXEWCS,50340463\nServicing_Appx_CentennialLaunchResilience_BadAppDataFolder,50309891\nServicing_AudioEffectsWnfCrash,50309748\nPdSTestCtUg,50309508\n5599eeb18d27402da17ed3a559f8f948,50309446\nID50308974,50308974\nID50308968,50308968\nID50308962,50308962\nCameraEffectsToastRegPath,50308124\nServicing_RestrictedStandbyReference,50307768\nCameraDMFTVersionSupport,50307669\nMSRC87574_50305950,50305950\nPrintPlatformStabilizationFixes_2406,50305573\nWUModernStandbyImprovements_50305300,50305300\nSteelixInlineNvmeCryptoEngine_50304065,50304065\nPartialProcessLimit,50303602\nInputSwitcherTipTestFix,50302163\nYUV_DRM_Fix,50302018\nSetEventWhenNonArpDisabledInactive,50301498\nPSSTest_50300583,50300583\nRulesConfigImprovements,50297098\nDispBrokerOptimizations,50294838\nOnDemandUsesMostRecentlyStaged,50294497\nServicing_MDMCertAttestationFailureMultipleWPJ,50294358\nServicing_MDMCertAttestationFailureMultipleWPJAccounts,50294353\nManagedCameraSupportUX,50292326\nFixMissingDDIVersionCheck,50292261\nAppSiloActivationOverride,50292181\nFixUAVSizeValidation,50292129\nServicing_MDMReaderForAutoRestartCountdownMinutes,50291430\nID50291163,50291163\nMSRC87535_50289275,50289275\nCompattelrunner_Gmd_Asl,50288680\nServicing_InitialInputProfileFix,50288275\nMuse_Settings_IPU_LoggingImprovement_50288096,50288096\nMuse_Settings_HideMosetupErrorInUx,50288057\nID50287681,50287681\nServicing_ArbiterLCUVersionCompare,50286887\nServicing_Media_AudioGraphCaptureQuantum_50286424,50286424\nDiWaLoThFi,50280084\nRetrieveAndCacheContinuable,50278032\nRestoreDatabaseFromImageMetadata,50277594\nServicing_MSIIntelPropertyPopulation,50277134\nDeclaredConfiguration_EnterpriseDesktopAppManagementCsp_Support,50275695\nSkipAdvancedColorPolicyFromInitVideo,50275337\nServicing_WinREAgent_Repartition,50275321\nBackNavigationToEulaPage,50274230\nServicing_RebaseMPInstallImprovements,50272635\nServicing_OsConfigSupportUserless,50269098\nContainment_UUS_v14_50267923_EmptyBufferAfterDecryption,50267923\nSearchBugs6d,50264919\nServicing_CurrentBuildNumberString,50264354\nWindowsBackupM365UU_50263893,50263893\nHideGlobalPromptSuppressionSwitch,50259444\nPcaWallpaperAppDetector,50258392\nWdfUmdfScmOpNew,50250067\nServicing_CBSReservesRebootRequired,50249130\nNetworkUX_BugFix_50239495,50239495\nPdSTestSmAO,50239112\nMSRC87442_50238871,50238871\nAIXDiscoveryCopilotIntegration,50238141\nServicing_FileExplorer_NavpaneNewFolder,50235585\nMSRC87437_50234971,50234971\nMSRC87431_50233361,50233361\nServicing_AccountPictureErrorAfterKB5036893Install,50230851\nBugfix_CddDisableClearDispModeFix,50229054\n0f8498a613ff4665910f9f73646d48f1,50228026\nServicing_DisableAllCopilotEntryPoints,50223223\nID50222972,50222972\nNXTLandingPage,50222711\nFeatureTuningRebootlessPipeline,50221999\nFTOnLastProcessPromotion,50221998\nFTOnReboot,50221997\nFeatureTuningPipeline,50221995\nFeatureTuningAPI,50221994\nServicing_ArgonContainerCommonSchema,50221983\nServicing_WorkQueueResetAndDeviceMFTEventInFlight,50219960\nAppNodeCacheLogging,50219195\nServicing_LocalProviderIndexingComponentActivationFix,50219172\nMSRC87402_50216742,50216742\nMSRC87401_50216405,50216405\n6D_BugFixes,50216275\nServicing_OnboardingSenseTerminateAfterClean,50213481\nCOBF,50212554\nSKAS,50210837\nWindowsBackupM365UU_50209798,50209798\nShellUIHostCoordinatorAppExtensionFixes,50206257\nSupportOSUpgradeForOTRPackages,50205457\nServicing_RefreshGmsaPasswords_Fix,50205382\nServicing_CBSRestartHandling_50204381,50204381\nCameraMediaFrameSourceGroupLegacy,50204276\nMSRC87382_50203813,50203813\nMSRC87381_50203692,50203692\nTest_Proxy_2503,50203215\nTest_Proxy_2502,50203200\nTest_Proxy_2501,50203185\nServicing_LifetimeManagerServiceRetryFix,50202619\nInitAndPolicyEnhancements_50202050,50202050\nContainment_UUS_AllowPCManagerUpdateForUO_50200788,50200788\nContainment_UUS_AllowPCManagerUpdateForUO_50200536,50200536\nCensus_CollectAllProcessorData,50198379\nPSSNSSFTest,50191158\nBugfix50190955_HKBopomofo,50190955\nDispBroker_ReturnLastSucceededStatus,50190925\nSACCF,50190902\nEnduserFlowsRemoveNarratorInstructionTimer,50183555\nServicing_Feeds_SignalForDifferentTimeDurationAcrossPreviews,50182101\nServicing_PendingSmartFeatureFix,50181614\nMSRC87338_50180720,50180720\nServicing_VidSchStatLock,50180372\nServicing_AddingBackRestartCountdownPolicy_50179913,50179913\nGeWin32kReliabilityJune2024,50179365\nLockWidgetCanvas,50179255\nEcoScoreBugFix,50179230\nBackgroundTU_50174355,50174355\nBackupStNotify_50174338,50174338\nBackupNotify_50174317,50174317\nServicing_QueryServiceAccessViolationsFix_50173170,50173170\nServicing_LenovoPenFunctionCallOmission,50169059\nWindowsBackupM365CU_50165534,50165534\nWindowsBackupM365CIU_50165516,50165516\nWindowsBackupSDCU_50165510,50165510\nBugfix_PrimaryTrackerCheckDisplayedPrimary,50164241\nServicing_RebootlessReportUsage,50163639\nGdiScaleFactorFix,50162720\nServicing_ADSD_Trust_Missing,50161665\nMSRC87313_50161641,50161641\nUndockedDEHRequeue,50160968\nFiltered_Capture_Infinite_Loop_Fix,50160819\nPGTBValuePropCard,50160744\nAASPolicyNotify_50160435,50160435\nServicing_HideSystemPackages_50159440,50159440\nMSRC87301_50159375,50159375\nServicing_DDisplay_GetMpoCapsNew,50158819\nServicing_FolderOnDemand_SearchHydrationFix_50157400,50157400\nContainment_UUS_PersistUserInitiatedReboot_50157117,50157117\nServicing_USOExtendedErrorAPIs,50156915\nMSRC87264_50155541,50155541\nMSRC87263_50155514,50155514\nNotifyOobeChange,50151666\nMTestAbShOSXY,50150578\nPTPKeyboardInjectionOrder,50148645\nBlockSemanticSearchQueriesOnBlocklistFailure,50148125\nIdsSoftBlock2,50147580\nServicing_RacePowerOffGdi_CheckMonitorResolution,50145438\nMSRC87209_50138637,50138637\nMuse_Settings_History_Grouping_Fix,50138376\nMSRC87205_50137116,50137116\nMSRC87203_50135818,50135818\nServicing_CFR_ChangeTime_Upgrade,50135075\nMSRC86656_50125053,50125053\nNiWin32kReliabilityJune2024,50124594\nMSRC84634_50123981,50123981\nDwmOverrideBorderMargins,50123822\nServicing_WslMsiExecution_50123766,50123766\nFixing2ndMonitorAEPOverlap,50123717\nMSRC86685_50121221,50121221\nMSRC86453_50121096,50121096\nMSRC86192_50121013,50121013\nMultiModel_Fix,50116660\nFixTextBlockAccessibilityInNativeButton,50115844\nFixVASMDR,50114715\nPSSBG6dTest,50111032\nServicing_LanguagePackEnumPerfFix_50109719,50109719\nServicing_DispBroker_OnlyUpdateDatabaseIfApplied,50107038\nServicing_SMBLeaseEpochFix,50106841\nDeferredPackageRemoval,50106489\nDeviceMetadata_Replacement,50105274\nSearchHomeRenderTip,50104895\nFileExplorer_InMarket_24B,50104492\nServicing_WslMsiExecution_50104230,50104230\nMSRC86490_50103439,50103439\nMSRC87143_50103182,50103182\nServicing_VbIoTWWANCell,50102558\nServicing_SystemExecutableAsDesktopApp,50101851\nServicing_EventLogMatchIds,50101503\nContainment_UUS_v14_50101394_DOVpnKeywords,50101394\nSAC_MSI_Telemetry,50100264\nMSRC86665_50099612,50099612\nServicing_WDACMemoryLeakPerCall_50099559,50099559\nServicing_WDACMemoryLeakPerCall_50099557,50099557\nMSRC87125_50097292,50097292\nMSRC87124_50096678,50096678\nMSRC87123_50096553,50096553\nServicing_MDESmartScreenHangFix,50092413\nDefaultIdExceptionContainment_50090769,50090769\nServicing_CameraSettings_DisableEnableFix,50089491\nNetworkUX_BugFix_50089372,50089372\nMSRC86687_50089128,50089128\nCapture_TabFilteringTypo,50087890\nServicing_IsOperatingInDownlevelMode,50087286\nServicing_CodeIntegrityManagementReporting,50087056\nContainment_UUS_Feature_CancelReasons_50086872,50086872\nServicing_Fix_TVSWarning_RegisterClientCBS_FWService,50086760\nNDPQuality2406,50086529\nServicing_AudiosrvDestroyStreamCrash,50086149\nServicing_ConstraintDeadlock,50086138\nServicing_DXGI_AutoSRUndoResQuirksIfNoPackage,50085700\nAdaptiveDrainExperiments,50085677\nServicing_DXGI_AutoSRVerticalTearing,50085411\nSignalManager_SRUMLeakFix,50085120\nServicing_ProtectedCodecSwitch_50084915,50084915\nDesktopSpotlightSxSSupport,50083170\nServicing_PrintScanTwainDriverCrash,50082853\nServicing_InProcMediaExtensionDllUnloadPlatformShutdownFix,50082287\nServicing_RelaxBlockForHPDevices_50082161,50082161\nServicing_QueryBlockListAllowsQueries_50081867,50081867\nServicing_STSTimeBugfix,50081550\nServicing_Skip_Package_Status_Modified,50081497\nNXTWebApps_LanguageMenu,50081389\nServicing_RelaxBlockForHPDevices_50081380,50081380\nServicing_RelaxBlockForHPDevices_50081323,50081323\nServicing_BluetoothHogpNotifyPresenceSynchronization,50080848\nMSRC86667_50080639,50080639\nVAPBF,50076593\nNetworkUX_BugFix_50075719,50075719\nAppInventory_NetworkPathFix,50075202\nWindowsBackupFTU_50072770,50072770\nMSRC86644_50071840,50071840\nInstantHAADJ_50067161,50067161\nExplorerLeakCompositionOnShutdown,50066185\nSearchTopStoreApps,50065374\nToastsInSlui,50065219\nServicing_ConfigRefresh_50064969,50064969\nDesktopSpotlightPeriodicUpgrade,50064370\nDoNotExcludeNullKindFilesFromAllScope,50064304\nServicing_SearchDsbPofTipFix,50063771\nServicing_CrashOnSleepEntry,50063730\nServicing_StagingRaceConditionFix,50062843\nWindowsBackupWVLCF,50062611\nUCPD_ANTIUIA,50054740\nUCPD_ANTIINJECTION,50054602\nServicing_SourceResolutionCancellationLeakFix,50052560\nDWMResourceUsageS0,50050836\nServicing_Capture_Picker_50049968,50049968\nServicing_Capture_Picker_50049963,50049963\nNfcCx_StressCrash_Bugfix,50049896\nContainment_UUS_WatcherDownloadAPI_50045289,50045289\nMissingThisPCCategorizerStrings,50045005\nVAIOC,50044725\nServicing_SecureZeroPassword,50044297\nWinsasGe5DProposedFixes,50043986\nTerminateAndActivateApplicationAumidCaseCheck,50040324\nD3D11ShaderAccessRestrictedResource,50036719\nNetworkListManager_NetworkEventDebounce,50033830\nImprovedMemoryTelemetry,50027266\nTypeToSearchTip,50027259\nBugfix_50021738,50021738\nNetworkUX_BugFix_50017895,50017895\nBugfix_50013617,50013617\nGeWin32kReliabilityJuly2024,50012660\nPrintAdvInstIppFix,50006585\nMSRC86959_50005951,50005951\nRobocopyCZDirPathRecursionFixes,50005844\nID50005657,50005657\nBrain_RestrictTelemetryAddP3Always_Containment,50004919\nServicing_PredictionToleranceFix,50004740\nMuse_FriendlyErrorMsg_50004466,50004466\nMCGEBugFixBackport,50003213\nServicing_Color_PreventCrashOnQueuedRefresh,50002538\nOfficeAddinMatchingPlugin_PerformanceFix,49992839\nAppCompat_DataCollection_Backup_Policy,49992001\nMuse_Settings_HideIpuInfoBar_Server,49985640\nMSRC86947_49985338,49985338\nServicing_SandboxFail_PendingOperation_49985120,49985120\nNNVDDLI,49984487\nServicing_EcPointFormats,49974810\nServicing_Ec_Point_Formats,49974212\nServicing_HP_PSA_Crash_49930370,49930370\nServicing_DisplayHandler_CheckMinimumRefeshRate,49930235\nFixSMAAFF,49929661\nBugfix49927939_CHS,49927939\nFixBlackBoxesOnLogonScreen,49927659\nServicing_FodRemovalDeadlock_49926703,49926703\nMSRC86686_49925596,49925596\nMSRC86327_49925507,49925507\nMSRC86615_49925472,49925472\nBugFix49925147,49925147\nServicing_Enforce_FoD_Add_Compliance_49925028,49925028\nDeviceSetup_Bugfix,49924497\nMSRC86928_49924492,49924492\nServicing_VsmUtilsOldVelocityDefaultState,49922091\nBugfix_49920750,49920750\nMSRC86932_49919933,49919933\nUseOpenProcessForOLEACC,49918560\nMSRC86929_49918104,49918104\nServicing_CustomShellExtensionAddressBarFix_49916753,49916753\nServicing_GpRebootless,49915661\nCopilotFrameFunctionalityCheck,49911265\nServicing_AudioClientInitNotFound_49910842,49910842\nServicing_EnergyDllMutableGlobals,49910134\nServicing_SPRUnregisteredDevices,49910076\nMSRC86914_49904198,49904198\nLexicalSearch_Audio,49860202\nCadBugs,49822849\nClearRegistrationRequiredBlockingPackageStatusesForOTR,49822509\nServicing_GameInputBtShareButton,49822099\nCapsCheckDFlipOnMPO,49821627\nWindowServiceForStartScreenManagerAPI,49820095\nMSRC86902_49818367,49818367\nMC2406BugFixes,49818167\nFileExplorerSyncFlyoutTab_HideIfCommandsNotSupported,49816101\nDisplayMux_PostGeRtmFixes,49815597\nServicing_ExpediteNextReboot_49811837,49811837\nServicing_SurfaceHubNewBootMgrOptInIssue,49810487\nLogCriticalUserEngagementTelemetry,49805431\nPreinstallPCManagerByUO,49805075\nChangePathRegistryKeyForMFAFeature,49803604\nBugfix_PcaPplShow,49803390\nCloudProviderStatusAPI_49802581,49802581\nServicing_DispBroker_DonotApplyEmptyState,49802279\nFileExplorerSyncFlyoutTab,49802016\nServicing_SHQUNS_QuietPeriod,49801380\nServicing_Sandbox_MissingFiles_49801371,49801371\nMSRC86581_49800706,49800706\nMuse_Settings_RemoveUxAccess_PolicyImprovement,49800102\nCastDiscoverability_DevicesLoaded,49799212\nMSRC85322_49796288,49796288\nDolbyVisionAndUpdatedHdrUx,49793372\nServicing_TransmogMissingPackageFix_49792578,49792578\nServicing_BatchedPresentCausesFlashTearing,49786892\nServicing_MDERestartCapabilities,49783691\nHoldingModeChangeLockwhenCheckingMonitorPowerState,49780181\nServicing_ResolvingEmptyStringProcessName,49780088\nLsaAdtEmptyStr,49780086\nBugFix_ConvertLegacyTargetId,49779448\nCD2406VABugFixesForGE,49777971\nServicing_DeadlockOnConnectDisconnectLock,49775453\nServicing_Qualcomm_Detection_49774870,49774870\nServicing_Qualcomm_Detection_49774857,49774857\nServicing_Qualcomm_Detection_49774848,49774848\nServicing_Fix_bsod_appxdeploymentclient_nullptr,49774703\nServicing_Media_PresentedContent_PlaybackLoopStall,49774464\nCameraWatchdogFingerprint,49773418\nATFOI_Test_AIX,49773224\nServicing_FileExplorer_ContextMenuAccessKeysFix,49770822\nPredictionBiasCorrection,49770345\nMSRC86848_49769292,49769292\nServicing_SSOAppGroupInTokenForDMARestriction,49768596\nOneDriveOloobeUrl,49768484\nServicing_DMClientFailsWhenAddSentToPFNNode,49767836\nNotifyOnPolicyChange,49767564\nSFS_CD_BugFixes_2406,49766340\nShowSearchBoxInMultipleMonitors,49764634\nServicing_CBSLCUUninstall,49762303\nWindowsBackupM365CIU_49761931,49761931\nWindowsBackupM365CU_49761922,49761922\nWindowsBackupSDCU_49761809,49761809\n8b7deeeb52e04e58a23fc6e9d7a3f122,49759314\nDisplaySearchSettingsForStandardUsers,49757605\nServicing_DeviceLicensingUniqueMutex,49757601\nRedund_File,49755561\nWall_Back,49755133\nServicing_ScavengeBaselineEditionPackages,49754531\nf3bdcb1627155811d48c5ae56376deda,49753995\nCopilotNudges_V2Bugfix,49753773\nServicing_DDV_doublefree,49734929\nMuse_Settings_DisplayHeroButton_PausePolicies,49729220\nContainment_UUS_BugFix_PerformActionProgress_49729144,49729144\nMuse_Settings_AddWuCharmCondition,49727580\nContainment_UUS_Bugfix_AllowMoUsoCoreWorkerToIdleToExit_49726585,49726585\nMuse_Settings_Use_USO_Callbacks,49726033\nPSSOACCFTest,49725883\nFixDateFormatForEastAsianRecall,49725743\nServicing_SnapEAAImmersiveShellHangFix,49725434\nContainment_UUS_UXDowntimeEvaluationTimeout_49725400,49725400\nUpdateSpoolerTraceTech,49723790\nRulesEngineMultiSessionDisablement,49722927\nServicing_HEATPenIdFix,49722757\nID49718509,49718509\nAppInv_Android_Cleanup,49716677\nMSRC86792_49714647,49714647\nContainment_UUS_v14_49709355_MccFromKvShownAsFromPolicy,49709355\nWindowsBackupODSST,49708390\nWindowsBackupODSS,49708338\nServicing_BlockHPMachinesWithFirmware_49707496,49707496\n4970_3878,49703878\nMuse_Settings_WrongForcedMessage,49702841\nServicing_MsfteditGB18030_2022_49702579,49702579\nAggresiveExceptionHandling,49702497\nServicing_Enforce_FoD_Add_Compliance_49702396,49702396\nServicing_ShowCastInQuickActionsIfWFDSConMgrLoaded_49701881,49701881\nMTestAbShFreUpLi,49700528\nServicing_NCSI_FixLeakingExceptions,49700386\nVerbosePantherLog_ForPrepUserOOBEDiagnosis,49697603\nMuse_Settings_COMLeakFix,49689860\nMTestAbShMWOA,49689210\nCadTest,49688645\nBackgroundBatchProcessingEventLimit,49688135\nBugfix_49687435,49687435\nMSRC86767_49686646,49686646\nPnpUtil_XmlOutput,49686528\nServicing_MFAudioCnv_AES_SampleProtection,49686343\nBugfix_49686287,49686287\nCopilotNudges_FileDrag,49684526\nTPMAttestationProvisioningDiagnostics,49684405\nTaskbarDefaultIconFallback,49683902\nCapture_WindowRootSelection,49683563\nFileExplorer_InMarket_24A_Backport,49682398\nContainment_UUS_ExtendedErrors_49682220,49682220\nServicing_CameraWatchdogFullDumpGeneration,49681943\nServicing_DefaultBundleFirstLaunch_49680909,49680909\nServicing_SecurityDescriptorConditionalACEIssue,49680893\nServicing_SBUEFI_DBX2024_49680384,49680384\nServicing_SBUEFI_DBX2024_49680318,49680318\nServicing_C7P7q8k9,49680032\nStorageAPIsJsonObjectSupport_49680014,49680014\nServicing_y7C9r7C6,49679968\nAppraiser_DecisionEvents_Cleanup,49679448\nAppCompat_DataCollection_Policy,49679257\nTriage_MobileHotspot,49678712\nOMPH,49673449\nWBBEFB,49673274\nFixGarrulousCheckContainerTelemetry,49669994\nHEATPenIdFix,49669976\nFixSecondaryScreenTaskbarSearchControlFocus,49669772\nCensus_CollectBaseboardManufacturer,49668957\nContainment_UUS_Bugfix_AllowMoUsoCoreWorkerToIdleToExit_49668955,49668955\nAppInv_NoRegex,49668936\nCDMLiteSystemProviderUdk,49668827\nInventoryWatchdog_ResourceMonitoring,49668776\nServicing_CheckLayoutAllowedByPolicy_49668690,49668690\nServicing_BaselineAcquisitionFix,49668334\nServicing_UwfCfgServicingModeMissingFinalizeCall,49668240\nMSRC85169_49668112,49668112\nMSRC86719_49667995,49667995\nServicing_BlockHPMachinesWithFirmware_49667845,49667845\nServicing_BlockHPMachinesWithFirmware_49667741,49667741\nServicing_RebaseOnHopatchMonth,49667411\nDeveloperCohorts_49666949,49666949\nBootWithDes,49666675\nTipCrashAwareness_49666529,49666529\nHotkeyForSpeakforme,49666413\nSettingsPersonalizedOffers,49666228\nWindowsBackupABMSARE,49660475\nHRPCFDL,49655762\nServicing_UWFShutdownRestart_49653200,49653200\nServicing_UWFShutdownRestart_49653197,49653197\nSuggestionTriggerCondition,49652730\nCameraDefaultConfigPayloadInit,49652245\nServicing_Feeds_ImproveFeedsStartupPerformance,49652136\nCompositionTextureDirtyRectsUsage_49651217,49651217\nServicing_DO_MccHostConfigUpdates_49650105,49650105\nMSRC86704_49649841,49649841\nMSRC86700_49648632,49648632\nAdminless_49648593_2403,49648593\n8bb25db765314f089402a2b02e89352e,49646220\n8d11c6bddbd349a3a4fa3b603ba34ca6,49646204\nServicing_SecondaryTaskbarUpdateSize,49645819\nServicing_Get_Windows_Package_CrashFix,49645280\nServicing_RecoveryDrive_CopyEXBINS_49644942,49644942\nMJPEG_DXVA_IMP_2409,49642928\nServicing_ConstraintStreamDestroy,49641428\nMediaQI2409,49631999\nCameraQI2409,49628077\nMSRC86668_49618591,49618591\nCapture_CaptureItemType_Backport,49616265\nTIPPreserveUDKReasonNames,49616208\nCloudStoreCollectionItemsOptions_49615603,49615603\nServicing_GPPreferencesIssueInOneWayTrusts_49615496,49615496\nNativeNVMeStackUpdateGeContinuousDelivery_SN0,49613284\nPrintPlatformStabilizationFixes_2409,49613256\nPrintAccessibilityFixes_2409,49612667\nRevamp_AlertBanner,49612571\nServicing_Sandbox_MissingFiles_49611800,49611800\nPNH004,49611004\nEnergyRecommendations_HDR,49607261\nNQSCM,49604667\nServicing_Media_AudioGraphCaptureQuantum_49602824,49602824\nFconFasterUsageDataReportingBackoff,49602268\nServicing_DevHomeStub_Provision_ARS_49601920,49601920\nRdpShellExtension,49601421\nCopilotNudges_OnSelectedStaticText,49600489\nEcoModeEnergySaver_Toast20,49598909\nFixDynamicSearchBoxTipTestFailures,49598346\nNCEDR2,49598269\nDisableCursorForFilteredCapture,49598156\nContainment_UUS_TailoredReboot_49596090,49596090\nMSRC84705_49589544,49589544\nMSRC84854_49589519,49589519\nAppxSip_Extensions_COMSafetyCheck,49588529\nInputScenarioCheckUpdate,49585390\nWSTF2,49585260\nCOSTBFTest,49585254\nMSRC86588_49582338,49582338\nRailV2DVC,49582076\nCheckFRE,49581961\nDateTimeFilterFromNaturalLanguageParser,49581601\nSystrayCopilotFallback,49580950\nFixTouchHitTestingRetVal,49580270\nPrimeTestFixes,49579899\nMSRC86580_49579399,49579399\nAutoSR_Allow10BitAlways,49579327\nMSRC86578_49579032,49579032\nServicing_RemoveEsclUsbAssociation_49578433,49578433\nMTestAbShFSLIEA,49578238\nUnifiedConsentSyncTimeTrigger_49577493,49577493\nMFACheckInClipRenew_HandleAccessDenied_49577403,49577403\nBugfix_49576218,49576218\nStorageAPIsJsonObjectSupport_49576148,49576148\nServicing_WebView2TextScaling,49576146\nContainment_UUS_AllowPCManagerUpdateForUO_49575890,49575890\nBugFix_49575771_NarratorBreaksKBFocusInOHA,49575771\nManagedCameraSupport,49575624\nFixingDisablingDashboardOnTaskbar,49572415\nSkipCDPInitializeIfServiceIsDisabled,49570780\nPersonalizationBackgroundFolderVectorClearFix,49566714\nVAICSE,49566288\nServicing_ReflowScenario_49565982,49565982\nCloudSuggestionUpdate_OSClient,49565920\nServicing_QuickSettingsAndHeroTileDoesNot,49565654\nUX_Settings_AI_History,49562474\nRemove_Thin_Space_blocker,49560522\nCustomDurationVRRQueryFix,49560148\nSearchBoxOnTaskbarShyTaskbar,49559611\nServicing_StartInstallRaceCondition_49558575,49558575\nServicing_XamlScopedBatchHandlerRemoval,49558180\nWebsiteInfoSorting,49557553\nLockMultiAdaptiveCardStatus_MainPageXamlFixes,49557539\nContainment_UUS_PreventServerExpedite_49556959,49556959\nServicing_Feeds_ClearBadgeCrash,49556554\nServicing_TermsrvProgramFilterRegressionFix,49553175\nRemoveBatterySaverForWake,49550391\nPSSBGTest,49548912\nSSWHU,49547796\nSSWU,49547784\nAckLoadOnlyOnHigherVersion,49546807\nSAR_AllDevicesLostRecovery,49543599\nRemoveDisableJitOption,49543479\nAppVerifForArm64EC,49542556\nGenTel_DoubleFree,49542070\nServicing_Adam_FFL_49541826,49541826\nServicing_Adam_FFL_49541812,49541812\nServicing_FodRemovalDeadlock_49541431,49541431\nHideGetStartedOnServer,49541141\nNoCBR_NoActivation,49540344\nStandalone_24_04_NonSec,49539900\nNetworkUX_TetheringSvcFuzzTests,49538968\nMSRC86508_49538493,49538493\nBugfix_49538257,49538257\nConnectivity_ModernStandbyImprovements,49535846\nServicing_DSE,49535274\nServicing_NlmTls,49533730\nBTA11Y,49532481\nCameraQueryAcceptMediaTypeGen,49531424\nID49527529,49527529\nFileExplorer_KnownFolderSyncProviderFix,49520299\nMSRC86483_49494600,49494600\nServicing_TransmogMissingPackageFix_49492782,49492782\nServicing_SLAPIInternal_49491815,49491815\nCheckRestrictedDescriptionNotNull,49487355\nShellUIHostCoordinatorCOMServerLaunchSupport,49487276\nContainment_UUS_ServiceFailureResiliencyNewError_49484733,49484733\nID49479119,49479119\nBrain_NoDoubleP3SxSCheck_Containment,49476961\nServicing_FixWebview1EarlyFileSearchCall_49476243,49476243\nServicing_BluetoothBrEdrSCWithSmpUnsupported,49475409\nMSRC86431_49473723,49473723\nServicing_SandboxFail_PendingOperation_49472274,49472274\nContainment_UUS_BugFix_PreDownloadProgress_49472004,49472004\nSenQI2409,49471425\nTIPForAltTabAndSnapAssist,49467103\nBackPortSearchFullActivationTest_49456391,49456391\nFirewall_042024,49454120\nStandalone_Future,49453572\nStandalone_24_05_NonSec,49453553\nStandalone_24_06_NonSec,49453544\nMuse_Settings_WUPauseSubtitleFix,49452927\nMuse_Settings_RemoveExtraThreading,49451670\nServicing_MsiInstallerLogInEventViewerFix,49449122\nSettingsSearchCopilotEntryPoint,49445394\nServicing_MFPresentAt_LoopingPlaybackStall_49444563,49444563\nMuse_Settings_IPU_LoggingImprovement_49442561,49442561\nServicing_FixFeedsTelemetryMissing,49433270\nKerb3961PoolNx,49430348\nA9HWKEYW10,49427126\nServicing_SecondaryAndPrimaryRoutesBeatTheSame,49426670\nRemoveLowPrioritySetTrustLabel,49426184\nLoggingForAddDependencyToProcessPackageGraph,49425193\nContainment_UUS_HideErrorInUx_49424388,49424388\nServicing_RestoreDeviceOnce,49423767\nf91eec64eea950855cb02d7419bc9627,49422722\nDispBroker_ReturnCorrectErrorFromCDS,49416273\nServicing_Changing_CipherSuite_49415129,49415129\nFixCoreIndexerBugs2409,49415123\nVNTF,49414981\nCopilotHWFloorCheck,49412065\nWUTraceSplitLargeLogs,49411865\nTVS49408394,49408394\nffd2ccf986e0427a8b53972dd6b69e04,49407484\nToleranceTimer_Time,49406510\nBugFix_HidingWindowsHelloInServerSku,49406258\nPhaseBSystemTrayReliabilityUpdates,49406070\nServicing_ADSD_EventAuditLogFix,49405454\nServicing_UwpAppsMuteOnSleep,49405215\nToleranceTimer_Type,49404957\n0f8498a613ff4665910f9f73646d48f0,49402909\nServicing_FixVoiceShortCutClickEntry_49395877,49395877\nBootBackgroundProcessingDelay,49394164\nInboxMostRecentlyStagedDowngradeRegistrationFix,49393646\nServicing_EnableVBScriptTelemetry,49393347\nSAR_EndpointSwitchDebounce,49389282\nSMI,49385087\nShutdownDialogFocusFix,49382077\nFullTrustStartMenu,49381526\nFastForwardAuxDloadIAT,49376878\nTakeBackCalendarReclaimFix,49369648\nRedirProcessCommandUseAfterFreeFix,49369550\nServicing_DevHomeStub_Provision_ARS_49368540,49368540\nServicing_MiracastGrfxVendorIdFix,49367224\nServicing_SnapBarHostControl_MeasureOverride,49365118\nMSRC86306_49364866,49364866\nEnergyRecommendationsFocus,49361660\nServicing_ReNavigateOnlineFix_49348960,49348960\nBugFix_49347877_WebviewAndProgressRingPadding,49347877\nBugFix49347806_KeyboardFocusVisual,49347806\nContainment_UUS_StoreProviderNotBlockedByExternalCalls_49346712,49346712\nOobeNdupOngoingUpdatesStatus,49346253\nFiltered_Capture_Window_Close,49345934\nMuse_FriendlyErrorMsg_49345649,49345649\nSetup_NativeUIForCompat,49345131\nOneDriveAsyncInvokeTimeoutResponse,49345015\nServicing_TaskbarSnapGroupOnItemResolved,49344322\nSHTC_49343691,49343691\nSHTC_49343499,49343499\nESIM_PUK_LOCKED,49341036\nDL49338986,49338986\nLockMultiAdaptiveCardStatus_2DWidgetsAppCompat,49336997\nWindowsBackupODSF,49335794\nServicing_Feeds_LifecycleServerControl,49334917\nServicing_Not_Nested_123,49333544\nCloudSuggestionUpdate_49332391,49332391\nDisableBioSignatureCheck_49330271,49330271\nSoftLandingHotkeyWinShiftA,49329079\nServicing_ADSD_DjoinOneWayTrust,49328180\nPSSOOVDFTest,49326192\nServicing_StoreAgentBeginEventsCoreCritical_49324920,49324920\nTaskManagerWorkUnits,49324097\nServicing_SystemSettingCrashOnNarrator,49323128\nServicing_StoreDownloadDiagnostics,49322923\nCD2406LCFixes,49322701\nBugFix49320135_CHSIME,49320135\nServicing_HnsObjectLock,49315761\nServicing_FixGleamMissingOnTaskbar_49315702,49315702\nServicing_HandleBandwidthLimitPoliciesSetToZero_49315237,49315237\nServicing_StoreAgentBeginEventsCoreCritical_49312041,49312041\nCimFsRemoveDeprecatedGetTempPathCall,49310878\nWindowPrivacyAndUrl,49310721\nServicing_G6j8v9r9,49309804\nUnifiedConsentCorruptionFix_49309588,49309588\nMSRC86147_49308184,49308184\nDevInv_Usb4_Tunneling,49305511\nServicing_TLS13_PreventConcurrentTicketSharing,49304780\nBugfix_PcaWnfCb,49303561\nMSRC86207_49303445,49303445\nMSRC86204_49303211,49303211\nNSSTest,49300650\nFaceEnrollmentTelemetryThrottle,49294069\nDmaSyncCrossThreadComCallFix_49293359,49293359\nMSRC86192_49293320,49293320\nMSRC86192_49293316,49293316\nMSRC86192_49293311,49293311\nServicing_WinAppSdkFixPinchZoom,49293098\nNDUPEarlyOobeNode_49292347,49292347\nContainment_UUS_UOExpedite_BoundChecks_49292314,49292314\nServicing_CopilotEligibilityRedirectFix_49291024,49291024\nServicing_CopilotEligibilityRedirectFix_49291005,49291005\nEOLCorrectlyInMigrationPlugin,49290629\nServicing_RegistryFlushAfterCommit_49289712,49289712\nClearOverrideConfig_PackageRowNotFound,49288999\nServicing_HNS_PolicyRehydration,49288931\nContainment_UUS_Bugfix_StoreProviderRemoveIfWUNoUpdate_49288421,49288421\nSearchBoxOnTaskbarAutoHide,49287050\nBugfix_49283143,49283143\nShellGesturesControllerReliability,49281291\nHnsAccelNet,49278966\nPlatformFixesForFullTrustAndWin32Start,49268249\nMsixFrameworkUpdatesAtLogon,49266517\nAllowSemanticQueryBlockListSuppression,49257765\nNXTLockScreen,49257501\nNewPropertiesOnSystemSettingEntryPoint,49257236\nVsmUtilsVelocity,49256507\nModernCompressToNIBackport,49256040\nMSRC86142_49255632,49255632\nServicing_ADSD_MinPwdLengthAuditFix,49253756\nServicing_ProgrammableTaskbarRunOnceCriteria,49253617\nServicing_DetectSqliteIndexCorruptionAndRecover_49252337,49252337\nNetworkUX_BugFix_49248062,49248062\nOverlayUX_2409,49241453\nMSRC86117_49240315,49240315\nCloudStoreTimeoutExceptions_49239926,49239926\nServicing_StartInstallRaceCondition_49238441,49238441\nServicing_NonHNSHostPortResourceRehydration,49238421\nServicing_UmfdHostDeadlock_49236811,49236811\nServicing_AACCoreDecoderDisableLegacyDrcKB5034848,49236005\nTzAutoupdateStandardUser,49229351\nNgcWebAuthnEccSupportedInIsoContainers_49224902,49224902\nServicing_UseWindcDocChecksumForPFXImport_49224097,49224097\nServicing_UseWindcDocChecksumForPFXImport_49224059,49224059\nServicing_PfximportDocResultNotInAlert_49223955,49223955\nServicing_PfximportDocResultNotInAlert_49223888,49223888\nServicing_WinDCFixMultipleCertDeletes_49223824,49223824\nServicing_WinDCFixMultipleCertDeletes_49223766,49223766\nContainment_UUS_DeserializationUsingAppInstallItem_49222910,49222910\nServicing_FindPackageForUserRPCFail_49222274,49222274\nAIXCopilotImageActions_FindSimilar,49221547\nServicing_OverflowNullRepeater_49220907,49220907\nServicing_RoundedImageSupport,49218143\nServicing_VfpRcuBasedLock,49217298\nServicing_InboxPassingAppidTagging,49216715\nBonusBarPrivacyLinksTouchTarget,49214574\nSearchFiltersEnableTypeConversionWarnings,49211207\nUXExperiment,49208286\nContainment_UUS_BugFix_RevertCleanup_49207784,49207784\nUiaEndpointsForContentIslands_49205006,49205006\nChildHwndForIslandInputSite_49204999,49204999\nAddCollectionFlagsToAllowOneAfcCallOnCollectionEnum_49204591,49204591\nServicing_FESearchMoveFocusToViewFix,49204282\nPOIrisClients,49203781\nDesktopSpotlight_49203500,49203500\nAIXCopilotImageAction_CreateSimilar,49203151\nMSRC86031_49202539,49202539\nServicing_RemoveFakeGdiSurface,49199897\nVirtualPrinterFrameworkUpdates,49199085\nServicing_ADSD_PAABugAfterRebootTake2_49196884,49196884\nServicing_ADSD_PAABugAfterRebootTake2_49196534,49196534\nServicing_StorSvc_MultiPathFormatSupport_49196340,49196340\nStartMenuAccountBadging_ColorFix,49194827\nEKNIH,49185468\nAccessCheckGeExApis,49181456\nContainment_UUS_Feature_HotPatchingTelemtry_49179730,49179730\nServicing_GfxDriverEventsMemoryLeak,49179358\nServicing_GpuAcceleratedVideoDecodingLeak,49178883\nContainment_UUS_BugFix_DownloadJobCreationFailure_49178678,49178678\nFirewall_Rules_Filters_Performance_Counters,49178402\nContainment_UUS_StartupDownloadFailed_49177054,49177054\nMSRC86010_49176067,49176067\nNoCloudStoreOverrideOnInit,49175271\nMouseAccelerationSetting,49174155\nSystemComponentsWindowsFeatureExperiencePack,49171408\nOsConfigurationRegistryProvider,49170978\nMSRC86002_49170239,49170239\nMSRC85996_49169153,49169153\nDevi_Res_Handler,49165413\nDevi_Back_Handler,49165411\nLogonFrameworkTelemetryImprovements,49164871\nWdfDriverEntryFailNoDriverCreated,49158433\nBugfix_49154898,49154898\nHiddenFontNarratorAnnouncement,49148967\nListViewHelper_SettingItem_Lifetime_Fix,49148533\nServicing_OneDriveRemoteApp,49146478\nIFFMinQueryLengthThresholdForENLang,49145296\nServicing_ListViewScrollingFix_49143632,49143632\nAlwaysOpenFoldersInNewTab,49143212\nHnsInternalVLAN,49142546\nDesktopSpotlightInteractionExperiment,49140016\nKernelPnP_SwDeviceAttributes,49138292\nWppModeEnhancements,49137590\nMsfteditGB18030_2022,49136693\nServicing_CopilotDefaultToFalseForBlockedCountries_49135583,49135583\nMSRC85956_49130590,49130590\nWNFF,49126436\nTaskbarStuckWorkAreas,49124644\nServicing_RepairFrameworkPackageRegistration_49123588,49123588\nID49123463,49123463\nServicing_CtacStoreAppsVer_49123157,49123157\nID49121850,49121850\nBackNavigationToRegionPage,49121726\nFixVAPWBRD,49120173\nServicing_HnsPaRouteLock,49119702\nServicing_FconFasterUsageDataReporting,49118773\nServicing_GameInputXUSBRequestToIrps,49116965\nSTFWBFTest,49112366\nSearch_Video,49112006\nSearch_Audio,49112004\nSearch_AudioAndVideo,49111862\nServicing_DenyWriteAccessAuditPolicyIssue,49110414\nSoundSettingRestoreHandler,49109861\nServicing_TimeServerUI_49107247,49107247\nUnifiedConsentNotApplicableDefaultValue,49106743\nMSRC85910_49106649,49106649\nServicing_RemoveTailingSlash_49106420,49106420\nServicing_APRequestAADUsertoken_49105358,49105358\nContainment_UUS_v14_HandleBandwidthLimitPoliciesSetToZero,49104139\nSettings_StartupApps_ChevronAndArrowButtonAccessibilityFix,49103806\nMSRC85901_49103658,49103658\nServicing_IPPUSBMatchingPort_49101313,49101313\nSysMan_ErrorOnDupFamilyId,49100962\nNetworkUX_BugFix_49097460,49097460\nIMETest4717,49086542\nServicing_APRequestAADUsertoken_49085149,49085149\nServicing_AutopilotDevicePrepProvisioning,49084403\nServicing_CleanUpRedundantCodeInVerifyServerIsMmpc_49083448,49083448\nUupDeploymentLoggingFix,49083158\nWindowsConnectionManager_PreventPowerRequestRaces,49082984\nSystrayPBN,49082522\nServicing_UpgradeAIFailure_49082483,49082483\nServicing_ScreensaverGDILeak_49080498,49080498\nSysMan_FailureReporting,49079964\nDriverSetup_OptimizeRegFlushes,49079856\nDeviceInstall_ReduceLogWarnings,49079717\nDeviceInstall_RootDeviceSynchronization,49079143\nMSRC85832_49078942,49078942\nServicing_RandomCrashAddPrintingDeviceViaSettings,49078478\nMSRC85805_49077193,49077193\nContainment_UUS_UserSchedulingLimitInMinutes_49076972,49076972\nDevLogging,49075328\nThirdParyAppInstallBugFixes,49074033\nContainment_UUS_BugFix_CurrentVersionSessionData_49072601,49072601\nAddBackTipTestState_BugFix,49056752\nFixRqvWnfBackupBanner,49054871\nServicing_PromptDeferral,49054611\nServicing_BLEHeapLeakFix_49047844,49047844\nBugFixOobeTouchKeyboardLaunch,49046212\nServicing_HnsFixVsid_49041195,49041195\nServicing_HnsFixVsid_49041191,49041191\nBatterySaverDelay,49039975\nContainment_UUS_BugFix_UserIpuConflict_49039173,49039173\nCopilotNudges_ShowMiniMenuOnCopy,49035782\nCopilotNudges_OnSelectedEditableText,49035743\nServicing_ContextMenuPrimaryCommandLabelsFix_49033481,49033481\nServicing_V8Y7J7V4,49030292\nLocalization,49029305\nUnifiedConsentCDSHangFix,49028071\nCopilotDefaultToFalseForBlockedCountries,49027835\nCrossDevice_49027547,49027547\nContainment_UUS_Feature_ReportPolicyDailyWhenAADJoined_49026421,49026421\nServicing_TaskbarAnimationIcon_49024627,49024627\nUnifiedConsentCDSInitFix,49024536\nATFOI_Test_V3,49023326\nUnifiedConsentCdsWnfCheck,49023096\nServicing_UOAppsDeprovisionedCheck,49022679\nServicing_ListViewScrollingFix_49021458,49021458\nServicing_FileTypeHelperLogging_49020562,49020562\nServicing_RDlockedsession,49020328\nServicing_ConfigLockScreenBehavior,49020174\nServicing_BtLeAsyncCancelHang,49014221\nServicing_PrjfltConnectionLimit,49011747\nCopilotNudges_V1Bugfix,49010421\nMSRC85679_49008904,49008904\nServicing_PkinitTelemetry_49008659,49008659\nServicing_PkinitTelemetry_49008658,49008658\nPersonalizedOffersSupportInUTC,49007945\nExceptionSafeActivation,49006869\nServicing_SFAPHelloSupport_49006768,49006768\nWdfUmdfNetDrvInSafeMode,49006722\nUKPStoragePathOverride,49005855\nUKPStorageACLReApplicationOnStartup,49005850\nOobeLanguage_ConfirmationButtonTextContainsSelectedLanguage,49005015\nTIPContinueOnProcessSuspend,48996379\nAutoAuthentication,48993254\nServicing_UnlockDuringSessionEnum,48991368\nEnableHotkeyForSpeakforme,48989247\nSettings_StartupApps_SortByButtonAccessibilityFix,48988257\nAppDefaultTelemetry,48986653\nSearchRemoveMinimumVersionCheckForAvailableWV2Version,48985381\nDeprecatePeopleOnTaskbar_48984893,48984893\nMSRC85646_48983588,48983588\nMSRC85643_48983307,48983307\nServicing_SmartScreenHandlesClientRPCErrors_48981039,48981039\nTaskbarJumplistOnHover,48980211\nCCtxCallUseAfterFree,48977873\nMRTResourceLoader_48971223,48971223\nAllowI3CHostEnumeration,48969973\nShellUIHostCoordinatorVelocityControlledConfigs,48966816\nShellUIHostCoordinatorHardwareCheck,48966803\nContainment_UUS_BugFix_OfframpOneSettings_48966333,48966333\nMarkerWindowSetForegroundWindowProtection,48965875\nServicing_EventManagerAccessViolation,48965542\nAppIconFromTileAPI,48965331\nMSRC85614_48963389,48963389\nID48963325,48963325\nBugfix_48962006,48962006\nHStringReferenceUseAfterFree,48956860\nServicing_GpRsopBloating_48951518,48951518\nServicing_GpRsopBloating_48951509,48951509\nRFSFCTAOTest,48950219\nID48930609,48930609\nPBSysTrayReliabilityUpdates,48930387\nServicing_PkinitTelemetry_48928714,48928714\nServicing_CatchTagDatabase_48928645,48928645\nNXTCredUI,48928032\nID48927990,48927990\nContainment_UUS_Feature_RemoveIAUpdaterIfStoreProviderEnabled_48927779,48927779\nWindowsBackupODU,48917127\nPriorityIdleTimer,48915761\nForwardCompatibleNavmesh,48914786\nXamlIslandToolTipUiaFix,48914366\nServicing_CTrackerServerImplLockingIssue_48912942,48912942\nServicing_CTrackerServerImplLockingIssue_48912916,48912916\nDisplayMux_QID2_Before_QQC,48912674\nHuPrRS,48911692\nContainment_UUS_InteractivePDCReferences_48910114,48910114\nOneDriveUnpinForCopilotv2,48908327\nOfflineDecryptionKey,48900033\nOobeHostRetrieveCXHSharableData,48898165\nUseSemanticQueryBlockList,48897689\nID48897491,48897491\nFI48896771,48896771\nDeviceSetup_Metadata,48896670\nServicing_RDPClipDCR,48896654\nServicing_ADSD_SecretsMemoryLeak_48896609,48896609\nFE_ProfileIcons,48895801\nDL48895357,48895357\nServicing_SystemComponentsUpdate_48895065,48895065\nServicing_SystemComponentsUpdate_48894724,48894724\nOmaDmClient_BackOff_Retry_ScheduledTask,48893763\nBackgroundBatchProcessing,48890705\nServicing_BypassGraphicsFreezeNotification,48888708\nSRE,48885365\nOM,48885351\nServicing_NFCReaderFreeze,48882218\nFixNullMonikerAV,48878835\nGID,48878314\nMareBackup_BadUninstallJsonFix,48876985\nActionsPullLimit_48875215,48875215\nServicing_AMSIUtil,48874964\nIE_CV_List_Download,48872221\nAppInv_IsWin32,48872129\nContainment_UUS_UXPredownloadSupport_48872055,48872055\nServicing_GetDSEViaRegkey_48871883,48871883\nNearbyShareDeviceNameFix,48871787\nServicing_FileExplorer_RegistryLeakWithContextMenu,48870529\nMSRC85486_48869063,48869063\nVACBPUSN,48868878\nVASCINT,48866648\nMSRC83823_48864506,48864506\nServicing_SiHostCustomShell_48863867,48863867\nServicing_FEHomeGroupHeadersKeyboardingEAA_48863184,48863184\nDeclaredConfiguration_BulkTemplate_CheckSum,48860261\nServicing_KerberosRCGPDUFix_48860141,48860141\nMSRC85468_48858995,48858995\nServicing_FirstPartyGleamNotSetProperlyFix_48856196,48856196\nRemoveEOLPackages,48855637\nServicing_CdsMoreTipAdditionsAndTweaks,48855414\nCharMapAccessibilityFix_V2,48849268\nEnhancedErrorMessageForUpdateRebase,48847233\nNetworkCostManager_ErrorNoNetwork,48842633\nHiberbootSessionInputFix,48840350\nDisplayMux_Relocate_QueryIntegratedDescriptor,48833358\nServicing_WUSettingsFuturePauseTimeFix_48825596,48825596\nd29d6ee4fc045e47e42fe94bc74e3430,48823463\nUpdate_BatteryIcon,48822452\nDefaultBundle,48818825\nDwellTimeQueryFix,48818546\nMSRC85417_48817909,48817909\nServicing_ADSD_SecretsMemoryLeak_48817643,48817643\nOobeForceFeatureConfigurations,48813707\nDesktopTrainingSpeakerVerification,48812316\nFixVAL48810781,48810781\nDeviceBrokerRemovalDuringFilterPinCreation,48809324\nPIPLTest,48808241\nServicing_VPBltTMMinimumControl,48805323\nServicing_LbnatDynamicArray,48804878\nAMD_P384_EK_Cert,48803766\nInlineCompose_Dispatcher_Watson_Fix,48802283\ne5270a63fc3d5b2ceb3474a599c94879,48801414\nServicing_PofExtendNotifyInvokeTimeout_48800576,48800576\nServicing_AudioOffloadErrorCode,48800432\nDmaSyncCrossThreadComCallFix_48800088,48800088\nNetworkUX_BugFix_48799594,48799594\nOverlayBoot,48799479\nWSEV2SystrayDocked,48799383\nServicing_CameraCopilotDCR,48799298\nServicing_c4V6Q9c7,48799129\nSteelixInlineNvmeCryptoEngine_48799070,48799070\nBrain_Containment_DefaultDisallowP3SxS,48798897\nFEHIU,48798390\nCopilotHoverV3,48797455\nCopilotHover,48797432\nBingSearchButtonOnJpnCW_MoreDiscoverable_48794884,48794884\nMSRC83685_48791709,48791709\nPermanentId_URILookup_48790661,48790661\nUCPD_WSB,48789334\nFileExplorer_CommonFileDialogPropertiesEditControlAccessibilityFix,48785938\nContainment_UUS_BugFix_DeploymentErrorCode_48783771,48783771\nMSRC85342_48780396,48780396\nReverseMouseWheelDirection,48780289\nFixUpdateStateCrash,48779432\nMSRC85333_48777588,48777588\nServicing_UserSignInFailureGCCH,48773094\nAesSha2,48772363\nID48766636,48766636\nServicing_BFSVCExFiles,48765488\nServicing_SearchDmaDeveloperModeFix_48764818,48764818\nServicing_BluetoothMouseStopsWorkingAfter30,48762273\nPasspointOnlineSignUp_Removal,48758626\nMSRC85282_48757552,48757552\nServicing_EnableStorageSense,48747278\nExposePTPButtonSupport,48746838\nServicing_SearchDmaDeveloperModeFix_48746729,48746729\nServicing_GameInputCancelIo,48746550\nAllowDiscoveryOverlay,48746488\nDeprecateVoiceAssistantLighting,48746228\nServicing_WUSettingsUpdatelistAfterPause,48743910\nColorThresholdsLightSensor,48739604\nMSRC85250_48738146,48738146\nMSRC85249_48738086,48738086\nServicing_GameInputUwpFocus,48736964\nServicing_DisableTLS13,48735932\nContainment_UUS_GetFederatedServicesLogging_48731870,48731870\nServicing_RequiredNetworkWin10OOBE_DisableSkipNetworkOnAadCapableEditions,48726757\nWordBreakerRITPFix,48720827\nServicing_FESearchActiveViewReliabilityFix,48719061\nTopLevelSuggestionsListHeightException_48705107,48705107\nModelAcquireWithUsoWithoutUdi,48703602\nContainment_UUS_ProductAcquisition_48703545,48703545\nDisableAutoDismissLockByDefault_Cleanup,48702665\nBugFixCassFindAccountProvider,48702291\nCursorScaledByHW,48700811\nMRTDynamicPackageFix,48698673\nAutoDismissLockTelemetry,48697684\nOEMCustomImagesAreDesktopSpotlightImages,48696782\nContainment_UUS_FodSafety_48696662,48696662\nExtensionTIPTestIdContainment,48695812\nServicing_Media_AddNS100ToMilliSecs_64,48695688\nServicing_EsclOverUSBNullReference,48694996\nServicing_ModalUserSetupEligibilityUriFix,48686180\nContainment_UUS_AddingBackRestartCountdownPolicy_48684155,48684155\nServicing_RollbackForAtomicTransactions_48683374,48683374\nServicing_RollbackForAtomicTransactions_48683359,48683359\nID48681553,48681553\nCopilotNudges_CopyImage,48681146\nNewMultiPagePrivacy,48680411\nWinAppSdkEnabledPlaceholder_48679441,48679441\nContainment_UUS_PrioritizeIPU_48677136,48677136\nServicing_SmartScreenHandlesClientRPCErrors_48674217,48674217\nRetryDashboardExtensionFailure,48673337\nServicing_Fix_Apps_StartupPage,48671285\nServicing_AuthManagerAPIExposesUserName,48668472\nPasskeySyncOTS,48667980\nNXTApps_UseSystemWebView2,48667032\nColorProfileAfterHibernate_48666138,48666138\nServicing_Suppport_UndockedDEH,48663057\nTeamsAppHydrate,48662360\nCameraSettings_WindowsStudioPerfNotification,48661595\nServicing_NLANotify,48661334\nEditionFallBackForEULAByOOBE,48661037\nExtendedModeAEPForTaskbar,48660958\nFixFeedsButtonFocusBorder,48659998\nFixShiftTabTaskbarSearchHidden,48659981\nMSRC85167_48659264,48659264\nServicing_AppContractsCrashFix,48659012\nServicing_BluetoothHidAppearanceAdditions,48658606\nMSRC85160_48657030,48657030\nServicing_Add_CloudEnabled_Telemetry_48656742,48656742\nDesktopSpotlightIconHoverAndSingleClick,48656084\nContainment_UUS_ClearNotifications_48655841,48655841\nServicing_VmBusSendQueryAdapterInfo_StatusIssueFix,48655700\nWCM_Fix_CellularFailoverToastAndHandover,48647670\nServicing_AllyBugAutoSuggestFocusStuck,48646849\nAIXContextMenuCopilotPrompt,48645912\nDisableAutoDismissLockByDefault,48644160\nServicing_PostQueryMultipleValueKey,48643845\nMSRC85140_48642897,48642897\nIdealState_TryLoadControl_Safe_Fix,48642234\nNCRB,48641934\nServicing_PSA_Custom_Media_Size_48640548,48640548\nServicing_TaskMgr_SupportNonDXNPUs,48640456\nGPM_OverlayEvents,48639887\nFEAccessibleBanners,48637472\nID48636059,48636059\nServicing_FixCloudapDeadlockPart2_48635985,48635985\nServicing_FixTokenCloudapCache_48635900,48635900\nContainment_UUS_Bugfix_AddAdditionalSignalPostlogon_48635487,48635487\nServicing_SetEntryPointWebXTTelemetry_48634533,48634533\nFixVAVMC,48633200\nMTestAbShSPEH,48631772\nWBDGNF,48629944\nDownloadModelAsMsixPackage,48624087\nFOFUEP,48617543\nMSRC83236_48616995,48616995\nMSRC85100_48616333,48616333\nMSRC85099_48616200,48616200\nServicing_GpioClxD0Entry,48616179\nAIA_Telemetry,48614339\nNativeNVMeStackEnableForClientOS,48613417\nServicing_PreInstallUseInstallForAllUsers,48611385\nShellUIHostCoordinatorMdmPolicyCheck,48611144\nMSRC85088_48610290,48610290\nMSRC85087_48610109,48610109\nServicing_HEATDropsIOCTLFix_48606809,48606809\nFixVAFREC,48605273\nServicing_IME_candidate_window_display,48600873\nServicing_WUSettingsBlankAfterUserIpu,48598909\nServicing_GPWaitTimeReductionduringAsynchLogon,48596095\nControlSizePrefastWarningFix,48588626\nContainment_UUS_Feature_MinorUSOFixes_48575932,48575932\nPSSOLCFTest,48574953\nServicing_AvSyncIssueAtmosDecoder_48572399,48572399\nServicing_WUSettingsFuturePauseTimeFix_48571088,48571088\nSystemComponentsAutoUpdate,48570769\nMSRC85054_48568874,48568874\nWBPDP,48565966\nNewToastNotification,48557685\nMTestAbShESRNP,48557657\nServicing_Bugfix_MSRC85039,48557168\nMSRC85033_48555431,48555431\nMSRC85031_48555331,48555331\nCompatBuildInVb,48552977\nNaturalVoiceDelayFix,48549822\nServicing_UpgradeAIFailure_48549288,48549288\nWBFACE,48548210\nServicing_FixTouchKeyboardLogonJP106_48546972,48546972\nMyDevicesInAccountsSettings,48546544\nContainment_UUS_WUHotpatchSupport_48544521,48544521\nDoNotDisturbMigrationLogOnTask,48543305\nNDUPEarlyOobeNode_48542401,48542401\nServicing_ATMFDTelemetry,48541482\nWallpaperBackupBugFix,48540911\nServicing_GdiLeakTelemetryThreshold_48540838,48540838\nServicing_GdiLeakTelemetryThreshold_48540835,48540835\nServicing_FEStatusUISecondaryCommandsFix_48539574,48539574\nMSRC85003_48538707,48538707\nTipFixForWindowsBackupPreferencesRestoreHandler,48532693\nModelAcquireWithUso,48526432\nSystrayPBDT,48525682\nServicing_LDAP_TLS13_Interop,48525532\nServicing_WinRELogging,48524462\nAEAForOTRPFNFolder,48523561\nMSRC84958_48523004,48523004\nMSRC84956_48522668,48522668\nFixCrashInStagingUpdateOfRelatedSets,48522596\nLockStatusWeatherAdaptiveCardAnimations,48522261\nServicing_RequiredNetworkWin10OOBE,48521561\nServicing_Update_LastLogonTime,48519625\nServicing_MspaintGdipV3,48519080\nAppControl_AccessibilityFix,48518006\nServicing_PlaybackDeltaGenerationV2,48513760\nPAPLTest,48513251\nBatterySaverWnf,48512403\nWBISB,48508470\nWBTLOSB,48508461\nEID,48504539\nTVS48501105,48501105\nDisplayMux_MarkD3D9Incompatible,48498279\nBitLocker_UsePPF,48495436\nBitLocker_TPMPV2_MultiBinding,48495433\nMSRC84918_48487697,48487697\nWorkAccessOnServer,48487520\nMSRC84910_48487248,48487248\nServicing_PofDsbClear_48486499,48486499\nServiceUsingFsTxLibOnReFS,48486299\nSILBasedCBSFileSystemInterfaces,48484778\nMSRC84907_48484237,48484237\nXbox_RegionPolicyProvider_CatchAV,48483794\nContainment_UUS_BypassStandby_48482468,48482468\nServicing_Invoke_BFSVC_48481628,48481628\nServicing_Invoke_BFSVC_48481616,48481616\nDontOverwriteStartRegistrySettings_48478269,48478269\nKnowYourPC_Surface,48478026\nShellUIHostCoordinatorHostCrashLoopFix,48475665\nHBWFER_48474373,48474373\nServicing_ReflowScenario_48473464,48473464\nHomeSearch_NoResultFix,48472359\nInlineCorruptionRepair,48471036\nMSRC84886_48470785,48470785\nMSRC84886,48470783\nFixRedudantantFileClosure,48470033\nNiwTest,48468541\nTestUx32,48468527\nMSRC84869_48468272,48468272\nSCICFSS,48466982\nStaging_FixNarratorTeachingTipVA_48462825,48462825\nUseFutureTaskQueue_On_Ni,48461840\nServicing_Feeds_FixFirstViewModeChangeNotWorking,48458196\nAppDefaultVolatileKeyError,48456790\nMTestAbShIPRHCD,48456234\nServicing_Media_PresentedContent_SetPresentationSurfaceProperties_CrashFix,48456076\nServicing_FixInvalidPointerReadOnSetValue_48454652,48454652\nServicing_SmbQuicMA,48454505\nServicing_MoveConfigRefreshPath,48454474\nServicing_LowILPrintingTelemetry_48454279,48454279\nAIXHDR,48451716\nID48450453,48450453\nNTUserRailV2Support,48450187\nServicing_NoDesktopTrayFix,48446971\nSignIn_Reentrant_Fix,48446354\nCDVAFUN,48444466\nCDVACR,48443535\nExpeditedUpdateCoreImprovements,48440244\nHEVCEnc_CodecPack_Enumerate_First,48435339\nAV1Enc_CodecPack_Enumerate_First,48435294\nAV1Enc_CodecPack,48435178\nHEVCEnc_CodecPack,48435131\nExplorerArchiveBatchTransfer,48433831\nUxAccOptimization,48433719\nUxSettingTest,48433706\nPerfTestCen2,48433541\nServicing_Add_CloudEnabled_Telemetry_48433066,48433066\nServicing_ResetNavigationRequestedArgsWithDetachBinding_48432662,48432662\nServicing_msds_DiskUsage_48431818,48431818\nServicing_msds_DiskUsage_48431808,48431808\nServicing_Jet_SpaceOwned_48431788,48431788\nServicing_Jet_SpaceOwned_48431776,48431776\nServicing_eMMC_48430519,48430519\nInkPenBackupHandler_48429837,48429837\nWindowsBackupStatusAPIExperience_48428917,48428917\nServicing_PSA_Custom_Media_Size_48425454,48425454\nServicing_BLEHeapLeakFix_48425117,48425117\nServicing_FixExceptionInWV2CreateWebResourceRequestAsyncTask_48424290,48424290\nAVCEnc_CodecPack,48422028\nServicing_WCMCellularFix,48421276\nMSRC84770_48420523,48420523\nServicing_ShowLiteralTruthInRA,48419698\nServicing_CompositionSwapchainIFlipAttributeCheck,48416953\nServicing_LockWeatherPolicyFix,48416497\nFixBondSaveForDefaultSettingBackup,48414562\nCFPSTest,48413250\nFixVAL48412743,48412743\nSettings_PasskeysSyncManagement,48412482\nWindowsBackupSessionId_48411314,48411314\nWindowsBackupSessionId_48411244,48411244\nWindowsBackupODT_48411023,48411023\nWDDTelemetryApi,48394262\nServicing_Feeds_EnableFeedsReclaimCampaign_48394139,48394139\nServicing_FeedsCompactModeOptimization_48394138,48394138\nServicing_Feeds_AddEncryptionForFeedsSettingRegistry_48394137,48394137\nServicing_Search_FixMissingHighlightsInZeroInput,48393708\n955f4bc824695a7c1152882648316681,48392734\nServicing_NDUPOobeSeekerLifeSpan_48392538,48392538\nServicing_Fix_InboxpackageRemoval_OSupdate,48392127\nOobeZdpUdk,48391851\nBitLocker_TPMPV2_TCG_Log_Parsing,48391549\nMSRC84724_48391402,48391402\nServicing_MEMAddHostTerminationCXH,48391050\nServicing_AllowDisablePostLogonProvisioning_48390156,48390156\nServicing_AllowDisablePostLogonProvisioning_48390137,48390137\nMSRC84716_48388568,48388568\nMSRC83768_48388172,48388172\nServicing_FeedsPCParamTo1S,48387123\nWindowsBackupODTelemetry,48385304\nCorrectAvWhenBuildingLoadAckMutex_48381212,48381212\nTaskManagerA11yFixes_v01,48380607\nServicing_DisableEndpointExperimentation_48378528,48378528\nCorrectAvWhenBuildingLoadAckMutex_48378078,48378078\nContainment_UUS_DatapointMissingInUpdateMetadataIntegritySignatureEvent_48376547,48376547\nWindowsSandbox_Store_App,48374981\nWindowsBackupTopLevelOnlySettingsBackup,48374821\nMSRC84693_48372589,48372589\nServicing_BitLockerSupportForBootmgrAuthority_48366109,48366109\nServicing_BitLockerSupportForBootmgrAuthority_48366107,48366107\nServicing_SetFlightId_48364246,48364246\nD2DBlurForFSIABackground,48363735\nPhoneSourceIcon,48361282\nServicing_InstallService_PluginDeadlock_48360403,48360403\nServicing_InstallService_PluginDeadlock_48360397,48360397\nMSRC84633_48347471,48347471\nContainment_UUS_GraphProvider_48345727,48345727\nWakeLockDistanceFix,48345713\nNXTSecureBackgroundUX,48344088\nDownloadStuckTIP,48342372\nDesktopTrainingFlow,48339425\nDeviceCountryCode_SilentRegistration,48336923\nBitLocker_Cleanup_AAD_Stale_RPs_For_Max_Limit,48331790\nContainment_UUS_UXDowntimeFUInputs_48316174,48316174\nMSRC84590_48308861,48308861\nMSRC84587_48308642,48308642\nWSRRemoval,48303084\nServicing_FileExplorer_RefreshDesktopAfterRestore,48301763\nServicing_HideSystemPackages_48296380,48296380\nServicing_HideSystemPackages_48296377,48296377\nMSRC84526_48291381,48291381\nMSRC84525_48291364,48291364\nMSRC84524_48291341,48291341\nWindowsBackupSessionId_48287509,48287509\nCCFNS,48281163\nMSRC84518_48266647,48266647\nMSRC84513_48266052,48266052\nServicing_DeferCalloutNtUserGetHDevName,48264461\nSpotlightThemeSkipOnMainVkDisablement,48263980\nMSAAddAccountWithTransferTokenFlow,48259403\nServicing_FeedsWebView2VisibilityChange,48258095\nMTestAbShRQIApr,48256906\nExtendedPurchaseResult,48254236\nHBWFER_48248478,48248478\nServicing_SecureDesktopBugFixes_48245029,48245029\nSyncSettingRestrictedBackupCallerIdUpdate_48244343,48244343\nSyncSettingRestrictedBackupCallerIdUpdate_48244240,48244240\nServicing_UmfdHostDeadlock_48241382,48241382\nServicing_SystemComponentSettingsLaunchFix,48241206\nServicing_FconDeleteStaleMetadataProps,48238540\nMSRC84437_48233465,48233465\nDesktopSpotlightOEMImageAsFallback,48232376\nServicing_PSA_Multipage_Doc,48232326\nDispBroker_MdmNotifications,48231398\nServicing_MSDTC_RegConnectFix_48229583,48229583\nServicing_MSDTC_RegConnectFix_48228968,48228968\nServicing_TaskbarNarratorUnpinnedItem,48226192\nNarratorDragAndDropUnglommed,48225801\nMSRC84416_48223915,48223915\nLockStatusWeatherDeepLink_cleanup,48219791\nServicing_X7M4j8t8,48219584\nServicing_d8f7x4h8,48219488\nServicing_Create_Metadata_directory,48215167\nServicing_FileExplorer_DwmCrashFix,48207748\nAddStrongRefsToSearchAppearanceAsyncCalls,48194277\nLocation_GatewayMacAddressCrowdsourcing,48193912\nMSRC84382_48193487,48193487\nServicing_Export_MsixPackageVolumeRepair_API_48193367,48193367\nServicing_Fix_SetVolumeOnline,48193333\nID48192395,48192395\nMSRC84369_48188219,48188219\nServicing_RogueRunningIndicator_48188030,48188030\nHideMdagEntrypointInWsa,48187519\nMSRC84351_48185968,48185968\nAllowTSLRedemptionForOEMNONSLP,48180651\nID48177934,48177934\nID48177092,48177092\nMSRC84329_48175914,48175914\nMSRC84323_48173826,48173826\nTelemetryLoggingForTipIssues_48173651,48173651\nFixTipOnSuspendBackupBanner_48173615,48173615\nServicing_CopilotDesktopIconsFixFollowup,48173563\nMSRC84322_48173208,48173208\nWindowsBackupODT_48164579,48164579\nServicing_Feeds_DeviceEnterpriseCheck,48162860\nServicing_FlightingSSOCompliance_48161795,48161795\nServicing_FlightingSSOCompliance_48161749,48161749\nContainment_UUS_BugFix_RefactorCompletedUpdateStorage_48161683,48161683\nCopilotUpsell,48160917\nServicing_FixSyncRootManagerTestMock10Issue,48160250\nDisplayMux_ForceDriverFullSupport,48160154\nServicing_Fix_ActivatedEventArgs_OpenWith_48159982,48159982\nServicing_FconGenericMetadata_48157228,48157228\nServicing_WinDC_SCEP_PFX_48156326,48156326\nServicing_Coredpus_Lock_48155754,48155754\nMSRC84296_48154747,48154747\nRegionFormattingUri,48154165\nServicing_IPPUSBMatchingPort_48153766,48153766\nMTestAbShIAV,48153673\nServicing_InvokeAfterPin_48150376,48150376\nDesktopSpotlightOEMContent,48146206\nServicing_NoRootCleanup,48144867\nServicing_FileTypeHelperLogging_48144658,48144658\nMigratePerfDiagnosticEventsToTraceLogging,48143955\nFixLCSP,48143454\nOobePersonalizedOffers,48142773\nHealthAttestationPdcIntegration,48142675\nHealthAttestationDiagnostics,48142662\nServicing_CopilotForADUsers,48141774\nCopilotForADUsers,48141534\nUserHistoryFiles,48140740\nMSRC84263_48139641,48139641\nServicing_DirectoryEnumFailOnLongSymlinkPaths,48139422\nServicing_DialogChildFocusFix,48132628\nServicing_WUDMAEnforcement,48132421\nServicing_WUDMAEnforcement_48132409,48132409\nServicing_WUDMAEnforcement_48132395,48132395\nMSRC84242_48131142,48131142\nMSRC84238_48130678,48130678\nBingSearchButtonOnJpnCW_MoreDiscoverable_48130544,48130544\nMSRC84237_48130389,48130389\nServicing_CopilotDesktopIconsFixWithIface,48129951\nServicing_AdamSyncDeleteFix_48129774,48129774\nServicing_AdamSyncDeleteFix_48129755,48129755\nMSRC84228_48129623,48129623\nServicing_Bug48129184,48129184\nTokenProviderChangesForDMACompliance_48128364,48128364\nTokenProviderChangesForDMACompliance_48128356,48128356\nRulesEngineImprovements_48128030,48128030\nRulesEngineImprovements_48128028,48128028\nWSTFTest,48128019\nMSRC83200_48126461,48126461\nSyncSettingLastBackupTime,48126293\nOobeNdupUsoTask,48126282\nSSLBT_48126226,48126226\nSyncSettingAppsToggleSeparation,48125873\nServicing_DMA_FoDInstallBlock_V2,48125081\nAHDTB,48121519\nDesktopSpotlightCleanupOnMainVKDisablement,48114077\nServicing_ForceISvcStoreFree_48107547,48107547\nServicing_WUPersistentSeekerDialogOneSettingControl,48101076\nAIXForegroundWindowRelatedFiles,48100447\nUnfilteredCtacSessionContext,48100411\nServicing_Feeds_1SCallTelemetryRefine,48099921\nServicing_Feeds_DifferentTimeDurationAcrossPreviews,48098984\nRAIL_ServerWindowRounding,48098797\nServicing_Win10TaskbarReasonTelemetry,48098763\nCyberEOCompliantVoiceModels,48095422\nAddStrongReferenceCanvas,48088552\nServicing_Fix_TVSWarning_SmartActionController,48086150\nUseFutureTaskQueue,48085191\nServicing_FCONPrefetch,48084845\nAppraiserAdlPipeline_Instrumentation,48084555\nMSRC84166_48084121,48084121\nMSRC84161_48083903,48083903\nServicing_FPBResourceRestore,48083248\nMuse_Settings_ERRORNOTREADY_Cleanup,48082968\nLockStatusWeatherDeepLinkReplaceCalendar,48082515\nMSRC84149_48082365,48082365\nServicing_UOExpediteDMACompliance_48081844,48081844\nTipCrashAwarenessFix,48078266\nWindowsBackupFileTelemetry_48074187,48074187\nVANarITA,48073970\nMSRC84138_48072558,48072558\nServicing_WUSettingsConfigUpdatesImprovements,48071207\nServicing_VMConnectMultiMon,48070781\nServicing_HDR_HW_fallback,48070601\nServicing_UOExpediteDMACompliance_48070452,48070452\nContainment_UUS_Feature_HotPatching_ModDB_48069993,48069993\nMuteVerboseTelemetry,48069183\nMSRC84131_48066503,48066503\nMSRC84124_48065471,48065471\nMSRC84122_48065430,48065430\nWindowsBackupFileTelemetry_48063665,48063665\nBugFixFinalizeCompositionOnFocusMove,48058799\nServicing_FEExpandCurrentFolderCustomNamespaceFix,48053648\nMSRC84101_48053612,48053612\nMSRC84100_48053568,48053568\nWindowsProtectedPrintSpoolerWorker,48052777\nServicing_AudioSWDRemoval,48052120\nServicing_CameraSettingsResetFlowFix,48050306\nID48050255,48050255\nTokenProviderChangesForDMACompliance_48049715,48049715\nServicing_Update_SBE_FCK_48049217,48049217\nServicing_NoFlashForAudioNotifications,48049122\nServicing_TaskbarIconLoadPending,48047560\nMSRC84083_48047245,48047245\nMakeCredentialPRF,48045451\nFailAfcAssetCallForNonMsaUser_48044262,48044262\nFailAfcAssetCallForNonMsaUser_48044176,48044176\nServicing_OldMonitorPropCleanup,48042498\nServicing_BetaOffRampChanges2024,48041029\nInvalidCastPrevention,48038103\nBugfix48037667_tsf3Leak,48037667\nBugfix_48036908,48036908\nFoDInstallBlockDFP,48036771\nOpenTypeColrV1_48036452,48036452\nContainment_UUS_BugFix_IgnoreDownloadError_48036326,48036326\nValueBannerm365CharmQuebecPIPL,48035875\nDisableLSMPlugin,48035104\nMSRC84046_48034275,48034275\nArgonContainerCommonSchema,48033613\nFixBorderColor,48032177\nMSRC84033_48031723,48031723\nBackupBannerL3Alerts_48031278,48031278\nMSRC84032_48031242,48031242\nMSRC84031_48031109,48031109\nMSRC84028_48030784,48030784\nMSRC84026_48030684,48030684\nMSRC84024_48030557,48030557\nMSRC84023_48030508,48030508\nServicing_SenseAcceptMsTestSignOnboardingBlob,48026642\nContainment_UUS_QueryDynamicAttributes_48026448,48026448\nMSRC84010_48014487,48014487\nMSRC84007_48014468,48014468\nMSRC84003_48014443,48014443\nTIPFixUseAfterFree,48013146\nServicing_StorSvc_MultiPathFormatSupport_48004388,48004388\nServicing_FileExplorerViewLocationNullptrFix_48004377,48004377\nServicing_CopilotLaunchActivateExplorer,48004022\nWeakPublicKeyBitLength_Deprecation,48002234\nPersonalVoice,48002155\nServicing_ComplianceSSO,48000500\nComplianceSSO,48000432\nNarScriptTIPImprovementFixes_v2,47994811\nSystemSettingEntryPoint_EvaluatePolicy,47992302\nServicing_CopilotDesktopIconsFix_47991031,47991031\nHideSystemPackages,47989338\nServicing_Fix_ActivatedEventArgs_OpenWith_47987701,47987701\nMSRC83974_47986177,47986177\nServicing_OnboardingSenseFixParamCheck,47985950\nID47983836,47983836\nServicing_WinDC_SCEP_PFX_47976422,47976422\nUnzip,47976395\nServicing_PDEPage_47976101,47976101\nTelemetryForCopilotVerticalTaskbar,47975063\nServicing_TermsrvProgramFilterFix,47973375\nMSRC83962_47973003,47973003\nContainment_UUS_DownloadTimeRemaining_47972559,47972559\nMTestAbShTFC,47972262\nServicing_VSS_CS_Regression_47971659,47971659\nServicing_VSS_CS_Regression_47971637,47971637\nServicing_AudioEndpointDriverUpdate_47970228,47970228\nMSRC83958_47969003,47969003\nServicing_HEATDropsIOCTLFix_47968804,47968804\nHideWAMErrorPage,47968726\nMSRC83948_47966871,47966871\nMSRC83939_47964658,47964658\nServicing_RebootlessRolloutAnalytics,47950755\nServicing_CopilotEligibilityRedirectFix_47948560,47948560\nServicing_FCONMetadata_47947851,47947851\nAllowExoL1VH,47947197\nServicing_EnsurePresentationContinues,47946892\nMatsOnCancel,47942828\nCopilotCard,47942561\nInitAndPolicyEnhancements_47942004,47942004\nWUModernStandbyImprovements_47940961,47940961\nNCLETest,47939077\nNCRTest,47938920\nServicing_GdipV3_47938686,47938686\nServicing_GdipV3_47938681,47938681\nServicing_CameraSettingsMissingEffectsFix,47924406\nMSRC83895_47921880,47921880\nLockMultiAdaptiveCardStatus,47921574\nLockStatusWeatherAdaptiveCard,47921515\nServicing_EphemeralKeyReuse,47920987\nServicing_Export_MsixPackageVolumeRepair_API_47919965,47919965\nContainment_UUS_ExtendedErrorEndpoints_47919956,47919956\nBackportWin11Fixes,47919543\nServicing_Unblock_SystemApps_Registration,47919369\nServicing_AACCoreDecoderDisableLegacyDrc,47916854\nFixSRADP,47916847\nServicing_RSA_PSS_47916012,47916012\nServicing_RSA_PSS_47915731,47915731\nMSRC83877_47914863,47914863\nMSRC83785_47914157,47914157\nMSRC83875_47913970,47913970\nContainment_UUS_UOExpedite_DMACompliance_47913262,47913262\nServicing_TPMCannotFindEKCert,47912551\nPutThrottleOnWV2ReloadAttemptsOnProcessFailure,47912333\nMSRC83793_47912222,47912222\nText_346,47906614\nNarratorTelemetryAdditions,47898313\nTelemetryLoggingForTipIssues_47879935,47879935\nThirdPartyAppsInstall,47851478\nServicing_HMBBufferAllocationFix,47836758\nCheckPresenceCapable,47834423\nServicing_FlightingSSOCompliance_47826411,47826411\nContainment_UUS_DMAEnforcement_47826378,47826378\nCrash47824800,47824800\nCameraWatchdogRefactor,47820566\nServicing_UWPUserExcludeRouteVPN_47819318,47819318\nServicing_UWPUserExcludeRouteVPN_47818452,47818452\nHandlerWorkerWindowUnowned,47804988\nMbmStrAlignment,47802780\nServicing_CleanUpRedundantCodeInVerifyServerIsMmpc_47801948,47801948\nMSRC83784_47801514,47801514\nMSRC83776_47799907,47799907\nServicing_CustomShellExtensionAddressBarFix_47796589,47796589\nCUDIEX,47796414\nServicing_CopilotKeySearchFallback,47796090\nESMCITest,47787509\nAADClientSessionKeyRolloverV2_47783745,47783745\nAADClientSessionKeyRolloverV2_47783734,47783734\nServicing_SetPlaceholderGleamEmptyIcon_47778913,47778913\nServicing_SetAppAsDefaultRegionCheck,47776845\nDCATScanShedding,47773924\nMSRC83716_47773605,47773605\nNeonImageCopy,47773385\nServicing_IncreaseMaxFwSize,47771986\nDoNotSkipProcessingEOLFrameworks,47749906\nServicing_tellib_upload_restriction_breaks_MDI_47742259,47742259\nServicing_tellib_upload_restriction_breaks_MDI_47742257,47742257\nServicing_FileExplorer_CommandBarExtensionCrash,47718842\nA2dpAptxAdaptiveLosslessModeSwitch,47714366\nVASGF,47711659\nVACHPF,47711138\nUseOneDriveItemId,47707090\nServicing_RemoveInvalidReparseTag,47697398\nWingetUpdateInApplistBackup,47693004\nDeprecatePeopleOnTaskbar_47691186,47691186\nMSRC83678_47691137,47691137\nMSRC83677_47691053,47691053\nMSRC83676_47691012,47691012\nServicing_Correct_ICC_PeakLuminance,47689668\nSettingsAIComponentsPage,47688503\nServicing_WDAGVerticalMonitor,47686998\nServicing_FixingIppCollectionArray_47686519,47686519\nMSRC83670_47685925,47685925\nServicing_QueryServiceAccessViolationsFix_47681899,47681899\nServicing_Install_DevHome_ARS,47680587\nProtocolLaunch_PassOnOptionalParameter,47668078\ncaa4645c40c058f5e3fce5c1bae0f140,47666086\nServicing_OptionalFeaturesResourceChanges_47665329,47665329\nServicing_InstallDeduplicateFix_47665119,47665119\nServicing_OptionalFeaturesResourceChanges_47665099,47665099\nServicing_InstallDeduplicateFix_47665070,47665070\nBreadcrumbDragAndDrop,47664723\nFEBackupToolsTab,47664679\nMSRC83654_47663842,47663842\nServicing_LowILPrintingTelemetry_47663390,47663390\nEnableResourceManagerForSpotlight,47650970\nServicing_WindowsUpdateElevatedInstallerCrashFix,47650848\nRetireDDisplaySetDisplayModePrimary,47647108\nDevInv_BIOSNotWMI,47644489\nMagnifierExtensibility,47639991\nFixTipOnSuspendBackupBanner_47636837,47636837\nMSRC83626_47635637,47635637\nMSRC83625_47635339,47635339\nMSRC83623_47634948,47634948\nMSRC83622_47634844,47634844\nServicing_PreFetchVelocityConfigs,47634439\nTelemetryLoggingForTipIssues_47625241,47625241\nServicing_WUSettingsNoBrowserCrashFix,47623000\nWindowsBackupPlacementIdDefaultPayload,47622525\nServicing_CopilotDefaultToFalseForBlockedCountries_47621424,47621424\nRdpLite,47615030\nSettingsAlertBannerDismissOnActionButton,47614646\nServicing_WuSettingsContinuousInnovationOptInDlg,47613327\nContainment_UUS_UXDowntimeSignalQuery_47612276,47612276\nServicing_KCC_ADLDS_Crash,47611733\nAppInstallerBackgroundUpdateShouldNotPassPauseArgumentToUpdateOrchestrator,47611293\nMTestAbShCTU,47610223\nMSRC83596_47607157,47607157\nAIXCopilotImageActions,47606305\nQuebecPrivacyLaw,47602898\nServicing_FODApplicabilityToInstallDuringMFL,47601348\nW365Switch_VDConfirmator,47593933\nServicing_ResetAllocatorDXGIManagerNull,47575023\nServicing_CameraOcclusionMonitorFix,47574889\nMSRC83579_47557794,47557794\nMSRC83578_47557687,47557687\nEnableMoveSizeInterception,47557459\nAccountAndRegionalPolicyEnforcement,47557358\nServicing_HideTaskViewButton_47552263,47552263\nServicing_ResetRecommendedAppFix_47551594,47551594\nServicing_SmartFeatureRolloutControlFixes,47550148\nServicing_SBE_Icon_Fix,47544706\nCloudPCCommon_v3,47542902\nVAIEOUF,47541392\nServicing_AuthProtectorCheckNullTicket,47540190\nWindowsBackupPBUCF,47538892\nCopilotActiveStateFromEdge,47530616\nEnableHostedCtrlAltDel,47530096\nServicing_CompositionSwapchainDisableScanoutOnUnbind,47528329\nMSRC83556_47527701,47527701\nLockStatusWeatherDeepLink,47526873\nID47526251,47526251\nServicing_IEModeFocus_RegressionFix_47526015,47526015\nSetAppAsDefaultUpdate_47525196,47525196\nFingerPrintStringBugFix,47524897\nSuppressFeaturedApps_47524812,47524812\nPublisherValidatedLaunchFallback_47524804,47524804\nMSRC83540_47523729,47523729\nServicing_ArchivePackagedAppOpeningFailsFix,47522536\nMSRC83529_47522373,47522373\nServicing_AttestationRetryAIKCertMissing,47521071\nBackgroundSlideShowRestoreHandler,47514554\nWindowsBackupDeviceGroupNarratorFix,47511446\nServicing_SRH_XboxNarratorCrashFix,47510471\nBackgroundSlideShowBackupHandler_47509692,47509692\nBackgroundSlideShowBackupHandler_47509666,47509666\nUCPD_PRONG2,47508383\nServicing_WindowsStorage_OTSAllowAppLaunch,47505778\nServicing_SecuredCoreConfigLockFix,47501590\nServicing_BitlockerCAFailure_47501508,47501508\nServicing_BitlockerCAFailure_47501500,47501500\nServicing_ReallocPointer,47501379\nEnablePaygoLicensing,47501126\nServicing_GlyphPaintReaderAV,47500644\nServicing_FontCacheLayoutVersion,47500607\nServicing_sortNPUsAfterGPUs_47500599,47500599\nServicing_MSCTFCitrixCrash_47500144,47500144\nServicing_MSCTFCitrixCrash_47500143,47500143\nCCWX,47498891\nMSRC83511_47495206,47495206\nServicing_AlwaysClearAdminApprovalAfterAction_47484593,47484593\nServicing_BetweenBufferingDetectionFix,47481501\nServicing_SARDynamicSpatialNonSpatialFormatChange,47480609\nServicing_FixPdevLeak,47480070\nConfigurableEligibilityHttpDefaultResultForCopilot,47480023\nPrivateInputScope,47478597\nServicing_Bug47478355,47478355\nServicing_AsyncAllowDrop_47476131,47476131\nServicing_Remove1PAppPrivacyExceptions_47473867,47473867\nServicing_Remove1PAppPrivacyExceptions_47471857,47471857\nServicing_Remove1PAppPrivacyExceptions_47471832,47471832\nDeprecatePeopleOnTaskbar_47471671,47471671\nServicing_HangDetectorV2,47471362\nBugFix_GetDefaultUserNullCheck,47466792\nWindowsBackupFinalKFMStateAsync,47466721\nWebShareTargets,47465834\nServicing_WUCategoryScanOptimization_47464597,47464597\nW365Boot_CSPImprovements,47463591\nBioEnrollmentVerifyUser,47455729\nTaskManagerServerIsClient,47455341\nAllowCrossDeviceUpdateForUO,47452530\nMSRC83451_47451131,47451131\nOtherLinkedDevices,47448915\nUCPD_TASKBAR,47443885\nFixTipOnSuspendBackupBanner_47418043,47418043\nServicing_UserIPU_47414731,47414731\nOobeDisableAltF4,47409595\nMSRC83417_47405491,47405491\nSpeakForMeWebApp,47405131\nFailAfcAssetCallForNonMsaUser_47393602,47393602\nStartBadgingExceptionHandling_47393018,47393018\nServicing_DisableAutoLaunch,47392348\nServicing_SearchThemeColorForHighContrast_47391337,47391337\nServicing_EnableSearchSuspensionAPI_47391258,47391258\nServicing_MultiProcessorCacheSizeOvercalculation_47386787,47386787\nMSRC83401_47386370,47386370\nActivitySuggestions,47385153\nCCWP,47384741\nSystrayCopilot_47381523,47381523\nMSRC83386_47380699,47380699\nTIEWB,47379363\nW365Boot_BluetoothSupportForB2CAndSwitch_BugFixes,47376559\nVALEP2,47375114\nServicing_CPUModelFallbackInMTLDevices_47374906,47374906\nServicing_MiracastPriorityFix,47369998\nServicing_WuSettingsConfigUpdates,47368948\nServicing_DetailsPaneInvalidPointerTimeoutFix_47367186,47367186\nMercury_App_Backup_Validation_V2,47366888\nSettingsAIProfileImage,47364920\nW365Switch_Engineering_Improvements_VDAnimationWallpaperJumpBugFix,47353589\nConsentGatingForAssets_47352392,47352392\nWindowsBackupInkSettingsBackup,47352032\nServicing_WinAppSdkOverlappedPresenterMinMaxRegression,47351829\nServicing_SessionStateLogoff_47351449,47351449\nDropLegacyKerberosKeyStorage,47350999\nServicing_OneSettingsProviderRebootWorkaround,47350633\nMSRC83359_47347701,47347701\nMSRC83358_47346625,47346625\nMSRC83357_47346587,47346587\nContainment_UUS_UsoCapabilities_47346049,47346049\nServicing_PresentAtGetsStuckAfterFullScreen,47345794\nServicing_FileExplorer_AllowSetForegroundBoxDriveShim,47345339\nWindowsBackupWV2IE,47343535\nMSRC83349_47343038,47343038\nLocation_Fix_TimerConcurrency,47338009\nPersonalizationCustomThemeRestoreHandler,47337060\nMSRC83345_47336863,47336863\nMSRC83344_47333134,47333134\nMSRC83343_47333056,47333056\nMSRC83342_47332914,47332914\nMSRC83341_47332581,47332581\nServicing_LoggingImprovements_47332552,47332552\nServicing_ADSD_SchemaUpgradeInProgress_Sam,47330859\nMSRC83338_47327667,47327667\nMSRC83336_47327431,47327431\nLightThemeAccentColorRedirectionForRail,47326335\nAuditExceptions,47325108\nUserActivityReportsToAiPlat,47324922\nMSRC83323_47321244,47321244\nFixAccessibleNameOnWin10RestoreFolder_47319032,47319032\nFixBackupStatusTIPErrors,47318328\nLockOnLeaveDefaultTrue,47315186\nPermanentId_URILookup_47303551,47303551\nCloudRestoreBugFix47297631,47297631\nServicing_ComTaskPoolRace,47295674\nW365Boot_CopyCorrelationId,47289434\nFixSearchItemViewModelDestroyCrash,47287403\nContainment_UUS_UsoCapabilities_StoreProviderImprovements_47287245,47287245\nConsentGatingForAssets_47287096,47287096\nConsentGatingForAssets_47287095,47287095\nServicing_CleaningAutoRebootByUserSessionKey,47283624\nText_345,47280187\nID47274802,47274802\nServicing_RebootTimeBoundCache_47273838,47273838\nMSRC83294_47271471,47271471\nMSRC83293_47271415,47271415\nMSRC83292_47271352,47271352\nCameraOcclusionImageReplacement,47271156\nCenterCluster,47270778\nServicing_AllowOptionalContentPolicy,47269819\nMRTResourceLoader_47268074,47268074\nMSRC83284_47267331,47267331\nMSRC83283_47266843,47266843\nContainment_UUS_ImproveAccessDeniedLogging_47266300,47266300\nServicing_Media_Zero_Read_Is_Error,47264396\nServicing_GipBufferOverflow,47263094\nMSRC83274_47261820,47261820\nMSRC83273_47261705,47261705\nMSRC83272_47261494,47261494\nMSRC83271_47261424,47261424\nMSRC83269_47261226,47261226\nServicing_tellib_upload_restriction_breaks_MDI_47260238,47260238\nServicing_tellib_upload_restriction_breaks_MDI_47259968,47259968\nAADToMicrosoftEntra_47256402,47256402\nAADToMicrosoftEntra_47256399,47256399\nFailAssetCallForNonMsaUser_47251105,47251105\nServicing_NameSpaceTreeDriveRemoval_47250856,47250856\nEnableCopilotForLocalAccounts,47247224\nServicing_FeedsCompactModeOptimization_47246563,47246563\nMSRC83245_47245019,47245019\nServicing_IToolTipIsOpen_47244081,47244081\nServicing_FileExplorer_GalleryICloudShareToWhatsAppFix_47243999,47243999\nServicing_OneSettingsProvider,47237781\nServicing_PrefetchCall,47237753\nCompatFeatureSafeguard,47234579\nServicing_TaskManagerPerfAndReliability,47233599\nGestureCopilot,47232920\nServicing_CompositionSwapchainCrossBindingScanout_47232624,47232624\nMSRC83219_47230526,47230526\nID47229774,47229774\nDWMAcrylicSheetDerefFix,47229772\nServicing_WinAppSdkReduceFocusStealing,47229546\nReplaceAppEvent2,47229234\nMSRC83214_47228435,47228435\nMSRC83213_47228385,47228385\nMSRC83210_47228214,47228214\nMTestAbShIIPD,47227476\nServicing_FixBackTrace,47226774\nMSRC83195_47225807,47225807\nMSRC83188_47225054,47225054\nMSRC83185_47224051,47224051\nServicing_BackupStatusApiTipEnhancements_47221046,47221046\nServicing_BackupStatusApiTipEnhancements_47221030,47221030\nMTestAbShGEPU,47216656\nServicing_RAIL_Dynamic_Keyboard_47213403,47213403\nServicing_PSAMovePSABrokerCall,47212188\nMSRC83167_47211732,47211732\nServicing_ProbeESCLRequest,47211597\nServicing_WuSettingsContinuousInnovationOptIn,47209304\nServicing_CopilotEnabledForLocalAccounts,47206438\nMSRC83138_47205321,47205321\nHideActivityHistoryCloudSyncSettingForAllWin10,47205170\nHideActivityHistoryCloudSyncSettingForAll,47205155\nMSRC83137_47205149,47205149\nServicing_SurfaceHubTimeSyncIssue,47201420\nServicing_PasswordRotationFix_47199602,47199602\nPreventLaunchingTabTipInMultiSession,47182059\nPatchEditBufferServerEvents,47173529\nServicing_Remove_Nonce_47173219,47173219\nServicing_MFADelegationTokenFix_47173217,47173217\nServicing_Remove_Nonce_47173216,47173216\nServicing_MFADelegationTokenFix_47173215,47173215\nID47173054,47173054\nFailAssetCallForNonMsaUser_47171888,47171888\nUnifiedConsentDefaultAADStatePrimaryAccount,47171816\nFullUpdateManagementHololens,47171091\nOneDriveUnpinForCopilot,47170469\nServicing_Feeds_SupportNotificationLifecycle,47170353\nServicing_Feeds_EnableFeedsReclaimCampaign_47169866,47169866\nServicing_Feeds_AddEncryptionForFeedsSettingRegistry_47169728,47169728\nID47168973,47168973\nServicing_Fix_Uninitializedmember_PackagedServices,47163312\nDesktopSpotlightRescaleImprovements,47162830\nServicing_SignRsaPadPss_47153323,47153323\nServicing_WV2RuntimeSelectorAllowAccessForNoVelocityApps,47150758\nServicing_FoDMetadataOverrideWMPL,47149454\nMSRC83107_47148994,47148994\nCrossDeviceStubPreference,47148933\nMSRC83106_47148896,47148896\nID47146776,47146776\nMSRC83098_47146258,47146258\nServicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_47138959,47138959\nSettings_StorageSpacesBoot,47137995\nServicing_ThemeHelperSingletonInitFailureMitigation,47137540\nServicing_Suppport_appLicensingCapability,47135504\nFE_SharedBackend,47135408\nPGTBPlaceholderPinning,47134981\nMSRC83086_47130937,47130937\nMSRC83084_47130607,47130607\nServicing_LenovoTIHLeakFix_47129557,47129557\nCastDiscoverability_UI_MoreCastSettings,47129476\nCastDiscoverability_UI_CantFindDevice,47129464\nCastDiscoverability_UI_AllowInput,47129450\nServicing_AppDurationFix,47128619\nBugFixCassLoadApi_47128017,47128017\nMSRC83073_47127159,47127159\nSpeakForMe,47123936\nVoiceClarity,47119362\nW365Switch_Engineering_Improvements_SwitchBugFixes,47119144\nW365Switch_Engineering_Improvements_VDBugFixes,47118663\nServicing_LenovoTIHLeakFix_47117274,47117274\nAppBarCleanupAfterCrash,47116114\n40f141d14da5404d97013fef47bd1816,47115877\nContainment_UUS_FCONMetadata_47113452,47113452\nServicing_FolderOnDemand_FreeUpSpaceFix,47113245\nServicing_FolderOnDemand_SearchHydrationFix_47113215,47113215\nPreinstallCrossDevice,47113214\nServicing_DO_MccHostConfigUpdates_47112408,47112408\nServicing_NDUPOobeSeekerLifeSpan_47111358,47111358\nServicing_FeedsFlyoutDynamicHeight,47111256\nfrudk30,47110030\nID47109994,47109994\nMSRC83037_47109561,47109561\nNoErrorFromUnsupportedAccounts,47109273\nServicing_FdOneWayTrustFix_47107657,47107657\nServicing_FdOneWayTrustFix_47107642,47107642\nServicing_CvmVerifierCrashFix,47106341\nServicing_FileExplorer_FixFolderViewContextMenuInRTL,47106292\nServicing_DMA_FoDInstallBlock_Paint_47101945,47101945\nCHSIMESOptIn,47099301\nM365AppSearch,47098086\nServicing_R4M8K9b6,47097768\nDownloadAssestsAsJpg,47097649\nServicing_ADSD_PAABugAfterReboot_47097415,47097415\nServicing_ADSD_PAABugAfterReboot_47097387,47097387\nServicing_MccHostConfigUpdates_47096501,47096501\nDontLoadPausedUndockedDLL,47096238\nDBUpdateFlighting,47095722\nServicing_sortNPUsAfterGPUs_47095521,47095521\nFixTipFileNotFoundPersonalizationThemeBackupHandler,47094767\nMSRC83002_47094437,47094437\nServicing_WinAppSdkMonitorTracker,47094211\nServicing_GetAvailableNetworkList,47092864\nServicing_PaintUninstall,47092196\nServicing_SnippingToolUninstall,47091917\nServicing_ADSI_IPV6_Literal_47091031,47091031\nServicing_ADSI_IPV6_Literal_47090983,47090983\nMSRC82977_47089987,47089987\nMSRC82976_47089856,47089856\nMSRC82963_47088154,47088154\nNightlightRestoreHandler,47084731\nNightlightBackupHandler,47084629\nOobeDeviceName_DnsValidateName_Fix,47080888\nUCPD_PRONG1,47080059\nServicing_FeedsPreventMaliciousUnpin,47072104\nServicing_CopilotDesktopIconsFix_47069058,47069058\nServicing_CaptureDwmDisconnect_47065467,47065467\nMSRC81095_47057119,47057119\nServicing_UncontainedWallpaperCode,47056216\nSyncSettingAppsPolicyUpdate,47054270\nAVXImageCopy,47054112\nAddMicrosoftDeviceToMasterToggle,47053746\nMSRC82945_47053160,47053160\nContainment_UUS_UserIpuComplete_47052844,47052844\nServicing_LampArrayPowerPerf_47052612,47052612\nServicing_DMA_OCMetadataOverride,47052158\nServicing_HDRWallpaperInitAV,47051946\nContainment_UUS_Feature_HotPatching_47051542,47051542\nServicing_StartMenuAccountBadgingIconDarkMode,47051347\nServicing_StartMenuAccountBadgingActionButtonBorder,47051299\nMSRC82930_47050820,47050820\nServicing_WinAppSdkCommandBarFlyoutBackdropLeak,47050253\nMSRC82929_47049674,47049674\nServicing_WorkFlowSvcCrashFix,47049408\nContainment_UUS_UpdateModesSLA_47049334,47049334\nServicing_PCA2011DBxUpdate_47047960,47047960\nServicing_PCA2011DBxUpdate_47047939,47047939\nServicing_WebView2MousePointer_47047274,47047274\nServicing_CollectionFrozenCheckOnRepeaterItemsSource_47046062,47046062\nServicing_BadReentrancyFix_47045701,47045701\nWSRDeprecation,47043546\nSettingsHomepage_PermanentId_PageVisibilityListPolicyBugFix,47040547\nServicing_WebAccountProviderDEH_SkipReportProviderUpdate_47040453,47040453\nServicing_Feeds_AddCriticalTelemetryEventWith100SampleRate,47037034\nServicing_DiagSvc_CallCheckFix,47036773\nPreserveFontShape,47036379\nServicing_Fix_MigrationProgIDs,47036361\nFESessionWatcherMetrics,47035056\nServicing_MccHostForXvcDownloads_47021341,47021341\nServicing_FixPenClickOnenoteInvoke_47020467,47020467\nNarratorSOI,47019672\nServicing_Fix_SRCache_init,46998498\nShowThirdPartyAppOnL1,46993263\nDisableEdgySettings,46992296\nServicing_HelpPaneChanges_46988231,46988231\nServicing_Fix_TVSWarning_StartupApplist,46986631\nServicing_Fix_TVSWarning_AppListEntry,46985146\nServicing_TaskbarAnimationIcon_46984189,46984189\nStorageCardDeviceBackup,46984166\nServicing_DMA_FoDInstallBlock_Paint_46983714,46983714\nServicing_DMA_FoDInstallBlock,46983705\nServicing_Dcr_WUSettingsConfigUpdatesImprovements,46983474\nServicing_FeedsFlyoutWiderWidthFor3Col,46983235\nServicing_AppIndexerIconCacheLock,46983226\nID46982417,46982417\nServicing_FileExplorer_GalleryICloudShareToWhatsAppFix_46978298,46978298\nServicing_DxgkrnlSoftRealtime,46977268\nServicing_BackportExplorerCrashesDueTo,46976619\nServicing_BitLockerSupportForBootmgrAuthority_46976614,46976614\nServicing_BitLockerSupportForBootmgrAuthority_46976605,46976605\nServicing_WDSDeployBootStl,46976554\nServicing_XamlTextPositionFix,46974923\nID46973925,46973925\nServicing_PrimaryMSA_OneDrive_MisMatch_46973443,46973443\nServicing_PrimaryMSA_OneDrive_MisMatch_46973189,46973189\nWingetQueryOptimizationsInApplistBackup_46972953,46972953\nWingetQueryOptimizationsInApplistBackup_46972950,46972950\nValidateOneDriveMismatch,46972141\nDmaSsoAADCompliance_46969888,46969888\nDmaSsoAADCompliance_46969703,46969703\nHAIPTest,46968305\nServicing_IEMode_AllButCurrentEntryDeletedDeserialization_46967006,46967006\nServicing_IEMode_AllButCurrentEntryDeletedDeserialization_46967005,46967005\nServicing_SendBuildBranch_46966683,46966683\nServicing_71389RegressionFix_46966107,46966107\nContextMenuEnumVerbConfigSubCommands,46964803\nServicing_DMA_AppFodLabelingWindowsMediaPlayer,46964577\nImprovedWebView2RegistryValues,46963605\nServicing_Print_RemoveDeviceTelemetryFix,46963527\nRequestCredentialEntryViewModel_46962269,46962269\nServicing_WOSC_BetterDownloadTelemetry,46961898\nSVQC,46961347\nServicing_FileExplorerStatusUIHang,46961005\nID46960527,46960527\nMSRC82850_46956702,46956702\nContainment_UUS_BugFix_TimestampRefreshCancel_46956384,46956384\nServicing_ConnectProfileAsyncFailure_46954910,46954910\nServicing_ConnectProfileAsyncFailure_46954877,46954877\nServicing_CPUModelFallbackInMTLDevices_46951448,46951448\nDeclaredConfiguration_MultipleAuthority_DriftControl,46951336\nEnableValueAddedServices,46948689\nMSSCBT_46948495,46948495\nNCEDR,46947053\nServicing_StartMenuAccountBadgingHighContrastFix,46946995\nServicing_StartMenuAccountBadgingAccessibilityFixes,46946981\nServicing_FileExplorerUpdatingStatusIconFix_46946208,46946208\nServicing_RelaxDevauth,46944034\nGetApplicationIdDataRaceBugfix_46943585,46943585\nFoDMetadataOverrideWMPL,46943490\nServicing_CurrentTimeZoneFix_46943137,46943137\nServicing_CurrentTimeZoneFix_46942951,46942951\nMTestAbShRPI,46942888\nServicing_WinRESupersededSSUCleanup,46942342\nServicing_UnkownProtocolDialogFix_46941345,46941345\nServicing_UnkownProtocolDialogFix_46941331,46941331\nServicing_FileExplorerSearchBoxFocusFix,46940441\nMSRC82825_46939803,46939803\nMSRC82819_46938771,46938771\nServicing_LampArrayPowerPerf_46936193,46936193\nRecommendedItemContextMenuFix,46933509\nCastDiscoverabilityIrisPrompt,46932225\nServicing_WlanihvextSetIGTKAndBIGTK,46929567\nCD_MJPEG_MFT_Decoder,46913462\nFixBug46913100,46913100\nTaskbarExtensibility,46904079\nServicing_WebView2MousePointer_46901084,46901084\nServicing_TaskbarMultiMon,46900971\nContainment_UUS_DockedFlightSettingsAPIs_46898267,46898267\nOTR_OnlyAsNeeded,46898183\nStartCustomizationPolicyRestrictionFix_46897654,46897654\nServicing_HPDBX,46897589\nMSRC82786_46894531,46894531\nBugFix46893211,46893211\nDesktopSpotlightTipImprovements,46890315\nServicing_ControlPanelResizeFix_46887819,46887819\nStaleBackdropCache,46887284\nServicing_ClassBasedExcludeRouteVPN_46884073,46884073\nServicing_ClassBasedExcludeRouteVPN_46883977,46883977\nServicing_WUCategoryScanOptimization,46882468\nServicing_WUCategoryScanOptimization_46882346,46882346\nMigrationProgIDsBugFix,46879732\nServicing_GipDeviceIdentifierInfoIoctl,46879667\nLostNotificationTaskFix_46879656,46879656\nMultipersonApi,46874610\nSystrayPB,46874415\nSystrayCopilot_46874360,46874360\nServicing_FCONMetadata_46874316,46874316\nServicing_BetaOffRampChanges,46873827\nServicing_BetaOffRampDCR_46873795,46873795\nServicing_BetaOffRampDCR_46873766,46873766\nServicing_BetaOffRampDCR_46873329,46873329\nServicing_BetaOffRampDCR_46873256,46873256\nDesktopSpotlightLogonFlagCheck,46868766\nServicing_DCW_FoDInstallBlockSnippingTool,46862012\nServicing_DCW_FoDInstallBlock_V2,46862011\nServicing_DCW_FoDInstallBlockPaint,46862010\nServicing_DcwAppFodLabeling,46861917\nServicing_DcwAppFodLabelingSnippingTool,46861915\nServicing_DcwAppFodLabelingNotepad,46861914\nServicing_DCW_SystemManagedOC,46861711\nServicing_DCW_OCMetadataOverrideRDC,46861710\nServicing_DCW_OCMetadataOverride,46861707\nQueryParsingWithLLM,46857024\nServicing_USB4V2Settings,46856478\nSyncSettingCredLangDescUpdate,46855420\nMSRC82742_46854635,46854635\nContainment_UUS_AHDefaultDetection_46853789,46853789\nTransferTokenRequests,46853598\nDesktopSpotlightThemeEnabledOnFirstLogon,46853503\nServicing_Coredpus_Lock_46852739,46852739\nCloudStoreLoadOnAllAccounts,46852395\nEnhancedTouchpadStreaming,46852388\nMSRC82737_46851271,46851271\nServicing_NullAuthIdentityFix,46850499\nCloudProviderLinkShareSourceAPI,46850368\nABM,46849696\nServicing_RepairFrameworkPackageRegistration_46848919,46848919\nExperienceHostModule_BugFix46847544,46847544\nMyDevicesSettings,46846858\nW365Boot_ManagedPCSettings_Account,46842903\nServicing_KeepWebView2Visible_46836316,46836316\nServicing_EnsureCoreWebView2Navigation_46836216,46836216\nMSRC82707_46836114,46836114\nServicing_7ZipContentNotDisplayedFix,46835491\nServicing_WinAppSdkPauseRenderingOnWindowFocusRestore,46833401\nContainment_UUS_UOvNext_46833319,46833319\nDirectCloudSync,46833011\nServicing_WinAppSdkFlyoutPositioningFix,46832968\nServicing_WinAppSdkTabViewScrollButtonsDisableDManip,46832679\nHideBackupWizardForIneligibleAccount,46825733\nHideBackupWizardForIneligibleMsaBackupAccount,46825732\nExpeditedUpdatePILess,46817969\nServicing_cantReconnectToRDSinAVDinCitrix_46817529,46817529\nServicing_RebootTimeBoundCache_46817386,46817386\nPayNowTesting,46817371\nServicing_RemovingIndexerStatusCheck_46816958,46816958\nMTestAbShRQI,46816954\nATFOI_Test_V2,46816931\nServicing_UsePrimerWhereIdAlways_46814299,46814299\nServicing_AppLockerPolicyMergeFix,46813697\nServicing_ExpandVFPTag,46813317\nServicing_Media_PresentedContent_PendingClockInitialization_Fix,46807821\nServicing_Update_SBE_FCK_46807664,46807664\nMSRC82657_46804863,46804863\nWSL_LiftedInstallPrompt_46804250,46804250\nWindowsBackupMasterBackupPolicyUpdate,46803755\nMSRC82642_46803032,46803032\nMSRC82635_46777540,46777540\nMSRC82630_46774211,46774211\nHandleUnknownInvokers,46772673\nServicing_PFVC_FixRaceCondition,46772309\nServicing_WinAppSdkLineUnderTabViewFix,46770740\nContainment_UUS_HotpatchPreDownload_46770631,46770631\nMTestAbShNHH,46770079\nWindowsBackupSignInNavigationUpdate,46754389\nMSRC82608_46754227,46754227\nEcoModeEnergySaver_AcOnlyIcon,46753679\nServicing_DMA_SystemManagedOC,46753233\nServicing_Media_Remove_PII_From_JPEG_46752809,46752809\nInlinePayNowCFR,46752087\nServicing_WinAppSdkXamlLocalizeDisplayLanguage,46751006\nServicing_SkipOnPackageStateChanged,46750618\nSyncSettingTopLevelOnlyPolicyPersist,46750475\nBugfix_46745700,46745700\nRefsDedupSvc_RunAtLowPriority,46743511\nFixBug46742187,46742187\nDesktopSpotlightRestoreLogon,46741527\nMSRC82592_46737846,46737846\nServicing_NgcViaWam,46736857\nDXGI_Detours,46736855\nServicing_DMA_OCMetadataOverrideRDC,46736810\nServicing_DMA_OCMetadataOverrideST,46736807\nServicing_DMA_AppFodLabeling,46736712\nServicing_DMA_AppFodLabelingQuickAssist,46736688\nServicing_DMA_AppFodLabelingPaint,46736684\nServicing_DMA_AppFodLabelingNotepad,46736681\nARCDSS,46736541\nConnectionQualityAPI,46735773\nBackupRestoreCoordinatorDelayNetworkRestore,46735733\nServicing_FeedsFlyoutPreferredHeight,46734462\nServicing_FilePickerWindowingFix_46733530,46733530\nContainment_UUS_DoWorkLock_46732892,46732892\nOmaDmClient_CheckForDisconnectedNetworkDuringBackOff,46731456\nMSRC82566_46731351,46731351\nMSRC82559_46729783,46729783\nSIIC,46724766\nServicing_SearchUIPolicyException_46724591,46724591\nBugFixInputViewPositioningForCopilot,46723258\nAddExtensionPackagesBeforeResourceAccess,46722668\nWingetQueryOptimizationsInApplistBackup_46721863,46721863\nServicing_UnglommedVirtualDesktopIconsMissing_46720635,46720635\nServicing_AACDecoderBypassSamplingRatesMismatch,46720211\nContainment_UUS_Feature_MinorUSOFixes_46718534,46718534\nMercuryADEPTApplistBackupTaskCadenceChange,46718528\nServicing_SearchBoxInvokeCollapse_46718345,46718345\nWindowsBackupFoldersApplicableCheckEnabled,46718084\nFixLegacyShellMotW,46717995\nServicing_WinDCRA_46717939,46717939\nServicing_WinDCRA_46717900,46717900\nEnableDesktopSpotlightOnRestore,46717502\nServicing_Media_Remove_PII_From_JPEG_46715705,46715705\nLocalizedEarlyFileSearch_46715659,46715659\nMSSCBT_46715620,46715620\nServicing_PinManagerRemoveShim,46715522\nID46715407,46715407\nServicing_NameSpaceTreeDriveRemoval_46712859,46712859\nServicing_NameSpaceTreeDriveRemoval_46712858,46712858\nServicing_VolatileNotifications_46712666,46712666\nServicing_VolatileNotifications_46712645,46712645\nID46709049,46709049\nUupProductRepairReset,46703782\nDualEngine_DisableMaySaveChangesOnClose,46703484\nServicing_WinAppSdkProvidePopupHWndToDManip,46702704\nMDW,46702397\nDXDiag_GatherMCDMAdapterInfo,46702164\nServicing_LeakedCheckpointFiles_46701249,46701249\nServicing_WidgetsStaticSvg_46701147,46701147\nID46700936,46700936\nFENavigationAndSearchEAAImprovements,46700719\nID46700599,46700599\nFEAccessibilityBugFixes,46700501\nServicing_LeakedCheckpointFiles_46700479,46700479\nSchannel_STSTimeBugfix,46700378\nFoDInstallBlockSnippingTool,46699897\nFoDInstallBlockPaint,46699876\nUpdateCoreIsolationESS,46698181\nMSRC82514_46697143,46697143\nMSRC82508_46696221,46696221\nServicing_FolderViewBrowserNavigateMouseButton_46695836,46695836\nServicing_DependencyGraph_logging,46695514\nSWIN32STest,46687855\nContainment_UUS_SetCorrelationIdOnWAMAPI_46687054,46687054\nCopilotTaskbarIntegration,46686174\nDesktopSpotlightCheckStateFix,46677043\nServicing_FixExceptionInWV2CreateWebResourceRequestAsyncTask_46674437,46674437\nServicing_ImproveFeedsPrelaunchRate_46670521,46670521\nUnifiedConsentDefaultAADState,46670242\nServicing_TFLPrePinMDMFix_46669191,46669191\nServicing_StrongRefToXamlElement,46668872\nFileExplorer_NavigateEndWithNavState,46666094\nSpotlightUriDefaultBrowser,46661076\nServicing_ShellPolicyException_46658044,46658044\nInitAndPolicyEnhancements_46656382,46656382\nContainment_UUS_CountdownRelatedToastDisplaying_46654910,46654910\nServicing_LampArrayUnattend_46653959,46653959\nContainment_UUS_BugFix_FiringDownloadResumedEvent_46651643,46651643\nBugFix46650478_EmojiPanelWebViewDelayLoad,46650478\nServicing_HelpPaneChanges_46649440,46649440\nServicing_LampArrayUnattend_46649211,46649211\nServicing_TFLPrePinMDMFix_46645502,46645502\nSettings_AutologinAfterRestart_46642396,46642396\nGPM_ResidencyTracking,46642071\nCheckRemoveBackgroundImageSetting,46641766\nServicing_PostLogonDisableServer_46639196,46639196\nContainment_UUS_Feature_PostLogonDisableServer_46639152,46639152\nServicing_NDUPAutoAcceptEULASupport_46638769,46638769\nLocalModelTaskSuggestions,46638715\nDisableBlockedCameraSource,46637522\nAVCMM,46636795\nServicing_Fix_LSASSCrashDueToAccessViolation_46634933,46634933\nAppSiloBrokerShellObjectsGermanium,46634830\nBrain_RestrictPreviewPackageScan_Containment,46633926\nMSRC82452_46633319,46633319\nServicing_SearchUIPolicyException_46633267,46633267\nMSRC82449_46631415,46631415\nMSRC82448_46631299,46631299\nWpcUapAppAllowList,46627309\nXboxInlinePurchase,46624394\nGPM_64kEtwBufferSize,46622726\nServicing_FixReentrancyHDRWallpaper,46621461\nDisplayMux_AllowDdiInterfaceV1,46621090\nBlockCloningSupportInCopy,46620550\nCrossDevice_46619780,46619780\nVAFESMDBF,46619562\nSuggestions,46619511\nUnifiedConsentSecondaryAccount,46619348\nMercurySettingsStateCapture,46619189\nServicing_XAMLViewOnLoadedEventFix_46617862,46617862\nServicing_SettingsAppExcludedBrowserChange_46616982,46616982\nServicing_FconExposeTriggeredFlightIds,46616770\nDesktopSpotlightProtocolLaunchUri,46616323\nHideGlassSheetImmediatelyOnArrangementEnd,46616309\nServicing_CloudKerberosForCloudOnlyUsers,46614743\nMTestAbShFreOnSVCRel,46614186\nSpotlightTestability,46609834\nServicing_ConditionalAccess_46608931,46608931\nServicing_ConditionalAccess_46608180,46608180\nEcoScore,46607893\nServicing_WinAppSdkCBFCBCacheLocalizedStringResources,46607274\nServicing_SettingsAppExcludedBrowserChange_46606860,46606860\nServicing_COMPlusJITDeadlock_46606746,46606746\nUnifiedConsentPerUserId,46605404\nDevicePolicyCheck_46605382,46605382\nRulesEngine_AccountNotificationsToggle,46604216\nServicing_UsePrimerWhereIdAlways_46603472,46603472\nOCMetadataOverrideST,46603200\nOCMetadataOverrideRDC,46603168\nServicing_CommandBarStealsFocusOnShiftF10_46601248,46601248\nServicing_ChangeCimfs,46600555\nBackgroundTaskImprovements,46599966\nContainment_UUS_BugFix_CurrentVersionOnlyFU_46598616,46598616\nServicing_FwCspDeadlock,46596522\nServicing_71389RegressionFix_46594025,46594025\nCheckWallPaperAndThemePolicy,46592582\nServicing_GroupPolicyCaching_46591841,46591841\nUCPDV2,46591190\nServicing_InternetDisconnectFix_46590546,46590546\nDesktopSpotlightOEMContentDefaultImages,46571039\nServicing_Appx_UpdateWindowsRTEKUPackage,46570851\nServicing_Remove3rdPartyAppData,46570552\nMSRC82368_46570136,46570136\nImpressionReset,46570062\nMSRC82365_46569809,46569809\nServicing_LeftArrowCrash_46567875,46567875\nMSRC82361_46567049,46567049\nMSRC82360_46566943,46566943\nContainment_UUS_BugFixAppxDownloadStuck_46565892,46565892\nIN,46560989\nServicing_FinishingPositions,46560885\nEnableSpotlightForOEMThemeUsersOnReboot,46560585\nBugFix46560374_InputAppTerminator,46560374\nFoDMetadataOverrideQuickAssist,46560039\nDesktopSpotlightOneTimeUpgrade_46559584,46559584\nBugFix46558439_InputPanelPreloadTimestamp,46558439\nFoDMetadataOverrideNotepad,46558073\nServicing_CompositionSwapchainCrossBindingScanout_46557400,46557400\nContainment_UUS_AddPowerInfoToTelemetry_46552247,46552247\nContainment_UUS_UxContextHashFix_46551987,46551987\nEnableSpotlightForOEMThemeUsersUpgrade,46551979\nEnableSpotlightForInboxImagesOnReboot,46551941\nEnableSpotlightForInboxImagesUpgrade,46551929\nEnableSpotlightForInboxImagesFirstLogon,46551901\nServicing_SuspendNonActivatedWindows,46551391\nServicing_ConfigRefresh_46551074,46551074\nTTHT,46550971\nMSRC82342_46550638,46550638\nContainment_UUS_NotificationCadencedReset_46550572,46550572\nServicing_PinManagerCompatRedirectOnlyCopyShortcuts_46550480,46550480\nDesktopSpotlightOnByDefaultOnUpgrade,46550267\nDesktopSpotlightOnByDefaultOnFirstLogon,46550263\nLpacComProxyAce,46549834\nDesktopSpotlightWallpaperFitNotSetToFill,46546029\nBluetoothLEAudioCoordinatedSetUXImprovement,46544283\nMercuryADEPTAppTileBackupNameMissingFix,46541805\nMercuryADEPTAppBackupCompatFileParseRetry,46541780\nMercuryADEPTAppBackup10D,46541611\nServicing_FileExplorer_SubCommandFix,46535919\nBugFixCBackingStoreConfusedCaretPosition,46535309\nServicing_MSAStateWnf_46535145,46535145\nFoDMetadataOverrideSnippingTool,46533568\nServicing_FixSearchIconLabelOverlap_46533563,46533563\nServicing_DcwAppFodLabelingPaint,46533540\nPlutonQueryAPI,46532062\nMSRC82283_46530124,46530124\nServicing_Fix_PackagedServices_Leak_46529441,46529441\nID46518162,46518162\nLaunchListItemRefactor,46518129\nCapture_CaptureItemType,46518035\nContainment_UUS_DbErrorHandling_46518005,46518005\nWindowsBackupProgressBarUpdate,46516061\nServicing_ReFSDedupAvoidOverLogging,46514472\nMSRC81952_46512934,46512934\nMSRC82249_46512900,46512900\nuDWMDeviceCreationError,46512709\nMSRC82246_46512637,46512637\nMSRC82244_46512428,46512428\nServicing_SearchWorkFolderSync_46511169,46511169\nServicing_CollectionFrozenCheckOnRepeaterItemsSource_46510628,46510628\nID46504797,46504797\nAudio_MicCategory,46502013\nSearchIndexerMultiSessionLockFix,46500419\nMSRC82223_46499850,46499850\nVirtualDesktopSpecificWallpaper,46499538\nServicing_NDUPAutoAcceptEULASupport_46499419,46499419\nMSRC82219_46499076,46499076\nSLAPIInternal,46498851\nMSRC82218_46498669,46498669\nServicing_RemovingIndexerStatusCheck_46498509,46498509\nServicing_CameraVCamSharedModeUnblockingFix,46497684\nSettings_AutologinAfterRestart_46497516,46497516\nMSAAutologinAfterRestart23H2Parent,46497515\nMTestAbShESFR,46497309\nServicing_BioPeripheralsWithESSUI_46496476,46496476\nServicing_WebView2RecoverTIP_46496295,46496295\nMSRC82188_46496023,46496023\nLFSFSRTest,46493758\nServicing_ConfigUpdateGetAction_46477567,46477567\nServicing_CacheProjectedCortanaAPI_46471305,46471305\nServicing_ImplementTopNApps_46471166,46471166\nServicing_CancelPendingFileQueriesOnAppHidden_46471154,46471154\nServicing_RequestCacheFlightIds_46471146,46471146\nServicing_ConvertToStringPropertyHits_46471141,46471141\nServicing_WinAppSdkCacheActivationFactory,46468883\nLostNotificationTaskFix_46467104,46467104\nDevicePolicyCheck_46466990,46466990\nEnsureIrisServiceValid,46466879\nID46465499,46465499\nServicing_LeftArrowCrash_46465184,46465184\nIE_LeftArrowCrash,46465181\nServicing_GetFreeEntitlementTelemetryReconfigure_46464995,46464995\nServicing_GetFreeEntitlementTelemetryReconfigure_46464889,46464889\nContainment_UUS_ClientSupportForEncryptedUpdates_46464024,46464024\nCallerIdentityLibDeprecation,46463928\nSPAS,46460087\nSSRTFLTest,46459826\nSSRATest_46457961,46457961\nServicing_UninstallUpdatesThirdPartyAppsFix,46456993\nServicing_ConfigUpdateGetAction_46456972,46456972\nServicing_SignRsaPadPss_46456346,46456346\nServicing_SignRsaPadPss_46456297,46456297\nMTestAbShRTT,46455205\nServicing_HyperVFWGpRuleCreation,46454935\nServicing_PrintconfigLoadJS_46451340,46451340\nServicing_PrintconfigLoadJS_46451295,46451295\nOobeBloomUI,46450614\nNXTAdminCmdHotkey,46450369\nDimeCFR,46448655\nServicing_PFVC_CleanUpStagedConfigs,46448128\nInventory_EDPTransition_API,46448114\nDL46444835,46444835\nServicing_SiHostCustomShell_46443203,46443203\nMultiDetachedOC,46440044\nServicing_StartMenuPolicyException_46439818,46439818\nServicing_FixTokenCloudapCache_46439374,46439374\nServicing_RobocopyEfsrawFix_46436664,46436664\nServicing_RobocopyEfsrawFix_46436634,46436634\nWatchDogTimerCollectLiveKernelDump,46436502\nSnapSuggestionsAPI_46436100,46436100\nOutOfProcSnapLayoutExtension,46436083\nDeclaredConfiguration_DllRefactored,46435723\nID46435568,46435568\nServicing_MMPC_NullEnrollCheck,46434660\nGPM_BufferRevert,46434420\nGWPHF,46434234\nServicing_PasswordRotationFix_46430206,46430206\nServicing_NearByShareStringFix,46429493\nLunarCalendarRestoreHandler,46427671\nLunarCalendarBackupHandler_46427667,46427667\nContainment_UUS_OSSwapDetectionPositiveSignal_46425039,46425039\nServicing_FixingIppCollectionArray_46424735,46424735\nDriverRecovery_Support,46424179\nDXDiag_GatherD3D12EncodeModes,46422806\nServicing_TextInputHostLeakFix_46422025,46422025\nNtlmReturnsBlocked,46421727\nMSRC82074_46421564,46421564\nDesktopSpotlightV2RestoreHandler,46420898\nMSRC82065_46420297,46420297\nMSRC82046_46418054,46418054\nServicing_WinREServicingScheduleCommitReason,46417406\nServicing_PrintPopup_46417305,46417305\nServicing_PrintPopup_46417183,46417183\nMSRC82040_46416463,46416463\nServicing_SetWrongFirewallProfile,46416407\nNetworkIcon_ConnectionInProgress,46415665\nServicing_NewMonitorEvent,46415535\nFamilyAppRedirectionRemoval,46413862\nW365Boot_ManagedPCSettings_SystemL1,46412244\nTailoredSCOOBEOneDriveAboveQuota,46411969\nNarratorScanModeFolderFix_48705107,46411062\nMonoAudioSoundSettingRestoreHandler,46409710\nOptimizationsInApplistBackup,46406346\nExcelListItemAnnouncement,46403446\nEnableThumbnailPrefetchConfig,46402487\nServicing_NetflixWVC1Fix,46402280\nFixMruAutomationName,46401864\nDesktopSpotlightToastForOnByDefault,46401678\nVAMCHF,46399509\nGPM_CheckEventsLost,46397055\nContainment_UUS_UpdateAttentionDEWrapper_46396370,46396370\nStateResetFix,46395625\nEnrollmentAttestationDebugFields_46391183,46391183\nTVSRO_fix,46389094\nMSRC82022_46378877,46378877\nMSRC82005_46378356,46378356\nServicing_AADDeviceTicketRetryCount,46377093\nServicing_AADDeviceTicketRetryCount_46377042,46377042\nServicing_PinManagerCompatRedirectOnlyCopyShortcuts_46369417,46369417\nGovernanceReset,46367194\nServicing_AppX_WindowsRTEKU,46367076\nID46366954,46366954\nMTestAbShSEA,46366027\nWXHBackgroundTaskTIPFixes,46365929\nDevicePolicyCheck_46365427,46365427\nCopilotPersonalizationSettings,46363395\nServicing_AppReadinessPreShellGroup_LogonDelay_Fix,46363293\nServicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_46361515,46361515\nServicing_SnapGroupTaskItemIconCrash_46360957,46360957\nServicing_CacheDeviceItemAppItem_46359546,46359546\nWindowsBackupIntegratedServicesPolicyControl,46359361\nWindowsBackupConsentCore,46359346\nContainment_UUS_SSValidationPredictionRefresh_46359109,46359109\nServicing_BatchedFeatureStateChange,46359008\nMSRC81976_46356832,46356832\nMSRC81975_46356795,46356795\nAVC_ClearLead_Moho_Chrome_Intel,46356657\nMSRC81972_46356507,46356507\nDesktopSpotlightImg0AsFallbackwallpaper,46353846\nServicing_Feeds_FixWebview2RuntimeAvailableIssue,46353546\nServicing_Feeds_SendDeviceInfoToOneService,46353536\nServicing_FeedsWebView2MultiCreation,46353521\nServicing_ImproveFeedsPrelaunchRate_46353491,46353491\nServicing_GameInputXUSBSystemButtons,46351260\nServicing_hyperv_ux_fix,46347261\nServicing_ADSD_LocalUsersAndGroupsCspFix_46346413,46346413\nServicing_ADSD_LocalUsersAndGroupsCspFix_46346376,46346376\n1550dceee7e6541f6947fc7822fcd3fd,46346320\nContainment_UUS_ScanHotpatching_46346146,46346146\nContainment_UUS_AppxProvision_46346123,46346123\nServicing_FileExplorer_InsightsImprovements,46345952\nServicing_3rd_party_MMPC_support_46345283,46345283\nContainment_UUS_AddFlushTimer_46344601,46344601\nServicing_NPSMPrioritizeHWNDAumid,46344353\nServicing_MAPI_UndoC2RX,46343574\nServicing_ADSD_NetAPIETWLogger,46341752\nExplorerArchiveIntegrationPerf,46341257\nServicing_USOSustainabilityNarrowingFix_46341217,46341217\nMSRC81952_46340642,46340642\nScanForUpdatesOnServer,46340594\nMercury_App_Backup_46340409,46340409\nServicing_Fix_PackagedServices_Leak_46339621,46339621\nSyncSettingUIEnhancementsUpdate,46334003\nServicing_CDS_ContrastThemeTIP_46309398,46309398\nServicing_CDS_ContrastThemeTIP_46309271,46309271\nAutopilotDeviceTagging,46301882\nServicing_SettingsMoveOptionalFeatures_46279816,46279816\nServicing_SettingsMoveOptionalFeatures_46279718,46279718\nServicing_SmallAdIssue,46276839\nServicing_Remove_Nonce_46275983,46275983\nIE_SyncMode5,46275980\nServicing_IE_SyncMode5_46275694,46275694\nServicing_ParseResponse_46272979,46272979\nServicing_UpdateEspSyncSessionSemantics_46269898,46269898\nServicing_LampArrayHidTelemetry_46269702,46269702\nServicing_FileExplorerSearchDispatcherTimerLeak_46268888,46268888\nContainment_UUS_UpdateForcedRebootScheduling_46268222,46268222\nPasskeyPluginAuthenticators,46264199\nContainment_UUS_BugFix_IpuCacheStatus_46264179,46264179\nServicing_IE_SyncMode5_46263752,46263752\nUnifiedConsentRegistryPermission,46254670\nNotifyExperienceLoadedInRecommendedRoot,46253296\nHomepageRecognizesAssociatedMSA,46251949\nMSRC81899_46251106,46251106\nServicing_OneWayTrust_46249744,46249744\nSyncSettingPolicyStatePersistBugFix,46246277\nServicing_ShellPolicyException_46245958,46245958\nCDP_WFDLimit,46245015\nMTestAbShSPDFSL,46244440\nW365Switch_Engineering_Improvements,46243917\nIconLoadTIPFix,46241418\nServicing_UpdateEspSyncSessionSemantics_46241267,46241267\nServicing_FileExplorer_GalleryImprovements,46240254\nFixConcurrentRequests,46238738\nContainment_UUS_AutoActiveHoursRefresh_46238341,46238341\nMSRC81890_46238158,46238158\nKIDV2,46237304\nMSRC81826_46236587,46236587\nServicing_null_check_on_siloState_ETW,46235411\nServicing_Media_PresentedContent_RetryDirectPresentation,46234762\nW365Boot_BlackScreen_Bugfixes,46232528\nNOSBImpl,46231593\nDesktopSpotlightThemeSetToCustomIssue,46229605\nServicing_FixSearchIconLabelOverlap_46225611,46225611\nW365Boot_ManagedPCSettings_Display,46225113\nW365Boot_ManagedPCSettings_Sound,46225055\nTrackWindowCoverage,46224912\nServicing_IToolTipIsOpen_46222664,46222664\nBugfix_46221769,46221769\nServicing_46212325,46212325\nEnablePropertyOverride,46210758\nST,46207943\nServicing_TriggerEnsurePackageIsRegistered,46196582\nID46196572,46196572\nTaskManagerFeb24BugFixes,46195996\nServicing_UOSupportsZeroExhaust_46195607,46195607\nServicing_LabelsNotExpanding_46195039,46195039\nSudo,46194939\nModernCompressToZip,46194714\nCreateArchiveWizard,46194700\nServicing_AllowCrossProcessDisplayAffinity,46191124\nMSRC81841_46189820,46189820\nRetryBGTaskRegistrationIfNotAlreadyRegistered,46189746\nServicing_FileExplorerWinAppSDKCachedState,46188883\nServicing_KeepWebView2Visible_46188233,46188233\nDL46185641,46185641\nMSRC81829_46183092,46183092\nSpotlightGeneralPolicy,46182641\nW365Boot_Engineering_Improvements,46179275\nImeAccessibilityFix,46169883\nWinLogonSimplifyDwmLaunchDecision,46158195\nServicing_WinAppSdkSkipInvalidateRectNull,46157957\nServicing_ReFSDedupHandleCsvMoveError,46154705\nWASCConsentForOneDrive_46147435,46147435\nWASCConsentForOneDrive_46147434,46147434\nSSABBF,46146651\nCameraControlDependentNotification,46145196\nServicing_WinAppSdkPackDCompISharedAllocations,46144133\nNPUModelDelay,46125565\nELPCA,46122933\nCDP_WFDFixes,46118490\nCharMapAccessibilityFix,46115212\nServicing_FileExplorerThemeChangeRaceConditionFix,46114610\nMSRC81807_46111893,46111893\nServicing_DellRegressionIOCTL,46111855\nContainment_UUS_UXFeatureUpdateFix_46110984,46110984\nSearchFeatureAPIFix,46110145\nServicing_InactiveInputAppDefaultView_46109814,46109814\nServicing_ReFSDedupLogStoppedMonitoring,46109607\nMSRC81795_46109107,46109107\nVAPS,46108764\nCacheWithTimedCounter_PolicyQuery,46108018\nWSESystrayIcon,46107637\nSCOOBEandRecommendedBrowserSettingsDMA,46106935\nServicing_StartMenuAccountBadgingAllowTextWrap,46106919\nServicing_Match_OneDriveAccount_46106032,46106032\nServicing_OnboardingSenseAcceptSha256Pss,46102090\nDLToastDelay,46097855\nServicing_Feeds_AddTTVRMarker,46096997\nMSRC81785_46096886,46096886\nApiSampling_InventorySvc,46096527\nMTestAbShFSC,46096237\nWebXTFlightsTelemetry,46095865\nHighPriorityFileProvider_46094352,46094352\nContainment_UUS_BugFix_GetAttributeTargeting_46094346,46094346\nServicing_SnapFlyoutDeferredShutdown_46094120,46094120\nShowWebsitesAfter3pCompeteCheck,46092540\nContainment_UUS_SLSTransientErrors_46091987,46091987\nContainment_UUS_ScanTransientErrors_46091930,46091930\nContainment_UUS_RemoveRefreshWuRedirRecoveryAction_46091646,46091646\nContainment_UUS_LessNoNetworkRetries_46091514,46091514\nMSRC81769_46091435,46091435\nServicing_WUSettingsSchedulingFix,46090119\nServicing_FileExplorerDesktopRepaintsOnNotifyHome,46085205\nServicing_FileExplorer_GetListPerfImprovements,46084709\nServicing_FileExplorerPerf_BroadcastSingleMessage,46084421\nWindowsBackupStatusAPIExperience_46084210,46084210\nServicing_SkipValidateRelatedSet,46082118\nServicing_FixHamActivityStart,46081892\nContainment_UUS_BugFix_MccHostConfigUpdates,46081111\nCapture_MinUpdateInterval,46080945\nMSRC81762_46080942,46080942\nContainment_UUS_WisePredictionsAPIChange_46077814,46077814\nTaskbarEAAFixes,46077465\nMSRC81752_46077173,46077173\nServicing_WinAppSdkEnableThemeLookupCacheDuringLayout,46076120\nMSRC81735_46074976,46074976\nServicing_WinAppSdkSyncCreateContentExternalBackdropLink,46074461\nCheckPersonalizationCSPEnablement,46074233\nSettings_AutologinAfterRestartPhase2,46064261\nServicing_XamlTextBoxFixVb,46063272\nRDPRemoveRandomTabs,46062568\nServicing_BrowserHost_Fix_Ref_Count,46062473\nUpdateInstallerAttributeSupport,46060660\nContainment_UUS_BugFix_FederatedSearchResultLock_46059104,46059104\nServicing_FileExplorerAddressBarWrongThreadFix_46056757,46056757\nAnimateWorkAreaChanges,46053324\nAllowTestOverrideForPublisherIntentMetadata,46049481\nServicing_BAPMetaDataUpdate,46049013\nServicing_MSAStateWnf_46047122,46047122\nMSRC81719_46047112,46047112\nMSRC81713_46046947,46046947\nMSRC81708_46045627,46045627\nServicing_SessionTicketFix,46044993\nPlaceholderTileManagerTipTestImprovement,46043490\nServicing_EdgePinningWizardScenarioFix,46043353\nContainment_UUS_FileVerificationTelemetry_46042231,46042231\nVACHSDF,46037146\nDownloadCDMLiteAssestsAsJpg,46036456\nNarratorScriptingCTARegionFix,46032734\nServicing_TailoredSCOOBEOneDriveAboveQuota_46031120,46031120\nPSRFeb24DeprecationBanner,46031077\nServicing_CacheLaunchExperienceContextDownloaderPerfMetricsLinguisticData_46030046,46030046\nServicing_FileExplorerGallerySerialization_46029533,46029533\nServicing_FileExplorerThemeChangeFix_46028495,46028495\nCompattelrunner_RegDisablePredefinedCache,46027791\nServicing_FileExplorerDelayGRIMPathMapping_46026551,46026551\nContainment_UUS_BugFix_MccHostForXvcDownloads,46026037\nServicing_SIPolicyHasPerAppPolicy_incorrectly_matches,46024877\nMSRC81678_46024500,46024500\nFeeds_DmaCompliance,46024061\nMSRC81675_46023653,46023653\nServicing_RAIL_Dynamic_Keyboard_46022672,46022672\nServicing_Match_OneDriveAccount_46021784,46021784\nServicing_BlutoothSwiftPairCoordinatedSetSecondToastFix,46020011\nServicing_ControlPanelResizeFix_46018710,46018710\nServicing_ThaiBoxCharacters_46017289,46017289\nServicing_DmaMetrics,46014535\nServicing_Print_UPTreeview,46014390\nServicing_OutOfProcSnapLayoutExtension,46014097\nFixDynamicSearchBoxTestCrash,46013904\nOCMetadataOverride,46013271\nFoDInstallBlock,46013197\nFoDMetadataOverride,46013164\nMirrorEnterpriseFeatureControlState_46012388,46012388\nServicing_WinAppSdkSkipCommandPropertiesDuringThemePropagation,46010864\nBLDataFix,46010302\nTF4BM_46009793,46009793\nSettingsAlertBannerRulesEngine,46009617\nUpdateTaskBugfix,46009404\nServicing_FileExplorer_LaunchAndEnumerationPerfInefficiencies,46008958\nDevicePropertiesWXH,46008647\nMSRC81648_46007957,46007957\nServicing_FileExplorerAvoidShortcutLink,46002324\nServicing_COMPlusJITDeadlock_46000308,46000308\nServicing_NoThumbnailsIItemVersionMismatchFix_45999747,45999747\nMTestAbShLangExpEnCa,45999439\nServicing_CTFMONLeakFix_45997517,45997517\nMSRC81643_45997224,45997224\nSearchThemeColorForHighContrast,45995231\nServicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_45994852,45994852\nServicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_45994807,45994807\nMTestAbShLangExpEn,45994554\nGPM_CreatePSOTracking,45994299\nMirrorEnterpriseFeatureControlState_45993900,45993900\nServicing_FEDrivePropertySheetCrash,45992289\nServicing_ThaiBoxCharacters_45991456,45991456\nOobeRestoreDataLayerIsolated,45984759\nServicing_CacheProjectedCortanaAPI_45980057,45980057\nMTestAbShDTS,45978602\nServicing_MSDTC_HandleLeak_45978510,45978510\nServicing_MSDTC_HandleLeak_45978496,45978496\nServicing_FileExplorerHomeDefCollectionLeak_45978227,45978227\nServicing_SFAPHelloSupport_45978067,45978067\nServicing_PinTileRestoreNarrator_45976991,45976991\nServicing_CompositionSwapchainLetterboxingInvalidation,45976576\nD3D12VideoEncode_HEVC422444,45976446\nMSRC81591_45976379,45976379\nMSRC81577_45974809,45974809\nContainment_UUS_BugFix_NoSLSRegistrationOfflineScan_45972399,45972399\nSCFBTest,45970624\nDL45962954,45962954\nContainment_UUS_UXPauseStateSettings_45952994,45952994\nMTestAbShLangExpKo,45952872\nMTestAbShLangExpChs,45952823\nMTestAbShLangExpIt,45952819\nMTestAbShLangExpPt,45952795\nMTestAbShLangExpDe,45952594\nMTestAbShLangExpJa,45952583\nMTestAbShLangExpEs,45951844\nMSRC81565_45951547,45951547\nServicing_ADSD_LapsPwdExpiryFix,45951397\nCheckHighContrastEnablement,45951034\nMercuryAppBackup_Post2309,45949950\nMTestAbShLangExpFr,45949789\nMirrorEnterpriseFeatureControlState_45948678,45948678\nESIM_LPA_V3,45948544\nServicing_FileExplorerInvalidBatchTimer,45945617\nDesktopSpotlightMultiMonitorPortraitFix,45941751\nServicing_CloudTGTAquisitionIssue_45938203,45938203\nWdfUmdfDriversFailuresMoreActionable,45937377\nServicing_SearchMultiSessionDeadlockFix,45936933\nMSRC81533_45934424,45934424\nExpeditedApps_EKBTriggerRetry,45932354\nServicing_ADSD_LapsSCForceOptionFix_45932197,45932197\nServicing_ADSD_LapsSCForceOptionFix_45932195,45932195\nForceSeptConfigUpdate,45931531\nMercury_App_Restore_V2,45931043\nServicing_StartMenuFixTouchInteractionStickySwipeUp,45930155\nID45930103,45930103\nMSRC81525_45929489,45929489\nDeviceSetup_CtaAutoUpdates_45919335,45919335\nMSRC81503_45904802,45904802\nServicing_NoopWexpControl_45904585,45904585\nContainment_UUS_ExpeditedAppsHonorWUZeroExhaust_45903863,45903863\nMSRC81499_45903255,45903255\nServicing_ReFSSkipENDEntryDeletion,45901725\nServicing_FixOverlaysOnNonFocusStealingFlyouts_45900652,45900652\nServicing_IFM_CallbackColumn,45899464\nMSRC81490_45899296,45899296\nServicing_RemoveTailingSlash_45897369,45897369\nServicing_OneWayTrust_45897345,45897345\nW365Boot_FailFast_V2_Provider,45897081\nW365Boot_FailFast_V2_Network,45896634\nLostNotificationTaskFix_45894401,45894401\nDynamicRetryTaskPeriod,45892232\nMSRC81487_45889210,45889210\nPreregisterRequeueBugfix,45888791\nMSRC81477_45885655,45885655\nServicing_FileExplorerItemViewFlash,45884645\nServicing_TopDownDIB,45884634\nServicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_45884336,45884336\nDL45881325,45881325\nServicing_AvoidLoadingOfficeWB_45880141,45880141\nAutoSuggestBoxFlyoutFocusFix,45880110\nCDMLiteBackportV3,45879529\nDL45876810,45876810\n23H2_Rollback,45875500\nWindowsAccountSyncConsentSignals_45875311,45875311\nMSRC81441_45871520,45871520\nConfigurableCopilotCommand,45870834\nNXTCmdHotkey,45870533\nServicing_EidNameResolution,45870317\nServicing_SetBrightness_Usb_Fix,45868911\nMSRC81432_45868315,45868315\nRedeemSharingLinksForThumbnails,45867401\nServicing_NetshSingleSlotFix,45860608\nBlockedShutdownCancelFocusStyle,45856030\nSettingsHomepage_BluetoothPerf,45854889\nSettingsHomepage_NetworkCharmPerf,45854826\nServicing_FixInvalidPointerReadOnSetValue_45854068,45854068\nDesktopSpotlightUdkOnByDefault_45848734,45848734\nServicing_ThemeUINoIconSpacingUpdate,45846538\nServicing_ThemeUIFixBadIconSpacing,45846488\nServicing_IMEWindowDestructionIssue,45845271\nD3D12VideoEncodeDriverBlock,45844816\nRestoreNotificationUISetting,45844502\nBugFix45843562_ImeNotificationCrashFix,45843562\nMSRC81398_45839776,45839776\nDmaSsoAADCompliance_45833058,45833058\nChangeMachinePasswordViaKerb,45832080\nServicing_WEFCrashInNullQueryWcslen_45831517,45831517\nIdealStateDeadlockFix,45830968\nID45829750,45829750\nEcoModeEnergySaver_AcOnly,45828729\nMSRC81368_45828682,45828682\nAudio_Drivers_HdAudBus_DmaAdapter,45826198\nServicing_CloudTGTAquisitionIssue_45825777,45825777\nPackagedServiceUpdateCheck,45825686\nMSRC81357_45824606,45824606\nRDX_OOBE_Override_Toggle_Accessibility,45823232\nServicing_USBSupportForVTIOv2Onv2Hosts,45822878\nRDX_OOBE_Narrator_ScanMode_Activation_Accessibility,45820239\nSSRATest_45820237,45820237\nRDX_OOBE_Edit_Box_Control_Type_Accessibility,45820078\nContainment_UUS_MisattributedOSSwapDetectionBugfix_45817459,45817459\nSettingsHomepage_PersonalizationPerf,45815822\nServicing_DeadlinePolicyCombiningFairWarning_45815673,45815673\nServicing_ReRegisterWithFamilyName,45815479\nMTestAbShLIR,45815335\nServicing_Feeds_SendDeviceTierToOneService,45814882\nServicing_XamlTextBoxFix,45814810\nServicing_Print2pdfDisplayName,45814462\nServicing_AuditPolicySACLFix_45813954,45813954\nServicing_WEFCrashInNullQueryWcslen_45813872,45813872\nServicing_BioPeripheralsWithESSUI_45812398,45812398\nMSRC81340_45811930,45811930\nSrtmAntiRollback,45807149\nServicing_USBSupportForVTIOv2Onv1Hosts,45806472\nServicing_RDXNightLightStuckState,45803554\nServicing_RDX_HelloDemoURI,45803539\nServicing_RDXVirtualDesktopCleanup,45803437\nColorRestoreHandler,45802977\nW365Switch_Frontline,45800512\nLanguageListening,45799172\nBrain_v13SearchesForP3,45799151\nAllowWifiDeviceCrowdsourcing,45798985\nGamingOverlayVisibilityRevokedEventHandling,45798624\nServicing_GDIInprocAppContainers,45798240\n23H2_Enablement,45796396\nWindowsAccountSyncConsentSignalsCDM,45795984\nServicing_ExtendSearchAppSuspensionTo5s_45795608,45795608\nContainment_UUS_RebootHistory_45795558,45795558\nServicing_DoNotRaiseQueryTextChangedEventWhenSearchBoxClearText_45795409,45795409\nPrintSupportAppV4,45792911\nOverrideDeviceProductAttributes,45792099\nColorBackupHandler,45788472\nReenablePreviewButtonForSupportedNaturalVoices,45788203\nUseThumbnailsApiForPreviews,45786747\nBrain_V12SearchesForP3_45786681,45786681\nBrain_V10SearchesForP3,45786062\nServicing_V12SearchesForP3_45785650,45785650\nServicing_V10SearchesForP3_45785611,45785611\nSecondaryAccountsBackupHandler_45783670,45783670\nDeliveryOptimizationRecursiveSRWAcquisitionFix,45780364\nServicing_IppVidPid_45779992,45779992\nIddRuntimePower,45779857\nWUNetworkUnavailableTelemetry,45778678\nDelegatedTokenRequests,45778528\nServicing_IppVidPid_45777991,45777991\nServicing_GameInputInbox_45775523,45775523\nServicing_GameInputInbox_45775522,45775522\nCCWM,45773963\nMSRC81263_45773752,45773752\nServicing_CFONTPrintLeak,45772526\nCredUI_InProcMode,45771802\nHDRWallpaperReliability,45756137\nMsctfProcessDetachSetResultTelemetryFallbackNull,45755345\nDisableWindowSizeQueryOnWindowCreate,45752176\nServicing_ToastUIACrash,45746345\nHStringMemoryLeakFix,45745323\nServicing_SpotlightThemeCleanup_45743572,45743572\nServicing_MstscApiCallsRefactor,45743100\nServicing_FVE_metadata,45742757\nContainment_UUS_RebootEstimateSSConfig_45742613,45742613\nMSRC81236_45739699,45739699\nServicing_ReduceCOMTelemetryNoise,45739158\nSSFJVTest,45738940\nServicing_MAM_45738875,45738875\nServicing_MAM_45738778,45738778\nSTFWIGCTest,45735077\nPersonalizationCustomThemeBackupHandler,45733106\nServicing_vTpmAttestation,45724197\nDisplayMux_OpenGLPreference,45723228\nServicing_Longpath_Catalog,45722986\nServicing_BluetoothLEAudioWave2_45722808,45722808\nContainment_UUS_GetUpdateManagerWithProviderFilters_45722020,45722020\nContainment_UUS_TagMetadata_45721956,45721956\nServicing_AppBackupStateCaptureCrashFix,45721851\nLocalizedEarlyFileSearch_45721604,45721604\nChildHwndForIslandInputSite_45720437,45720437\nSnapSuggestionsAPI_45719403,45719403\nUsernameSidCacheReturnUpnForHybridCloudTrust,45719231\nContainment_UUS_SLSCleanup_45717484,45717484\nIrisBackupSignals_45714793,45714793\nGuestUserLogonWAMSSO,45710763\nServicing_Ref_Count_Disacrded_Kcbs,45706137\nDesktopSpotlightOneTimeUpgrade_45705924,45705924\nHeadingAnnouncementIssue,45705436\nVoice_Pro,45703317\nServicing_FirstLetterNav_45697525,45697525\nServicing_MEMAddHostTermination,45696455\nServicing_AutoHideTaskbarFix,45695665\nContainment_UUS_BugFix_IpuAutoRescan_45693608,45693608\nMSRC81178_45692242,45692242\nServicing_PhoneLinkWindowsFeature_45691859,45691859\nServicing_PhoneLinkWindowsFeature_45691858,45691858\nSecondaryAccountsBackupApi,45690989\nGreenCharging,45690917\nServicing_45690884,45690884\nServicing_DmaUtcUpdate_45690825,45690825\nServicing_DmaUtcUpdate_45690816,45690816\nServicing_FixGleamDisappearWhenFocusLostOnSearchBoxWithFlyoutOpen_45690554,45690554\nID45690501,45690501\nScreenClipping3PCallback_45690427,45690427\nScreenClipping3PCallback_45690423,45690423\nScreenClipping3PNotification_45690421,45690421\nScreenClipping3PNotification_45690419,45690419\nFI45690266,45690266\nMSRC81169_45689859,45689859\nSettingsOptionalFeaturesPageInSystem,45688785\nMSRC81161_45688487,45688487\nServicing_GPSlowLinkDetection,45688293\nServicing_HFPHandsFree_WaitForHandsFreeEndpoints,45688060\nEnableSearchSuspensionAPI,45687739\nServicing_GroupPolicyCaching_45687684,45687684\nServicing_GroupPolicyCaching,45687620\nGuestUserRDPToAVD_45682905,45682905\nContainment_UUS_SustainabilityNarrowingFix_45677336,45677336\nAllowMaxSupportedItemNameSizes,45676407\nServicing_PersonalizationToggleNoShowFix,45676247\nFederatedSignInQualityUpdates,45675939\nServicing_RequestCacheFlightIds_45673798,45673798\nServicing_CopyOperationFailsInAppVBubble,45673192\nFixWiseMruShortening,45668285\nNoopControlTestFeatureOnReboot,45668249\nNoopControlTestFeatureOnReload,45668242\nServicing_TaskbarInstallProgressUpdateCrash,45667455\nXNCF,45666383\nServicing_SeptConfigUpdate_45655451,45655451\nExpeditedApps_EKBTrigger,45647697\nCopilotFEContextMenu,45647150\nNodeCapabilityForNoInternetPage,45646163\nEnforceWindowsProtectedPrint,45646055\nDoNotRaiseQueryTextChangedEventWhenSearchBoxClearText,45644232\nBatteryUsageGraphSectionLabels_45643758,45643758\nServicing_FocusManagement_45643611,45643611\nServicing_CameraSession0AudioStateMonFix,45643204\nServicing_WSLEnterprise_45643164,45643164\nServicing_MEPDefaultMediaTypeFix,45643149\nLoadBloomCreatives,45636699\nServicing_NtSetTimerResolution_ExpTimeRefreshLock,45634767\nDisplayMux_Dynamic_Enabled,45634100\nServicing_FixOMfxIndex,45633109\nMultiShellSupport,45631568\nMSRC81067_45630671,45630671\nServicing_CopyFileFATFix,45629933\nServicing_ScaledLayeredWindowRenderFix_45629437,45629437\nMSRC81059_45628743,45628743\nMSRC81058_45628639,45628639\nServicing_ScaledLayeredWindowRenderFix_45628173,45628173\nServicing_WLDPAPI_POWERSHELL_SANDBOX_REQUIRED,45627312\nVADAN,45626293\nBackgroundTaskCanceledTelemetry,45625845\nDTF_Test,45624564\nMSRC81036_45614508,45614508\nServicing_Ps2TelemetryUpdate_45613827,45613827\nServicing_Ps2TelemetryUpdate_45613817,45613817\nServicing_ADSD_KDSReferralChasingFix,45613157\nW365Switch_Engineering_Improvements_VDTouchGesture,45613043\nServicing_StartBadgeAlertMismatchFix,45611944\nServicing_RemoveDuplicateQueueEventFix,45606594\nServicing_Cleanup_Framework_DependencyGraphs,45600155\nSettingsHomepage_YourDeviceCard,45600144\nAVCEnc_CodecPack_Enumerate_First,45598712\nMSRC81003_45596786,45596786\nCopilotNudges,45596742\nServicing_NoCandidateWindowModernStandBy,45596701\nMSRC80997_45594542,45594542\nContainment_UUS_BugFix_HistoryLimit_45592339,45592339\nMTestAbShMUS,45582738\nMSRC80988_45582712,45582712\nStartReliabilityAndPerformanceImprovements_45581730,45581730\nServicing_WCMBlockDomainPolicyCellular,45580799\nMSRC80981_45579217,45579217\nServicing_CredUIPreventUIInSess0,45576937\nMSRC80963_45576317,45576317\nMSRC80956_45575697,45575697\nWASCConsentForOneDriveBackupBanner_45573624,45573624\nVAOE,45572960\nEVAIO,45572939\nLaunchUriAsyncInCloudExperienceHost_45564165,45564165\nWASCConsentForOneDriveBackupBanner_45562335,45562335\nLaunchDimeForAquisitionUSQRenewal,45562151\nContainment_UUS_BugFix_DataStoreLocks_45556653,45556653\nServicing_InvalidIteratorAudioPolicyManagerCrash,45552718\nServicing_FEMenuExtensionCrash,45550845\nBitPump_InvalidationSinkErrorHandling,45539451\nMSRC80940_45538791,45538791\nServicing_StatusIconCrash_45538063,45538063\nServicing_SkipEnsureRegisterAppxAsSystem,45535753\nServicing_FixCloudapDeadlockPart2_45533740,45533740\nServicing_OpenWithTabBug_45527695,45527695\nServicing_PCR5Fixup,45524527\nMSRC80905_45522986,45522986\nMSRC80903_45522815,45522815\nID45522024,45522024\nServicing_AllowDevHomeUpdateForUO_45520592,45520592\nServicing_45519185_SAC_DefenderDisabledOnUpgrade,45519185\nServicing_ExtendedFeatureProperties,45518518\nServicing_Resurrecting_45518293,45518293\nServicing_StateRepositoryVerbCacheFix_45515998,45515998\nSyncSettingRestrictedUpdate_45512408,45512408\nSyncSettingRestrictedUpdate_45512397,45512397\nBlockTailoredScoobeBackupByCountry,45511840\nSPSF,45510595\nServicing_BinaryString_45505657,45505657\nUusBrainLogging,45503243\nServicing_UpdateESPLogic_45503101,45503101\nServicing_XblAuthSilentMsaRequest_45502981,45502981\nServicing_InteractiveLogonUserInputLanguageNotRemembered,45502797\nMSRC80878_45501445,45501445\nServicing_PresenceWriterDMA_45500648,45500648\nServicing_PresenceWriterDMA_45500623,45500623\nServicing_IE_Edge_Uninstall_fixes_45500184,45500184\nServicing_IE_Edge_Uninstall_fixes_45500142,45500142\nServicing_WordPad_GB18030_45499981,45499981\nServicing_WordPad_GB18030_45499980,45499980\nServicing_Notepad_GB18030_45499572,45499572\nServicing_Notepad_GB18030_45499485,45499485\nServicing_WdacAppidTaggingPerfImprovements,45499455\nShowCloudFilesAfter3pCompeteCheck,45497667\nL2HoverPreview,45495667\nExtendUIAEventsForNarratorScripting,45494219\nW365Boot_Branding,45493830\nServicing_SAC_VALIDLY_SIGNED_EKUCHECK,45491930\nNetworkUxBackupHandler,45490823\nServicing_RemoveXboxPreferentialTreatment,45490612\nServicing_RestartPresentationOnBind,45489920\nContainment_UUS_StaticLinkingWuTrust_45488806,45488806\nPCN,45488263\nEnsureSyncTogglesMirrorMicrosoftToggles_45487912,45487912\nEnsureSyncTogglesMirrorMicrosoftToggles_45487911,45487911\nWebsitesNewDefaultIcon,45487162\nEnforceExplicitUserContextForMua,45484969\nMSRC80859_45484964,45484964\nServicing_Fix_LSASSCrashDueToAccessViolation_45484419,45484419\nServicing_ActiveX_UAC_Redirection_Guard_45481960,45481960\nServicing_ActiveX_UAC_Redirection_Guard_45481849,45481849\nW365Boot_RetryAndReconnect,45481077\nContainment_UUS_TaskBatteryTelemetry_45480261,45480261\nFlighting_In_RS_Branch_For_Activation,45479253\nW365Boot_DedicatedCloudOnly,45477326\nServicing_DMA_EdgeAI_Additional_EdgeInstall_Check,45477104\nServicing_WinHttpVpnInterfaceProxyCachingFix,45474910\nLsaSrv_Manage_LsaIso,45474281\nMSRC80849_45473501,45473501\nServicing_MMPCDiscoveryImprovement,45472812\nDesktopSpotlightEnterpriseControl,45472624\nServicing_FsctlProcessMitigation,45471088\nServicing_FixWidgetBadgePosition_45470382,45470382\nServicing_Dcr_Future,45467134\nEnsureSyncTogglesMirrorMicrosoftToggles_45438239,45438239\nBugfix_45436214,45436214\nMSRC80825_45435786,45435786\nInstallDefaultWebSearchProvider,45434783\nFI45434311,45434311\nMSRC80821_45433834,45433834\nMSRC80820_45433772,45433772\nNSAb,45429227\nWSTTest,45425287\nSCFTest,45425284\nServicing_DoNotCreateLocalBridgeStreamReference,45421106\nClearMsaWamCookies,45419461\nServicing_MFADelegationTokenFix_45419434,45419434\nMedia_P010DisplayableSupport,45418855\nEnabledHighestSyncToggleIfMicrosoftHighTogglesEnabled,45418630\nMSRC80799_45416767,45416767\nEarlyDownloaderLogging,45416246\nServicing_ReportTIPFailureActivityTag_45415550,45415550\nServicing_ReportTIPFailureActivityTag_45415525,45415525\nMSRC80792_45415051,45415051\nServicing_XblAuthSilentMsaRequest_45414404,45414404\nServicing_Reg_Map_Crash_45413659,45413659\nServicing_BluetoothLEAudioDisableCodecInDsp,45413386\nCDPNearshareBTDiscoveryByMacAddress,45413255\nMSRC80787_45413023,45413023\nServicing_IEModeFocus_RegressionFix_45412519,45412519\nServicing_CDS_PortingContrastThemeChange_45404047,45404047\nServicing_CDS_PortingContrastThemeChange_45404035,45404035\nServicing_ScoobeBrowserTriggeringChange_45401603,45401603\nServicing_ScoobeBrowserTriggeringChange_45401596,45401596\nRefreshDataForNewContext_45401011,45401011\nServicing_IMEPadInitialization_45399687,45399687\nServicing_VidMmFlushEvictQueue,45399377\nContainment_UUS_WaasTelemetry_45397723,45397723\nKSGetMediaTypeCount_DataRanges,45397509\nServicing_AppVLogOffPublishingFailure_45397396,45397396\nServicing_AppVLogOffPublishingFailure_45397348,45397348\nServicing_Reg_Map_Crash_45396858,45396858\nMSRC80762_45396324,45396324\nImproveThumbnailCache,45395580\nServicing_AllowScepToBePending,45393410\nServicing_MemoryLeakFix_CopyFile,45389246\nIgnoreOAMarkerVersion,45387478\nCheckSpotlightInOEMTheme,45387257\nHT_Fix_NarratorScripting,45386863\nEnableSpotlightForSolidColorBackground,45383288\nFixGetMainOrOptionalPackageForUserRace,45381618\nPGFF,45380551\nServicing_SnapFlyoutDeferredShutdown_45376598,45376598\nDL45374966,45374966\nServicing_MapUrlToZoneDotlessTLD_45374431,45374431\nServicing_MapUrlToZoneDotlessTLD_45374333,45374333\nMxProShPkgCont,45374166\nEnableSpotlightForInboxImages,45373447\nServicing_FileExplorer_GalleryFilterLocalizationFix,45373428\nServicing_Fragment_Invalid_Discard_45372891,45372891\nServicing_Fragment_Invalid_Discard_45372876,45372876\nServicing_WUSettingsOnlineLinkFix2,45369463\nMSRC80739_45364888,45364888\nMSRC80737_45364651,45364651\nMSRC80726_45363318,45363318\nServicing_SignRsaPadPss_45361851,45361851\nMSRC80700_45361568,45361568\nMSRC80693_45361143,45361143\nServicing_RemoveEsclUsbAssociation_45360937,45360937\nBugFix_KeyboardFocusStuckIssue,45360552\nApiSampling_OnesettingsControls,45359968\nMercury_App_Backup_V2,45359090\nW365Switch_Disconnect_and_Signout,45350634\nServicing_MRTSortDisplayNameFix_45340229,45340229\nServicing_FileExplorer_ThreadParamDoubleFree,45335796\nServicing_DragTargetCrash,45333194\nHidingCloudMruFilesBasedOnRegionalPolicy23H2Parent,45318191\nDmaSsoMSACompliance_45318178,45318178\nMsiReinstallModeOverrides,45317952\nDmaSsoMSACompliance_45317806,45317806\nAudio_Drivers_Apx_Streaming,45307425\nServicing_TVSssefilter,45304744\nEcoModeEnergySaver,45296388\nSettingsSystemComponentsPage_45295732,45295732\nStopOfficeMRURecoBasedOnConsent23H2Parent,45295441\nServicing_WorldWideAppDefaults,45294186\nWindowsBackupOEMCampaign_45293302,45293302\nWindowsBackupDimeDialogForPaidUsers_45293225,45293225\nServicing_AllowOutlookUpdateForUO_45293209,45293209\nServicing_AllowTFLUpdateForUO_45293196,45293196\nDmaSsoMSACompliance_45292521,45292521\nSOLFSTest,45286411\nARTest,45286394\nContextMenuAppsExp,45286384\nNSTOW,45286380\nPC,45286375\nPSSTest_45286373,45286373\nSTMPVICMTest,45286369\nServicing_RestoreKeyboardFocusAfterUnpinning_45283883,45283883\nMSRC80633_45279764,45279764\nMSRC80633_DisableWerCplSupport,45279761\nContainment_UUS_WatchdogActionTimeouts_45279571,45279571\nContainment_UUS_HonorMeteredNetworkBlocks_45279540,45279540\nMSRC80114_45278264,45278264\nDMSAClient,45278002\nDMSAKDC,45277919\nServicing_MercuryTIPDuringShutdownFix_45277016,45277016\nServicing_MercuryTIPDuringShutdownFix_45276998,45276998\nServicing_CDS_LockscreenTIPFix_45276971,45276971\nServicing_CDS_LockscreenTIPFix_45276957,45276957\nServicing_CDS_PortingBackgroundChange_45276945,45276945\nServicing_CDS_PortingBackgroundChange_45276934,45276934\nBackupButtonVisibleTrigger,45276856\nMSRC80611_45276661,45276661\nConsent_Consumer_Win11_SPACE,45274409\nConsent_Consumer_Win11,45274402\nConsent_Consumer_SPACE,45274394\nServicing_DWMFixVR,45274147\nServicing_LegacyDisplaySwitchRegressionWatsonFix,45272003\nServicing_LiveCaptionsUIoverlapped_45266177,45266177\nServicing_WSLEnterprise_45264431,45264431\nContainment_UUS_OneSettingsRedocking_45264146,45264146\nCloudFilesSuggestions,45262892\nFI45262758,45262758\nMSRC80590_45262569,45262569\nID45262221,45262221\nMSRC78931_45260447,45260447\nServicing_WindowSharingNullPtrCrashFix,45260294\nMSRC80585_45260085,45260085\nMSRC80583_45259219,45259219\nServicing_Enterprise_Firewall_Client_Container_Networking,45259073\nServicing_IgnoreStaleSystemResources_45258999,45258999\nServicing_NoCredTileWithMultiCert,45257695\nCR368,45255368\nMSRC80582_45250514,45250514\nMSRC80581_45250409,45250409\nMSRC80577_45248339,45248339\nServicing_GdiUmpdDisableLock,45247461\nServicing_GdiResetRecursiveBatch,45247254\nNSCA,45243587\nMeetingRecommendations,45240877\nWindowsBackupDimeDialogForPaidUsers_45240241,45240241\nServicing_Kernel_DMA_Compliance,45236259\nServicing_ResetOptionalBrowserExtensions,45236164\nServicing_SessionStateLogoff_45235153,45235153\nServicing_TargetPathReadOnly_45233992,45233992\nID45233831,45233831\nSkipGraphicsOptimizations,45233802\nServicing_MstscDeadlockFix,45233107\nMSRC80552_45231566,45231566\nMSRC78694_45231505,45231505\nMSRC80547_45230744,45230744\nServicing_SBEncodingKickback_45230717,45230717\nMSRC80545_45230307,45230307\nMSRC80544_45230155,45230155\nServicing_ReFSDedupOptimizeHangFix,45220870\nServicing_AppPickerQueryServiceFix_45213069,45213069\nServicing_AppPickerPublicAPIFix,45213017\nServicing_InfoToolTipManagerWeakRefCrash_45210081,45210081\nServicing_DBUpdate,45207821\nFixIssueWhenGettingAadInfo,45205209\nServicing_SecurebootAI_Bitlocker_reliability_45201763,45201763\nServicing_SecurebootAI_Bitlocker_reliability_45201749,45201749\nSettingsHomepage_ThemeGalleryPerf,45196928\nAllowColorimetryWithoutMHC2,45194707\nMSRC80513_45190537,45190537\nWindowsAccountSyncConsentSignals_45189206,45189206\nMSRC80512_45189094,45189094\nServicing_SRH_SetDefaultVoiceModel,45189056\nServicing_ReFSDedupDoubleFreeFix,45188735\nSystrayNotificationIcon,45188279\nServicing_UpdateESPLogic_45187954,45187954\nServicing_Feeds_SettingToDisableHoverBehavior,45187881\nServicing_ApplyNoExceptGuardForVolumeRemove,45186820\nServicing_WGC_CaptureServiceSync,45186741\nServicing_BFSVC_Bitlocker_Reliability_45185332,45185332\nServicing_BFSVC_Bitlocker_Reliability_45185321,45185321\nServicing_FconGenericMetadata_45185273,45185273\nServicing_OpenWithTabBug_45181184,45181184\nServicing_NestedVMBugfix,45180743\nServicing_GPDefaultTimeOut_45179614,45179614\nCMDWarnOnAutorunFailure,45178653\nSystemManagedOC,45178628\nServicing_ExpiringLink,45177384\nServicing_Deadlock_with_GroupPolicy_45176868,45176868\nServicing_Deadlock_with_GroupPolicy_45176828,45176828\nServicing_ReFSDedupLogJobFailed,45175016\nServicing_OSK_LockscreenCheck_45174402,45174402\nColorProfileSettingsClass,45173691\nWebView2inWAMPlugin_45172564,45172564\nShadowAdmin,45172197\nServicing_BlockDefaultTabHandlingForWebView2_45171298,45171298\nContainment_UUS_BugFix_TestKeysAllowedNoCache_45169978,45169978\nPersonalizationThemeRestoreHandler,45169797\nSecondsInSystrayClockSetting_Gpo,45167965\nServicing_Media_MinRectSize_45161187,45161187\nMSRC80469_45160481,45160481\nInstallTracing,45159410\nSearchExtendSuspensionDelay,45147551\nServicing_Media_CPUIDonARM64EC,45146837\nBugFixInputAppInfiniteRelaunching,45140377\nMSRC80460_45140204,45140204\nServicing_PopulateDeviceProfileCorrectly_45140171,45140171\nMSRC80458_45139709,45139709\nServicing_SIPolicyHasPerAppPolicy_incorrectly_matches_45138514,45138514\nSignRsaPadPSS,45135510\nScoobeWascNodeDisplay_45135237,45135237\nWascAwareNavMesh,45135066\nRequestCredentialEntryViewModel_45133451,45133451\nVASDMICINIT,45131628\nFE_SharedIXH,45130483\nServicing_WER_Redirection_guard_45129885,45129885\nServicing_WER_Redirection_guard_45129860,45129860\nServicing_Feeds_ExposeLaunchTypeAndPCParamToUX,45129372\nServicing_CancelPendingFileQueriesOnAppHidden_45126541,45126541\nWSL_MSI_Package,45126502\nMSRC80442_45126153,45126153\nServicing_SAC_MSI_BLOCKS_45124075,45124075\nWindowsBackupRestrictedBackupExperience,45122150\nMSRC80426_45121758,45121758\nHandleNullCEMValues,45120748\nServicing_UWFShutdownRestart_45119878,45119878\nTF4BM_45117733,45117733\nServicing_OSK_LockscreenCheck_45116432,45116432\nServicing_ETW_XPath_Query_by_FileHash_45115730,45115730\nTailoredScoobePCBackup_45115024,45115024\nServicing_AppDefaults,45113694\nServicing_FixSearchBoxButtonTabletPadding_45113639,45113639\nServicing_Feeds_FixTaskbarSettingCrash,45112367\nServicing_InsertGroupCrash_45106421,45106421\nServicing_FileExplorerFixAddressBarInvalidPointers_45106222,45106222\nDLWatcherRetryLoop,45105418\nAllowEDIDColorimetryWithoutCEAExtension,45097502\nMTestAbShET,45091739\nEnableOSConfigScenariosForDesktop,45091712\nServicing_ReFSDedupAddDefaultShardSize,45091638\nServicing_FileExplorerSettingChange_45091444,45091444\nServicing_ScreensaverGDILeak_45091161,45091161\nEnableLaunchTIPTest,45090907\nNetworkUX_BugFix_45090078,45090078\nServicing_RefsDedupTypeChangeFailurelRecovery,45090017\nEnablePeripheralsWithESSConsumerUI,45089984\nServicing_AppCrusherNullCrash,45087736\nVALSSCC,45087707\nBackport_PointerEventArgsReliability,45085957\nServicing_FixKoreanTouchKeyboardSearch_45084694,45084694\nFixVACOEC,45083364\nSettings_Accessibility_HearingAids,45083000\nDoNotEnableSpotlightForNewUsers,45080700\nSTFWTest,45080563\nDesktopSettingsBackupRestoreHandler,45079713\nVANOIF,45079285\nMSRC80261_45079002,45079002\nMSRC80287_45078980,45078980\nMSRC80179_45078971,45078971\nMSRC80204_45078951,45078951\nMSRC80131_45078947,45078947\nMSRC80225_45078934,45078934\nMSRC80056_45078931,45078931\nMSRC80194_45078913,45078913\nMSRC80192_45078901,45078901\nMSRC80111_45078894,45078894\nMSRC80050_45078888,45078888\nMSRC79820_45078853,45078853\nMSRC79775_45078838,45078838\nMSRC79680_45078818,45078818\nMSRC79679_45078816,45078816\nMSRC79668_45078813,45078813\nMSRC79607_45078776,45078776\nMSRC79518_45078770,45078770\nMSRC79610_45078752,45078752\nMSRC79444_45078740,45078740\nContainment_UUS_UXBrokerDestructionOrder_45078736,45078736\nMSRC79367_45078505,45078505\nMSRC79256_45078493,45078493\nMSRC79242_45078458,45078458\nMSRC79199_45078457,45078457\nMSRC79182_45078439,45078439\nMSRC79109_45078424,45078424\nMSRC78896_45078374,45078374\nMSRC78627_45078340,45078340\nMSRC78244_45078275,45078275\nMSRC75730_45078099,45078099\nMSRC77391_45078064,45078064\nMSRC77176_45078050,45078050\nMSRC77081_45078045,45078045\nMSRC79053_45077756,45077756\nMSRC79686_45077436,45077436\nMSRC79604_45077293,45077293\nHighPriorityFileProvider_45075103,45075103\nIAKerbPrioritizedHigherThanKerberos,45072782\nWindowsBackupCDSCF,45068425\nInitiateNTHPrivacyOnServer,45067613\nServiceUsingFsTxLib,45067554\nContainment_UUS_RebootTimeBoundCache_45066796,45066796\nAG780,45066780\nWindowsProtectedPrint,45066665\nSecondaryAccountRestore,45065667\nMSRC80176_45065494,45065494\nServicing_Ps2TelemetryUpdate_45064624,45064624\nServicing_RefsCheckBucketCount,45064140\nMP4AV1Support,45063606\nBugFix45063291_InvalidPointerReadFix,45063291\nServicing_SurfaceHubAccessibility_NarratorAnnouncementForPrivacyButton,45062560\nEnableSpotlightForOEMThemeUsers,45058298\nServicing_NullRepeaterCrash_45056786,45056786\nNGPC,45054291\nServicing_ToastCenterAccessibleNameWatson_45053614,45053614\nFromDefaultLayoutLinkPathAsyncFix_45052367,45052367\nServicing_RemoveViewManagerCallInUWPDebug,45050959\nBugfix_PcaShutdownCrash,45050706\nEnsureSetConversationIdTip,45049991\nRemoveEdgeEnforcementOnHotspots,45049929\nST659,45049659\nMSRC80371_45048086,45048086\nMSRC80370_45047991,45047991\nRefreshDataForNewContext_45047100,45047100\nWebAuthnAutofillCrash,45047085\nServicing_NullCheckOnfacadeStorage_Ni,45046965\nCCW,45046901\nRD602,45046602\nSODUFTest,45046231\nSoftLanding2408,45045915\nAttachHandlerContextFix,45045633\nSupportEdgeMuIdsApi,45045429\nSortAndDisplayVoicesByLocale,45039105\nWtdImprovedConfig,45037130\nServicing_Dcr_25_12_NonSec,45036800\nServicing_Dcr_25_11_NonSec,45036797\nServicing_Dcr_25_10_NonSec,45036792\nServicing_Dcr_25_09_NonSec,45036790\nServicing_Dcr_25_08_NonSec,45036787\nServicing_Dcr_25_07_NonSec,45036785\nServicing_Dcr_25_06_NonSec,45036780\nServicing_Dcr_25_05_NonSec,45036777\nServicing_Dcr_25_04_NonSec,45036776\nServicing_Dcr_25_03_NonSec,45036774\nServicing_Dcr_25_02_NonSec,45036770\nServicing_Dcr_25_01_NonSec,45036769\nID45035559,45035559\nDriverUpdateOsVersionChange,45034969\nHLGSupport,45034964\nMSRC79577_45034938,45034938\nServicing_Dcr_24_12_NonSec,45034808\nServicing_Dcr_24_11_NonSec,45034804\nServicing_PersistentHandleReconnect,45034802\nServicing_Dcr_24_10_NonSec,45034797\nServicing_Dcr_24_09_NonSec,45034790\nServicing_Dcr_24_08_NonSec,45034786\nServicing_Dcr_24_07_NonSec,45034781\nServicing_Dcr_24_06_NonSec,45034779\nServicing_Dcr_24_05_NonSec,45034775\nServicing_Dcr_24_04_NonSec,45034769\nServicing_Dcr_24_03_NonSec,45034764\nServicing_Dcr_24_02_NonSec,45034756\nServicing_Dcr_24_01_NonSec,45034749\nServicing_Dcr_23_12_NonSec,45034742\nServicing_Dcr_23_11_NonSec,45034731\nServicing_Dcr_23_10_NonSec,45034728\nServicing_Dcr_23_09_NonSec,45034724\nServicing_Dcr_23_08_NonSec,45034713\nServicing_Dcr_23_07_NonSec,45034704\nServicing_Dcr_23_06_NonSec,45034696\nServicing_Dcr_23_05_NonSec,45034690\nServicing_Dcr_23_04_NonSec,45034679\nServicing_Dcr_23_03_NonSec,45034674\nServicing_Dcr_23_02_NonSec,45034664\nServicing_Dcr_23_01_NonSec,45034616\nServicing_Dcr_22_12_NonSec,45034557\nServicing_RefsDedupStatusLogOnCancel,45034257\nServicing_TabProxyWindowIconsVisibility,45033133\nForceBackgroundTaskRegister_45031198,45031198\nForceBackgroundTaskRegister_45030863,45030863\nServicing_WUSettingsUpdatesFlashingFix,45030392\nSettingsRejuv_PassKeyManagementPhoton,45030389\nCDMLiteBackupSignals,45027619\nServicing_Ntfs_LogReplay,45027598\nMSRC80336_45026704,45026704\nDateTimeRestoreHandler,45026441\nLockscreenRestoreHandler,45026434\nWindowsBackupPrefrencesRestoreHandler,45026422\nContrastThemeRestoreHandler,45026394\nBackgroundRestoreHandler,45026375\nMSRC79945_45025293,45025293\nAccessibilitySettingsBackupRestoreHandler,45024493\nServicing_SessionData_45023528,45023528\nMSRC79085_45020020,45020020\nServicing_MediaSourceClapBoxParsing,45019553\nEncodingProfileVP9AV1API,45019406\nMSRC78969_45019308,45019308\nMSRC79599_45018323,45018323\nMSRC80300_45017994,45017994\nServicing_Not_Nested_2_45017779,45017779\nMSRC80299_45017743,45017743\nServicing_ACRegFirewallException,45017596\nServicing_GameDvrVideoEncodeCheckOutputSample,45017452\nFailover_MLControlsFailoverMarkingEnabled,45016847\nMSRC80301_45015319,45015319\nMSRC80222_45015020,45015020\nContainment_UUS_HTTPServerDataDOAPI,45014229\nMSRC80219_45011845,45011845\nThirdParyAppInstall_45009259,45009259\nICU,45006500\nMSRC80283_45006314,45006314\nComboBoxTouchNavigationIssue,45003843\nServicing_NdrTimerDeadlock,45001829\nServicing_OplocksWritableMappedSectionsFix,44999533\nMstscUninstallSupport,44991397\nMSRC79422_44990530,44990530\nServicing_PopulateDeviceProfileCorrectly_44990388,44990388\nID44989684,44989684\nSerializedSpatialAudioWithoutMetadata,44989624\nPassAudioEndpointPropertiesToDecoders,44989470\nMSRC80309_44989387,44989387\nBitLocker_GetTcgLogFailFast,44988793\nServicing_PrivacySqliteRecovery_ConstraintNotNull_44987754,44987754\nMSRC80305_44987692,44987692\nServicing_SecImageNoExecuteIntegrityCheck,44986289\nServicing_InitializationSequenceFix,44985564\nServicing_WebView2FatalProcessFailedRecoverTest_44984106,44984106\nSFICMTest,44979388\nServicing_GB18030IMEFilter_44977806,44977806\nServicing_GB18030IMEFilter_44977786,44977786\nServicing_EXTERNAL_Bind_Regression_44977066,44977066\nServicing_EXTERNAL_Bind_Regression_44977062,44977062\nInstantHAADJ_44976701,44976701\nServicing_MasqPrintFailure_44975608,44975608\nBackupStatusFromBRC,44973308\nServicing_MCCFix_44972757,44972757\nServicing_SetContentString,44971065\nWN317,44967317\nServicing_FilePickerWindowingFix_44965112,44965112\nAADToMicrosoftEntra_44963667,44963667\nServicing_FeedsWV2TelemetryRefine,44961502\nServicing_USBHasIHVDriver_44961023,44961023\nServicing_CaptureDwmDisconnect_44959342,44959342\nUnifiedConsentSyncTask,44958759\nServicing_MRTSortDisplayNameFix_44957025,44957025\nSyncRichEditFocusSupport,44956996\nBitLocker_BuildTPMPV2,44955113\nServicing_EOW_Crash,44954870\nSpeakForMeDesktopApp,44950080\nServicing_RemoveStalevTPMNvHash,44949994\nServicing_FixSearchIconTooltip_44949062,44949062\nServicing_AllowOptionalContentPolicy_44944405,44944405\nServicing_IncorrectParametersInNtCreateFileFix,44943064\nWinlogonTSActivityId,44929832\nContainment_UUS_BugFix_CodeQLSM02986_44929136,44929136\nServicing_ADSD_LapsCmdletsShouldRequireElevationOnDCs,44927589\nServicing_ADSD_LapsEscapeCharactersNotCorrectlyHandled,44927383\nServicing_FilterTargetedContentTiles,44926793\nHttpRequestWebViewTelemetry,44926358\nServicing_TelemetryActivationStoreDat,44926244\nServicing_WEFBookmarkMatching_44926129,44926129\nServicing_WEFBookmarkMatching_44926068,44926068\nServicing_ADSD_LapsPAABrokenAfterHibernate_44926047,44926047\nServicing_ADSD_LapsPAABrokenAfterHibernate_44926046,44926046\nMSRC78595_44925527,44925527\nPDE_HAADJSupport,44924266\nReFS_Temporary_Safe_Upgrade_Version_Override,44924115\nLCFixes,44924088\nVABF,44922301\nCloudPCBootFrontline,44919447\nServicing_RebootlessRolloutFailure,44893675\nAllowBypassUndockedShellHostCheck_44893524,44893524\nRemoveAutoElevationForShadowAdmin,44892967\nResetDefaultUpdate,44892964\nContainment_UUS_RemoveTelemetryAssert_44891567,44891567\nServicing_IPSecDeadlock,44890832\nServicing_SnapAssistWTMReliability_44885308,44885308\nServicing_FeedsWebView2CreationTimeout,44883096\nDesktopSpotlightContextMenuIrisBeacons,44876995\nMSRC78508_44876795,44876795\nServicing_MakePreinstalledAppsUninstallable_44876166,44876166\nServicing_MakePreinstalledAppsUninstallable_44876147,44876147\nDoNotSetImpressionIdWhenSearchFlyoutIsDismissed,44872529\nFixContextTrigger_44872472,44872472\nW365Boot_BugFix,44864854\nServicing_ForwardAccountLogonFailure,44862504\nUCPD,44860385\nAADCloudKerbHaadj,44858842\nServicing_NCSIExcessiveArp,44858589\nMSRC78784_44858372,44858372\nServicing_FSSourceDxgiLuidQueryFix,44857703\nMSRC80067_44857076,44857076\nServicing_CameraProfileBlockedControlFix,44855961\nTaskbarCopilot_Settings,44850061\nRDX_VirtualDesktopCleanup,44848897\nServicing_RevertSensorControllerOptimization,44847343\nServicing_ResetFrameProcessorEvents,44847329\nW365Boot_Lockdown,44847173\nLayercakeStartup,44843132\nUseFindAllAccountsAsync_44842378,44842378\nWinAppSdkDisabledPlaceholder,44841298\nWinAppSdkEnabledPlaceholder_44841297,44841297\nServicing_CheckClientForWinREServicing,44840911\nServicing_AllowExtensionsDuringAppServicing,44838144\nServicing_HMFreeObjectCleanupReliability,44836332\nPromotedAppsInternalPlacementId,44834197\nServicing_NLMandFirewallProfile,44826070\nARFIO,44811738\nPSWF,44801993\nMSRC79614_44801194,44801194\nMSRC79985_44800263,44800263\nServicing_ClipUpCrashesMalformedLicenseFile,44799983\nMTestAbShCh,44799918\nServicing_WUSettingsOptionalDestructor,44799892\nSecondaryAccountsRestoreHandler,44796018\nNarratorSwitchToDefault,44794060\nServicing_WNS_TestConnection_LoopFix,44793775\nUseFindAllAccountsAsync_44791358,44791358\nWindowsBackupRestrictedBackupExperience23H2Parent,44790548\nReFS_JunctionRedirectionTrust,44789995\nCopilot,44788892\nMSRC79956_44787500,44787500\nIncreaseReliabilityByDelayingAccessToPhoneSvc,44785855\nRemoveBoldUserNames,44784324\nServicing_PDEPage_44784189,44784189\nW365Boot_FailFast,44782637\nServicing_FileExplorer_XAMLIslandReparentingFix,44781949\nDialogReadingWrongIssue,44779628\nServicing_FudemameConversionFailureWithFocusSwitch,44778199\nServicing_WuUxHideBlockByProviderUpdates,44777483\nServicing_DisableMMPCCertPinning_44777436,44777436\nServicing_DisableMMPCCertPinning_44777433,44777433\nServicing_HeavyHitterWatsonCrashNullPtrRead_44777379,44777379\nServicing_HeavyHitterWatsonCrashNullPtrRead_44777376,44777376\nID44776738,44776738\nFailover_MLEvaluationEnabled,44776155\nMSRC78455_44775686,44775686\nWinREAgent_IntegrityFlagForMount,44775221\nServicing_TSFReadOnlyXAML_44775083,44775083\nTaskbarCopilot,44774629\nServicing_ScoobeBrowserTriggeringChange_44774051,44774051\nServicing_WMIAutoRecoverOnEvent28_44773285,44773285\nServicing_WMIAutoRecoverOnEvent28_44773220,44773220\nServicing_PreventSuspensionForWebView2_44772902,44772902\nServicing_RemoveScreenSketchBanner_44771399,44771399\nServicing_SeekerPromotion_44771095,44771095\nMSRC79910_44770521,44770521\nServicing_AnnounceMeetings,44768646\nFixOCIDHelper,44767019\nEnableUndockedDesktopSpotlightOnV1Upgrade,44763192\nOverrideBuildNumberApplicabilityAsGE,44757655\nMSRC79889_44757030,44757030\nServicing_TaskbarRpcFailfastFix,44756417\nServicing_LEAudio_EnumeratorDeadlock,44756340\nDMA_Consent_Consumer,44755022\nDMA_Consent_Core,44755019\nMSRC79609_44754466,44754466\nServicing_44753543,44753543\nServicing_44753460,44753460\nServicing_Media_MultiAdapter_PlaybackFreeze,44750566\nServicing_VPN_OOBE,44748660\nID44743594,44743594\nChangeAllAppsHeaderText,44741313\nDeviceIntegrationPolicyWXH,44740108\nWindowsAccountSyncConsentWXH,44740065\nBugfix_SettingsAutoSuggestSearchBoxDelayedTextHandling,44738559\nNarratorMenuItemCheckedAnnouncement,44735276\nCloudDataStoreLongPathSupport,44718782\nServicing_TelemetryLoadingOfficeWB_44717672,44717672\nLCEarlyTextWrappingFix,44717174\nKernel_CET_Security_UI,44717155\nID44716751,44716751\nRPDV,44715077\nFpSTestSm,44713148\nContainment_UUS_RemoveUpgLib_44711117,44711117\nServicing_WidgetTipTestFix_44708562,44708562\nSTFWTPTest,44706270\nServicing_CopyFileImprovement,44705739\nServicing_CloudFilesCopyHookFix_44703566,44703566\nSettingsSystemComponentsPage_44702824,44702824\nServicing_WNP_TCP_KeepAlives_44702133,44702133\nServicing_WNP_TCP_KeepAlives_44702082,44702082\nDeclaredConfiguration_Allow_Custom_Endpoint_3rd_Party,44700043\nC2rxDeploymentBugs,44698353\nOutlookInstall,44697583\nSTFWIATest,44695056\nResetExclusiveControl,44691830\nContainment_UUS_BugFix_ChunkingDSFilesUpdate_44686623,44686623\nTFLHydrate,44686276\nShellUIHostCoordinator,44685875\nTaskManagerPerfAndReliability,44684030\nServicing_WdacAppidTaggingPerfImprovements_44681456,44681456\nServicing_FixAepLottieIconCrash_44681146,44681146\nUse3SCacheForFailingCalls,44679114\nServicing_dot3svcGPOProfileMigration,44675475\nServicing_WorkAccessDisconnectFix,44675215\nServicing_TelemetryLoadingOfficeWB_44673628,44673628\nGetStartedNewTriggers,44671843\nEnableMSAWASCFlow,44671690\nEnableWASCFlow,44671686\nMSRC79701_44671357,44671357\nMTestAbShSU,44669717\nBlockFidoAppletSelectionViaWinSCardIgnoreLc,44669353\nServicing_AudioPlaybackFreezeFix,44667895\nServicing_KerberosRCGPDUFix_44667202,44667202\nDism_UseInboxCOMRegistration,44666736\nTradeInRecycleBugFix,44663432\nHistoricalIntensityApi,44663406\nEmissionMonitor,44663396\nTailoredScoobeWindowsAccountSyncConsent,44661456\nServicing_DOIPv6_44658621,44658621\nServicing_InteractiveIpu_44657731,44657731\nServicing_MSEdge_44657148,44657148\nID44656322,44656322\nServicing_ADSD_LapsFailedAuthTriggersPAA,44654793\nServicing_D3D12IndependentDevices,44654781\nMSRC79670_44654223,44654223\nConsentGating,44653065\nDMA_EmailAndAccountsStringChanges,44652844\nFSClientNoTryCatch,44650153\nAddressPsaPartnerIssues,44649545\nServicing_Print_Blocking_Kyocera_44649175,44649175\nMSRC79645_44648811,44648811\nServicing_CompSwapchain_DemoAttractGlitching,44648464\nMSRC79174_44648414,44648414\nCloudEyeControlSettingsRestore,44647912\nServicing_ADSD_PasswordResetTelemetry,44647197\nFixContextTrigger_44644897,44644897\nServicing_Print_Blocking_Kyocera_44642151,44642151\nWindowsAccountSyncConsentSignals_44637317,44637317\nBackupRestoreCoordinatorThemeFSIARestore,44635706\nCacheManifestContents,44634341\nDesktopSpotlightMultiMonitorTranscodeFix,44633047\nAnalyzeRpcssStateObjects,44628590\nMSRC79619_44627059,44627059\nServicing_TaskMgrEndTaskGP_44626465,44626465\nDeclaredConfiguration_MultipleAuthority_NotConflictForSameValue,44626014\nServicing_DO_DNSFix,44614180\nUseKerberosNetworkTicketLogon,44613003\nServicing_WuSettingsWatsonFixes,44612523\nServicing_DefenderSpoolerCrash,44612208\nServicing_WUSettingsCItoggleAccFix,44612093\nServicing_SBEncodingKickback_44610756,44610756\nServicing_eMMC_44610611,44610611\nServicing_NNI_ArmNonAlignPointer,44606874\nSSRTest,44604981\nCloudStoreInCloudExperienceHost,44604678\nServicing_ForceRebootDeferralFix,44603107\nDSBTelemetryIdOptimization,44601485\nMSRC79596_44597941,44597941\nIrisBackupSignals_44597171,44597171\nMSRC70554_GroupPolicyNtuserFileLockFix_44595916,44595916\nNarratorTableItemIssue,44592720\nCastDiscoverabilityNotification,44592271\nServicing_AvoidFailFastForErrors_44589583,44589583\nServicing_Audio_HdAudBus_SxS0_LostDevice,44587420\nServicing_SystemWindow_Crash,44586303\nServicing_GleamToolTipFix_44586232,44586232\nMSRC79554_44585456,44585456\nCaptureLazyEventMitigation,44584080\nOSK_SecureOnLockScreen,44583694\nServicing_WebAccountProviderDEH_SkipReportProviderUpdate_44580678,44580678\nCredUI_Support_For_3P,44578948\nLSTTest,44577490\nServicing_LDAP_CBT_Audit_44575751,44575751\nServicing_LDAP_CBT_Audit_44575732,44575732\nActionsPullLimit_44574455,44574455\nMSRC79542_44574245,44574245\nSparkPlaceholders,44573682\nServicing_fixACMinitialization,44573465\nUnifiedConsentCoordinator,44572011\nDesktopSpotlightFocusFixAfterClosingFlyout,44571790\nMTestAbShAu,44571680\nMSRC79530_44571596,44571596\nServicing_TimeServerUI_44570719,44570719\nServicing_HEIF_MF_E_SHUTDOWN,44569693\nHomeXboxSubscriptionCard,44565828\nControlAccountsServiceBackgroundTask,44564887\nSyncSettingForAppsAndAccesibilityToggles,44564796\nServicing_TaskbarMultimonForeground,44560958\nDetachVHD,44560941\nMSRC77542_44558980,44558980\nServicing_MFADelegationTokenFix_44558027,44558027\nAPCE_fix,44557781\nSettings_AutologinAfterRestart_44552141,44552141\nMsaBackupAccountEngagementFeature_44548688,44548688\nMultipersonDdi,44547958\nServicing_SenseDynamicOsVersion,44545669\nServicing_ActiveVersionMismatchEventFixes_44543674,44543674\nServicing_CollectionFixForDeviceEntitlement,44537632\nServicing_3rd_party_MMPC_support_44535064,44535064\nImagePickerCustomThemeLockFix,44534329\nBackupSignals_44532755,44532755\nDeviceIntegrationPolicy,44532601\nWindowsAccountSyncConsent,44532537\nServicing_PrinterConnectionDuplicatePrintQueue_44532492,44532492\nTaskbarWin32RestorePlaceholders,44532023\nOALaunch,44531625\nServicing_MDERestartableRegWatcher,44531195\nServicing_MasqPrintFailure_44531129,44531129\nDesktopSpotlightDispatcherQueueShutdownFix,44529175\nMSRC77698_44525895,44525895\nRememberDesktopSpotlightFlyoutState,44525378\nServicing_DisableSnapFlyoutUIA,44523283\nServicing_TurbostackBaselineHydration,44522885\nMSRC77470_44522460,44522460\nMainKey_ChatCompliance,44520430\nServicing_ClearleadHEVCbuildCheck,44519633\nServicing_MTPOverStorageFoldersFix_44518474,44518474\nMSRC77032_44518452,44518452\nServicing_SBE_FCK_Telemetry_Update,44517863\nRemoveAdID,44517656\nValidateZombieServerOxidBindingHandleCleanup,44513384\nServicing_SeparateSldmAndMmpcWnfEvents_44509553,44509553\nServicing_SeparateSldmAndMmpcWnfEvents_44509506,44509506\nValidateClientOidLeakFixAndMitigation,44509108\nServicing_FirstSignInSettings_EnumerateUserIntentKeys,44507889\nAppRestorePolicyRemediation,44507213\nPrintScreenToSnippingToolStringFix,44505622\nContainment_UUS_Feature_FairScheduling_44505567,44505567\nStoreProvider,44505512\nMSRC76940_44504847,44504847\nServicing_PDEPage_44504624,44504624\nServicing_PrinterConnectionDuplicatePrintQueue_44504568,44504568\nMTestAbShMl,44504204\nRegKeyCreationForBackup,44502250\n5cdff46ad785473187b04fe5b23e1709,44498562\nServicing_44498039,44498039\nServicing_NullPtrReadPostManDequeue,44497338\nMSABadStateWnf_44496455,44496455\nServicing_GamePadDoubling,44495973\nMTestAbShES,44494340\nEnableSubAuth,44493815\nTotalTransparency,44492114\nServicing_ScoobeBrowserTriggeringChange_44491893,44491893\nServicing_FixWnfFeatureUsageMerge_44490779,44490779\nServicing_BioTelemetry,44490559\nServicing_EnableESSWOT,44490556\nServicing_EnablePeripheralsWithESS,44490532\nEnergyRecommendationsUiV2,44487964\nEcoModeDynamicRefreshRate,44487962\nServicing_TSFReadOnlyXAML_44484108,44484108\nDelayInitFromConstructor_44482745,44482745\nStartMenuAccountBadgingInternalCampaign,44480504\nMSRC79387_44479440,44479440\nServicing_DatevWPFAppbar_44478375,44478375\nServicing_DatevWPFAppbar_44478307,44478307\nMSRC77245_44478048,44478048\nMTestAbShStg,44477625\nBPhase2,44476839\nNthLogonNdupExpeditedUpdate_44476254,44476254\nInitialRenderPerformance,44476199\nWOSFixes,44470355\nD3D12GenericFeatureLevel,44469984\nEIMFileExplorerAsyncDelete,44469705\nServicing_MakeUpdatePolicyCacheRefreshCore_44468289,44468289\nCaptureDwmDisconnect,44468278\nServicing_MakeUpdatePolicyCacheRefreshCore_44468276,44468276\nOnDemandRefresh,44466961\nServicing_ADSD_DomainJoin_V2,44465228\nCameraSettingsWindowsStudioBranding,44462370\nCameraColorInfo,44462340\nServicing_SetAllowedFolderLocationsCheck,44460975\nTSFSensor2,44457067\nFltDdAttachPol,44454775\nParallelHydratorFailuresFatal,44451277\nMSRC79354_44420667,44420667\nBrailleSupportForNarratorScripting,44407689\nOobeWindowsAccountSyncConsentPage,44406154\nReFS_WOF_Support,44406110\nLoadRsProviderShim,44405828\nMSRC79347_44405804,44405804\nBackupRestoreCoordinatorThemeInitialize,44404979\nServicing_RootEnumeratedMigrationFix,44404884\nServicing_ReduceObfuscationLocation,44404838\nContainment_UUS_BugFix_AlwaysClearAdminApprovalAfterAction_44366152,44366152\nDisableChatAPIs,44362796\nFileExplorerTreeViewMSAAStateImageMapFix,44361984\nServicing_WUSchremsIIDCR,44359764\nNthLogonLaunchDevHomeIfNotTriedYet,44358372\nBorderedItemsControlDisconnectedExceptionFix,44358317\nMSRC77818_44358071,44358071\nAdminFlowRejuv_RetailDemoConfirmPage,44357190\nMSRC79333_44356977,44356977\nServicing_TaskbarClipped_44356656,44356656\nServicing_WinHttpProbeConnectivityInALoop,44356315\nDimeForegroundFix,44355268\nMSRC79324_44355059,44355059\nContainment_UUS_FailoverMLIntegration_44354618,44354618\nServicing_SmbCompressionXpressHuffFix,44354396\nDeferralPolicyDelayTimes,44354103\nIntegratedServicesPolicyEnforcement,44353396\nSnapFlyoutHoverTimerExperiment,44352656\nServicing_WslInotifyUAF_Fix,44350942\nServicing_vid_decommit_deadlock_fix,44350914\nServicing_RpcFailfastFix_44350543,44350543\nServicing_TouchKeyboardModernStandBy,44347947\nThrowSCInSetActiveWallpaperIndex,44347162\nServicing_AddCloudTypeInOMSAgentConf,44347112\nMSRC79312_44345930,44345930\nDualEngine_AllButCurrentEntryDeletedDeserialization,44344386\nMSRC79303_44342379,44342379\nMSRC79302_44339162,44339162\nMSRC79301_44339117,44339117\nWdfCD1,44328278\nServicing_ADSD_LapsValidateBothPAAPolicies,44328099\nServicing_ADSD_LapsLogEventOnPasswordEncryptionFail,44328025\nServicing_ADSD_LapsLogEventOnPAAMaxRetry,44327946\nServicing_USOProvidersCVFix_44327856,44327856\nServicing_ADSD_LapsClearPolicyKeysOnUnjoin,44327135\nMSRC78248_44326718,44326718\nServicing_OSK_SecureModeKeyboard,44325738\nCDStoPDRSTIPTelemetry_44325217,44325217\nServicing_WmiSetBrightness_Handler_Fix_44325080,44325080\nServicing_ADSD_DCLocatorLDAPPerf_44325079,44325079\nServicing_SearchBoxOnTaskbarCampaign,44325009\nMSRC79282_44324356,44324356\nServicing_TipTestsForAddADevice_44323113,44323113\nServicing_IndexeddbMultiThreadFix_44323083,44323083\nEnableUserAgentVersioning,44321538\nServicing_print2pdf,44319236\nServicing_VPNCSPComparator,44316876\nWdfUmdfDma,44314290\nMSRC79254_44312578,44312578\nMSRC78295_44311097,44311097\nMSRC78294_44310873,44310873\nMSRC79244_44310078,44310078\nDisableWorkAroundBackupIntentForFilesystem,44309737\nXAML_FE_Home_DragAndDrop,44306092\nServicing_FileExplorerHomeNetworkPathHang,44304240\nMTestAbShGs2,44299428\nServicing_Media_CaptureBufferSize,44292839\nServicing_CorrelationVectorFix,44288510\nOneClickConsent,44284707\nServicing_CBMRDownloadFix_44284547,44284547\nServicing_CBMRDownloadFix_44284518,44284518\nServicing_EDREngagingOnDCByDefault,44284275\nServicing_OobeHelloResolver,44283231\nHideNotificationBadgeOnShyTaskbar,44280635\nCameraSettings_WindowsStudioGeEffects,44274219\nNetworkSettings_WifiPasswordDialog,44271056\nNetworkSettings_NetworkHeroControlOptimization,44271033\nSecondaryAccountsRestoreApi,44270954\nRn2309,44270738\nMSRC79209_44270724,44270724\nMSRC79194_44268151,44268151\nMSRC79193_44267600,44267600\nServicing_MTPOverStorageFoldersFix_44267061,44267061\nContainment_UUS_Deadlock_44266139,44266139\nServicing_RevertAADJ,44265163\nServicing_EDAMMinorUpdate_44265133,44265133\nServicing_EDAMMinorUpdate_44265126,44265126\nServicing_RemoveGPPrecedenceSupportFromMDM,44265086\nHpdOemExtMecApi,44258687\nDisplayMux_ColorProfileMitigation,44258538\nMSRC79185_44256906,44256906\nCacheWithTimedCounter,44256680\nSearchBoxOnTaskbarExposeBChatConfig,44255858\nMTestAbShFre,44255113\nServicing_ADSD_LapsAuthNotificationCrash,44253531\nMSRC79170_44253388,44253388\nMSRC79166_44253292,44253292\nMSRC79165_44253266,44253266\nMSRC79164_44253250,44253250\nMSRC79163_44253220,44253220\nMSRC79162_44253193,44253193\nMSRC79161_44253152,44253152\nMSRC79160_44253124,44253124\nMSRC79159_44253106,44253106\nMSRC79158_44253072,44253072\nMSRC79157_44253047,44253047\nMSRC79156_44253013,44253013\nMSRC79155_44252951,44252951\nMSRC79154_44252927,44252927\nMSRC79151_44252761,44252761\nMSRC79148_44252656,44252656\nMSRC79144_44252499,44252499\nMSRC79143_44252450,44252450\nDMA_RemoveMicrosoftEdgeUriScheme,44252182\nMemoryDumpDialogRejuvenation,44249864\nNNVBugFixes,44247769\nSkipRestorablePlaceholdersWhenDisabled,44245833\nMMPC_Single_Discovery_Template,44240013\nServicing_TaskbarHoverInvoke_44238904,44238904\nTpmTroubleshooter,44236143\nStartMenuAccountBadgingDeveloperMode,44234959\nMSRC79115_44234819,44234819\nPreinstallOutlookForWindows,44234445\nNetworkVerifyOrder,44232814\nServicing_DeprecateCoreEditViewInputScope,44227704\nServicing_TPM_Vulnerability,44223494\nServicing_GuardDroppedCharges,44223401\nServicing_CommandBarStealsFocusOnShiftF10_44221343,44221343\nServicing_FwReauth,44220507\nMSRC79084_44218509,44218509\nServicing_NTLMSvcHostTelemetry,44218051\nUserIntent_DeveloperIntentLaunchesDevHome,44217597\nServicing_EnsureCorrectInboxAppVersionIsRegistered_44217253,44217253\nXamlWebView2UiaEventSupport,44216372\nMSRC79068_44215792,44215792\nMSRC79065_44215680,44215680\nSTMDTest,44214221\nBluetoothSupportForB2CAndSwitch,44210199\nOSTTest,44209656\nFriendlyDeviceNameAdvertisement,44209225\nServicing_XboxHidUsb_44206223,44206223\nServicing_XboxHidUsb_44206218,44206218\nPcaIntelligentDetection,44206036\nServicing_ApTimeSyncSeperation,44192942\nMSRC79054_44192034,44192034\nMSRC79050_44191750,44191750\nStateRepository_DynamicDependencies_OnDemandRegistration,44190213\nHomeSignedOutCard,44188500\nUseOldIdFormatForSubstrateItems,44180321\nServicing_FileDirectory,44179547\nDeploymentNotificationsOptimization2,44175363\nServicing_EnsureMomentConfigHistory_44174587,44174587\nMTestAbShNlg,44174195\nServicing_IndependentDevices_44173920,44173920\nServicing_WidgetBadgeFix_44171963,44171963\nMSRC79017_44171633,44171633\nMTestAbShMCF,44171387\nMSRC79016_44171330,44171330\nBypassSCCDRequirementForInboxPackages,44169777\nServicing_ADSD_LegacyLapsInteropFix,44168903\nXblAuthDeprecateWlidUsage,44156782\nAIXDiscoveryUseCoreAIPlatform,44156104\nServicing_LocationRedirectionBackport,44153070\nServicing_FEReadAVMoreGraphItems,44151626\nCameraSettingsDefaultConfigBadDataMitigation,44151549\nMSRC78999_44151253,44151253\nShareSubstrateFilesInContextMenu,44150325\nServicing_TextInputHostLeakFix_44146619,44146619\nServicing_CTFMONLeakFix_44146516,44146516\nServicing_StartMenuFixJapaneseSorting,44143798\nServicing_Media_MinRectSize_44141816,44141816\nEnableSuppressionDelay,44140992\nMercuryADEPTUserIntentBackup,44140851\nMSRC78985_44140830,44140830\nMSRC78984_44140558,44140558\nSettingsPageRejuvenation,44139361\nMsaBackupAccountEngagementFeature_44137035,44137035\nServicing_DDSDeadlockFix_44137001,44137001\nLocalKDC_44135766,44135766\nMSRC78977_44134291,44134291\nCloudPCCommon_v2,44131712\nNarratorComboBoxSelectionIssue,44131114\nCloudPCBootLogonUI_v2,44128751\nStartMenuSettingsBackup,44128103\nUserAccountProviderAccountEvents_44127424,44127424\nPostSV2Improvements_44127420,44127420\nCDMLiteAssetsValidation_44127416,44127416\nCDMLiteDownloadAssets_44127413,44127413\nAttributeProvidersConcurrentRefresh_44127408,44127408\nOrgMessagesPolicy_44127399,44127399\nSettingsHomepage_RecommendedSettingsCard,44124573\nServicing_IntunevTPM,44124022\nHomeAccountCheckupCard,44121479\nMSRC78961_44120667,44120667\nServicing_DeviceLockCSPpolicy_44120471,44120471\nServicing_DeviceLockCSPpolicy_44120458,44120458\nServicing_WUSettingsEOSFixes,44119772\nMSRC78936_44119233,44119233\nServicing_DYMOPrintFix,44117054\nMSRC78917_44116784,44116784\nServicing_FileExplorerSettingChange_44115054,44115054\nGatewayMacAddressInferencing,44107119\nServicing_WSCInvokesLatestMpCmdRun_44101449,44101449\nMSRC78906_44094288,44094288\nMSRC78896_44092826,44092826\nRDX_OOBE_Accessibility,44085332\nEIC_SurrogatePair_44083712,44083712\nHandwritingSurrogatePairCharacters_44083703,44083703\nServicing_NDUP_RegkeyCapabilities_44081633,44081633\nServicing_PowerButtonDesignUpdate,44081591\nServicing_DisableMSMQTracing,44081076\nServicing_UMPDRaceCondition_44080964,44080964\nServicing_CameraFrameQueueWEP_TokenCheckFix,44080540\nMSRC78873_44079953,44079953\nHomeSearchResultsWithShowOfficeFilesSetting,44079899\nServicing_StorportDeadlockForUnitList,44078590\ndwmredir_StaleClips,44078144\nMTestAbShAg,44074811\nServicing_Medic_IPU_Escalation,44071317\nServicing_FeedsWebView2SRMMitigation,44070188\nSrumAsyncRealtimeStats,44070010\nServicing_SearchInUnloadPerUserCatalog,44067435\nServicing_BackupMuOptIn_44065660,44065660\nPrintScreenYieldableHotkey,44064766\nMSRC78658_44064110,44064110\nAccountCheckupWizardInline,44063183\nServicing_44063117,44063117\nServicing_44062844,44062844\nBitLocker_Backup_RP_On_Resume,44061860\nServicing_TeamsUWPDeprecated,44061699\nMSRC78843_44061188,44061188\nServicing_WSCInvokesLatestMpCmdRun_44060433,44060433\nForceConfigUpdate,44060363\nHomeSubscriptionCard,44059374\nServicing_44053926,44053926\nServicing_44053072,44053072\nServicing_CloudFileGetDeleted,44051563\nDualEngine_BlockDoubleMouseActivateWhenMouseInPointer,44049913\nSetSearchBoxModeFromSearchAppActivatedArgs_44049736,44049736\nFixSinglePaneSearchBoxOnTaskbarPortraitIssue_44049719,44049719\nSettingsHomePage_NetworkCharm,44049197\nServicing_WNP_Reset_Shutdown_Flag,44049107\nMSRC75263_44047930,44047930\nMSRC75263_GroupPolicyNtuserFilePermissionRestriction,44047928\nServicing_MCCFix_44047306,44047306\nServicing_AutoRestartDeadlineFix,44046888\nMSRC78821_44046641,44046641\nFixBug44046226,44046226\nMSRC78809_44044721,44044721\nServicing_MultiUserSkuCpuUsageFix_44044232,44044232\nPersonalizationThemeBackupRestoreHandler,44036889\nVANAINT,44035077\nServicing_IgnoreStaleSystemResources_44035054,44035054\nServicing_USOGetUpdateManagerFix_44032479,44032479\nServicing_USOGetUpdateManagerFix_44032465,44032465\nServicing_UpdateDatabaseCatchErrors,44032455\nServicing_RdpAvenc,44031547\nUiaEndpointsForContentIslands_44031145,44031145\nW32PTU_44030954,44030954\nHomeStorageCard,44030564\nServicing_NullPointerFix_44029684,44029684\nServicing_WufbWSUSFiltering_44029373,44029373\nServicing_WufbWSUSFiltering_44029363,44029363\nServicing_IndexeddbMultiThreadFix_44026119,44026119\nServicing_SSDuration_44025698,44025698\nGroupPolicyCaching,44023223\nWindowsBackupOEMCampaign_44022337,44022337\nServicing_ZOrder_HangFix,44022055\nServicing_FastfatLockFailureDueToLazyWrite,44021559\nMicrosoftRequiredPermissionScope,44020657\nMagnifierVoiceSliderContrast,44020297\nMSRC78038_44019033,44019033\nServicing_AddARMARM64SupportToGP,44017618\nWirelessAppDiscoverability,44017476\nServicing_MTFPortNameIssue,44014985\nServicing_Medic_Numeric_Base_AutoDetect,44000231\nServicing_HoverDispatchTimerStopFailure_43999669,43999669\nLunarCalendarBackupHandler_43998350,43998350\nSearchWebView2_Master,43998308\nDSBSearchAPIParamRefactor,43998261\nDefaultOptionalToMini,43997187\nDesktopSpotlightInternalId_43995743,43995743\nMSRC78715_43993292,43993292\nContainerOSPlus_BaseImage,43992101\nBugFix43986681,43986681\nNarratorOnVoiceTyping,43986126\nServicing_SRH_EdgeScanMode,43986047\nModernCompressTo,43984112\nDeploymentPerformanceOptimizations_43983893,43983893\nBackupBannerL3Alerts_43983840,43983840\nBackupBannerL3Alerts_43983838,43983838\nMoveDeveloperOptionsPageToSystemCategoryPage,43983779\nServicing_BCastDvrEmDmaCompliance,43983679\nServicing_GameBarEmDmaCompliance,43983645\nFileExplorerDeveloperPerformanceFixes_43983608,43983608\nDeclaredConfiguration_BulkTemplate,43981794\nServicing_Randomize_Port,43981626\nSearchBoxCursorIssueInRTL_43980409,43980409\nDeviceAssociation_Dispatcher,43979875\nDoNotShowSuggestionsOnStart,43979271\nUserAccountProviderAccountEvents_43978844,43978844\nMSRC78672_43978817,43978817\nOpenTypeColrV1_43978769,43978769\nMSRC78688_43978610,43978610\nRemovePowerAlerts,43977583\nCloudPCSwitchAwaitingUX,43976477\nServicing_ClearViewInfos,43972398\nDmaCommonSchema,43970368\nDmaUtcUpdate,43970355\nTailoredScoobeLocal_43969283,43969283\nTailoredScoobeM365SubscriptionFlow_43969280,43969280\nTailoredScoobeBackupFlow_43969273,43969273\nAppRestorePlaceholdersWait,43968183\nAccessibleTabbingInFEFix,43968083\nMSRC78659_43966062,43966062\nAppSiloSkipShellAppContainerCheck,43964442\nServicing_EAP_Audit_Channel_Enforcement_43962592,43962592\nServicing_EAP_Audit_Channel_Enforcement_43962584,43962584\nServicing_GpuPreferenceSelectionFix,43962249\nServicing_WakeHangIssueFix,43961288\nEnableIddCx110,43960263\nServicing_FWEidAutoProxyUrlSizeCrash,43956691\nServicing_IMEPadInitialization_43955025,43955025\nNetworkUxBackupRestoreHandler,43954392\nMSRC78635_43953235,43953235\nServicing_VerboseDeferrals_43952169,43952169\nMSRC78626_43951570,43951570\nNetworkSettings_AdvancedPropertySheet,43951516\nRecommendedSettingsBypassWISE,43951220\nServicing_AvoidDuplicatemDnsQueries_43950085,43950085\nMSRC78513_43950061,43950061\nServicing_AvoidDuplicatemDnsQueries_43949928,43949928\nFrameServerDX12Support,43949628\nServicing_PointerMsgId_DblFree,43949567\nServicing_RAILMultiWindowAppRaceCondition,43948341\nDesktopSpotlightImageRescale,43946929\nImproveMitigations_WebThreatDefense,43945678\nMSRC78600_43940739,43940739\nMSRC78597_43939377,43939377\nMSRC78593_43937850,43937850\nServicing_WmiSetBrightness_Handler_Fix_43937611,43937611\nServicing_Bug43937291,43937291\nMSRC78587_43936306,43936306\nServicing_ADSD_DCLocatorLDAPPerf_43935252,43935252\nMSRC77466_43933942,43933942\nOobeRestoreDataLayer,43933049\nServicing_InactiveInputAppDefaultView_43925642,43925642\nContainment_UUS_ServiceFailureResiliency_43925584,43925584\nPostSV2Improvements_43912504,43912504\nTailoredScoobeEligibility_43911738,43911738\nMSRC78560_43910792,43910792\nServicing_CameraSettingsDefaultConfigBadData,43909514\nServicing_WinlogonExpiringNotification,43909090\nWISETelemetryInfra,43908449\nMSRC78548_43908250,43908250\nServicing_ContinuousInnovationOptin,43907407\nMSRC78544_43907173,43907173\nCDPNearshareTCPOnPublicNetwork,43900173\nSEBTTest,43900052\nCPSCTest,43899327\nSPSTest,43899323\nMSRC78529_43897985,43897985\nDualEngine_KeepAliveForWindowOpen,43897235\nDualEngine_UninitializeCouplingOnClose,43897227\nServicing_MFLMissingNeededFiles_43896786,43896786\nPreinstallAppsOnServer,43894933\nStrongNameMatchPolicy,43894412\nServicing_SearchBoxIcon_43893932,43893932\nServicing_FixSBOTTooltipPlacementIssue_43893345,43893345\nMSRC78510_43892810,43892810\nServicing_ReadTrafficFilterList,43892034\nServicing_VPNCSPReadDeviceTunnel,43891256\nServicing_P3SkipValidation_43891194,43891194\nServicing_FixWnfFeatureUsageMerge_43891107,43891107\nCSFF,43887690\nLCTeachingTipsPositioningFix,43887102\nMMPC_UseCertPinning,43885847\nBackupSignals_43884502,43884502\nServicing_CtacStoreAppsVer_43882673,43882673\nMSRC78481_43882376,43882376\nRemoveCIToggleCheck,43882036\nNetworkExperimentationTest,43877517\nServicing_ShiftEnterIME,43876134\nMSRC_Fix_Update_Policy_Value_Init,43870767\nLCTextWrap,43870737\nMSRC78470_43870366,43870366\nMSRC78468_43869794,43869794\nDisableBluetoothCustomPairingConsentUXInOobe,43868076\nBackupStatus_43866633,43866633\nServicing_MKVMediaSourceCropInfoParsing,43865848\nSettingsAudioPageExtensionsFix,43864131\nServicing_SRH_WordProofingError,43861764\nRequireValidatedTypeLibForPp,43860926\nDisableTypeLibMonikerFallbackForPp,43860922\nNumaSpanningForUnderhill,43857512\nCloudStoreDirectPDRSClient_43857397,43857397\nBackupStatus_43857396,43857396\nHCIOEMFeatures,43856907\nCustomDefaultFrameSizing_43856532,43856532\nCxhWamLauncher_43855800,43855800\nMSRC78438_43855236,43855236\nMSRC78433_43855146,43855146\nRecommendedItemPlacement,43853271\nMSRC_Fix_Enterprise_Policy_Value_Init,43852655\nServicing_AudioSkipMigrateOnUpdate,43851918\nServicing_AudioEnsureEventDrivenPresent,43851893\nServicing_ETW_XPath_Query_by_FileHash_43846325,43846325\nServicing_HVCIEmptyIncompatList,43844521\nServicing_SampleCompactorSequentialFix,43844371\nServicing_MediaBreaksDisableExclusiveMode,43844265\nServicing_43844105,43844105\nServicing_GB18030_2022,43843169\nServicing_WMICTelemetryUpdate,43841913\nServicing_Ps2TelemetryAddition_43841803,43841803\nSystemAppsBehindVelocity,43840840\nShoulderTap_43840605,43840605\nMSRC78403_43840055,43840055\nServicing_MinorImpactBeforePolicy_43839543,43839543\nServicing_RetrieveCertPublisher_43838727,43838727\nServicing_BHOTelemetryCleanup,43837767\nAutoRestartWidgets,43837678\nServicing_CreateFontRegkey,43835772\nBackupBannerL3Alerts_43833074,43833074\nServicing_SRH_EdgeRadioButton,43830581\nServicing_WUSettingsPausingUpdatesState,43828577\nTwoFactorAuth_SuggestedAction,43815080\nContainment_UUS_DefaultCDNPrefix_43813875,43813875\nServicing_PrivacySqliteRecovery_ConstraintNotNull_43813763,43813763\nMSRC78227_43813644,43813644\nReFS_Fake_Storage_Reserves,43812951\nMSRC78350_43811647,43811647\nServicing_FixCloudapDeadlock_43811281,43811281\nServicing_FixCloudapDeadlock_43811225,43811225\nMSRC78344_43810855,43810855\nBrightness_Slider_No_Effect_Fix,43806405\nMultiChannelDirectToEars,43806161\nDesktopSpotlightImageSwitchAnimation,43804480\nShellFlyoutAltF4Fix,43803985\nSystemIndexPrimerQuery,43802853\nReFS_Fake_TxF,43801544\nMSRC76653_43801309,43801309\nMSRC78318_43801303,43801303\nMSRC78317_43801211,43801211\nServicing_FileExplorerNamedPropertyStoreToValueSetCrash_43801020,43801020\nServicing_IrisWexpSRM,43800738\nSEG,43799616\nServicing_TaskbarModelTabletPostureSaturatesThreadPool,43799312\nServicing_FixSearchAccessibleNameAndToolTipIssue_43799252,43799252\nServicing_PFVC_FixStagedConfigs,43798337\nCellularFailover,43797893\nVACBEI,43794213\nCxhWamLauncher_43788167,43788167\nServicing_EnterpriseFeatureControl_43787940,43787940\nServicing_Ps2TelemetryAddition_43787342,43787342\nServicing_PolicyReaderPauseEndTime_43786729,43786729\nExperienceDescriptionParsingFix,43786244\nUseMsaAccountByDefault_43777786,43777786\nServicing_StorufsParentDependency,43777609\nNHQV,43777105\nLaunchUriAsyncInCloudExperienceHost_43775808,43775808\nServicing_DabMonthlyFixes,43773960\nSetShortcutMojoIpczFlag,43772931\nServicing_AsyncStageWhileInUse,43772682\nServicing_C2RXUpdateRestartFix,43772572\nServicing_MAPI_C2RX,43772553\nImprovedWebViewTelemetry,43772261\nServicing_C2RXRedirectionFix,43772257\nServicing_C2RXConditionalACE,43772214\nBugfix_43770709,43770709\nMSRC78248_43770198,43770198\nCustomDefaultFrameSizing_43769745,43769745\nServicing_FixAppxMiniRepositoryOwnership,43769175\nServicing_RequestBeginTestDeadlockFix_43768221,43768221\nA9Indicator,43767340\nServicing_ScalingPxShift_43766227,43766227\nFixBlinkCursorAndGleamOverlapIssueInRTL,43765902\nServicing_WinTIssue_43764407,43764407\nServicing_OdbcCPReturnDeadCon,43761715\nUseMsaAccountByDefault_43760580,43760580\nServicing_gdi_leak_tracking,43757550\nServicing_FixSearchBoxSizeWhenWideSearchDisabled,43756643\nServicing_NPSMAddRPCCallTimeout,43755685\nServicing_EnsureResetSearchSuspendInProgressFlag_43755251,43755251\nMSRC78213_43754489,43754489\nRDXLP_43754138,43754138\nMSRC74502_XpsRegression_43754045,43754045\nCompositionSwapchainHDRHint,43752937\nCD2411_MSBF,43750456\nVACISF,43750405\nSettingsRejuv_AppsAndWebsiteAccounts,43749390\nScoobeUserSetupLogonManager,43746648\nCorrelationIdFix,43746533\nMTestAbShOQFFR,43746521\nWorkFolderSync,43739851\nServicing_OneSettingsProvider_43729564,43729564\nServicing_PrefetchOneSettings_43729561,43729561\nWebViewSupport,43729363\nPackageIdToPFNConditionConversion,43728401\nAlwaysShowGlobalPrompts,43727958\nMSRC78189_43727209,43727209\nVASMMAEBF,43726588\nWdfObjectExcessiveAllocation_HighThreshold,43716297\nSetSearchConversationId,43715910\nServicing_eSIMPendingProfileDeletesInternetLPATrigger,43715309\nServicing_EndPointUpdateMSA,43715104\nServicing_WMIQuery_StorageVolumesIn32plusNodeCluster,43713697\nWidgetsOSState,43713192\nServicing_CredUICrash,43712503\nServicing_CGReportingAndDisablementFix,43710477\nServicing_SystemLogonSessionCheck,43710382\nMSRC77972_43709944,43709944\nDisablePostLogonProvisioningMdm,43703455\nRDXLP_43702253,43702253\nServicing_ElevatedSchTaskCredManFix,43701847\nServicing_TaskManagerTabNavigationStuckOnFilterWrapper,43701566\nIntegratedServicesPolicyControl,43699941\nMSRC74502_XpsRegression_43699671,43699671\nFixClippedDisplayNameOnL2,43699665\nCloudDataStoreDirectRestore,43698924\nControlRulesEngineStartAccountBadging,43698026\nMSRC78116_43697426,43697426\nDimeUpsell,43695740\nFixGleamDisappearWhenFocusLostOnSearchBoxWithFlyoutOpen,43692464\nServicing_PCIDeviceMultipleIDs,43690762\nTipCrashAwareness_43687372,43687372\nAppDefaultAumidRegistry,43685888\nServicing_FastJumpListContextMenu,43685020\nServicing_FixLCUReoffer_43684979,43684979\nServicing_FocusSessionRaceFix_43682929,43682929\nMTestAbShOo,43679417\nMSRC78093_43678847,43678847\nTurbostackFallbackToBaselineHydration,43678621\nEnsureCorrectWXHDll,43675366\nSettings_PasswordDisablementOnWake,43674161\nServicing_WUScanLIPDefaultFallbackLanguageFix_43671300,43671300\nServicing_FileExplorer_ThrowTabIdNotFound,43670731\nServicing_FederatedServiceCollectionFix_43670155,43670155\nContinuousInnovationOptin_43669963,43669963\nIntegratedServicesAdditionalLinks,43669646\nUtf8_Fasterxml,43669571\nContainment_UUS_DefaultBackgroundScanBehavior_43669045,43669045\nChildHwndForIslandInputSite_43667795,43667795\nServicing_TaskbarSearchStartupInfoTelemetry_43666735,43666735\nWUSupportsExtendedAttributes2,43666139\nMSRC78070_43665376,43665376\nServicing_FERibbonCleanupCrash,43661470\nServicing_ADSD_AadTrust,43660019\nMSRC74191_43659857,43659857\nServicing_TSF_VKPACKETviaSendInput,43659129\nServicing_USOScanBeforeInitialLogon_43653942,43653942\nContainment_UUS_LoadSheddingEnforcement_43636047,43636047\nSSOTest_43634641,43634641\nEnableOtsElevationToLaunchAppsViaProtocols,43628864\nServicing_SchremsIIDCR_43624943,43624943\nContainment_UUS_OfframpIpu_43619912,43619912\nServicing_ComputeDeviceEnumeration,43619691\nMSRC78034_43619674,43619674\nServicing_SAC_Telemetry_Rework_43619474,43619474\nMSRC78030_43619364,43619364\nServicing_ParseResponse_43619308,43619308\nDisableActivationVDevInAz,43615737\nServicing_MemoryLeakFix,43615076\nServicing_TrustedNetworkDetection_43613859,43613859\nServicing_FixLSASSCrashDueToExtendedField,43613675\nDisableDesktopSpotlightOnFatalFailure,43612613\nVASDVAC,43611424\nServicing_SearchInContainer,43605998\nServicing_AuthenticationBuffer,43603889\nTaskManagerUXImprovements,43603628\nServicing_LivePreviewProtected,43603079\nUseDDisplayForDWMTestOnly,43602874\nMSRC77990_43602805,43602805\nRefreshGalleryOnCollectionChange,43602643\nSettingsBugFixesSept23,43601627\nServicing_UWFWindowsUpdatePolicyFix_43600421,43600421\nContainment_UUS_BugFix_SusClientIdHang_43599722,43599722\nServicing_SystemSettingAppCrashFix,43598306\nStartMenuAccountBadgingRulesEngine_43594452,43594452\nTaskbarRestorePlaceholders,43591660\nSuppressInputAppActivationDuringConnectedStandby,43591024\nServicing_AutoLogonWithoutNLAFix,43590258\nUSQCardDefaultCollapsed,43588850\nMSRC77968_43588690,43588690\nMSRC77966_43588554,43588554\nMSRC77964_43588458,43588458\nDeclaredConfiguration_DriftControl,43587418\nServicing_PolicyReaderPauseEndTime_43585766,43585766\nTailoredScoobeLocal_43584642,43584642\nMSRC77954_43584601,43584601\nServicing_Logonid,43581269\nDesktopSpotlightHandleNoIrisCreatives,43581066\nRespectPowerSettingsIndexer,43573895\nServicing_LogonTouchKeyboardRTL,43573719\nKeyValueStore_Backup,43573121\nRFLTest,43573007\nNTUserQoSSupport,43572908\nSearchBoxOnTaskbarGleamAsButton,43572857\nSearchBoxOnTaskbarGleamHover,43572692\nServicing_IgnoreEfxForMultipleProcessingModes,43552079\nMSRC77933_43543765,43543765\nServicing_LogonSessionOff,43538539\nMSRC77924_43537757,43537757\nServicing_OobeProvisioningElevated_43537390,43537390\nMSRC77918_43535938,43535938\nMSRC76500_43534769,43534769\nMSRC77913_43533648,43533648\nServicing_SchremsIIDCR_43529564,43529564\nW365Boot_ManagedPCSettings,43529319\nDesktopSpotlightNoFallbackImage,43527701\nRestoreExtendedPlaceholders,43521128\nRestoreSparkPlaceholders,43521103\nMSDTDeprecationPhase1,43517369\nServicing_TaskbarAnimationIcon_43509602,43509602\nServicing_Feeds_AdditionalInformationToOneService,43509507\nMSRC77883_43507843,43507843\nMSRC77882_43507188,43507188\nPerpetualEOS,43506206\nMSRC77875_43505680,43505680\nServicing_Bug43504747,43504747\nMSRC77873_43504648,43504648\nMSRC77870_43504531,43504531\nP010DisplayableSupport,43504333\nMSRC77862_43504130,43504130\nDimeGetStorage,43503958\nDimeResubscribe,43503940\nMSRC77858_43503831,43503831\nMSRC77857_43503813,43503813\nMSRC77852_43503545,43503545\nCDPWifiDirectTransportUpgrader_43496530,43496530\nOOBEOneDriveShellExperience_43493973,43493973\nSetSearchBoxModeFromSearchAppActivatedArgs_43491606,43491606\nServicing_FWRulesWithWDAC_43490992,43490992\nUserIntent_ShowDeveloperIntent,43489782\nAppDefaultApplicationPageLaunch_43489656,43489656\nServicing_43488828_SAC_DefenderDisabledOnUpgrade,43488828\nAEGVIF,43483788\nU4S01,43483545\nServicing_PEAPwithTLSNewSessionTicket,43483481\nEnableDialogForNetworkPathScan,43482592\nXboxSubscriptionReorderCard,43478299\nNetlogonLessLsaLookups,43473482\nFixSinglePaneSearchBoxOnTaskbarPortraitIssue_43473131,43473131\nServicing_DeviceEnrollerCrashesErrorText,43472881\nServicing_EnrollStatusSetIncorrectly,43472869\nServicing_MultiUserSkuCpuUsageFix_43471307,43471307\nMSRC77798_43471128,43471128\nServicing_AADCrossCloudB2BWAMSupport_43470462,43470462\nServicing_AADCrossCloudB2BWAMSupport_43470422,43470422\nUpdateSettingsTelemetryStrings,43470218\nContainment_UUS_Watchdog_43469387,43469387\nDeploymentNotificationsOptimization1,43469045\nMercuryADEPTDeviceMetaDataBackup,43469028\nMSRC77778_43467754,43467754\nADMXPoliciesCSESupport,43467665\nConfigRefresh,43467477\nServicing_USO_ScanBeforeInitialLogon,43466882\nServicing_TrustedNetworkDetection_43465316,43465316\nServicing_OTRPackageSupport,43457943\nServicing_PreventExcessiveTriggeringOfMitigationClientForTheSameWNF_43457464,43457464\nAppDefaultApplicationFromSRCache,43457356\nMTestAbShCle,43456625\nMSRC77754_43455206,43455206\nServicing_DLPRegression,43454155\nBitLocker_Backup_RP_Or_Clear_Backup_Info,43452576\nServicing_WmxGroupAclsize,43452412\nServicing_NarratorSearchHighlightsIssueFix_43447978,43447978\nDWMInkDeviceLost,43440572\nServicing_ControlCenterDisplayMonitorInfoCollectionChanged_43435545,43435545\nServicing_FirstCandidateItemClipped_43433014,43433014\nAllowBypassUndockedShellHostCheck_43418350,43418350\nMSRC77717_43417008,43417008\nCacheUpdateIssue,43416597\nServicing_GameInputAvoidDoubleRemapping_43415831,43415831\nServicing_GameInputAvoidDoubleRemapping_43415797,43415797\nServicing_Win32OpLockBreak,43414411\nMSRC77704_43412630,43412630\nMSRC77703_43412510,43412510\nMSRC77702_43412392,43412392\nMSRC77701_43412339,43412339\nMSRC77700_43412230,43412230\nMSRC77699_43412113,43412113\nMSRC77698_43411303,43411303\nMSRC77697_43410998,43410998\nUncloakSearchWindowWhenClientWindowReadyForPresentation,43409047\nPlaybackDeltaGeneration,43406390\nServicing_AuthextCrashFix,43401103\nMSRC77684_43396849,43396849\nMSRC77676_43396274,43396274\nBaselineMetadataAcquisition,43396183\nMSRC77670_43396131,43396131\nMSRC77668_DisplayLegacyWarningOnSmartScreenError,43395465\nServicing_Media_PresentAt_DXGIAdapterTransition,43394938\nFSIAPurchaseAppUpdate,43393662\nMSRC77664_43393215,43393215\nMSRC77663_43393162,43393162\nServicing_TruncatedTaskView,43387681\nServicing_CloudFilesCopyHookFix_43384019,43384019\nID43383966,43383966\nBrain_ResultLoggingAsTelemetry,43380232\nServicing_ADSD_ObjectGuidCache_43380132,43380132\nImagePickerLockFix,43379471\nServicing_ADSD_ObjectGuidCache_43379444,43379444\nDismissSearchOnDisplayChangeUndocked,43379241\nMSRC76146_MSMQ_OOBRWFixes,43378650\nESIM_POLICY_MANAGER,43378192\nMSRC77651_43377469,43377469\nServicing_MediaEngine_Thinning,43377416\nServicing_Media_PresentAt_PresentationStatsIdSync,43377305\nServicing_TouchKeyboardLogonFix,43372021\nServicing_USBHasIHVDriver_43371474,43371474\nDismissSearchOnDisplayChange,43370230\nUSB4SettingsDomainsViewer_43366022,43366022\nMSRC77629_43365086,43365086\nDismissPhishingDialogWhenClosed,43363111\nServicing_TipTestsForAddADevice_43362920,43362920\nMSRC77602_43361951,43361951\nMSRC77596_43360649,43360649\nWindowsBackupChromeImport,43358915\nBugFix43355375_WrongThreadInSuggestionUI,43355375\nSearchAccurateAppLaunchCounts,43351305\nServicing_AudioRegistryBloat_43351246,43351246\nServicing_EFSUtilInvalidMemoryRef,43350022\nBButton,43349158\nMSRC77562_43348160,43348160\nContainerPolicyManager,43347056\nIndexMostRecentDocuments,43346610\nMSRC77554_43345026,43345026\nServicing_SACMD2RootSupport,43342483\nInputAppPreventTooFrequentRelaunching_43340570,43340570\nServicing_43335023,43335023\nServicing_DualEngine_RequestHostHideUrlTip_43322566,43322566\nServicing_DualEngine_RequestHostHideUrlTip_43322533,43322533\nAllowMultiInstanceWidgets,43322269\nCompositionTextures,43321642\nWidgets_ExpandedInLeadingAlignment,43320599\nMSRC77543_43320176,43320176\nBluetoothCallControlDeviceAssociation,43317939\nSecondaryAccountsBackupHandler_43315874,43315874\nServicing_InternetDisconnectFix_43313878,43313878\nServicing_Media_ResetCustomDuration,43311932\nIrisRules_43311738,43311738\nReportOneSettingsUsage_43310907,43310907\nCDMLiteBackportV2,43310905\nServicing_SearchSetFocusWhenContextMenuOpenedOrClosed_43310593,43310593\nServicing_OrganizationalMessageBeacons_43308220,43308220\nEnableOfflineCrashDump,43307745\nBrain_FallbackToInbox,43307165\nPerDevice_Force11On12,43307022\nSaveSharableDataForEnduserSession,43306243\nServicing_IndexedDB_Win11_Fix,43303428\nEdgeScanIssue,43302176\nServicing_AltTabMemoryLeak,43300072\nDeclaredConfiguration_MultipleAuthority_ForAll,43292419\nMSRC77500_43291124,43291124\nFileExplorerWASC_JIT,43290910\nMSRC77495_43290708,43290708\nServicing_PreinstalledPreview_43290508,43290508\nMSRC77484_43286486,43286486\nStartToTaskbarDragAndDrop,43283102\nSearchDragAndDrop,43283005\nServicing_ToolTipWatsonCrash,43277968\nPrintScreenToSnippingTool,43277290\nMSRC77475_43276718,43276718\nMSRC77474_43276460,43276460\nClearTextBeforeDismissAnimation,43275520\nMSRC77471_43274693,43274693\nMSRC77469_43274352,43274352\nDeploymentPerformanceOptimizations_43273592,43273592\nServicing_FixSmbSessionSetupIscFail,43272058\nServicing_StackoverflowException_WindowsContainer,43269099\nServicing_SmartCardPin,43265375\nPrefetchFeedContent,43264809\nServicing_Evergreen_WinHttpBugFixes,43264139\nServicing_SearchIndexDescription,43262228\nDateTimeBackRestoreHandler_43260919,43260919\nDateTimeBackRestoreHandler_43260917,43260917\nServicing_StorageReserveStaticFunctions_43260236,43260236\nContainment_UUS_ConsolidateUxLogs,43259428\nKnownFolderInternalContract,43258206\nServicing_UWFWindowsUpdatePolicyFix_43257801,43257801\nHomepageSandbox,43256492\nServicing_ImprovedWinREServicing_43255079,43255079\nServicing_AppPickerFilePickerFix_43251572,43251572\nTailoredScoobePCBackup_43231896,43231896\nContrastThemeBackupRestoreHandler_43231555,43231555\nServicing_FixLackOfUsbDescriptors,43231471\nDateTimeBackRestoreHandler_43231308,43231308\nServicing_ControlCenterSuspendResume_43229553,43229553\nAppDefaultHashRotation,43229420\nHpdPs,43228725\nServicing_FEOpenInNewTab,43228612\nServicing_whfBPIN_credsspFix,43228027\nServicing_CrashOnAuditFail,43225829\nContainment_UUS_Catch_43222144,43222144\nServicing_RPCSSProseqRaceCondition,43218514\nSuppressFeaturedApps_43217950,43217950\nDefenderPerformanceModeUX,43217407\nIMRespectWTDToggle,43216666\nMSRC77371_43216458,43216458\nMSRC77369_43215793,43215793\nMSRC77366_43215295,43215295\nMSRC77363_43215041,43215041\nWidgets_NextToSystray,43214488\nMSRC77361_43214458,43214458\nShortReasonMarkers,43210033\nFixWebViewAsyncCrash,43206610\nTailoredScoobeEligibility_43203978,43203978\nNetworkListManager_DeadlockMonitor,43203845\nServicing_LegacyDisplaySwitchRegressionFix_43202119,43202119\nServicing_PsaDualGpdFix,43201552\nMSRC77344_43201037,43201037\nCloudStoreDirectPDRSClient_43200472,43200472\nAcknowledgeReceiptOnLoad,43200402\nServicing_RegisterClientCBS_FWService_NotRunning,43192379\nServicing_PnpLangIds,43192050\nServicing_InstallPrimitiveDrivers,43192022\nDeprioritizedSlateRecall,43190332\nOobeRestoreUx,43187998\nServicing_SecImageNoExecuteIntegrityCheck_43186115,43186115\nOobeLaunchDevHome,43180950\nPreinstallDevHome,43180945\nSSOTest_43177718,43177718\nFaceOcclusionDetector,43174983\nRTDP_Test,43170153\nServicing_Bug43169844,43169844\nServicing_IPUSessionData_43169542,43169542\nServicing_ImprovedWinREServicing_43169369,43169369\nServicing_ExposeDSBBgtaskTriggerReason,43169079\nServicing_ADUC_TaskPad_Crash,43168061\nMSRC77303_43163338,43163338\nServicing_Bitlocker_Bugcheck,43163328\nServicing_TPM_Clear,43162538\nNetworkListManager_GetNetworkConnectivityLevel_Failures,43145981\nServicing_SAC_Telemetry_Rework_43138150,43138150\nServicing_VideoPlaylists_DisableSeamless,43135692\nTailoredScoobeM365SubscriptionFlow_43133914,43133914\nTailoredScoobeBackupFlow_43133808,43133808\nMSRC77280_43133316,43133316\nPublisherValidatedLaunchFallback_43132540,43132540\nContinuousInnovationOptin_43132439,43132439\nOneSettingsProvider,43132291\nServicing_WdfPowerMgmtFixes,43129007\nServicing_43128421_SAC_Applocker_DummyCleanup,43128421\nServicing_SAC_Dummy_Policy_Cleanup,43123692\nOOBEOneDriveShellExperience_43121389,43121389\nWXHUnhandledException,43120722\nServicing_ShdocvwKeepsMoTWIfAppWasNotInstalled,43117987\nServicing_WLDPCANEXECUTE_SIZEOF,43117964\nDeclaredConfiguration_MultipleAuthority_WithDeletion,43114276\nServicing_ShdocvwShowMicrosoftStoreUI,43113673\nSDXIntegratedServices,43113029\nServicing_SearchSessionChange,43108308\nDockedHandwritingSurrogatePairCharacters,43107776\nServicing_DefaultAssocExpandEnvStrings_43105680,43105680\nServicing_Fix_CloudTrustPrtRaceCondition_43105209,43105209\nServicing_Fix_CloudTrustPrtRaceCondition_43105157,43105157\nMSABadStateWnf_43105074,43105074\nServicing_ExceptionHandling_43102172,43102172\nReset_WNP_Shutdown_Flag,43101953\nServicing_AP_ESP_dual_enrollment,43101226\nTelemetryManager,43100445\nServicing_ShdocvwAuthenticodeCheck,43099179\nClearlead_AVC,43089296\nMSRC77199_43088593,43088593\nPreinstallTeamsApp,43088220\nRemoveChat,43088148\nMMPC_cert_Pinning,43087766\nOrgMsgAuthBeacons_43087277,43087277\nServicing_Bitlocker_Resume,43085972\nServicing_IPUSessionData,43084368\nOrgMsgAuthBeacons_43077409,43077409\nServicing_OnboardingSenseAcceptSha256Only,43075615\nServicing_UMPDRaceCondition_43075558,43075558\nServicing_SVRDropStaleSamples,43075136\nServicing_Media_PresentAt_HWND_DCompVisual,43074997\nServicing_PDEPage_43073005,43073005\nMSRC77171_43072781,43072781\nMSRC77170_43072763,43072763\nCloudStoreConcurrentPublish_43072264,43072264\nCloudStoreResiliency_43072241,43072241\nenable_dirid13_install,43072064\nEnablePeripheralsWithESS,43071223\nServicing_Media_NoDirectPresentation_With_DolbyVision,43070072\nServicing_WindowsServicingFailureInfo,43049586\nClosedCaptionSettingsPropertiesChangedEvent,43046129\nServicing_WPJBlockCustomError,43044814\nServicing_msds_DiskUsage_43044282,43044282\nServicing_msds_DiskUsage_43044276,43044276\nServicing_Jet_SpaceOwned_43044097,43044097\nServicing_Jet_SpaceOwned_43044087,43044087\nServicing_AzureVMFirstBootLogonDelay_43043238,43043238\nEnableRegularPathFetchingForGallery,43041464\nIntegreateTurboJpegForMjpegMftDecoder,43041348\nServicing_StartupAppListForARM64Fix,43040708\nServicing_AppExecutionAliasDEH_NullPointerException_Fix,43040691\nMSRC77122_43040618,43040618\nMSRC77119_43039773,43039773\nServicing_ProfAPIUserShellFolderKey_43039679,43039679\nMSRC77118_43038665,43038665\nServicing_EnsureFocusActiveAsync_43035796,43035796\nCommonAssetFolder,43034646\nAppSiloFileExplorerContextMenus,43031342\nVaBackedVsm,43030354\nBitLocker_Reduce_Auto_DE_Hardware_Reqs,43028163\nServicing_KerberosTime2037EpochFailure,43027909\nDesktopSpotlightOOBEBackgroundFix,43027450\nUndockedTailoredScoobeEligibility,43027291\nServicing_AddInitProcessProperty,43026563\nServicing_AuditModeReliability_43024615,43024615\nANCID,43021120\nServicing_DWMLivePreviewLeakFix,43018633\nServicing_FWRulesWithWDAC_43017765,43017765\nFixedDisplayedAction,43017628\nSettingUsedL3PageId,43015972\nMSRC77074_43013766,43013766\nNPFTCFixesTest,43012731\nWindowsBackupComponent,43012198\nServicing_HandleBadgeData,43009716\nServicing_FocusManagement_43006020,43006020\nServicing_SlotNotReady,43002784\nNarratorDefaultContextLevel,43001516\nServicing_Tip2,43000685\nMSRC77034_42999169,42999169\nMSRC77032_42999121,42999121\nMSRC77028_42998232,42998232\nPowerSettingsLinkRefactor,42998046\nCompositionUseFastestMonitorAsPrimary,42996952\nCompositorClockUseFastestMonitor,42996897\nMSRC77021_42996651,42996651\nServicing_LoadESE,42996530\nMSRC77012_42992962,42992962\nServicing_CI_Hash_Incorrect_Section_Headers_42992071,42992071\nMSRC77009_42991689,42991689\nStoreCollectionLink,42987641\nServicing_LLDP_McastAddr,42984591\nBackupSVStartPinnedLayout_42983825,42983825\nBackupW10StartPinnedLayout,42983821\nNDCITP,42982822\nServicing_BStoreW32_EMGETSEL,42982647\nUIAEND,42982045\nServicing_EventForwarding,42981994\nSettingsHomepage_BluetoothDevicesCard,42977909\nIrisServiceRefreshCtac_42977198,42977198\nServicing_RootDesktopTranslation_42970109,42970109\nRepairAppRegistration_Preserves_ApplicationData,42969627\nServicing_Bug42967939,42967939\nWlanNloOptimizations,42966370\nServicing_ScepPendingFix,42964018\nGetStartedTriggerUpdates,42963857\nServicing_D3D11VideoDecoderStats,42963062\nServicing_UIA_MakeCOMUiaNode,42962822\nServicing_MediaBreakManagerDVLL,42962381\nServicing_CDMDirectEventsImpressions,42960894\nServicing_FEFocusCycleFix_42960503,42960503\nScavengeSkipCompressingWofFiles,42952149\nCategorySpecificXamlExtensions,42952021\nWsxSelfHealing_42951634,42951634\nMSRC76952_42949025,42949025\nServicing_AddDataToRequestGETMethod_42948817,42948817\nIrisItemPlacement,42948470\nMSRC76948_42948449,42948449\nMSRC76947_42947792,42947792\nNCI,42947619\nOobeFadeTransitions,42947251\nMSRC76940_42946308,42946308\nMSRC76939_42946077,42946077\nMSRC76937_42945813,42945813\nScreenshotFunctionalTests,42945722\nCredUI_Rejuvenation,42941381\nServicing_AddIELaunchEvent,42941291\nBug42941085,42941085\nServicing_PersistentFeatures,42940418\nScreenshotSelfhost,42940170\nUefiDhcp6LinkLayerAddress,42940067\nFixAccessibleClickAction,42939793\nHoverPreview,42939747\nFixAccentColorOpacity,42939746\nSyncSettingForPersonalizationPolicy_42939444,42939444\nFileExplorerWASC,42936324\nTextVirtPostNiBugFix,42936120\nRelaxCapCheckForClients,42936111\nAugmentedEntryPointIconAnimation,42934589\nServicing_CameraFrameQueueWEP,42934484\nServicing_SAC_Telemetry_Sanitize_ProcessName_42933902,42933902\nWiFiUriActivationHandler,42933758\nLightingSettings,42933752\nOverrideRulesEngineTasksIntervals,42933645\nRulesEngineInternalId,42933558\nWSL_LiftedInstallPrompt_42932713,42932713\nAppSiloDragAndDrop,42932704\nAllowUnsignedDefaultPerPolicy,42927803\nServicing_ImproveRemoveUnusedPackages,42924202\nSearchBoxCustomThemeMode,42922989\nTypeActivationRedirection,42922424\nBrain_PreinstalledPreviewSearch,42921948\nMSRC76898_42918838,42918838\nServicing_DeviceManagementLogLongRunningGetValueCmd,42918670\nMSRC76894_42918430,42918430\nServicing_UsoCTAFixes_42917988,42917988\nTerminateHostingApp,42917945\nAvoidLoadingLegacyOfficeSpeller,42911515\nServicing_EnsureCorrectInboxAppVersionIsRegistered_42906675,42906675\nEIC_SurrogatePair_42906186,42906186\nHandwritingSurrogatePairCharacters_42906144,42906144\nMercury_App_Backup_Validation,42901516\nBugFix42898416,42898416\nServicing_BackdropVisualLeakFix,42886643\nServicing_UnknownIconTipReportingFailure_42884810,42884810\nDimeInLine,42880310\nMSRC76816_42880017,42880017\nMSRC76816_NTLMOOBFix,42880016\nMSRC76815_42879960,42879960\nMSRC76811_42879880,42879880\nMFLAsync,42877930\nFileSearchQueryPerfImprovements,42877210\nSearchBoxOnTaskbarWave3,42876420\nGlobalPrompts,42876057\nMSRC76558_42875646,42875646\nFallbackOnUndockedTaskbarLoadFailure,42875584\nModalExperienceManagerRestoreDialogOptions,42875569\nServicing_DeletingCorruptFileFix,42868376\nServicing_ResetRecommendedAppFix_42868018,42868018\nNarratorNavigationGettingStuck,42867208\nHumanPresenceMakeBackwardCompatibleToSV2,42867161\nMoment_SettingsDisksAndVolumesCreateDevVolume,42866187\nStaticCuratedRanker,42866086\nBackupRestoreCoordinatorWait,42865538\nMSRC76794_42865109,42865109\nCloudBackupRestoreSvc,42865047\nFileExplorerDeveloperPerformanceFixes_42864998,42864998\nReFS_OneDrive_Support,42863801\nServicing_FileExplorer_EmptyRecycleBinNoUi,42860498\nServicing_UIA_FetchingVisitorResultInitialization,42856717\nServicing_NoopWexpControl_42856425,42856425\nIrisProviderImpressionThreshold,42855689\nMSRC76771_42853725,42853725\nMSRC76769_42852280,42852280\nMSRC76765_42851568,42851568\nServicing_SVR_FlushDeviceContext,42851431\nWindowsBackupUI_42851344,42851344\nServicing_IPPUSB_DynamicSwitch,42849821\nServicing_AllowAdministratorLockout,42849419\nServicing_CatalogStageCaseInsensitive,42849005\nMSRC76759_42848319,42848319\nRDXORV_42845422,42845422\nServicing_HFPHotKeysVolumeControl,42844950\nLeaveFeedbackContextMenu,42841932\nUnify1SCall,42840273\nServicing_SRH_OutlookSuggestion,42839801\nServicing_SRH_ExcelDropdownList,42839323\nIrisRules_42835299,42835299\nMSRC76732_42834954,42834954\nSrumtelEventThrottling,42834428\nServicing_SQLSmsLaunch_42834339,42834339\nServicing_DefaultAssocExpandEnvStrings_42832174,42832174\nServicing_SebDeviceBrokerDisableOnDestroy,42832107\nAuthSupportSecondaryAAD,42830138\nDesktopSpotlightSystemSettingsPageTrigger_42829622,42829622\nPrefetchOneSettings,42825661\nServicing_SearchRegistryLeak,42825636\nServicing_SearchEncodedString,42825280\nIrisRecommendationProvider,42822565\nServicing_CD_Burn_Issue,42815287\nNSTDNI,42810361\nAFNA,42787100\nSetup_AutomaticReFSDeploymentEnabled,42783107\nServicing_RemoveScreenSketchBanner_42780947,42780947\nMSRC76686_42773894,42773894\nMSRC76682_42773627,42773627\nMSRC76669_42772650,42772650\nMSRC76664_42772126,42772126\nMSRC76653_42765224,42765224\nMSRC76648_42763879,42763879\nMSRC76642_42763197,42763197\nMSRC76630_42762184,42762184\nMSRC76629_42761940,42761940\nContainment_UUS_ParallelFederation_42760154,42760154\nBrailleEnableAndDriverBug,42758007\nSSOTest_42757535,42757535\nServicing_FixGPFlowLayoutPanelAutoScroll,42748230\nAdminFlowRejuv_PhoneActivationPage,42739800\nAdminFlowRejuv_TroubleshootActivation,42739793\nAdminFlowRejuv_EnterProductKeyPage,42733866\nServicing_AVD_AAD_Token_Query_No_Provider_Fix,42724417\nMSRC76596_42719161,42719161\nMSRC76594_42719000,42719000\nSetProp_OneUserCrit,42713436\nServicing_MdlCacheFreePartialMdl_42704276,42704276\nMSRC76542_42679800,42679800\nServicing_Type1_Telemetry_42678187,42678187\nMSRC76531_42676173,42676173\nServicing_FixNarratorTeachingTip_42671790,42671790\nBugFix_RDX_NightLightStuckState,42669370\nContainment_UUS_USONotCrashIfMissingProvider_42664612,42664612\nServicing_ACPIAliasRefTrack,42657068\nServicing_MMPC_GetMDMClientCert_AppxLob,42648645\nServicing_MemoryLeakICMRepair_42643390,42643390\nServicing_MemoryLeakICMRepair_42643362,42643362\nD3D12ComputeOnlyCustomHeapSupport,42637981\nMSRC76485_42636760,42636760\nRemoteSkipList,42636439\nTrustSparse,42635404\nMSRC76432_42635134,42635134\nMSRC76431_42635127,42635127\nMSRC76430_42635111,42635111\nMSRC76429_42635095,42635095\nServicing_Win10AccessibilityStartPowerBadging,42633903\nServicing_CameraSettingsRebootRequired,42630068\nServicing_SurfaceHubExposeLanguageSwitchSettings,42629014\nNarratorUpdateSSMLLocale,42626509\nServicing_CASODX12FixSyncOpen,42624581\nMSRC76073_42623994,42623994\nSuggestedActionsUpdatedSettings,42623125\nServicing_MdmOmadmclientAlertSize,42622133\nServicing_BIPAConsentUIRelatedTimerIssue,42621826\nFixWriteVirtualizationDisable,42621565\nMSRC76441_42608527,42608527\nWiseProvider,42608493\nServicing_SharedPCRetryMechanism,42607764\nRestorePlaceholderApi,42607511\nServicing_WmiL2CacheInconsistencyIssue,42607177\nSearchBoxOnTaskbarWave2,42606616\nRetireBanner,42606374\nRulesEngine_42605671,42605671\nServicing_EnterpriseFeatureControl_42593918,42593918\nServicing_MoviesTVCrashAfterPurchase,42593068\nMCHWIF,42593065\nServicing_LatteDecoderTelemetryMismatch,42593029\nServicing_MP4MediaSourceClapBoxParsing,42592952\nServicing_NBAVideoStreamingStuck,42592640\nEndTask,42592269\nUserIntentInFirstSignInSettings,42591429\nDXGI_PresentationEffectsUX,42590947\nServicing_UPPrinterInstallerNoWindow,42589932\nSubstrateProviderSlotCount,42589486\nSnapFlyoutSuggestions,42589465\nServicing_FidoPinWhileLidClosed,42587883\nFixCPolicySetErrorSwallow,42564991\nAdaptiveHibernateExperiments,42564693\nRulesEngine_AccountAlertBanner,42563876\nServicing_DuplicateUniversalPrinterQueue,42563076\nSCOOPS,42562893\nMSRC76388_42562638,42562638\nRn2305,42562020\nMSRC76253_42561722,42561722\nServicing_UsbMonDelayFix,42561469\nPrepinTFL,42560982\nMSRC76383_42560544,42560544\nEnableSuppressWindowActions,42552754\nMSRC76378_42552290,42552290\nWindowNotificationsFromDWM,42552222\nStorageProviderPropertyCallbackSupport,42551522\nRunInPlaceUpgrade_42550315,42550315\nMSRC76370_42547317,42547317\nServicing_MTPOverStorageFoldersFix_42547042,42547042\nQueryDXLuidFromDevProxy,42542174\nDisableWin10Taskbar,42537950\nMSRC76344_42533523,42533523\nServicing_ScanSLAFix_42533466,42533466\nSuggestedMaxAgeForRecentlyInstalledApps,42533246\nMSRC76343_TLS13RfcEnforcement,42533210\nRecommendedHeaderNameChange,42533185\nNetworkIcon_VPNOverlay,42531952\nPTPDescriptorUpdate,42530958\nMercury_App_Backup_Shared,42529603\nDualEngine_RevokeFrameThreadBroker,42519674\nVAHPR,42518543\nStorageProviderNewPropertiesForInsights,42517504\nServicing_ConhostUnprocessedModeCrashFix,42517430\nD3D12RenderPassPreserveLocal,42517061\nEnablePplOnUpgrade,42515984\nServicing_WebView2MousePointer_42515609,42515609\nRemoveFrameWorkaround,42514611\nServicing_CheckScriptEnforcement,42511937\nMSRC76241_42508819,42508819\nServicing_NGCPinComplexityGPIgnored,42505629\nServicing_WidgetsTelemetryImprovement_42503920,42503920\nSkipViewEventUnsubscriptionDuringInputAppActivation_2309D,42503703\nInactiveInputAppDefaultView,42503681\nUIAAppcontainerFix,42503658\nServicing_ARSHonorDeferredUpdates,42502773\nServicing_PowerDownHandling,42502654\nServicing_ResetHandling,42502558\nServicing_WriteboosterInitialize_42502443,42502443\nServicing_IORaceCondition,42502309\nServicing_StabilizationChanges_42502259,42502259\nServicing_HandleUnsafePowerDown_42502240,42502240\nBioTelemetry,42501791\nMSRC76290_42501570,42501570\nDLAApis,42501175\nSnapFlyoutAndBarSuggestions,42500395\nServicing_StartSearchCaret_42498848,42498848\nServicing_EnablingNetFx3CausesNonServiceableState,42497569\nServicing_DisableFuncOnARMMachines_42494084,42494084\nServicing_FileExplorerScaffoldingWindowFix,42492233\nDontActivateWhileActivatingInputApp,42490626\nMSRC76256_42480175,42480175\nSettingsTelemetry_FilterSpuriousSettingUsed,42480140\nServicing_SlowSMBCopy_42474892,42474892\nAusterityModeEnabled,42470970\nServicing_IKEv2InvalidHeaderData,42469448\nServicing_CapabilityCheckFix_42458871,42458871\nServicing_CapabilityCheckFix_42458178,42458178\nReFS_Mock_TxF_Support,42458085\nMSRC76219_42456933,42456933\nMSRC76170_42456019,42456019\nWUTraceDynamicBuffer,42455856\nCloudPCBootLogonUI,42453017\nNarratorIntroduceFREForRegionalLanguages,42452353\nDodExtendedInterface,42450731\nServicing_UIA_MachineIdInRemoteSession,42449282\nCDStoPDRSTIPTelemetry_42446452,42446452\nCDStoPDRSTIPTelemetry_42446450,42446450\nServicing_FixIEModeCrash,42443738\nServicing_IEModeFocusFix_42443580,42443580\nServicing_IEModeFocusFix_42443579,42443579\nMSRC76202_42442585,42442585\nServicing_FixingDefaultAppRepResult_42441108,42441108\nServicing_MMPCAppCertFix,42440794\nCloudProviderKnownFolderAPI,42440653\nServicing_OobeProvisioningElevated_42440513,42440513\nServicing_NarratorWDAGFix_42436274,42436274\nServicing_IITestT,42434952\nServicing_FixTitlebarCaptionButtonHighlightissue,42434615\nDeviceSetup_CtaAutoUpdates_42434411,42434411\nRDX_OOBE_Narrator_Leaving_Dialog_In_Scan_Mode,42433953\nRDX_OOBE_Second_Confirmed_Dialog_Accessibility,42433847\nRDX_OOBE_RetailDemoConfirmDlg_Narrator_Accessibility,42433651\nRDX_OOBE_Toggle_Control_Type_Accessibility,42432592\nRDX_OOBE_Link_Hover_Accessibility,42432571\nRDX_OOBE_Keyboard_Focus_Accessibility,42432520\nRDX_OOBE_Password_Label_Accessibility,42432445\nRDX_OOBE_Alert_Contrast_Mode_Accessibility,42432121\nRDX_OOBE_Entry_Dialog_Visibility_Accessibility,42431834\nOnnxInfraredFaceDetector,42429607\nMSRC76181_42425643,42425643\nServicing_XamlFixUpdateIslandSizeCrash,42425147\nCmdLineUpdateInstallerProgress,42424770\nOobeEndUserSessionRetryLimit,42424489\nDXGI_ResolutionShim,42423687\nStaticCloudNavmesh_42421716,42421716\nServicing_FixKoreanTouchKeyboardSearch_42418756,42418756\nFocusTransitionFix_42418648,42418648\nServicing_HibernateStackInitialization,42405991\nServicing_RepairWebExperiencePackage,42405854\nExtendedPlaceholders,42403856\nMSRC76149_42403047,42403047\nMoment_SettingsDisksAndVolumesCreateAndAttachVhd,42401084\nMSRC76146_42400550,42400550\nMSRC76139_42400018,42400018\nServicing_WSCPersistAMPPLDataToWmi_42399701,42399701\nServicing_DcompCrashOfficeFix,42370419\nSubstrateAndGraphServiceAutodiscover,42364272\nBugFix42360282,42360282\nExtendedTelemetry,42355594\nServicing_WGIControllerDisconnectNotification,42355221\nServicing_GameInputIdleDetection_42355209,42355209\nVirtualDesktopAnimationLocalAndCloud,42354458\nServicing_AuditSignerExplicitDeny_42354426,42354426\nServicing_AppxsvcAllowAllSignedBundles,42353815\nSensorsCleanupDuringServiceStop,42348548\nMMPC_AppxCertFix,42345135\nMSRC76028_42343719,42343719\nMSRC76027_42343699,42343699\nMSRC76025_42343653,42343653\nMSRC76024_42343635,42343635\nMSRC76087_42342968,42342968\nServicing_TelemetryAssertOnLowILOutOfProcPrinting,42341793\nMercury_App_Restore,42341753\nServicing_ActivationHangFix_42341629,42341629\nServicing_FixVPNSuffixOverwrite,42340147\nServicing_SearchRegistryBloat,42332334\nServicing_SearchDismount,42331437\nMSRC76059_42328542,42328542\nMSRC76057_42328132,42328132\nServicing_CTF_ANSI_Reconv,42327557\nServicing_NoGenericRetryForUIAGetSelectedText,42327107\nServicing_BackupMuOptIn_42326396,42326396\nMSRC76049_42326314,42326314\nCloudStoreConcurrentPublish_42326049,42326049\nLockscreenBackupRestoreHandler_42326016,42326016\nLockscreenBackupRestoreHandler_42326015,42326015\nContrastThemeBackupRestoreHandler_42325944,42325944\nContrastThemeBackupRestoreHandler_42325943,42325943\nBackgroundBackupRestoreHandler_42325907,42325907\nBackgroundBackupRestoreHandler_42325906,42325906\nWindowsBackupPrefrencesBackupRestoreHandler_42325873,42325873\nWindowsBackupPrefrencesBackupRestoreHandler_42325871,42325871\nServicing_backupRestoreSecondaryAccountMSA,42325835\nServicing_backupSecondaryAccountMSA,42325834\nCloudStoreResiliency_42325580,42325580\nMSRC74616_42325126,42325126\nMSRC76040_Rc4Md4As,42322602\nTF4BM_Test,42321477\nServicing_SRHistoryCleanUp,42320997\nUiaTelemetry,42318601\nServicing_CompSwapchainCancelGuard,42315109\nServicing_EDAMRetryInterval,42299111\nServicing_SearchHighlightsOnStart_42298575,42298575\nAugmentedEntryPointNextToSystray,42298101\nServicing_SmartFeatureRollout,42298043\nNarratorAutoSuggestion,42297521\nRDXMU_42296908,42296908\nXAMLFolderViewSupport,42295138\nServicing_JS9LegacyITrackingService,42295132\nMSRC76018_42294924,42294924\nServicing_wer_42290966,42290966\nServicing_RevalidateNoUMCI_42288025,42288025\nServicing_GetDSEViaRegkey_42287267,42287267\nBackupRestoreCoordinatorCore_42285344,42285344\nBackupRestoreCoordinatorCore_42285343,42285343\nBackupSVStartPinnedLayout_42285200,42285200\nServicing_AvoidFailFastForErrors_42284602,42284602\nServicing_StorUfsFirmwareSize,42283489\nServicing_WinlogonSuspendPOLogoff_42282753,42282753\nOOBEOneDriveShellExperience_42281429,42281429\nOneSettingsClient_PushNotificationRefresh,42281068\nMDM_Fix_WinDC_Alert_Size,42280597\nFebruaryMoment2023BugFixes,42277030\nServicing_GdiWatermarkPrintingShim,42273315\nSettingsHomepage_PermanentId,42269957\nServicing_GamingServicesCheckForArm64,42269690\nServicing_TelemetryDisabledAADJFailure,42269601\nServicing_LDAP_TLS13_ResponseSentWithMoreData,42269145\nServicing_TSFReadOnyHtml_42268349,42268349\nServicing_AACDecoderDisablePeakLimiter,42268229\nMSRC75986_42268012,42268012\nMSRC75983_42267411,42267411\nTF4A_Test,42267107\nRemoveUACForElevatedUserForGamingServices,42265818\nServicing_FixSMSNotDeliveredToMobilePlans,42264387\nSECWPTest,42258670\nServicing_Remove_Nonce_42258631,42258631\nMSRC75949_42251221,42251221\nMSRC75948_42251020,42251020\nMSRC75943_42249624,42249624\nMSRC75929_42247883,42247883\nServicing_LimitFeedsWV2ToConsumer,42238256\nWDSEnhancedData,42237967\nDeclaredConfiguration_SupportNotConfigured,42236871\nDialogTipFocus,42235882\nRenewInto,42235377\nServicing_SingleBrowserExperience,42232540\nServicing_WUPostRebootPendingHistoryEvent_42231221,42231221\nServicing_FixForJoinMeetingFromCarouselInGCCHDOD,42225843\nRDXSHU_42216436,42216436\nStorageItemConversionSupport,42212306\nPowerAndBatteryPage_HumanPresence_Add_Uri,42208242\nServicing_SACMotwLNK_42205568,42205568\nMSRC75871_42204294,42204294\nMay23StartRefactor,42203982\nDisableLegacySiHostShellRecovery,42203729\nUUS_WuCoreProxyStubs_SxS_42202970,42202970\nMSRC75828_42202324,42202324\nServicing_TSF3_CancelPayload_NonKeyboard,42200311\nServicing_FixMenuItemOrdering_42191011,42191011\nSetup_ReFSEnabled,42189933\nParallaxMode,42189901\nVelocityPrefetchTestFeature,42187503\nPreFetchVelocityConfigs,42187469\nServicing_MSEdge_42186938,42186938\nAllowExtensionsDuringAppServicing,42184649\nEtwLowQos,42180562\nServicing_AppPickerFilePickerFix_42178910,42178910\nValidateSystemProtectionOverlap,42174207\nBPRegTest,42171346\nServicing_SearchWorkFolderSync_42170782,42170782\nServicing_NlmLockInversion,42170364\nMMPC_AppCertFix,42170043\nSettingsBugFixesMay23,42169199\nSoftLandingTriggerOnFELaunch,42167512\nHumanPresenceSensorGetDefaultFallback,42167217\nContainment_UUS_BrokerDestructorLock_42156363,42156363\nServicing_DeferredUpdateRebootStatus_42154901,42154901\nDesktopVisualVMOptionalAccessExceptionFix,42154339\nServicing_XboxLicensingOutageSupport_42153578,42153578\nMSRC75782_42153146,42153146\nWindowsBackupOneDriveUninstalledExperience,42152206\nServicing_AppListBackup,42151965\nServicing_FconTelemetry,42151817\nWinREServicing_AggressiveStaging,42138192\nServicing_SmiUsageTelemetry,42137598\nMSRC75758_42137251,42137251\nMSRC75744_42134290,42134290\nServicing_FileExplorerRestartThreshold,42134024\nWNS_2FactorAuth,42133512\nServicing_UseMSGraphV1Endpoint_42131611,42131611\nServicing_VPNCSPIpv6RouteIssue,42127436\nServicing_BypassForLocal,42127423\nStageComponentMetadataAsync,42122505\nReportMissDirInPath,42114464\nServicing_DO_IPv6Fix,42113806\nFixUseAfterFreeInRAiLaunchAdminProcess,42109143\nMSRC75737_42107798,42107798\nMSRC75734_42107674,42107674\nMSRC75733_42107619,42107619\nMSRC75732_42107444,42107444\nServicing_GameInputIdleDetection_42106150,42106150\nSoundOptions,42106010\nMSRC75728_42105470,42105470\nMSRC75727_42105279,42105279\nMTestUx15,42105254\nM365Basic,42092123\nMSRC75719_42091519,42091519\nLowerNitsALRCurveVariants,42088752\nDisablePhotoConfirmation,42079773\nHnsExplicitAccessCheck,42077418\nMSRC75664_42077291,42077291\nMSRC75657_42077270,42077270\nMSRC75632_42077195,42077195\nDeclaredConfiguration_MultipleAuthority,42075907\nServicing_SACIgnoreAutoOptOut_42073681,42073681\nArbiterBaselineMetadataAcquisition,42073314\nMSRC75647_42072677,42072677\nServicing_ApiSamplingStateSeparation_42071980,42071980\nServicing_FirmwareGreaterThank512KB_42071686,42071686\nMSRC75673_42070058,42070058\nScreenRecorderHotKey,42063280\nServicing_MdeAuthentication_42062590,42062590\nServicing_WinRE_Reservicing_42060075,42060075\nSettingsHomepage,42058345\nSettingsHomepage_RecommendedSettings,42058313\nWindowsAndAppServicesDataCollection,42057226\nNewKerberosSSPI,42056742\nServicing_SharedPCCleanupProfile,42055354\nNetPowerExperiment3,42053083\nFEODW,42052883\nODLogo,42052423\nSelectPreferredHelloCameraInSettingsApp,42042272\nMSRC75626_42039786,42039786\nServicing_42039263,42039263\nServicing_NonExistentKnownFolder,42039255\nSearchBoxPillButton_42038001,42038001\nServicing_VMMS_vmgs,42037845\nMSRC75619_42035396,42035396\nWSRIF,42034964\nMSRC75609_42033605,42033605\nServicing_MSRC75609_42033604,42033604\nServicing_GPDefaultTimeOut_42028174,42028174\nServicing_EUDB,42014585\nRDXMU_42009020,42009020\nRDXMPO_42009017,42009017\nMSRC75584_41999180,41999180\nHashSettingIds,41992738\nMSRC75583_41990744,41990744\nEduThemes,41988000\nKeyValueStore,41986966\nMSRC75563_41985554,41985554\nMercuryADEPTAppBackup,41984359\nServicing_displayCorrectTGTStatus,41984131\nServicing_ShieldProviderUdk,41983553\nServicing_ADMXInstallOfficeUpdate,41981243\nMSRC75552_41973379,41973379\nMSRC75550_41972245,41972245\nScreenClippingUnifiedOverlay,41971648\nMRTCoreSystemShimForWASDK,41969252\nServicing_WUSettingsOnlineLinkFix,41969245\nStaticCloudNavmesh_41967838,41967838\nSmartOptOutToast,41967741\nServicing_FECommandBarThemeFix,41963564\nMSRC75526_41953450,41953450\nServicing_NavigateParameters_41951564,41951564\nCloudDrivenTextAndGleam,41950597\nMSRC74572_41950469,41950469\nServicing_WDAC_PATH_RULES,41948661\nServicing_LogSelectedEntityAction,41946395\nMSRC75504_41943992,41943992\nMSRC75503_41943958,41943958\nMSRC75500_41943674,41943674\nMSRC75497_41943288,41943288\nMSRC75493_41936505,41936505\nServicing_ClearleadDetectionFix,41934629\nMSRC75488_41932669,41932669\nMSRC75486_41932314,41932314\nServicing_MapUrlToZoneEnabled_41932313,41932313\nServicing_Media_PresentAt_FakePresent,41931907\nServicing_DualEngine_ClearCacheWhenRestoreStatusText,41931153\nServicing_SearchPillButtonFormCodeFix_41927741,41927741\nServicing_SearchPillButtonTaskbarOverflowFix_41927608,41927608\nMSRC75461_41926371,41926371\nMSRC75459_41926119,41926119\nServicing_UpdatePolicyDllSurrogate,41924851\nMSRC75457_41924326,41924326\nContainment_UUS_BugFix_LockAppxSandboxName_41904743,41904743\nBackdropFix,41902433\nServicing_SendUserSid_41897055,41897055\nServicing_MDAGPrinterLandscape,41896136\nServicing_SendGlobalId_41894767,41894767\nServicing_DeviceLostError,41882476\nNetPowerExperiment4,41882473\nMSRC75426_41881424,41881424\nMSRC75418_41879943,41879943\nMSRC75415_41879752,41879752\nWTMPublic,41879522\nMSRC75412_41878743,41878743\nDynamicDeveloperVolume,41878171\nServicing_KeyIsoPaddingFix_41877749,41877749\nMSRC75409_41877731,41877731\nServicing_AvoidLoadingOfficeWB_41874150,41874150\nServicing_Lsass_Hang,41869333\nSearchGlyphExperiment,41868508\nServicing_MDMWinsOverGPEdgeListSettingsRemovedIfGPOMDMAreConfigured,41865402\nServicing_FileExplorerSlowStateAsyncTipTestFix,41864225\nMSRC75390_41863998,41863998\nServicing_CopyIncorrectError_41863949,41863949\nServicing_ADSD_KDCErrorHandlingOnShutdown_41863794,41863794\nServicing_ADSD_KDCErrorHandlingOnShutdown_41863793,41863793\nServicing_LSAdup_41863647,41863647\nSnapLaunchProtocol_41863582,41863582\nSnapBarSuggestionsUI,41863571\nMSRC75384_41862647,41862647\nMSRC75382_41862365,41862365\nMSRC76146_MSMQ_OOBRFix,41862289\nServicing_EnableUSQAlerts_41861673,41861673\nDesktopSpotlightIconPosition,41861575\nMSRC75373_41860270,41860270\nServicing_FileExplorerGdiLeaks_41854967,41854967\nServicing_RemoveHnsVfpDependency,41846434\nServicing_HnsSharedAccessFirewall,41846345\nServicing_GleamIconLeak_41844327,41844327\nServicing_IsProgIDValidStackOverflow,41841813\nMSRC75338_41840573,41840573\nServicing_ComAapBindOnlyFix,41838305\nServicing_TaskbarLegacyTeardownCrash,41836164\nServicing_WER_MinidumpBugcheckCodeMismatch,41833679\nBugFix41830163,41830163\nServicing_LogonTouchKeyboardFix,41828833\nMSRC75333_41827378,41827378\nDisableWMS,41827329\nMSRC75324_41822122,41822122\nServicing_DcatScanReactivate,41821041\nServicing_41819469,41819469\nMSRC75313_41818775,41818775\nServicing_RootDesktopTranslation_41799498,41799498\nMTestAbSh1,41799415\nServicing_MSTSCStuckConnectingToFarm,41799104\nServicing_FixDeploymentNotificationRegistryCleanup,41798866\nServicing_GetIssuerId_Break,41798696\nMSRC75285_41798121,41798121\nV2EffectsControlBlock,41796324\nMSRC75276_41795776,41795776\nServicing_Missing3dObjectsFolder_41792746,41792746\nOnePackageApplicability,41790234\nBugfix_41788447,41788447\nSynchronizeInboundSecFilterProcessing,41786629\nReplaceCustomRdpScheduler,41786049\nMSRC75265_41785879,41785879\nMSRC75261_41785467,41785467\nServicing_MediaBreakManagerHDR,41781970\nServicing_DVLogoCacheDisplayPathInXVP,41781892\nMSRC75253_41780808,41780808\nServicing_MSRC75253_LLAsProcess_41780807,41780807\nContainment_UUS_DowntimeRulesEngineRemoval_41776166,41776166\nServicing_AppxsvcDontFixAllCascadingInRollback,41772992\nServicing_EnableOneDriveQuotaAlerts_41772259,41772259\nMSRC75243_41771639,41771639\nServicing_IMETelemetryFix,41765184\nMSRC75203_41756675,41756675\nMSRC75201_41756501,41756501\nServicing_TiCrashDueToCapabilityManager_41756400,41756400\nMSRC75199_41756294,41756294\nServicing_OobeProvisioningFix,41754882\nMSRC75187_41753430,41753430\nMSRC75185_41753298,41753298\nMSRC74573_41752947,41752947\nMSRC75181_41752281,41752281\nServicing_FixWwanReadyStateFailureMissingFlags,41747938\nServicing_WNFNotifyOnBackg_41745858,41745858\nDesktopSpotlightUdkOnByDefault_41744267,41744267\nNetPowerExperiment1,41742686\nMSRC75127_41742324,41742324\nMultipleWXHInstances,41742318\nServicing_Type1_Telemetry_41741455,41741455\nServicing_WldpConsistency,41740476\nAutoColorManagement_WideRollout_OnByDefault,41740192\nMercury_CollectNonArpInv,41739912\nMSRC75084_41738347,41738347\nProxyDetection,41738299\nMSRC75073_41736896,41736896\nBypassSqliteInit,41736850\nWindowsAndAppServices,41736838\nMSRC75072_41736731,41736731\nValidateAppxPackagePresent,41736275\nHideAddDeviceIfBluetoothUnsupported,41734715\nSearchValidateClassicSettingConditionExceptionFix,41727179\nServicing_MFPlatPruneSamplesFix,41721302\nMDAGSingleNAT,41717453\nMSRC75025_41716040,41716040\nServicing_TipTestsForAddADevice_41715310,41715310\nServicing_DashboardProcessIdAPI_41713555,41713555\nMSRC75010_41712560,41712560\nServicing_GetIdealStateLock_41709949,41709949\nOemPfn,41704788\nServicing_FixAcmStackingTransforms,41704314\nNetPowerExperiment2,41704259\nMSRC74976_41702799,41702799\nMSRC74966_41702030,41702030\nHumanPresenceOemSettings,41701671\nServicing_SpotlightThemeCleanup_41700428,41700428\nAADV2EndpointSupport,41699464\nServicing_hnsDns,41698598\nOobeSetBackgroundImage,41696293\nCreateNewViewOnBackground,41695735\nServicing_ADMX_FSLOGIX,41689425\nServicing_MDMRecoverySettingsCrash,41689212\nServicing_WinDC_Wifi_Deletion,41689193\nServicing_Wifi_Updates_WinDC,41689177\nServicing_IntelCPReturnDeadConn_41686650,41686650\nServicing_IntelCPReturnDeadConn_41686591,41686591\nWuSettings_Insider_Breadcrumb,41685988\nPowerAndBatteryPage_HumanPresence_Synchronize_Settings_Changes,41684156\nSuspiciousAccessAlert,41683745\nInkPenBackupHandler_41682578,41682578\nDisable3SThrottle,41682273\nMSRC74867_41680954,41680954\nNgcInVsm,41680733\nD3D12VideoEncode_AV1,41677884\nFCLFeatureD,41676043\nFCLFeatureC,41676036\nFCLFeatureB,41676029\nServicing_DisableEffectPackSigningCheck,41673831\nReFS_Rollback_Protection,41672490\nIncreaseSpatialAudioDynamicObjectCountV1,41671148\nServicing_AvoidWamNonExplorerProcess_41670529,41670529\nAdminFlowRejuv_UninstallOS,41670003\nContainment_UUS_BugFix_PublisherIntentBadSignature_41669303,41669303\nW32PTP,41668769\nMSRC74859_41668262,41668262\nServicing_SECUREBOOT_RESEAL,41668098\nUseUdkItemImageStreamProvider,41667973\nHydrateDuringDownload,41666070\nServicing_IpuNotificationBackport_41665873,41665873\nMSRC74841_41664602,41664602\nMSRC74835_41664290,41664290\nServicing_addDeviceAuthForFederatedAccount,41660971\nMSRC74814_41660751,41660751\nMSRC74813_41660659,41660659\nMSRC74299_41659713,41659713\nCabcOnAc,41658309\nNarratorPasswordFieldIssue,41655660\nMTestUx14,41655236\nServicing_Narrator_Pin_Unpin,41649123\nServicing_AutoWirelssConnectInstallFails,41648716\nIppFaxOut,41647746\nServicing_SuffixSearchList_41647284,41647284\nServicing_BrowserAnimationUpdate_41647204,41647204\nMSRC74780_41646678,41646678\nChainSignatureVerify_Telemetry,41646436\nMinKeyBitLength_Telemetry,41646097\nServicing_AvoidDuplicateCalls_41645378,41645378\nDXGI_CDSVirtualMode,41644957\nServicing_41643025,41643025\nServicing_41643004,41643004\nMSRC74740_41640044,41640044\nMSRC74739_41639823,41639823\nMSRC74737_41639698,41639698\nServicing_NewUpdateFlow_41631390,41631390\nServicing_ParallelHydratorCustomPath_41617577,41617577\nWUCategoryScanOptimization,41613238\nServicing_RPCSSLockOrderInversion,41606392\nAutopilotDevicePreparation,41603559\nServicing_MutedListenTo,41602186\nASPF,41601406\nServicing_RenamedGraphFiles_41601132,41601132\nServicing_ARMv83_LRCPC_41600499,41600499\nAdminFlowRejuv_FeaturedReset,41598133\nServicing_FixFWDynamicKeywordUpdate_41597094,41597094\nServicing_AddingPinSource_41595838,41595838\nPermanentDeletePerfImprovement,41590578\nPermanentDeletePerfTelemetryMeasure,41590572\nServicing_AppxsvcDontSendMdmHeadersUnlessIntuneUri,41583951\nServicing_KerbChangePasswordFix,41583100\nServicing_ExplorerCrashingWhenUnpinFrequentFolder,41582527\nServicing_FixLpaSetTerminalCapabilityBeforeGetEid,41582054\nWiseInfra2206_41579712,41579712\nServicing_StudioEffectsDiscovery,41579310\nServicing_UnusedBioConsent,41578238\nServicing_InstantHotspotUtf8,41577365\nMSRC74668_41574168,41574168\nServicing_Feeds_FixEscapeKeyBehavior,41571792\nTAV1BP_Test,41570122\nOrgMsgPushPull_41563745,41563745\nOneDriveAsyncInvoke,41562961\nSignedOutUser,41561454\nReauthRequiredUser,41561445\nManifestBasedBackupRestore_41560556,41560556\nMSRC74650_41559133,41559133\nInlinePayNow,41557840\nServicing_ActivationStorePurgeList,41556287\nSuggestedActionsLocalization,41556056\nSuggestedActionsCreateEventAddedEntities,41543144\nWingetCmdNotFound,41542740\nEnableUSQAlerts,41540372\nBTPanUI,41540195\nSuggestedActionsSearchAnnotations,41539325\nMSRC74635_41536406,41536406\nMoment_Modern_SettingsDisksAndVolumesCreateVolume,41535336\nMSRC74634_41534065,41534065\nServicing_NotifyTaskbarDashboardSettingChanged_41526772,41526772\nServicing_RPCSSRaiseExplicitActivationAuthenLevel,41524059\nDesktopSpotlightDataTemplateV2,41520931\nServicing_FECmdBarNullPtr_41519165,41519165\nServicing_FixIncorrectGleamBackgroundColorARM,41518963\nServicing_FixRotationDuringSleepMode_41518955,41518955\nServicing_DSBSuspensionFix_41517746,41517746\nServicing_MFLMissingNeededFiles_41517718,41517718\nServicing_AppCacheLambaCaptureFix_41517218,41517218\n3FingerAnimationTimer,41516800\nServicing_UserTileConcurrencyFixes,41516378\nOemsCanMigrateApi,41516244\nPreloadWinners,41515636\nGDIGetThemeSysColorBrushLeakFix,41515583\nSyncSettingCrashBugFix,41508539\nCRMDrivenIndexer,41508182\nServicing_SnapGroupTaskItemIconCrash_41506373,41506373\nDevInv_EventLeak,41505638\nServicing_WinRE_Reservicing_41504553,41504553\nSyncSettingForPersonalizationPolicy_41477341,41477341\nSyncSettingForPersonalizationPolicy_41477340,41477340\nModerateStartupApps,41477006\nWindowsBackupUI_41476435,41476435\nManifestBasedBackupRestore_41476390,41476390\nSwapRecommendedItemsInTimeLimit,41473944\nUpdateOnUnlock,41473924\nServicing_WinHttpUsageEnabled_41473870,41473870\nWnfSubscriptionDeadlockFix,41463981\nServicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_41459387,41459387\nServicing_PnpCfgMgrNoDefaultFilters_41458811,41458811\nMSRC74576_41457694,41457694\nUsePPEServer_41457095,41457095\nEnableAppPrioritization,41456515\nServicing_USBPrint_SetInterfaceDelay,41454802\nServicing_41454199,41454199\nServicing_41454144,41454144\nWcaCloaked_UserMode,41452956\nServicing_LogonUIConsoleKeyboard,41449345\nBrailleListNumberingIssueMsWord,41449011\nTKITest2,41445114\nServicing_FixBadFrameworkApplicability,41442308\nHideSystemTrayDateTimeSetting,41437381\nServicing_CameraAudioAutoProfileFix,41436162\nWPPTest,41434458\nSESTest22,41424794\nWebView1Sensor,41417401\nDynamicContentInTaskbarSearchBox,41415839\nDirectDisplayApi_NoImplicitPrimarySync,41415775\nHpdExMApi,41411517\nServicing_DeviceControl_Print,41410658\nMSRC74519_41410357,41410357\nServicing_DDSDeadlockFix_41410259,41410259\nServicing_ExitButton_41404144,41404144\nSystemLogEvents,41399746\nServicing_PreventDisplayTopologySelection,41397799\nMSRC74502_41396809,41396809\nMSRC74501_41396730,41396730\nServicing_CameraSettingsPreviewDirection,41396297\nServicing_EsclHandleNullContainerId,41396251\nServicing_CameraPDMFTMemLeak,41394838\nServicing_PnpCfgMgrNoDefaultFilters_41394538,41394538\nMSRC74487_41392509,41392509\nServicing_NcsiHotspotAddressIncorrectByteOrder,41391210\nMSRC74485_41391168,41391168\nMSRC74165_41390626,41390626\nMSRC74480_41390427,41390427\nServicing_WSCPersistAMPPLDataToWmi_41389206,41389206\nDualEngine_BlockBackgroundWindowActivation_V2,41389112\nCaptureItemClosedEventRegistrationFix,41372804\nTF4TA_Test,41367941\nServicing_DrvUtilsOsVersion,41361240\nFEBIT,41360093\nMSRC74471_41358695,41358695\nBackupRestoreCoordinatorCore_41357457,41357457\nServicing_OcidTracking_41357026,41357026\nMSRC74468_41355606,41355606\nLightingMayMoment,41355275\nEnable3SServerExperiment,41353537\nEnable3SSlotsConfig,41353455\nServicing_SkipViewEventUnsubscriptionDuringInputAppActivation,41351910\nMSRC74462_41349908,41349908\nServicing_AutoRecoverBrokenSystemApps_Part2,41348196\nServicing_XboxLicensingOutageSupport_41345301,41345301\nStickerLayer,41345117\nServicing_LegacyRemotingAlphaIssues,41344366\nMSRC74438_41343569,41343569\nMSRC74436_41343146,41343146\nServicing_PDEPage_41342175,41342175\nServicing_WiseONNXMSZIP,41341930\nSharingLinks,41340870\nMSRC74426_41339755,41339755\nSQFTest,41335616\nNNVPreviewFeature,41334363\nServicing_TaskbarDragDrop_41328421,41328421\nServicing_MpssvcAllowBypass,41327937\nDXGI_WarpCrossAdapter,41327828\nServicing_GoLocalGeoMap_41326710,41326710\nMSRC74414_41326454,41326454\nMSRC74407_41324764,41324764\nServicing_ProfAPIUserShellFolderKey_41322218,41322218\nNarratorMultilingualSwitchSupport,41318867\nNarratorNonEnglishSettingsCrashFix,41315933\nOrgMessagesPolicy_41315359,41315359\nPersonalInfoManagementComponent,41314266\nSiscs,41314201\nServicing_OneDriveAsyncApi,41313221\nTicketDeduplication,41313006\nAppSiloBrokerShellObjects,41312981\nServicing_TermsrvMemoryLeakFixBackport_41312951,41312951\nVDLayoutPerformance,41312940\nMSRC74391_41312605,41312605\nServicing_ResumeWithFlagsFix,41312406\nQuickActionsRetryGetSettingsDatabase,41312074\nServicing_WerOOM,41311897\nServicing_41311857,41311857\nMSRC74385_41310289,41310289\nAllowImpersonationTokenToWorkOnCallToCdsUdkApis,41309836\nMSRC74384_41309697,41309697\nInlinePayNow_Refresh,41306630\nMSRC74381_41306583,41306583\nServicing_WSCInvokesLatestMpCmdRun_41306378,41306378\nServicing_ClosedCaptionRenderClipTopFix,41305823\nBugFix41304415CherryPickNi,41304415\nServicing_FixDeadlockIssueOnSameThread,41303158\nMSRC74373_41296906,41296906\nMSRC74372_41296719,41296719\nMSRC74356_41294302,41294302\nDelegatedInkCanvas,41293359\nMSRC74392_41293140,41293140\nSuggestedActionsOnCopy_EntityActionWISEModel,41292604\nServicing_GameBarAudioDesync,41292066\nServicing_WebioOomFix,41290604\nUiaNRR,41287926\nExodusEnablement,41287235\nSE,41286328\nVALS,41286263\nServicing_SQLSmsLaunch_41285845,41285845\nMSRC74323_41267074,41267074\nOrgMessagesPolicy_41267032,41267032\nInputSettingsRestore,41266411\nMSRC74318_41265007,41265007\nBIETSCWTest,41255619\nServicing_Perf_ExplorerEnteringDrawingLoop,41252111\nMSRC74297_41250181,41250181\nEcoDarkTheme,41249924\nServicing_DpAPIFailAfterPasswordChange,41246420\nServicing_StartPowerFlyout_41242553,41242553\nServicing_F6TabsFocusCycleFix,41242132\nTAV1_Test,41241602\nServicing_SACSupportMD2Certs_41239424,41239424\nMSRC74274_41235914,41235914\nServicing_TaTWebView2,41235793\nServicing_RDXProvisioningAppRecovery,41235501\nServicing_OmitFileUrlInTelemetry,41233406\nServicing_AuditPolicySACLFix_41232799,41232799\nMSRC74260_41231948,41231948\nMSRC74259_41230762,41230762\nMSRC74258_41230511,41230511\nServicing_RadioManagerDeadlock,41224695\nServicing_SecureBootTelemetry,41222469\nServicing_41220130,41220130\nDeclaredConfiguration_RefreshBehavior,41220034\nFixEnterTriggerSearchBox,41219495\nServicing_SoftReset_41219147,41219147\nMSRC74246_41217124,41217124\nMSRC74246_Servicing_NTLM_ServiceBinding_ContextSwapping,41217123\nServicing_ExternalExtensionTelemetry,41216208\nRefactoredDownloadRegulator,41215635\nMSRC74238_41214348,41214348\nServicing_NarratorSettingsSearchFromStart_41210181,41210181\nServicing_KerbAADAppProxyFix,41172220\nCDMLiteAssetsValidation_41172133,41172133\nServicing_PreventExcessiveTriggeringOfMitigationClientForTheSameWNF_41172010,41172010\nMSRC76146_MSMQ_QMVariants,41171935\nServicing_CCtxChnlOncallRaceCondition,41171652\nFixNarratorNeuralCapitalizationSetting,41171255\nShowAccountsRewardsInAllowedRegions,41170532\nServicing_TargetPathReadOnly_41168737,41168737\nVTCUXD_41167600,41167600\nMSRC74185_41164812,41164812\nWlanLocationPermission,41162753\nServicing_ReEncryptConatinerAccountMasterKey,41160732\nBugFix41156241,41156241\nMSRC74158_41154979,41154979\nServicing_41154978,41154978\nServicing_NativeApiCall_GetSensorsByTpe_SDO_Fix,41154266\nServicing_HandleDisconnectedPausedMirroredICSSwitch,41153968\nRDXORV_41152579,41152579\nRDX_CentennialAppSupport_41152527,41152527\nRDXMPO_41152473,41152473\nRDXSHU_41152472,41152472\nServicing_ConvertDIBIconDBZ,41152383\nServicing_AudioRegistryBloat_41151061,41151061\nSearchBoxEarlyFileSearch,41150162\nServicing_ConvertAssertsHMFreeObjectMostTypesBugchecks,41148680\nServicing_CldfltFileCompressionDeadlocks,41139239\nMSRC74148_41138053,41138053\nMSRC76146_MSMQ_NullTermFix,41137751\nServicing_XheaacDrcTargetLoudnessParameters,41136512\nHDRWallpaper,41135193\nMSRC74118_41122365,41122365\nMSRC74117_41122290,41122290\nMSRC74111_41121599,41121599\nRulesEngine_41121012,41121012\nServicing_WindowsSandboxDisableVGpuArm64,41119450\nOpenWithRedesign,41118774\nMSRC74096_41117764,41117764\nMSRC74089_41117002,41117002\nWuaucltModuleLoadVerify,41099111\nContainment_UUS_BugFix_PersistDownloadCallDeadlock_41098758,41098758\nServicing_FixFWDynamicKeywordUpdate_41092934,41092934\nMSRC74066_41091995,41091995\nShellAppRuntimeAsShellProcInsteadOfRdpInit,41091343\nDualEngine_ClearCacheWhenRestoreStatusText,41090981\nUseUserInitDuringShellRestart,41089987\nAppRestorePlaceholders,41088358\nDeprecateCoreEditViewInputScope,41082674\nDesktopSpotlightThemeIntegration_41080559,41080559\nServicing_SearchBoxEverywhere_Top_SmallIcon,41080378\nServicing_RPCSSRaiseFirstTryActivationAuthnLevel,41077202\nMSRC74015_41076748,41076748\nXAMLFEHome,41076133\nMSRC74013_41075911,41075911\nSettings_StartupApps_SettingItemButton,41075629\nMSRC74005_41072947,41072947\nMSRC74000_41072022,41072022\nLocalRecommendationsProvider,41070380\nSDATest,41067842\nServicing_Missing3dObjectsFolder_41066866,41066866\nATFOI_Test,41066657\nServicing_TaskbarDarkPlateFix_41062168,41062168\nEnableOneDriveQuotaAlerts,41061894\nOptionalFeatureVisibility,41061657\nShowInfoBarOnAlertBanner,41059077\nSuggestedActionsAddressAnnotations,41058795\nFixBootPerfDiagnosticEvents,41056372\nServicing_BluetoothServiceDiscoveryDelay,41055186\nServicing_ReenableWUService_41044635,41044635\nServicing_Medic_IPU_Support,41042904\nServicing_DHCPIntercepted,41041570\nServicing_41041294_CiEaMultipleSigningLevels,41041294\nServicing_HuPrDistance_Fix,41040921\nServicing_41040912,41040912\nUsoApisForNdup,41040664\nWiseONNXMSZIP,41040423\nFileExplorerGallery,41040327\nServicing_SettingLaunchWaitOnExtensionComplete_41035964,41035964\nMercury_App_Backup_41031223,41031223\nServicing_DDIStreamBufferCheck,41030016\nMSRC73932_41029507,41029507\nRestrictedExceptions,41028378\nMSRC73928_41027967,41027967\nMSRC73927_41027318,41027318\nBaseImageUsingServicingStack,41024749\nInplaceRebuildPhase1,41022940\nServicing_SkipAADBrokerPluginRepair,41017936\nClipboardCredentialMonitor,41016858\nMSRC73908_41000549,41000549\nMSRC73908_41000548,41000548\nServicing_WindowsProUpgrade,40999069\nCloudDataStoreConcurrentPublish,40996591\nMSRC73876_40996175,40996175\nTamil99Sing,40989363\nServicing_GPPointfix_40985157,40985157\nMSRC73861_40984924,40984924\nMSRC73860_40984876,40984876\nMSRC73859_40984828,40984828\nServicing_FixCloudapDeadlock_40984800,40984800\nAppsInMoments,40983231\nMSRC73845_40980128,40980128\nCameraKsCAMCheck,40979442\nSearchDMA,40979072\nServicing_FileProtocolRegression,40968291\nScoobeGetStartedLaunchNode,40967016\nScoobeOnFirstLogon,40967005\nServicing_XPS_Column,40965866\nServicing_DO_MccHostForDownloads,40962559\nMSRC73816_40960586,40960586\nFileExplorerRibbonBackup,40950986\nSampleProvider,40950622\nFEMNB,40950262\nDynamicDeepLinkToAdvancedDisplaySettings,40945441\nMSRC73801_40931730,40931730\nServicing_IntSteerPreferCores_40931550,40931550\nServicing_SkipAppContainerProfileCreation_NonDsma_Xbox_40930704,40930704\nPowerNotificationImprovements,40928208\nServicing_WUPolicyForUUPonPrem,40900731\nMuse_Settings_Refactor,40900256\nServicing_RDSAADAuthReconnectFix,40897878\nServicing_AvoidWamNonExplorerProcess_40896540,40896540\nConsentRoaming,40896275\nServicing_NotifyTaskbarDashboardSettingChanged_40891679,40891679\nServicing_PcaMonitorProcessFix,40889917\nSearchBoxOnTaskbar,40887771\nServicing_SearchHighlightsOnStart_40883769,40883769\nMSRC73737_40881814,40881814\nMSRC73729_40879237,40879237\nSearchBoxNQS,40867945\nEnhancedCorruptionRepair,40867583\nMSRC73695_40866618,40866618\nServicing_DisallowCatpureCredForNonAdmin_40866617,40866617\nInkPenRestoreHandler,40864793\nServicing_Async_RequireShutdownNow_40864691,40864691\nServicing_RDXAutoMSA,40859459\nServicing_40851701,40851701\nSnapTimerAndVisualUpdateExperiment,40851068\nServicing_TileNotificationDeRegistration,40850711\nServicing_AVDADMXIngestedPoliciesAllowedInUserScope,40850270\nMSRC73660_40847062,40847062\nServicing_40843991,40843991\nAFGU,40838411\nOrgMsgPolicy_40837078,40837078\nWNS_RemoveQuirk,40836377\nServicing_TaskMgrInitAV_40832041,40832041\nBackupMuOptIn,40831606\nServicing_InsiderSettingsPageVisibilityPolicy,40830892\nMSRC73620_40828625,40828625\nBugFix40823256,40823256\nServicing_StartMenuPolicyException_40808190,40808190\nVTSRTest,40804513\nUseUplevelSSU,40801776\nServicing_Xbox_QuickSignBackIn,40801519\nMSRC73604_40800695,40800695\nDWMMeasureBytesTranfered,40799916\nDisableDigestSSO,40796915\nD3D12GpuUploadHeaps,40791818\nServicing_AppPickerRTLPosition,40789574\nMeasureUserCustomizedSpeller,40789169\nServicing_ContainerIPv6ConnectivityFail,40786942\nServicing_40784556,40784556\nMSRC73571_40783094,40783094\nServicing_ComPlusDeletePending,40783068\nMSRC73570_40783056,40783056\nServicing_SearchIRowsetPriority,40782702\nMSRC73568_40782207,40782207\nNarrator_Position_Callouts_For_Taskbar_apps,40782004\nRdpAvenc,40781399\nMSRC73556_40779657,40779657\nEnsureIdentifyLevel,40778857\nServicing_TSF_VK_CONVERT,40778682\nUVC_MJPG_Translation,40777828\nFaceDetectionMFT_AdaptiveRate,40777692\nFullPageWebXT,40772499\nMSRC73550_40770301,40770301\nServicing_SurfaceRadioMonitorCrash,40767445\nFileExplorerNavpaneFixes,40767182\nServicing_40764657,40764657\nEliminateForceUpdateInImmersiveColor,40764023\nSettingsRejuv_ArchiveAppsSetting,40762871\nServicing_PinnedListHeight_40762513,40762513\nSV2Moments2UTCVersionChange,40762443\nServicing_40761927,40761927\nServicing_MP3SinkStopError,40759332\nTISAWB,40755144\nMSRC73523_40752874,40752874\nServicing_FixPenClickOnenoteInvoke_40748853,40748853\nServicing_SAC_Origin_Claim_Ignore_List_40748703,40748703\nMSRC73517_40748226,40748226\nServicing_NotificationModeUAFCrashFix,40747817\nServicing_CopyInvalidSource_40747040,40747040\nMSRC73507_40746751,40746751\nWNS_TcpRetryTimeout,40745204\nMSRC73503_40743351,40743351\nServicing_RoamingUsrClassCopy,40742076\nUnifiedStorageQuota,40733296\nMSRC73495_40732951,40732951\nWASDKInXamlExtensionsUdk,40731912\nServicing_ImmSpy,40729124\nWASDKInFileExplorer,40729001\nLogTimelineActivities,40725752\nRemoveTimelineActivities,40725624\nFSCoreSupport,40725400\nNestedSystemCoreMessagingDispatch,40724120\nServicing_StorportCryptoDriveBsod,40722897\nBugfix_40711537,40711537\nMSRC73478_40693078,40693078\nMSRC73477_40693043,40693043\nMSRC73475_40692496,40692496\nServicing_PerformRebootActionsHang_40691927,40691927\nWpa3SoftAp,40690418\nMSRC73472_40689489,40689489\nMSRC73469_40689419,40689419\nMSRC73458_40687200,40687200\nServicing_ShdocvwSimplifyingImplementation,40686719\nServicing_XamlContextMenuFix,40686464\nWriteFlightInfoInQU,40680682\nMSRC73445_40672601,40672601\nServicing_SystemViewActivationPolicyDisabled,40672515\nServicing_RemoveSnapFlyoutFailFast,40672332\nGetSubscriptionsLock,40671559\nWNS_Optimize_Cta,40670583\nServicing_FidoPrimaryAPCacheRotation,40668818\nServicing_NotificationCenterExpandCollapse_40662751,40662751\nServicing_AppxPackagingExpectedDigests,40659293\nServicing_40657439,40657439\nServicing_UsbMonLegacyPortState,40657043\nServicing_HvsiMgrDeadlock_Fix,40656964\nServicing_ExtensibilityThroughCDN,40656916\nServicing_MMPCCertPinning,40656807\nServicing_ExtensibilityErrorStrings,40656796\nServicing_ERMCleanupOnUnenrollment,40656748\nMSRC73421_40656623,40656623\nMSRC73420_40656577,40656577\nServicing_BitLockerAADCleanupDisable,40656392\nGroupHeaderRecycling,40655080\nServicing_Taskbar_Badging,40648070\nOverrideFullBackOffItemsCountThreshold,40642287\nADC,40642155\nAdminFlowRejuv_ViewWifiPassword,40637063\nSettingsRejuv_StartupApps,40635883\nServicing_BluetoothLEAudioWave2_40635700,40635700\nServicing_LogonUI_PageCrashFix,40634780\nServicing_GPDUpdate_PSA,40633933\nOptimizeRPCForHCMode,40633474\nServicing_IppUsbSwapIndexes,40631778\nServicing_Usbmon1284IdSize,40631726\nMSRC73362_40631060,40631060\nAnnotatedScrollBarForGallery,40626874\nServicing_TLAceDuringReindexingContentEnforcement,40622255\nBugFix40621950,40621950\nNarratorNaturalVoiceDialog,40618079\nDeviceBasedLicensing_VL_Support,40617748\nKdcNoExtraDHKey,40617694\nServicing_SAC_Telemetry_Rework_40616880,40616880\nServicing_SAC_Validly_Signed_40616527,40616527\nServicing_ApplySafeguardsFeatures,40614503\nMSRC73325_40612425,40612425\nFESDR,40608813\nBug40597811,40597811\nServicing_IESupportWDAGWithOptionalNetworkIsolPolicies,40593246\nServicing_LiteWhiteNTH,40582930\nHandleAddVoicesException,40582253\nNewPcaUi,40581622\nReFS_Boot_Overrides,40581351\nReportShellHotKey,40579230\nMSRC73301_40578115,40578115\nMSRC73298_40577316,40577316\nServicing_VlanMac,40567429\nBitLocker_Reduce_DE_Hardware_Reqs,40565347\nMSRC73288_40564447,40564447\nServicing_InetcplOpensIE11_40562328,40562328\nServicing_WUSettingsEulaFix,40561283\nServicing_40561282,40561282\nHnsRecreateMirroredICSResumeContainer,40560708\nServicing_UWF_40560409,40560409\nMSRC73281_40558517,40558517\nMSRC73279_40558423,40558423\nServicing_ExplorerDesktopTelemetry,40546639\nAdminFlowRejuv_Framework,40545732\nServicing_PrintSpoolCrashInIsPsaAvailable,40545548\nWNS_ChannelTimeout,40544545\nMSRC73254_40543121,40543121\nPresentAtBugFixes_Composition,40533491\nEnhancedPerfMats,40531456\nServicing_40531198,40531198\nCancelAndPerfMats,40531131\nServicing_40530555,40530555\nServicing_FamilySafetyUpdate,40528014\nServicing_FixLsaTokenLeak,40527576\nServicing_Bam_NullPtr_40525404,40525404\nRemoteTextPluginInMstscax,40525205\nDesktopSpotlightUdkRefreshOnUpgrade,40522394\nServicing_NewUpdateFlow_40518500,40518500\nServicing_PsaPrintPreferenceFix,40512597\nServicing_IPUDeploymentDataFix_40512177,40512177\nServicing_ImportantNotificationsConsentToastLocFix,40511366\nServicing_WslShutdownDeadlock,40511028\nMSRC73201_40510023,40510023\nMSRC73198_40509682,40509682\nMSRC73196_40509626,40509626\nMSRC73193_40509360,40509360\nMSRC73190_40507695,40507695\nMSRC73189_40507299,40507299\nMSRC73188_40507177,40507177\nMSRC73187_40506586,40506586\nMSRC73186_40506557,40506557\nMSRC73183_40506390,40506390\nVACCS,40501685\nTaskbarStartupPerformanceMeasure,40495037\nWdagStoreHandlerFix,40483797\nServicing_FederatedServiceCollectionFix_40480897,40480897\nMSRC73174_40480622,40480622\nMSRC73173_40480579,40480579\nServicing_AutoBondingForOEMs,40478549\nServicing_IEMode_JscriptSchemeFix,40474948\nServicing_FixCloudClipboardSettingNotApplied,40467658\nBrain_CheckAllCapabilities,40466762\n6GHzSoftAp,40466470\nMSRC73087_40464965,40464965\nRemoveOverflowDismissBoundChange,40464527\nServicing_SHPAMOneAccount,40464483\nServicing_History_CIX_Case_Sensitivity_40463775,40463775\nServicing_WinXDeleteFileHang_40463712,40463712\nServicing_2210d_40463556,40463556\nWebView2,40462227\nCloudPCFastSwitchDiscovery,40459297\nServicing_DualSIMCallingBlockedOnSSDevices,40458190\nEnsureCorrectInboxAppVersionIsRegistered,40454786\nWatson40454295,40454295\nInputAppActivationStabilization2022,40453594\nServicing_LongUrl_40452598,40452598\nReduceExplorerThreadCount,40446225\nMSRC72172_40446102,40446102\nWNS_Optimize_Appendpoint_Initialization,40444302\nServicing_GetDefaultPrinterFix,40442529\nStandbyBudgetingInModS,40442448\nCD2406VAFixes,40435357\nBugFix40435233,40435233\nLiveKernelDump,40430431\nLocalRecommendationsSupport,40428568\nPhaseOutUserAppConsent,40427893\nPostWelcomeBackEnduserSessionTransition,40427365\nMSRC72989_40426160,40426160\nGamingOverlayControllerBarBthTimeoutMitigations,40424236\nMSRC72985_40423999,40423999\nMSRC72982_40422998,40422998\nServicing_IEMode_PdfNavigation,40411607\nServicing_DefaultPdcUpgrade,40410162\nMSRC72967_40409221,40409221\nServicing_RestartableSmallStream_40408118,40408118\nServicing_40407129,40407129\nMSRC72962_40406940,40406940\nMSRC72961_40406865,40406865\nMSRC72960_40406720,40406720\nServicing_SAC9000c_40399326,40399326\nTzAutoupdate_ToastNotification,40397952\nDualEngine_HandleNewWindowReentrancyProtection,40383250\nServicing_LongerTimeoutNFLReconnectIssue,40382579\nMSRC72945_40381212,40381212\nBundle_PTPRDP,40379521\nNarratorPunctuationIssue,40378600\nServicing_LegacyDisplaySwitchRegressionFix_40375468,40375468\nServicing_SkipTurboContainerForLocalFiles,40369833\nMSRC70407_40366430,40366430\nServicing_LSARPCMSRC_40366327,40366327\nServicing_Intellock_40364676,40364676\nServicing_Intellock_40364630,40364630\nServicing_MirrorPropVirtual,40364270\nServicing_CopyFileChunkSparseHang_40362430,40362430\nServicing_KiContinuePreviousModeUser_40361678,40361678\nServicing_CBSTempCleanup,40360962\nServicing_PrintSupport_Blocking_Cannon_Xerox,40360873\nPrivacyExemptionsCleanup,40359559\nTIPInPhoton,40359116\nMdagCSSupport,40354455\nBugFixForTextInputThemeOverride,40350232\nOptimizeRegistryIOWithSystemCOM,40348003\nDeveloperVolume,40347509\nBugFix40347009_EmojiPanelWebViewDelayLoad,40347009\nServicing_WSUSDeadlineForceRebootFix_40345358,40345358\nServicing_InfracastPINFix,40344836\nNcsiProxiesStartupTask,40342420\nServicing_40333992,40333992\nServicing_HandleNewWindowReentrancyProtection,40333121\nServicing_SpoolerUPRemoveCleanupFix,40330584\nMSRC72786_40330559,40330559\nPerRootFolderProperties,40330551\nOptimizeVDBarInvokePerf,40329997\nMSRC72897_40329461,40329461\nAlwaysBlockNonPackaged,40329231\nAlwaysAttemptPrompts,40329214\nServicing_SendTenatIdDuringMDMEnrollment,40327907\nServicing_FeedsWebView2Migration,40327499\nServicing_AddAepToSupportedDeviceObjectTypes,40327213\nDualEngine_CoCreateIE,40326316\nInstallServiceUOSafeguard,40324102\nMSRC72882_40323971,40323971\nServicing_ActivityHistoryPage_CrashFix_40323711,40323711\nServicing_CBSPayloadTracker,40322407\nServicing_PreventCreateNewViewOnSuspend_40321320,40321320\nNarratorComboBoxIssue,40319780\nStaging_Exit_Button_40303744,40303744\nServicing_BufferedIoCopy_40285682,40285682\nMSRC72877_40283894,40283894\nCustomIdpSupport,40283507\nServicing_WsdShutdownAvoidRace,40282242\nMSRC72876_40281991,40281991\nRemoveInfoFetchCallForPerfInprovment,40280723\nServicing_RemoveIETitleCache,40279552\nMSRC72873_40278904,40278904\nSTTWM_Test,40268859\nDesktopSpotlightRejuvenatedFlyout,40268500\nServicing_DataLeak_40267628,40267628\nServicing_ActivityHistoryPage_CrashFix_40266420,40266420\nServicing_MEPProfileEx,40263692\nAllGDIScaleDPIFix,40261379\nMSRC72846_40260967,40260967\nLogonDelay,40260922\nMSRC72843_40260557,40260557\nCloudDataStoreResiliency,40259728\nServicing_UtcDpswEudb,40248225\nServicing_2208d_40248161,40248161\nServicing_Setup_Dots_Pause,40247686\nCloudPopulatedTipMeasures,40246772\nEnableAllDefaultSettings,40245164\nMSRC72827_40244084,40244084\nServicing_IEModeV18,40242609\nServicing_HnsVfpStackSize,40232813\nServicing_40232193,40232193\nServicing_SparseCopyProgress_40230475,40230475\nServicing_CopyFileChunkRestartableState_40230452,40230452\nServicing_EnsureDisplaySwitchModelCreation,40230288\nServicing_AppVOfficeHangNotifyChange,40230136\nServicing_AppVMemoryLeakNotifyChange,40230061\nLockControllerD3DDeviceReduction,40229575\nUseRebootDowntimeEstimatesForSmartScheduler,40228477\nMSRC72814_40228330,40228330\nServicing_PackageUserMissingRegistrationRecovery,40228220\nQoSInfoAPI,40228159\nServicing_40228039,40228039\nSettingsSearch_TelemetryImprovement,40227399\nPrivacyAuditing,40226628\nTokenBindingSupport,40226595\nMSRC72810_40225548,40225548\nMSRC72798_40222870,40222870\nIITestT,40217231\nServicing_40214779,40214779\nEmoji15Update,40213648\nServicing_LiveCaptionsExitButton_40211479,40211479\nServicing_Bug40210734,40210734\nServicing_WSResetFix,40206437\nServicing_40191926,40191926\nServicing_XamlIslandDestroyCrash,40191302\nServicing_QuickAssist_userAssistanceInstall,40188059\nWNS_ChannelRequest,40169358\nMSRC72748_40169042,40169042\nMSRC72648_40168556,40168556\nMSRC72546_40168272,40168272\nWsxOSSCredits,40165204\nServicing_Async_RequireShutdownNow_40160454,40160454\nMSRC72757_40156933,40156933\nAvoidCreatingViewWhileSuspending_WatsonCrash,40154969\nDynamicRemoteData,40153315\nFileExplorerHomePageReportFileUsage,40149356\nMouseWindowChangedBehavior,40148012\nWNS_BlockChannel_GetAUMID,40146722\nMSRC72739_40144059,40144059\nServicing_CopyEofReached_40135348,40135348\nServicing_CopyCancel_40135345,40135345\nServicing_CopyRestartProgress_40135305,40135305\nMSRC72737_40135031,40135031\nTMHRU,40133961\nServicing_40132362,40132362\nServicing_40131846,40131846\nMSRC72724_40129706,40129706\nFluentEmoji,40129650\nEventDrivenAppBackup,40129092\nServicing_40128229,40128229\nServicing_EdgeIndexerPerformanceFix_40127470,40127470\nMSRC72721_40126948,40126948\nServicing_MdeBackport_40121861,40121861\nServicing_40121783,40121783\nServicing_40121561,40121561\nServicing_WNS_PDCTimeout,40116527\nAdminFlowFlyoutsRejuv_Master,40116153\nCbsSessionFilePerformance,40113980\nPreloadViewModelContext,40112993\nModernFirewallUXDialog,40112637\nServicing_XblAuthPairwiseID_40111595,40111595\nServicing_CmEthernetReconnect,40108334\nServicing_NarratorRemoveSleepInWordBoundaryProcess_40102807,40102807\nBugFix_RDX_SetAccountPictureTask,40102193\nServicing_CpuEnergy_SiHostRegression_40096439,40096439\nSettingsToggleSwitchWhitespace,40094909\nServicing_FixMBQuickActionESimStatusRace,40092623\nServicing_SBServicing_LCU_40091361,40091361\nServicing_SBServicing_LCU_40091296,40091296\nSTPVOTest,40083186\nMay23_WinSEPerf_AADJoin_RestartAndSignInScenario,40076961\nServicing_FileDeleteRetry,40076433\nServicing_IEMode_UAC_Windows_Open_Launch_IE,40065412\nFERecommendationsUdk,40064642\nFSModeRegValueDeprecation,40061902\nEnableESSWOT,40061858\nServicing_InetcplOpensIE11_40060955,40060955\nMSRC72639_40059672,40059672\nTopSitesRecommendations,40059556\nServicing_SlowSMBCopy_40054003,40054003\nServicing_FolderShortcutCrash,40052018\nServicing_ScepNgcMismatchFix,40049151\nWNS_Reduce_ToastDelivery_Writes,40049089\nServicing_BlockingModeTransientError_40048641,40048641\nServicing_Hotspot_Failure_40047166,40047166\nBluetoothManifestServiceLEAudio,40047135\nMSRC72622_40046869,40046869\nAutopilotSurfaceHub22H2,40042410\nMSRC72593_40041211,40041211\nMSRC72593_SecurityFix,40041210\nServicing_40036229,40036229\nWNS_GetHandlerFromChannel,40033122\nServicing_searchHighlight_40031186,40031186\nNthLogonNdupExpeditedUpdate_40030726,40030726\nMSRC72573_40028882,40028882\nServicing_WOSCIsMicrosoftAADTenantAware,40027498\nServicing_BgTaskDisallowUwpInProcForCentennial,40026990\nEnablePplForConsumers,40025975\nMSRC72563_40024736,40024736\nServicing_40014630,40014630\nMSRC72554_40014406,40014406\nServicing_FileExplorerRibbonFallbackFix,40012896\nMSRC72552_40012581,40012581\nServicing_IEAuthDialog,40012364\nServicing_PosturesOnDesktop,40011927\nServicing_AudioResourceLeak_40011730,40011730\nScreenshot,40009386\nMSRC72541_40009354,40009354\nServicing_OfficeC2RX_CustomProgIdIcon_40007981,40007981\nServicing_MessagePendingFixScopedToPrintDialog_40007913,40007913\nMSRC72537_40007835,40007835\nWNS_Performance,40007690\nServicing_40006578,40006578\nMSRC72533_40006127,40006127\nServicing_EoPFileGP,40006126\nMSRC72531_40005754,40005754\nServicing_ErrorReportingDEH_WOWRegistry,40003627\nWNS_ToastSession_PopulatePFN,39992759\nServicing_dsnuma2_39992419,39992419\nMSRC72507_39988323,39988323\nServicing_ErrorHandling_39960679,39960679\nServicing_ModernVoipPolicy_39960495,39960495\nMSRC72497_39960399,39960399\nSettingLaunchWaitOnExtensionComplete,39948325\nMSRC72487_39946670,39946670\nServicing_MSRC72487_39946669,39946669\nMSRC72482_39943298,39943298\nColorChangeOptimizeSharedFileWritesA,39941783\nDummyFailureReporting,39941704\nServicing_UndockedDeh_SRDBClose_39941618,39941618\nServicing_TermsrvMemoryLeakFixBackport_39940603,39940603\nMSRC72471_39936334,39936334\nMSRC70493_39930266,39930266\nMSRC72467_39929189,39929189\nMigrateAllLoggingToService,39928913\nMSRC72465_39928434,39928434\nServicing_MissingSystemWriter,39924054\nServicing_WARPCopyOverflow,39923787\nServicing_39923496,39923496\nServicing_FixRotationDuringSleepMode_39916426,39916426\nServicing_CellularAutoProvisioningProfile,39910253\nServicing_SearchPluginResourceStartupResiliency,39909679\nServicing_Complete_Tip_On_UI_Thread_39909357,39909357\nAppSiloProcessBreakout,39907225\nMSRC72439_39906325,39906325\nAllowProcessingColorFiltersOnHardware,39905418\nMSRC72438_39904954,39904954\nServicing_ADSD_NonGcSidLookup,39896352\nServicing_CcUninitAsyncRead_39895518,39895518\nInputAppPreventTooFrequentRelaunching_39894504,39894504\nServicing_CBVFix_39893795,39893795\nGatedFeatureTest_C,39893703\nGatedFeatureTest_B,39893699\nRestoreStartPinnedLayout,39892922\nServicing_SerCx2_HiResTimerEnablement_39892802,39892802\nServicing_SettingsPageColorProfilePicker,39889267\nServicing_UseLockingClassInDisplaySettingsHandler,39889034\nMSRC72399_39888802,39888802\nMSRC72397_39888334,39888334\nMSRC72396_39887784,39887784\nFileExplorer_DefViewGroupLoop,39887726\nVANES,39885363\nDesktopSpotlightUdk,39880030\nServicing_FileExplorerLambdaCrash,39863651\nServicing_RemoveMSAFilesFromFavorites_39860114,39860114\nServicing_RenameCloudRestoreEvents,39858655\nServicing_DualEngine_Certificate_Chain_Verification,39858630\nServicing_CheckDisableMSHTML,39858561\nServicing_FixWifiConnectivityCheck,39857869\nD3D12IndependentDevices,39847774\nRunInPlaceUpgrade_39847173,39847173\nServicing_FixFocusFlow_39846418,39846418\nWNS_GetHandlerDetails,39845116\nServicing_SmrCombined_39844575,39844575\nServicing_SmrCombined_39844546,39844546\nAADClientSessionKeyRolloverV2_39844436,39844436\nAADClientRemoveNonceCloudAP,39844435\nCLIPRenewWSReset,39842469\nMSRC72358_39842403,39842403\nFrameAccurateMediaBreaks,39842305\nResourceManagerRpcBypass,39841886\nMSRC72327_39840274,39840274\nServicing_StorageProviderSyncLockRemoval,39834174\nDSSvc_RedirectionGuard,39833203\nServicing_netjoin_telemetry_39831454,39831454\nServicing_AutoHDRHybridRender,39830513\nFido_CtapHelper_GetEccKey,39829148\nNonPackagedCapabilityEnforcement,39828355\nServicing_MDMDetection_39824173,39824173\nMSRC72171_39817641,39817641\nMSRC72170_39817596,39817596\nVTCPITest,39817574\nMSRC72169_39817557,39817557\nMSRC72168_39817518,39817518\nMSRC72167_39817478,39817478\nMSRC72166_39817454,39817454\nLcUseFrameworkPackageSpeechRuntime,39816824\nMSRC72155_39814392,39814392\nMSRC72152_39814223,39814223\nMSRC72150_39814138,39814138\nServicing_PushLockFix_39813385,39813385\nAdminFlowRejuv_DateTime,39811196\nMSRC72146_39811063,39811063\nServicing_FirstOutputSampleTimeAfterFlush,39809890\nMSRC72140_39807184,39807184\nMSRC72125_39796228,39796228\nHSHELL_IAM_Delivery,39786106\nServicing_DeviceLostXboxSeriesSFix_39771088,39771088\nGatedFeatureTest_A,39770445\nServicing_Sysprep_PackageRepositoryInUse_39768413,39768413\nServicing_39768273,39768273\nServicing_39768221,39768221\nServicing_39765252,39765252\nServicing_FixAutoInstallPlaceholderTiles,39764799\nMSRC72115_39764682,39764682\nMSRC72114_39763948,39763948\nServicing_TakePhotoInCFD_39755282,39755282\nDXGI_SwapEffectUpgradeCompatTracking,39752773\nTaskbarStartupParallelToImmersiveShell,39751186\nD3DDeviceReduction,39751166\nServicing_HumanPresenceSensorSuspend_39749591,39749591\nServicing_39740187,39740187\nReFS_Create_ACL_Cache,39734868\nGetProp_OneUserCrit,39734779\nSmartClipboardUXExternalParent,39733871\nRecycleAndTradeInOneSettings,39731733\nAADPinResetV2,39729128\nStorageReserveStaticFunctions,39728649\nMSRC72076_39728377,39728377\nTaskManagerCloudConfiguration,39728040\nDialogTipForeground,39726108\nDesktopSpotlightInternalId_39724157,39724157\nMSRC71324_39721754,39721754\nAclMinimization,39720189\nPartialTrustCapabilityEnforcement,39719003\nServicing_KeyboardNavigation_39718264,39718264\nApplicationFrameHostPerformanceImprovements,39717744\nNarratorAnnotationIssue,39717552\nMSRC72068_39716590,39716590\nMSRC72067_39716531,39716531\nAssignedAccess_MultiApp,39714986\nMSRC72058_39713454,39713454\nSetAppAsDefaultUpdate_39713109,39713109\nAppDefaultApplicationPageLaunch_39713079,39713079\nServicing_WSUSDeadlineForceRebootFix,39712837\nMSRC72055_39712738,39712738\nServicing_UsbRebootPrint_39712339,39712339\nMSRC72052_39711789,39711789\nMSRC72051_39711423,39711423\nMSRC72050_39711163,39711163\nDesktopSpotlightUndocked,39710659\nServicing_NiFixForTaskViewIncorrectAppWindowOffset,39710612\nCloudPCCommon,39702984\nMSRC71014_39697730,39697730\nAccessibilityXAMLContextMenu_39696859,39696859\nAccessibilityXAMLContextMenu_39696511,39696511\nRepairWebExperiencePackage,39696085\nTaskbarIconLoadingReliability,39695979\nDXGI_PresentationEffects,39695921\nMSRC72035_39695048,39695048\nMSRC72034_39694950,39694950\nMSRC72031_39694224,39694224\nMSRC72030_39694119,39694119\nMSRC72029_39693357,39693357\nNRDC,39690189\nTableNavNoRoleIssue,39690118\nLIAMNF,39687434\nServicing_OnlyToastForSACBlock_39672801,39672801\nServicing_MMDevAPI_Leak_Fix,39667064\nBannersKFM_Logo_39666883,39666883\nMSRC72021_39665449,39665449\nMSRC72020_39665362,39665362\nMSRC72019_39665240,39665240\nServicing_39665238,39665238\nMSRC72017_39664725,39664725\nServicing_FixMenuItemOrdering_39663536,39663536\nMSRC72016_39663169,39663169\nIgnoreLauncherDuplicateWebappDone,39662864\nAppxOptimizationsInAuditMode,39662856\nParallelizeInspect,39662810\nMSRC72013_39662164,39662164\nRDX_CentennialAppSupport_39661910,39661910\nFETTOM,39661369\nServicing_DataLeak_39660597,39660597\nStaging_SpeechModelProgressBarCrashBug_39655370,39655370\nServicing_PrintHangInRemotePrintQueue,39653343\nUnusedBioConsent_39650978,39650978\nWiseInfra2206_39649861,39649861\nServicing_39649612,39649612\nMSRC71995_39649210,39649210\nFederatedServiceCollectionFix,39647196\nMSRC71988_39644718,39644718\nESUIPOMTest,39636948\nMSRC71981_39633715,39633715\nMSRC71980_39632856,39632856\nServicing_ReadInstallDelayPropertyFromIrisPayload,39632162\nReduceShowWindowCalloutUsage,39631704\nPhishingSensorsOffWarning,39630463\nUPSSNE,39628592\nHNC,39628214\nXamlPopupFlyoutSupport_39626793,39626793\nMSRC69621_39626476,39626476\nServicing_NarratorDisableNaturalVoicesInWinPE_39625442,39625442\nServicing_RepairBlockedByCorruptEditionMum_39617522,39617522\nServicing_DeviceInstall_39614008,39614008\nServicing_DmarPremapLaHibernate_39610569,39610569\nNGCKeyUsagePhase2,39609762\nNGCKeyUsagePhase1,39609734\nNetworkDiagnosticsEntrypoints,39609275\nMSRC71941_39608774,39608774\nMSRC71935_39604186,39604186\nRedirectAdvancedSharingSetting,39599598\nPaginatedGridView,39593188\nMSRC71929_39592504,39592504\nBugFix39591904_CloudClipboardSetting,39591904\nORMMAP,39591667\nOemsCanMigrate,39591297\nServicing_DxgiSimplifyIsOutputVrr,39590590\nEnterprisePasswordlessExperience_39590468,39590468\nMSRC71924_39590254,39590254\nMSRC71922_39586023,39586023\nVTFTITest,39578987\nServicing_ChangeEffectFromOffToOn_39576889,39576889\nMSRC71915_39559797,39559797\nControlCreative,39558955\nMSRC69864_39557780,39557780\nMSRC71911_39557118,39557118\nSearchPolicySettingsCrashFix,39557019\nFileExplorerPerformanceFixes,39555361\nAllowUseUIAToFindSelectedText,39554671\nServicing_SACExplicitBlockToast_39554317,39554317\nNarratorWDAG,39553541\nMSRC71903_39551627,39551627\nMSRC71900_39551183,39551183\nServicing_39548491,39548491\nNonblockingCallInTextInputToolbarState,39545816\nServicing_MediaPlayerSourceAsync,39545581\nServicing_NdupNthLogonReducedRate,39545089\nMSRC71897_39543306,39543306\nSuggestionUIMemoryConsumptionEIM2,39541197\nServicing_WUSettingsRegulatedUpdates,39540502\nCapacityNode,39540278\nMetaCluster,39540277\nUserManagerResource,39540276\nServicing_NoHoloWindowCheck,39539628\nSupportWhereIdForFileSearch,39538399\nMSRC71887_39536651,39536651\nWidgetsExtendedRefreshTimeout,39535008\nOobeInEnduserSession,39534444\nDestinationListPerformanceFixes,39533850\nMSRC71880_39533509,39533509\nMSRC71879_39533241,39533241\nServicing_FolderCreate_GP,39533238\nMEPProfileEx_39532883,39532883\nContainment_UUS_DestructionOrder_39532528,39532528\nSDONativeGetPropertiesApiFix,39526466\nPITK,39526438\nETKPI,39525434\nServicing_description_39524089,39524089\nServicing_S0Idle_Fix,39523857\nServicing_FsePortPolicy_39523525,39523525\nServicing_HNSDeadlockFix_39522717,39522717\nServicing_description_39522673,39522673\nMSRC71875_39522173,39522173\nCloudStoreBackupRestore_39521474,39521474\nMSRC71868_39520725,39520725\nFileExplorerPerformanceMeasureEvents,39520285\nServicing_FixDolbyHDRInACMVivid,39519718\nServicing_ExtensionDriverEnumerationFix_39517235,39517235\nuDWM_CreateCompositorOnLPCThread,39515504\nMSRC71071_39505617,39505617\nMSRC71843_39503344,39503344\nServicing_39500566,39500566\nClosedCaptionSettingsPropertiesChangedEventAPI,39490151\nSleepStudySlimControlEtl,39487788\nServicing_WUSARebootStatusFix_39487024,39487024\nEnableHotkeyTracing,39486948\nHumanPresencePrivacySettingsOobe,39484957\nMSRC71812_39478379,39478379\nMSRC71808_39452347,39452347\nServicing_DashboardProcessIdAPI_39451772,39451772\nXamlPopupFlyoutSupport_39451609,39451609\nServicing_SACToastText_39449907,39449907\nServicing_SparkIDUpdateOnAvailability_39449185,39449185\nOverrideTasksIntervals,39448330\nFileExplorerCOFE,39448251\nStaging_DisplayingSuggestions_39439973,39439973\nServicing_ProjectionManagerAQSQueryFix_39436445,39436445\nServicing_SetSpatialFormatHang_39436392,39436392\nSensorWoW,39435873\nMSRC71783_39434318,39434318\nSFAPHelloSupport,39431797\nEcoModeControl,39427030\nServicing_HideTaskViewButton_39426491,39426491\nServicing_UserModeRecommendedSectionPolicy_39426032,39426032\nMSRC71746_39420593,39420593\nTaskManagerFilterEngine,39420424\nContainment_UUS_DestructionOrder_39417117,39417117\nNarratorExcelDropdown,39416754\nNonAtomicUpdate_WinREServicing,39415360\nWinREServicingUsingAI,39415330\nMSRC71750_39414900,39414900\nWSEQuickAction,39413510\nCDPNearShareUDPDiscoveryFixup,39410888\nOpenWith,39405837\nXboxSubscriptionFeatureCard,39405701\nHostAppWidgetRegistrar,39401463\nMSRC71735_39399090,39399090\nServicing_CameraFaceDetectionWinMLXbox_39399032,39399032\nSharedPCEnableWIP,39397422\nServicing_39396457,39396457\nUso_ScanBeforeInitialLogon,39396384\nLoadMediaTransportControlOnDemand,39396341\nCloudStoreSyncGroupMigration,39387678\nSettingsRejuv_AppExecutionAlias,39385383\nServicing_39382998,39382998\nMSRC71719_39382708,39382708\nNarratorDisableNaturalVoicesInWinPE,39382673\nAppraiser_DataFile_NullAccessFix,39382631\nVendor11On12,39381895\nServicing_CompatCacheDoubleSdbDeleteOverwriteFix_39380928,39380928\nServicing_CompatCacheOutOfMemoryCrashAslPathGetFileNamePart_39380349,39380349\nAttributeProvidersConcurrentRefresh_39379499,39379499\nRDX_Telemetry_Fixes,39372917\nServicing_39361638,39361638\nServicing_Reliability_39355853,39355853\nSearchPrelaunchCrashFix,39344879\nServicing_39344860,39344860\nAppContainerPFN,39344389\nDialogRejuvenation,39344092\nServicing_FixKeyboardFocus_39342818,39342818\nBorderedItemsControlLeakFix,39342723\nHvsiMgrDeadlockServicingFix,39341271\nMSRC71692_39340038,39340038\nNTLE,39340009\nVASDE,39339190\nFederatedSignInPerfMay23,39335065\nMSRC71679_39334242,39334242\nMSRC71678_39334012,39334012\nServicing_39332374,39332374\nNELI,39323450\nStorageAlerts,39319950\nImmersiveShellInShellAppRuntime,39319758\nMSRC71644_39318722,39318722\nMSRC71643_39317772,39317772\nMSRC71633_39309885,39309885\nServicing_ActivityCoordinatorPolicyConversion_39307908,39307908\nServicing_39306176,39306176\nKeyboardNavigationEmptyFolderFix_39305715,39305715\nUSB4SettingsDomainsViewer_39305332,39305332\nMSRC71620_39302090,39302090\nMSRC71619_39301969,39301969\nServicing_SVRTrackEncryptionState,39301140\nInstantHotspot_Updates,39300467\nMSRC71614_39298182,39298182\nNarratorScripting2,39296908\nServicing_CInternetFolderPropertyStoreNoIEFallback_39296469,39296469\nGetIdealStateLock,39294906\nPresentAtBugFixes_Media,39288339\nThemePerfImprovement,39285974\nServicing_KnownFolderManagerNullFolderId_39285310,39285310\nMTestUx13,39281392\nMSRC71579_39279649,39279649\nUnderhill_Gen1Emulators,39279051\nMSRC71574_39278291,39278291\nMSRC71572_39277107,39277107\nEnableFedSignInProForEdu,39275950\nBetterImeExpressiveTextSearch,39269951\nPasswordFieldClipboardHistory,39269857\nTajTest,39269328\nMSRC71340_39266628,39266628\nTouchKeyboardPostSv2BugFixes,39266205\nBindLicensingUIToSlui,39264802\nSearchBoxPillButton_39263329,39263329\nServicing_GPPointfix_39262346,39262346\nServicing_CITelChk_39261887,39261887\nMSRC71554_39261323,39261323\nMSRC65103_39260132,39260132\nMSRC67012_39260128,39260128\nMSRC68678_39260110,39260110\nMSRC69505_39260100,39260100\nMSRC69968_39260087,39260087\nMSRC70381_39260083,39260083\nMSRC70372_39260082,39260082\nMSRC70449_39260071,39260071\nMSRC70460_39260070,39260070\nMSRC70554_39260061,39260061\nMSRC70772_39260059,39260059\nMSRC70556_39260058,39260058\nMSRC70810_39260049,39260049\nMSRC70835_39260044,39260044\nMSRC70847_39260043,39260043\nMSRC70861_39260041,39260041\nMSRC70843_39260039,39260039\nMSRC70883_39260036,39260036\nMSRC71018_39260022,39260022\nMSRC70945_39260018,39260018\nMSRC71024_39260017,39260017\nMSRC70980_39260016,39260016\nMSRC71043_39260008,39260008\nMSRC71038_39260005,39260005\nMSRC71065_39260004,39260004\nMSRC71116_39259999,39259999\nMSRC71185_39259972,39259972\nMSRC71161_39259969,39259969\nMSRC71214_39259968,39259968\nMSRC71231_39259966,39259966\nMSRC71211_39259965,39259965\nMSRC71201_39259964,39259964\nMSRC71131_39259960,39259960\nMSRC71258_39259958,39259958\nMSRC71281_39259956,39259956\nMSRC71266_39259955,39259955\nMSRC71245_39259953,39259953\nMSRC71284_39259951,39259951\nMSRC71269_39259950,39259950\nMSRC71238_39259949,39259949\nMSRC71331_39259944,39259944\nMSRC71298_39259942,39259942\nMSRC71303_39259941,39259941\nMSRC70864_39259940,39259940\nMSRC71344_39259938,39259938\nMSRC71342_39259937,39259937\nMSRC71370_39259936,39259936\nMSRC71335_39259935,39259935\nMSRC71446_39259933,39259933\nMSRC71362_39259931,39259931\nMSRC71332_39259929,39259929\nMSRC71339_39259928,39259928\nMSRC71409_39259926,39259926\nMSRC71389_39259924,39259924\nMSRC71448_39259919,39259919\nMSRC71481_39259916,39259916\nMSRC71454_39259914,39259914\nMSRC71465_39259909,39259909\nMSRC71531_39259908,39259908\nMSRC71498_39259905,39259905\nMSRC71495_39259902,39259902\nMSRC70653_39259437,39259437\nDesktopSpotlightThemeIntegration_39258685,39258685\nPasteToastPromotion,39256336\nSuggestedActionsDiagnosisShortcut,39256236\nOOBEFlyoutFocusFix,39252304\nSDSFixesTest,39247197\nMSRC70752_39246741,39246741\nServicing_IncreaseMAXOutstandingBuffers_39227947,39227947\nFederatedSignInSharedCartSupport,39209375\nServicing_CoreWorkerAtlCrash_39201622,39201622\nServicing_TaskMgrInitAV_39201110,39201110\nServicing_FixStickerAppHang_39195295,39195295\nReleaseSwapchainOnDetach,39186337\nMEPProfileEx_39184632,39184632\nDataUsage_UX_Enhancements,39181904\nSmartInstallCloudSku,39179818\nMoreProgrammableSlotsInStart,39177456\nServicing_KeyboardNavigation_39176332,39176332\nServicing_IEModeInProc_39176241,39176241\nServicing_ShowCastInQuickActionsIfWFDSConMgrLoaded_39174703,39174703\nServicing_GPPointfix_39173239,39173239\nSettingsRejuv_ShowUninstallHyperlinkButton,39172735\nMSRC68545_39161167,39161167\nServicing_NetadapterCfgWithoutNetshellAPI,39160778\nRASF,39156067\nServicing_CredMan_39155691,39155691\nWindowContextIssue,39155155\nNarratorSettingsCrashFix,39149636\nServicing_MDEGetImpersonationTokenFix,39148892\nUxTest12,39146010\nNWMTest1,39145991\nMSRC71469_39145582,39145582\nServicing_ESENTCallBack_39144570,39144570\nServicing_SAMClearTextBinds_39144020,39144020\nStickersCraftsmanship,39139876\nOcidTracking,39138382\nLogonWebHostAdditionalMenus,39130896\nFederatedSignInPerfImprovements,39130862\nServicing_HandleVirtualDuplicateParent_39127183,39127183\nServicing_LDAPTLS13_39126584,39126584\nServicing_RecentActivities_39126376,39126376\nAADClientCloudApCookieCache_39125862,39125862\nServicing_DualEngineDialogServices_Memory_Leak,39124891\nServicing_SAC_MSI_BLOCKS_39117509_39117509,39117509\nServicing_RpcFailfastFix_39098668,39098668\nServicing_UpdateOverflowSynchronously_39096845,39096845\nMergeVectorAsMap,39088225\nIconUnstacking_39085210,39085210\nMSRC71039_39084984,39084984\nSuspendableTasks,39076571\nSBBS,39072097\nMSRC71370_GmsaLogonFix,39070304\nServicing_FontdrvhostWER,39069731\nServicing_39067824,39067824\nServicing_FixSingleSlotESimDeviceStructHandling,39043965\nNSFICI,39043405\nDontAllowUpdateActionsDuringRevert,39043106\nMSRC71340_39040068,39040068\nServicing_QuickSettingsDragDropFix_39027318,39027318\nServicing_Print_After_Sleep_39022937,39022937\nMSRC70071_39021850,39021850\nPowerModesACDCDifferentiation,39007349\nMSRC71302_39000168,39000168\nServicing_IEMode_V19,38972987\nServicing_Dual_Protocol_38970969,38970969\nMay23_HighContrastThemeIcon,38969001\nServicing_IncorrectToastName_38967553,38967553\nMSRC71279_FixCredPackProtectedFlagUsage,38961939\nServicing_ShutdownEventCrash_38947543,38947543\nServicing_PropertyLookupHangs,38939507\nFindInStart,38937525\nDelayLoadCalendar,38936404\nShellExperienceClientTreatsInvalidHandleAsRPCFailure,38934525\nServicing_FocusSessionRaceFix_38926960,38926960\nServicing_Check_CapabilityManager_Availability_38924796,38924796\nAppReadinessFirewallTimeout,38922639\nSearchStartTextCursorIndicator,38922567\nServicing_Feeds_FixNetworkCallsInUIThread,38916944\nMSRC71806_38916217,38916217\nServicing_FixRepetitiveProcessPackageGraphUpdates_38915536,38915536\nServicing_FixExplorerCrashInTeamsCall_38915525,38915525\nBug38907859,38907859\nTestInProduction_RemoveFailFastInRegistry,38907643\nServicing_DoNotRemoveTemporaryWebData_38904954,38904954\nModern_Storage_Pool_Upgrade,38902392\nMSRC71260_38899507,38899507\nSettingsLogoLoader,38897448\nServicing_WUSettingsDeinitFix,38892740\nSPTPTest,38890980\nASRTest,38888144\nMSRC71203_38887517,38887517\nAudioEndpointBuilderInitialSync,38884244\nRemovePersistEventStringCopy,38883448\nNarratorRemoveSleepInWordBoundaryProcess,38881106\nMSRC70355_38873226,38873226\nFE_PDDLI,38873155\nMSRC70031_38873148,38873148\nServicing_2210_38872201,38872201\nFullRecommendationSubstrateProvider,38866242\nVLCPITest,38861827\nRedirectProgrammableTiles,38859191\nCloudStoreMultipleDisplaySettings,38858566\nSmartScreenHashingSmallFiles,38858058\nWSECamera,38855353\nWSEAudio,38855341\nMSRC71207_38852441,38852441\nServicing_2210_38849584,38849584\nComTaskPoolEnableCallChasing,38847008\nDoNotCrashCxhWhenNoArgs,38844351\nClearViewInfos_38840719,38840719\n22H2_Rollback,38838645\nVoiceAccessCompliance,38833134\nServicing_MxUsageReporting,38830943\nSettingsRejuv_RepairDarwinApps_Settings,38823293\nLcGlobalLanguages,38811930\nServicing_TaskbarExternalDragDropNoTaskListItems_38806566,38806566\nTurboMergePending,38800333\nNarratorOneSettings,38800185\nHumanPresenceHideDistanceForDistanceAgnosticHPDSensors,38796939\nServicing_38795593,38795593\nServicing_WXHBackgroundTaskCanceled_38792671,38792671\nServicing_SetEduDefaultTheme_38785739,38785739\nAddGraphUsagePoint,38785301\nNarratorBrailleModelIdentifier,38768754\nMSRC70291_38766566,38766566\nReportImpersonationStatus,38765994\nServicing_TeamsUsingMediaFoundationCrashes,38764790\nNotificationAreaIconRearrange,38764045\nMSRC71126_38763651,38763651\nBrain_SkipSelfIfSxSNotVersioned,38762750\nBSFUPP,38758896\nRestartWindowsAfterBrailleFodInstall,38758882\nCxToWinRTLayoutData,38750602\nProfessional_BaseImage,38746023\nExpressionManager_Watson_Debug,38740332\nBuildExpirationInAbout,38738362\nServicing_SetVadPageSize,38737246\nBrain_DisableStateUpdateInAppContainer,38726312\nRDX_AutoMSA_and_ProvisioningAppFixes,38723567\nMSRC71042_38720229,38720229\nServicing_NullCredHandleDeref,38719001\nServicing_PBRfix_38718064,38718064\nMSRC71037_38717801,38717801\nServicing_WDAC_Mismatch_Filehash_38715615,38715615\nBrain_ExcludeSxSPackageOnLoadFailure,38687670\nBrain_StableScanPreviewPackages,38685060\nServicing_ErrorHandling_38681043,38681043\nMIDI2,38679741\nEngagedAndAuto,38671435\n22H2_Enablement,38668347\nMoreGraphItems,38667620\nMSIXPackageFiltering,38666472\nFileExplorerLiveSERP,38665217\nFERecommendations,38664959\nMSRC71004_38653650,38653650\nOTPGTB,38653309\nAugmentedEntryPointSettings,38652916\nDynamicSearchBoxInStart,38651681\nServicing_RemoveSyncRootManagerGlobalMutex_38462519,38651202\nServicing_XamlUltimateFontFallbackFix,38650314\nWindc_CSP_Allow_On_Non_MMPC_Enrollment,38649603\nBrain_CheckStableForLock,38648112\nBrain_PreviewPackageEnabled,38634282\nCompattelrunner_EcoQoS,38634037\nAvoidRenderingWidgetContentWhileHidden,38633492\nServicing_HyperVFirewall_38632244,38632244\nServicing_38630771,38630771\nContentReporting,38619083\nEnableAttentionBasedDimmingWithoutTestMode,38616150\nServicing_MSIScript_38616121,38616121\nPostUpgradeScanBeforeLogon,38615991\nServicing_StabilizeShellRequestedShowRetry,38615344\nMSRC70935_38614235,38614235\nFileExplorerInsights,38613007\nHumanPresenceForExternalMonitors,38612934\nServicing_38612686,38612686\nHumanPresencePrivacySettings,38612513\nThrottlePostRebootReporting,38605791\nHumanPresenceWindowsHelloRelatedSettings,38596927\nBugFix38587328,38587328\nServicing_USBMon_Use_After_Free_38586763,38586763\nServicing_IPP_Manufacturer_Model_Category_38586212,38586212\nCapture_Dirty_Regions,38585980\nServicing_DismissSignInButton_38585256,38585256\nMSRC71532_38584566,38584566\nSettingsRejuv_UninstallLegacyApps_Settings,38579715\nVmms_RawGuestStateSpecialization,38569094\nNarratorBrailleHeadingIssue,38566356\nNarratorBrailleOrderedListIssues,38566328\nWaitDuringShellRestart,38554846\nMSRC70863_38553898,38553898\nServicing_SAC_elevated_toast_38553672,38553672\nEICinIslands,38547058\nServicing_TaskbarMultiMon_38545217,38545217\nNewRailEncoder,38544641\nDontRemoveIsMachineRegisteredFlagFromOtrPackagesOnOSUpdate,38543929\nuDWM_Undocking,38539877\nServicing_2206c_38536160,38536160\nServicing_DisableContextMenuPolicyCheck_38533606,38533606\nAverageAggregation,38513938\nCDSRoamPenAndInkingSettings_38494504,38494504\nMSRC70776_38481997,38481997\nMSRC70775_38481884,38481884\n3c12a7c0543c5303a5916e3ea43ca1ce,38476224\nWidgetsFingerTrackingEdgeInvoke,38469793\nUserEligibilitySplit,38463459\nServicing_DisableWhiteboardAppPrelaunchOnPenMenu_38462519,38462519\nOfficeIndexerThrottlingLogic,38461545\nCxToWinRTTextInput,38455947\nSEUTest,38453973\nNetshBridgeTool,38448090\nServicing_AssemblyManifestRedirectTrust,38447287\nNarratorLiveRegionDescendants,38442209\nInputThemingCompletion_OSClient,38437771\nSuggestionUIECrit,38436638\nServicing_38405985,38405985\nMSRC70582_38401725,38401725\nServicing_AddWiGigDockAndMsUsbDock,38395191\nResumeItemIfIdle,38390633\nSuggestionUIECIQ,38379867\nServicing_IntelLockFile_38378585,38378585\nSuggestionUIFunctional,38377880\nServicing_DSBFixIncorrectTargetInLaunch,38376067\nWorkplaceJoin_DualEnrollment,38375658\nServicing_TSF3CustomDesktop,38375594\nServicing_LocationPerUserReceiveGeovisitNotifyEvenDisabled,38374636\nDynamicOobePackage,38372379\nSuggestionUITPNVE,38363556\nServicing_IntelLockFile_38353730,38353730\nWidgetsFeedsRotation,38344686\nServicing_TaskbarShiftRightClickCrash_38343607,38343607\nMSRC70185_38343517,38343517\nMMPC_TestMode_BypassDualEnrollment,38341158\nMSRC70561_38339872,38339872\nArbiterMetadataContainer_38339672,38339672\nMSRC70554_GroupPolicyNtuserFileLockFix_38338929,38338929\nNetworkIcon_HeapExperiment,38323775\nServicing_SmartScreenHandlesClientRPCErrors_38322610,38322610\nSmartWorkflowsAugLoopTelemetry,38320543\nServicing_SwitcherDatamodel_Handle_DwmFailure,38319616\nMSRC70540_38315328,38315328\nMSRC70531_38313650,38313650\nMSRC70529_38313567,38313567\nPasspointUpdates,38313098\nHPDExtensionMechanism,38312584\nLocation_Accuracy,38312354\nWlanRoamingConsortiumSupport,38312347\nMSRC70520_38311597,38311597\nMSRC70513_38309934,38309934\nServicing_AzureVMFirstBootLogonDelay_38297786,38297786\nMSRC70486_38296561,38296561\nGraphRecentItemsManagerSignInButtonEnabled,38294196\nMSRC70478_38294096,38294096\nMSRC70466_38283909,38283909\nHdrInRdp_38277973,38277973\nMSRC70412_PrintManifestRedirectOptIn,38266311\nModern_Storage_Pool_Deletion,38265476\nMSRC70380_38254160,38254160\nServicing_FixNullPtrCausingCrash_38242502,38242502\nAdminFlowRejuv_RenamePC,38228963\nAppContainerConnectivityOnWindowsServerContainers,38228554\nMSRC70353_38224898,38224898\nCapture_Secondary_Windows,38214909\nHkuMonitor,38198463\nMSRC70303_38197810,38197810\nPfxImport_Telemetry,38197785\nContainment_UUS_BugFix_SetCorrelationIdForMSATicket_38195982,38195982\nServicing_CiComputeHashesOnEveryOfficeLaunch_38194156,38194156\nServicing_WidgetsFixEarlyDismissOnHover_38194053,38194053\nAFTSB,38185254\nServicing_TabTipForRemoteApp_38185239,38185239\nVoipMultiplePeripheralSupport,38182882\nMSRC70252_38180484,38180484\nMSRC70251_38180455,38180455\nMSRC70213_38180424,38180424\nNetworkDeduplication,38179863\nDesktopSpotlightSystemSettingsPageTrigger_38179238,38179238\nSTMTest,38168511\nEUDB,38168067\nNgcWebAuthnEccSupportedInIsoContainers_38165847,38165847\nThreatExperienceOverlay,38164957\nMSRC70253_38162243,38162243\nHonorDelayedRendering,38139917\nNWOPI,38139182\nSchannel_Tls10Tls11Deprecation,38125031\nMSRC70187_38124495,38124495\nMFACheckInClipRenew,38124097\nNNVDialogIssueOnReboot,38122473\nSettingsRejuv_ButtonEntityItemAccessibilityFix,38122468\nMSRC70173_38122200,38122200\nMSRC70172_38121601,38121601\nNetworkIcon_VPNOverlay2022,38113452\nBitLocker_Limit_Num_RP_Per_Vol,38109668\nMSRC70158_38108480,38108480\nServicing_IntelLockFile_38106439,38106439\nSmartClipboardBackoffThreshold,38105777\nUnfilteredMreRecommendations,38105463\nDelayHandlingClipboardContent,38095063\nWidgetsMultiAccountApi,38093317\nMSRC70120_38092965,38092965\nVoiceAccessClippingFix,38087802\nNextGen,38078204\nMSRC70071_38076907,38076907\nMSRC70067_38076752,38076752\nSyncRoots,38067344\nRegistryProvider,38063921\nISTLFF,38063251\nSnapFlyoutOffsetAccTree,38059487\nServicing_FixWatsonBugRemoveAll,38058839\nDelaySecureSocketConnectionSelectionUntilTlsHandshake,38053693\nBugFix38048044_PreloadIssues,38048044\nVkOn12_SV3,38046047\nMSRC70021_38043368,38043368\nMSRC70018_38042981,38042981\nMSRC70016_38042933,38042933\nServicing_PnpPdcClient_38041558,38041558\nParentBamoMoveUwlm,38032249\nMSRC70174_38029549,38029549\nURO,38016753\nWsxPacksRevoke_38009604,38009604\nServicing_PSA_BidiPrintTimeouts_38000498,38000498\nDisableDisplayMessageForSvchost,37998906\nMSRC69948_37997804,37997804\nAllowFocusLossNotifyWithCciDelegationWorkaround,37996940\nNthLogonNdupLite,37995585\nMSRC69931_37991499,37991499\nCauAudiCabSupport,37976867\nMSRC69924_37976439,37976439\nMSRC69920_37971314,37971314\nDesktopSearchBox,37969115\nReduceAppReadinessFirstLogonPackageList,37966150\nInitializeCOMInPackagesToBeInstalledGetter,37965484\nAdaptiveCardHostApiWidgetService,37962038\nServicing_SovereignEndpointsGraph_37960847,37960847\nGameMRU,37956063\nMixedRealityShellAsShellExperience,37956022\nUndockedMainPanel,37955986\nUndockedMixedWorld,37955970\nMSRC68810_37947475,37947475\nToastDeadzoneFix,37942809\nBugFix37935345,37935345\nCDPWifiDirectAdvertisementAndDiscovery,37929736\nSmartClipboardBackoffProfile,37929070\nServicing_AudiApiRevision_37927543,37927543\nExperienceLoadCrashDetector,37927297\nSearchWebView2,37926450\nDynamicOobeApp,37924767\nMSRC69846_37920800,37920800\nServicing_HSPResendIrqState_37894584,37894584\nGeneralDb,37891354\nSimulatedBrightnessPredictionDelay,37888721\nWsxPacksRevoke_37885429,37885429\nMSRC69836_37884901,37884901\nServicing_IppPrinterConnectionPdl_37883820,37883820\nCommonSchemaPartAEnhancements,37883012\nInputAppRunningFlagRemoval,37880918\nMSRC69832_37880875,37880875\nSoftParkingElections,37875120\nEnableV5toV4AutoDestListBackwardsCompatibility,37872517\nMSRC69823_37871819,37871819\nMSRC69804_37867481,37867481\nSettingsCompatGetHelp,37864186\nPRL_SEUTest,37860170\nServicing_Bi_Idle_Cancellation_Race,37854546\nSvcImpl_Crash,37853420\nServicing_TaskbarTrayUINullptrFix,37837234\nMSRC69784_37836893,37836893\nMSRC69783_37836687,37836687\nMSRC69781_37836339,37836339\nMSRC69780_37836029,37836029\nAltTabModalShadow,37834869\nAdditionalBrightnessBuckets,37834701\nMSRC69761_37828159,37828159\nBugFix37826815_RegistrySettings,37826815\nFlightIdsInCDMCTACCollection,37823025\nLockBugFix_DecreaseLockScreenUnlockingDeferralTimeout,37820877\nUseNtCopyFileChunk,37820457\nNextGenUSEnglishInkRecognizer,37820365\nTestWEXPFlight,37814811\nMSRC69741_37813809,37813809\nMSRC69722_37812153,37812153\nEcoQosOptIn,37804844\nBugFix37803519_VisualIssues,37803519\nBIPAAPIsValidation,37801746\nMSRC69696_37796569,37796569\nBIPAAPIs,37789908\nMSRC69686_37788485,37788485\nRealtimeMode,37786189\nServicing_GdiTelemetry_37785927,37785927\nMSRC69682_37784407,37784407\nMSRC69672_37782164,37782164\nMSRC69668_37781082,37781082\nServicing_TaskbarAnimationIcon_37780957,37780957\nServicing_IncorrectCancelButtonNarratorInExtendedUI_37768488,37768488\nLVRedrawOpt,37756735\nServicing_RemoteEfsWebDav12BRegression_37747912,37747912\nBackgroundInstalls,37746346\nvaDownloadHWAcceleratedSpeechModel,37739154\nChangeDumpTypeByTelemetryLevel,37733775\nServicing_TaskbarAEPStaticTooltipFix_37732653,37732653\nUndocking_WUClient,37730622\nSubstrateProvider,37719256\nAllUserStoreReturnsEOLAndInstall,37716592\nModernizeHandlerSingleton,37716471\nServicing_FaxIssues_37716200,37716200\nProfileDataRoamingClient11x11,37715785\nMSRC69585_37715280,37715280\nHcsRelaxRpcAccess,37715110\nMSRC69583_37713550,37713550\nTaskbarIconReliability,37712557\nAepicLock,37712552\nMSRC69577_37712314,37712314\nServicing_WidgetsAEPOnStartPayload_37699704,37699704\nImportantNotifications,37691237\nWidgestCoarseGeolocationApi,37689606\nDpswOneSettingsControl,37682118\nRemoveSystemDataFromClassicApplist,37679625\nUUS_WuCoreProxyStubs_SxS_37678646,37678646\nAeinvLock,37678576\nUUS_MoUsoCoreWorker_DualStable,37677416\nUUS_Sih_SxS,37675760\nUUS_WuTrust_SxS,37675751\nUUS_Wuauclt_SxS,37675749\nUUS_WuUpdatePolicy_SxS,37675739\nUUS_WuStoreAuthPlugin_SxS,37675726\nUUS_WuCoreModules_SxS,37675703\nUUS_WuHandler_SxS,37675687\nCSMValidity,37674784\nMSRC69515_37673292,37673292\nMSRC69507_37671681,37671681\nEnrollOnSuccess,37669470\nSSPTest,37667575\nServicing_EsclGlomming_37652404,37652404\nServicing_WIAAutoPortName_37651541,37651541\nServicing_RefreshPDL_37650836,37650836\nESSGP,37649933\nMSRC69497_37647972,37647972\nExperimentAlpha,37647032\nMSRC69489_37645371,37645371\nMSRC69488_37645311,37645311\nServicing_37634718,37634718\nTIFE,37634385\nMSRC69471_37633999,37633999\nMSRC69470_37633972,37633972\nMSRC69467_37633910,37633910\nMSRC69466_37633892,37633892\nMSRC69484_37633739,37633739\nMSRC69483_37633529,37633529\nMSRC69478_37633149,37633149\nNoRecentlyInstalledPromptFlag,37632008\nSustainabilityInstallDeferral,37631761\nOneTimeRegistrationImpactfulChanges,37629966\nWldpCanExecuteBuffer,37625412\nWldpCanExecuteStream,37625410\nWldpCanExecuteFile,37625409\nPrintQueueActionCenter,37625195\nUserInitSynchronization,37625152\nEnrichThirdPartyIrisContent,37623514\nDefenderDCP,37612614\nMultitaskingSettingsSimplification,37603987\nAppsFolderChangeNotify,37601784\nMSRC69410_37597181,37597181\nServicing_FaxDevnode_37596369,37596369\nDynamicSearchBox,37595921\nVAMMOS,37588490\nAttributeManagerSingleton,37586555\nServicing_IrpAlloc_37585749,37585749\nMSRC69366_37579885,37579885\nMSRC69366_37552156,37552156\nMSRC69356_37548709,37548709\nMSRC69345_37540956,37540956\nServicing_WinXReplaceTerminalWithPowerShell_37536857,37536857\nMultiTaskingSettingsRestore,37536520\nMSRC69328_37531341,37531341\nMSRC69307_37523637,37523637\nMSRC69290_37522700,37522700\nMSRC69283_37522153,37522153\nMSRC69280_37521531,37521531\nMSRC69276_37496185,37496185\nMSRC69268_37494577,37494577\nMSRC69261_37483488,37483488\nLogonTaskDurationsTIP,37482934\nServicing_Fix_MiniSearch_Position_37476026,37476026\nMSRC69230_37471551,37471551\nMSRC69196_37456034,37456034\nMSRC69194_37455882,37455882\nBrowserSettingsErrorHandling,37438569\nMSRC69156_37436451,37436451\nServicing_LogonSessionOff_37435142,37435142\nMSRC69147_37433711,37433711\nSettingsRejuv_ModifyDarwinApps_Settings,37432471\nAutoDisableLogonXamlKeyboard,37431306\nMSRC69137_37427604,37427604\nMSRC69135_37427454,37427454\nServicing_UserManagerPSID_37410562,37410562\nServicing_KeyboardNavigation_37408409,37408409\nBugFix37403713,37403713\nReactNativeRecommendedView_L2,37398019\nServicing_StartKeyboardNavigation_37395101,37395101\nMSRC69055_37393748,37393748\nServicing_CaseSensitiveIcons,37390934\nEnableGranularKeyboardBrightness,37386637\nMSRC69039_37384091,37384091\nServicing_TaskbarAEPOverlay_37382892,37382892\nCDPNearshareUDPRestriction,37382876\nCDPNearshareEnhancedAdvertisement,37382739\nMSRC69004_37379146,37379146\nCensus_TryCatchRemoval,37367356\nHumanPresenceAttentionAwareDimming,37354742\nOptimizeRetinaSearchArea,37347795\nAppLaunchDb,37347557\nServicing_SetupDUSkipFinalizeFix_37345687,37345687\nMSRC68947_37345500,37345500\nServicing_PDL_Registry_Preserve_37343420,37343420\nServicing_MonitorColorimetryFallback,37341645\nMSRC68935_37341538,37341538\nWinrtAdministrator,37338598\nSmartClipboard,37337288\nSmartWorkflows,37337272\nSmartClipboardUX,37337255\nContainment_UUS_ChangeOnVpnIsReversible,37335379\nAADTokenBindingSupportInCloudAP,37330117\nServicing_FEFocusCycleFix_37323191,37323191\nCompatMenuGetHelp,37319559\nServicing_37313118,37313118\nSMICTest,37310561\nDXGI_ExpandedPresentErrors,37303151\nServicing_UsbChildDevnode_37299083,37299083\nServicing_MultiPortDtorCrash_37296513,37296513\nServicing_PathCompare_37295806,37295806\nMSRC68878_37295019,37295019\nServicing_GetPhysicallyInstalledSystemMemoryRegistryWorkaround_37294887,37294887\nHotpatchingEnabledByDefault,37294447\nServicing_XblAuthXasdWinVer_37293418,37293418\nDesktopSpotlightStartEnabled,37292357\nMSRC68854_37291143,37291143\nMSRC68851_37290630,37290630\nServicing_StopLoadPersistedBandSiteData_37289523,37289523\nBugFix37289095,37289095\nServicing_ExtUiSegoeUiVariable_37286320,37286320\nSettingsRejuv_Wheels_37282754,37282754\nSuggestedSearchQueries,37272181\nMutlipleAssessments,37269723\nWidgetsCompositionBasedHosting,37268021\nSMBios_NoThrow,37262560\nDeliveryOptimization_DnsSdPeerDiscovery,37260154\nRdsAadAuth,37258284\nBiGlobalLockWatchdog,37256214\nWiseInfra2302,37256055\nServicing_FileExplorerNamedPropertyStoreToValueSetCrash_37254716,37254716\nMDM_Extensibility_DSC_Native,37252711\nAllowCustomSSPsAPs,37242222\nServicing_Taskbar_Keyboard_App_Movement,37242088\nSparseCopyByDefault,37238892\nEntityActionWorkflow,37238445\nUseStateEndpoint,37237894\nSetBrowserAsPDFHandlerInScoobe,37236683\nMSRC68801_37235610,37235610\nMSRC68790_37231782,37231782\nRoamingSpellerDictionary,37224997\nSuspensionFix,37224490\nServicing_TaskbarHoverInvoke_37223166,37223166\nEffectsCamDiscoveryHints,37220318\nLowestRollupPackageCurrentState,37219794\nMSRC68772_37219378,37219378\nReFsDedupSvc,37217705\nTaskManagerDarkModeTheme,37204171\nSwizzleForEdge,37202025\nServicing_HVCIsysprepARM64logic_37200663,37200663\nMSRC68728_37199556,37199556\nUserTokenVerification,37198862\nServicing_ExposeEventViewerOnHub_37196173,37196173\nMSRC68706_37194615,37194615\nShowToastForThreats,37191969\nVLLRTest,37169215\nMSRC68701_37160027,37160027\nMSRC68698_37157231,37157231\nMSRC68691_37156027,37156027\nEmptyMusicLibraryIndexFix,37141740\nMSRC68670_37137656,37137656\nWNS_Remove_ValidateAppInPackage,37134468\nMSRC68659_37131550,37131550\nMSRC68651_37110883,37110883\nSpecificErrorMessages_StaticIpDns,37110096\nMSRC68647_37110088,37110088\nMSRC68642_37109131,37109131\nSettingsSearch_BingCabContentUpdate,37104994\nServicing_BannerKFMStringTruncationFix_37098968,37098968\nDevicePostureApiInShell,37095955\nDisableSearchPolicy,37095904\nMSRC68610_37094979,37094979\nOptionalUnlockDuringSessionEnum,37093920\nServicing_UserManagerNullPtrReadXbox_37091490,37091490\nOverrideInspect,37085408\nMSRC68589_37083693,37083693\nVoiceTypingCommandingImprovement,37083481\nMSRC68587_37082940,37082940\nMSRC68856_37082688,37082688\nConfigureHitBoxForFolderOperations,37081370\nLowPriorityDownload,37081019\nBSTAImmersiveShell,37077905\nServicing_XblAuthUserlessTokens_37076634,37076634\nMSRC68568_37068761,37068761\nServicing_ApplockerDeadlock_37068202,37068202\nServicing_CMtPtRemoteCrash_37067216,37067216\nCacheCleanup,37066007\nCloudBMRSingleDownload,37065183\nTestWXHIrisCampaign,37065168\nMSRC68558_37064233,37064233\nWNS_WinrtMbn,37062329\nMSRC68545_37053532,37053532\nAutopilotRestoration,37048941\nMSRC68531_37047866,37047866\nEarlyOobeOEMRegistration,37047129\nServicing_2207d_37043488,37043488\nVoiceTypingMicrophoneSetting,37041514\nServicing_37028738,37028738\nHWCHostDedicatedThread,37028263\nServicing_RenameFocus_37028243,37028243\nWppRecorderTimeStamp_Kill,37023974\nIndexerVisioShapeSearchFix,37023586\nSettingsRejuv_InstalledApps_Settings,37022441\nAccentColorTitlebar,37015830\nAuditBehaviorShellExperience,37014865\nAADAclCertificateForNetworkService,37014609\nOobeMSAPrivacyConsent,37014564\nHwReqChk_Validation,37013105\nSB_Test_Debug,37012840\nMSRC68484_37012290,37012290\nSearchBoxLowerLeft,37010913\nPATKTI,37007953\nClearViewInfos_37006774,37006774\nHumanPresenceCapability,36998846\nHnsMirroredRoutingMultiple,36991632\nMSRC68454_36987926,36987926\nMSRC68453_36987847,36987847\nMSRC68449_36987434,36987434\nMSRC68441_36985983,36985983\nMSRC68440_36985638,36985638\nMSRC68438_36985154,36985154\nMakeFamilyLockScreenDPIAware,36974976\nSettings_Rejuv_StorageSpaces,36974906\nSettingsRejuv_DateTimeHeroControl,36972886\nMSRC68423_36971391,36971391\nArm64ecAsm,36970910\nTouchKeyboardPixelGapAtRight,36964436\nChs12KeyKeyboard,36963894\nChsNarrowKeyboard,36963879\nNoRoiLanguageDeprecation,36950408\nAddTouchKeyboardHeuristics_36949545,36949545\nAddTouchKeyboardHeuristics_36949517,36949517\nServicing_CtaManagerDelay_36947018,36947018\nFidoHybridProtocolPasskeys,36946214\nPairedLocaleInputMethods,36942819\nUndocking_WUAUCLT,36939087\nBugFix36938728_HideToolBarOnLockScreen,36938728\nMSRC68388_36937770,36937770\nDynamicSearchBoxAPIs,36933099\nImproved_Lux_Filtering,36932268\nTablePaginationCraftsmanship,36928256\nServicing_WheelPageCrash_36927220,36927220\nSettings_Rejuv_DisksAndVolumes,36925532\nWNS_Cached_and_Priority_Headers,36925219\nUWPE,36925057\nServicing_FixOpenVerbForFEContextMenu,36924797\nRemoveDefaultWidgetInstances,36922630\nRequireActiveSessionForInteractiveUsers,36921490\nTestFamilyValuePropBannerIrisCampaign,36921329\nServicing_RemovePositionReadStuckRects3_36918219,36918219\nAdaptiveCardsInWidgets,36913400\nMSRC68351_36912516,36912516\nMSRC68350_36912450,36912450\nWHFGA,36911352\nWidgetsFeedsBackgroundTask,36911179\nServicing_RemoveAppFrame_36910487,36910487\nMSRC68336_36906667,36906667\nAADClientRemoveNonce,36899525\nUPLargePrintPayload,36898932\nTaskManagerHeroControl,36898195\nMSRC68318_36893589,36893589\nManagedUserLogonCBA,36893181\nWdagNickelInvalidContainerCleanup,36891988\nAppStartMenuReverseTopOrder,36891482\nMSRC68311_36891282,36891282\nSettingsSearch_SystemIndexIntegration,36885005\nCheckBoxImageListHandleLeak_36884240,36884240\nDisplayProvider,36878944\nBug36873992,36873992\nInputDelegationToCciWorkaround,36871845\nWidgetsReduceColdLaunchNumbers,36871573\nMSRC68293_36868238,36868238\nMSRC68291_36867736,36867736\nBlockLocaleKeyboardCommit,36864501\nVaUnsupportedLanguageExperience,36863320\nBugFix_VoiceTypingInvocationByShellViewCoordinator,36862943\nCloudSuggestionUpdate_36862855,36862855\nCHSTeachingTipAndSearchSuggestion,36862824\nServicing_TaskbarTaskManager_36860984,36860984\nMSRC68266_36856359,36856359\nBackupUsoStore,36845438\nServicing_FileExplorerCustomUIAProvider,36841606\nTurboCorePC,36841274\nStartProvidesWebUrlToPH,36840874\nMSRC68251_36839588,36839588\nMSRC68042_36838657,36838657\nMSRC68246_36838434,36838434\nDeltaEab_Based_Thresholding,36832792\nDisplay_Redness_Mitigation,36832633\nNonClientAreaThumbnails,36830563\nOobeNdupElevatedManagerInitHelper,36830390\nNthLogonNdupExpeditedUpdate_36828252,36828252\nMSRC68228_36828225,36828225\nServicing_PBRfix_36825643,36825643\nCandidateWindowV2ModelCleanup,36815292\nNoUserProfileSystemBackup,36814489\nNoTransientLocales,36814461\nMSRC68213_36814406,36814406\nMSRC67848_36811291,36811291\nPriorityBoostBeforeWindowReady,36808198\nBillingTitleTreatment,36808015\nBillingTitleASameAsControl,36807985\nStaticIrisNavMesh,36803303\nGetStartedIrisNavMesh,36803295\nFetchIrisTriggerJSON,36803287\nWXHBackgroundTask,36803259\nGamingOverlayExperienceManagerOptional,36798523\nNthLogonSkipNdupIfOnUserDesktop,36794208\nServicing_SetupPentium4Check_36792373,36792373\nNthLogonAllowEmptyNdupProperties,36789020\nServicing_OsManagedAuthLevelDefault_36787618,36787618\nMSRC68159_36780067,36780067\nDXGI_BufferUpgrades_DX12LDA,36778252\nServicing_MissingSystemWriter_36778129,36778129\nPersonalizedContentCompliance,36777462\nVoiceTypingFunctionalTests,36769696\nHub_DeviceWatcher_36769362,36769362\nHub_AppCloseButton_36768692,36768692\nMSRC68117_36768249,36768249\nCloudRestoreLauncher,36767960\nUnusedBioConsent_36767080,36767080\nLockscreenBackupRestoreHandler_36766132,36766132\nWindowsBackupPrefrencesBackupRestoreHandler_36766131,36766131\nServicing_FODReservicing_36764493,36764493\nMSRC68122_36763415,36763415\nMSRC68119_36762871,36762871\nServicing_WldpQueryDynamicCodeTrustLog_36762664,36762664\nMSRC68118_36762447,36762447\nMSRC68116_36762209,36762209\nServicing_Wintrust_Pathrules_Check_After_Set_36761978,36761978\nHardwareMicMuteHotkey,36756578\nTestCustomIrisDelay,36755593\nServicing_UACPromptPackageName_36752341,36752341\nDisableDisplayablesP010_VP9,36752311\nCorruptStoreFixes,36750110\nMSRC68092_36749910,36749910\nMSRC68090_36749712,36749712\nServicing_cantReconnectToRDSinAVDinCitrix_36749554,36749554\nUndockedScoobeBrowserPermanentNode,36748367\nWidgetsDynamicFeed,36738728\nWVD_UserSession_DeviceCSP_Filtering,36738211\nXHCI_Spec_V1_2_VTIOProgramming,36734910\nServicing_CommandBarRTL_36733599,36733599\nRedirectInstalledUpdates,36731482\nCandidateWindowOnLogonMitigation,36730529\nReportOneSettingsUsage_36722739,36722739\nServicing_MicrosoftEdgeFilter_36720766,36720766\nMSRC68065_36720265,36720265\nMSRC68064_36720144,36720144\nMSRC68063_36720048,36720048\nMSRC68061_36719923,36719923\nMSRC68059_36719015,36719015\nMSRC68057_36718632,36718632\nAugmentedEntryPointBadging,36718398\nWSL_Install_Lifted_By_Default,36717103\nServicing_MicrosoftEdgeLaunches_36716631,36716631\nInclusiveTaskbar,36715846\nMSRC68043_36715792,36715792\nSystemDiskInfo,36713042\nGPFFFAMSA,36706710\nMSRC68018_36704105,36704105\nServicing_DateAndTimeSettingsUACPrompt_36703523,36703523\nJpgTurboFunctionality,36703308\nWinNetSensor,36703120\nMSRC68013_36701337,36701337\nSplitTransactionHSIIWorkaround,36695841\nShellSafeMode,36691930\nMSRC67991_36691266,36691266\nMSRC67985_36690734,36690734\nMSRC67987_36690565,36690565\nMSRC67986_36690529,36690529\nMSRC67984_36690451,36690451\nRebootDowntimeEstimateFUUX,36690175\nBoostOnDragSize,36689586\nMSRC67982_36689514,36689514\nMSRC67981_36689396,36689396\nHardwareMicMuteButton,36689271\nBugFix_DisableShapeWritingOnGestureCusror,36684004\nServicing_NTFSBadReparsePointTelemetry_36672178,36672178\nAADClientIDForPRTHeader,36670474\nMSRC67950_36669823,36669823\nMSRC67949_36669789,36669789\nMSRC67948_36669748,36669748\nSsUseAppLocalSpeechRuntimes,36669383\nMSRC67935_36668114,36668114\nMSRC67934_36667985,36667985\nTask36660615_AudioManagerCheck,36660615\nDisableAddAccountForFamilyNonOrg,36660568\nImplicitCentennialIdentitySupport,36658697\nServicing_TaskbarLauncherTipContextMenu_36651635,36651635\nMSRC67914_36649488,36649488\nServicing_MapiFix_36649263,36649263\nAppDefaultsBrowserButton,36648580\nBAM_SeverParentChildConnections,36646996\nCastInterimCombinedExperience,36646826\nVaUseAppLocalSpeechRuntimes,36645868\nDefaultKeyboardInputProfile,36642232\nLcUseAppLocalSpeechRuntimes,36641324\nSettingsRejuv_RelatedQueries,36640117\nUiaTreeViewItemProperties,36640000\nMSRC67734_36631895,36631895\nServicing_FidoSwitchUserTile_36628781,36628781\nServicing_EnableBidi_36628375,36628375\nServicing_UsnLogWriteRegression_36627879,36627879\nMSRC67868_36626983,36626983\nVerifyAccountInSendRequestFlow,36624728\nUUS_WaasMedic_Engine_SxS,36621155\nUUS_WaasMedic_Engine,36621111\nUUS_WaasMedic_Capsule,36612934\nUUS_WaasMedic_Capsule_SxS,36612930\nUUS_WaasMedic_Worker,36612845\nTestIrisCampaignActions,36611102\nParallelizeLCU,36610991\nQuickSettingsCommercial,36610908\nUUS_WaasMedic_Worker_SxS,36610075\nServicing_SkipCbsOneSettingsInit_36610025,36610025\nHWCShyTaskbar,36609989\nMSRC67843_36608363,36608363\nServicing_MissingSystemWriter_36608254,36608254\nXamlKeyboardUAC,36602434\nServicing_ChatAutoInstallRegionCheck_36596672,36596672\nServicing_ChatRegionCheckOOBEZDP_36596507,36596507\nServicing_ChatRegionCheckForIconVisibility_36595882,36595882\nMSRC67808_36594256,36594256\nSDXAccounts,36594186\nDirectDisplayApi_DisableDDAVidpnOwnerCheck,36592538\nMSRC67723_36592417,36592417\nServicing_AuthManagerTokenRemoval_36589242,36589242\nImeOnOffOnNarrow,36588279\nOfflineShedding,36572014\nNetworkIconLaunchesCaptivePortal,36571721\nUndockedStartSwipeGesture,36571557\nStartSwipeGesture,36571082\nMSRC64294_36566870,36566870\nControlCenterGridHeightPrediction,36556531\nSkipCloakedWindowsWhenFallingBackToLastActiveWindow,36556458\nServicing_36554195,36554195\nAugmentedEntryPoint_36553793,36553793\nEdgeGestureHideTouchKeyboardBugFix,36544006\nHelloFaceExperimentCameraTimeout,36541473\nServicing_VoiceAssistantFriendlyString_36538100,36538100\nFixCorruptStore,36533427\nMSRC67754_36532543,36532543\nHideMiracastBanner,36532222\nServicing_BrailleComboboxError_36531822,36531822\nNthLogonNdupConnectMSA,36506835\nSharedPCEnableOneDriveSync,36501519\nTabTipAdapterConstMemberInitialization,36500812\nBug41488150SpuriousStartCodeWithinIDRFrames_HEVC,36500260\nYUV444DecodeSupport_HEVC,36500250\nDisableDXVA_VP9,36500244\nDisableDXVA_HEVC,36500243\nServicing_2111b_36500211,36500211\nDisableDXVA_AV1,36499710\nServicing_SwitcherDataModel_BoundsFix,36499150\nHoloImmersiveShellExtensionPointOptional,36499053\nFreemiumFeatureCardCFR,36498161\nServicing_TaskbarTaskListIconGroupAnimations_36498142,36498142\nMSRC67738_36498127,36498127\nServicing_RepairSsuManifests_36496942,36496942\nMultiSession,36496711\nTaskbarHideSearchButton,36494306\nInputDrivenDynamicRefreshRate,36493362\nBitLocker_RP_Backup_Monitor,36481772\nServicing_SfcCrash_36480540,36480540\nServicing_TaskbarBadgeQueryAsync_35592075,36480243\nServicing_TaskbarShiftClick_36479996,36479996\nServicing_TaskbarAppPlates_36479888,36479888\nServicing_TaskListSizeChanged_36479856,36479856\nHvciRemoveBlockAutoenablementRegkey,36479209\nMSRC67719_36475946,36475946\nMSRC67717_36474000,36474000\nShowFamilyToNonAdmins,36466220\nAddLoggedInUserToFamilyRoster,36462142\nColorChangeUWPFix,36459537\nServicing_DisableWheaResumedFromHibernate_36438331,36438331\nServicing_RemovedFodMarkers_36437603,36437603\nStartMenuAccountBadging,36435151\nHideStartSearchBox,36435131\nHideRecommendedSection,36435115\nNoChangeStartMenu,36435051\nHideAllAppsList,36435044\nDisableContextMenus,36435038\nNoSetTaskbarPolicy,36434497\nTaskbarHideTaskViewButton,36434422\nNarratorBrailleFilterDriver,36433675\nMSRC67685_36430962,36430962\nInputPanelPageSuspensionDeferralRelease,36425940\nShowFamilyValuePropBannerOnFamilyPage,36423953\nSwitchItemTitleDrag,36421775\nAccessibilityFlyoutRejuvenation,36416085\nServicing_RemovedFodMarkers_36414665,36414665\nTurboStaging,36396252\nServicing_TaskbarAccessFixes_36392992,36392992\nServicing_AudioSrv_RC_36390724,36390724\nAdminFlowRejuv_Master,36390579\nMSRC67640_36389456,36389456\nServicing_LayoutPolicyChangedRace_36377285,36377285\nAutoColorManagement_WideRollout,36371531\nDxDb_ExpandedFeatureSupport,36371330\nDxDb_ExpandedPublishing,36371251\nWidgetsFingerTracking,36370653\nServicing_StopChatIris_36366747,36366747\nGamingOverlayControllerBarLaunchSignals,36361313\nServicing_ChatHideUnregisteredWindow_36360628,36360628\nSV2Navpane,36354489\n312e88f3754e5b39cc29c330f99d75b7,36351947\nMSRC67617_36348617,36348617\nBugFix36335292_MakeLayoutPositionButtonCollapsed,36335292\nAutoInitSystemMRTResourceManager,36329833\nMSRC67582_36327760,36327760\nMSRC67580_36327531,36327531\nUUS_MoNotificationUx_SxS,36325875\nStickerApp,36321507\nAppPicker,36302090\nIrisCampaignActions,36230643\nWppRecorderTimeStamp,36228984\nAltTabModal,36226836\nWidgetsPeek,36226456\nAugmentedEntryPoint_36226054,36226054\nAllowSecondaryMsa,36221535\n3FingerAnimationSwitchApps,36221438\nServicing_LockScreenHang_36217222,36217222\nFixMissingOneDrivePFN,36209636\nWSXProvider_SkuCheckOverrideUndocked,36202359\nOobeCbr2,36195391\nAppReadinessBlockLogonForCriticalAppsOnlyPolicy,36194227\nMSRC67511_36192878,36192878\nServicing_NestedParentIntegration_36190570,36190570\nServicing_NestedParentIntegration_36190430,36190430\nWUA_Appraiser_Crash_Fix,36188870\nMSRC67498_36186894,36186894\nDoNotDisturbSystray,36183526\nMSRC67479_36166281,36166281\nInkStickerContainment,36165848\nDesktopStickerEditor,36165846\nMSRC67477_36163990,36163990\nCalendarViewTodayUpdates,36160918\nInputDrivenEdgeAnimations,36159954\nExperienceExtensionsCanHidePages,36150872\nServicing_MiniSearchViewAppearingEmpty_36138022,36138022\nDisableSearchViaPolicy,36137438\nMSRC67462_36136594,36136594\nAlarmsOnlyDeprecation,36133780\nBlackScreenHotkeyFullLkd,36128273\nContainerCrash_CollectExtendedDumpInformation,36121332\nServicing_FixSearchHoverDismissWithAdminFocus_36116248,36116248\nServicing_PreventBugcheckWhenFileSizeLessThanResourceSize_36101939,36101939\nAdaptiveCardHostApiAppService,36094217\nServicing_MiniSearchFormCodeTelemetryFix_36084902,36084902\nServicing_UserManagerAADScope_36082734,36082734\nMSRC67391_35994145,35994145\nDisplayScenarioTelemetryAsJson,35989595\nMSRC67385_35988213,35988213\nUseDDisplayForDWM,35985717\nContextMenuSmallRoundedCorner,35985633\nXamlHostedDialogGeneric,35985309\nMSRC67379_35985086,35985086\nSystemModalDialogRounding,35984665\nNoDefaultSdoPanelId,35981961\nServicing_MatchedFrameCookieWatson_35935814,35935814\nNarratorHotKeyVoiceSwitch,35924515\nMSRC67346_35919787,35919787\nMSRC67343_35913685,35913685\nMSRC67342_35913161,35913161\nServicing_Enable_DTUPauseAPI_35911347,35911347\nMSRC67337_35911235,35911235\nSecondaryClock,35909549\nTaskManagerRejuvenated,35908098\nChangeStartLayoutUdk,35907871\nChangeStartLayout,35907865\nTouchKeyboardNotShownOnPasswordResetBugFix,35903096\nDockedFamilySettingsPageSV2,35899634\nIE_DisableShellExecuteCalls,35891569\nAppSamplePlaceholderFeature,35890787\nCursorDeadzoneJump,35889350\nDefenderScrollbar,35885409\nQuickAccessIndexedSearchScope,35884509\nMSRC67304_35881534,35881534\nNarratorNeuralVoicesSupport,35875825\nServicing_TaskView_DragDrop_RTL_35841434,35841434\nServicing_Multiple_Item_Removal_35836954,35836954\nServicing_MiniSearchKeyboardNavigation_35830129,35830129\nDirectDisplayApi_DisableScanoutValidation,35829523\nMSRC67296_35827785,35827785\nServicing_SearchNarratorFix_35827352,35827352\nServicing_ConstraintIndexFix_35825668,35825668\nMSRC67288_35823856,35823856\nXamlIslandsInputViewHosting,35802524\nMSRC67261_35780184,35780184\nOnnxColorFaceDetector,35780056\nMSRC67250_35766091,35766091\nMSRC67248_35765763,35765763\nMSRC67247_35765550,35765550\nAnimationControllerMultiKFASupport,35765213\nMSRC67243_35765025,35765025\nTaskbarFlashing,35764467\nAppDataBackupRestore,35763176\nMSRC67238_35761023,35761023\nMSRC67237_35760567,35760567\nServicing_35760492,35760492\nNarratorIntroduceHighQualityVoicesDialog,35752263\nPinnedListFolderNames,35747264\nServicing_RtmFodMumRepair_35746621,35746621\nChineseSimplifiedImeTheming_OSClient,35746557\nServicing_ScavengingImpersonationFix_35746355,35746355\nDisableReadyBoost,35744813\nFocusSettingRejuv,35742169\nBIPATimersValidation,35741764\nBIPATimers,35741749\nServicing_WoANoPolicies_35730505,35730505\nMSRC67211_35726730,35726730\nServicing_SearchHoverKeyboardNavigation_35726125,35726125\nMSRC67209_35725030,35725030\nDshowReverseBridge,35717806\nMSRC67186_35709019,35709019\nRestrictXpdm_RemoveRdpdd,35706077\nMSRC67183_35702192,35702192\nUnpinFolderVerbInContextMenu,35701664\nD3D12HWSchedulingApplyPriority,35701559\nServicing_Font_Icon_Missing_RTL_35701427,35701427\nStuffedFolders_2021,35699977\nMSRC67172_35696748,35696748\nDragAndDropGlyphUpdates,35688218\nMSRC67160_35686584,35686584\nMSRC67159_35686496,35686496\nMSRC67158_35686412,35686412\nMSRC67156_35686021,35686021\nMSRC67155_35685934,35685934\nSuggestionUISticker,35685301\nRIMUserCritOpt,35683068\nMicaBackdropInApplicationFrameHostTitlebar,35681203\nMSGraphShare,35681116\nDoNotUseForTesting,35681102\nMSRC67152_35678517,35678517\nMSRC67150_35678152,35678152\nMSRC67146_35674897,35674897\nMtcLockRejuv,35674037\nMSRC67145_35673749,35673749\nMSRC67120_35624755,35624755\nOverflowPanel,35620394\nTOTest,35620393\nBluetoothLEAudioHearingAids,35619499\nBluetoothAudioTransportSelector,35617047\nMSRC67103_35616243,35616243\nSLTest,35608488\nShyTaskbar,35599125\nLimitShouldStayExpandedChanged,35597352\nDeprecatedProjectionAPIs,35596946\nCallScenarioCenterAlignNotifications,35595222\nMSRC67073_35592620,35592620\nTaskbarBadgeQueryAsync,35592075\nMSRC67071_35591924,35591924\nTSF1Fallback,35590812\nCustomKeyboardProfiles,35590764\nTabSvcAutoStart,35590717\nBugFixVoiceTypingDuplicateComposition,35590379\nSDL2STest,35589338\nTsf3ImeExperienceLogon,35578244\nMSRC67044_35577074,35577074\nMSRC67043_35576979,35576979\nIsolatedMachinePassword,35570258\nSMCTest,35553325\nPersistenceDiskRemoval,35550341\nReactNativeRecommendedView,35548184\nSendEventsToWds,35547316\nOobeRequiredServiceEvent,35545996\nMSRC66997_35545781,35545781\nFaceDetectionMFT_WinML,35542646\nBamoWMOnDesktop,35538206\nRedirectDevicesPrinters,35532193\nSettingsDevicesAndPrinterPropertiesRejuv,35532102\nRedirectNetworkAndSharingCenterControlPanel,35529475\nSettingsRejuv_Networking_AdvancedSharing,35529414\nServicing_NetworkIconPerf_35523684,35523684\nServicing_WslApiComFix_35521080,35521080\nMSRC66974_35519677,35519677\nMSRC66971_35518840,35518840\nTSF2InputServiceOptimization,35515909\nInputServiceSecureDesktop,35515749\nMSRC66964_35514850,35514850\nMSRC66954_35510462,35510462\nTask35502694_MoveGetCachedShellPreferenceAsStringFunction,35502694\nSDSTest,35501878\nInputHubExperiment,35500835\nMSRC66947_35466823,35466823\nMSRC66945_35466752,35466752\nMSRC66944_35466717,35466717\nMSRC66941_35466507,35466507\nMSRC66940_35466457,35466457\nQuickSettingsVerticalTouchAnimations,35464231\nCBRAppListRestore,35460598\nServicing_SearchPositioningInSecondaryMonitor_35456726,35456726\nMSRC66924_35456725,35456725\nMSRC66922_35455185,35455185\nSettingsRejuv_PrivacyEyeTracker,35454317\nMSRC66920_35453487,35453487\nMSRC66919_35453408,35453408\nSnapOnShow,35435264\nCxhUdkAccess_35434961,35434961\nOobeNdupExpeditedUpdateBlockingCheck_35434941,35434941\nMSRC66908_35434756,35434756\nMSRC66905_35434471,35434471\nKey_Guard_Attestation,35433740\nMSRC66901_35433197,35433197\nDefaultEnableInspect,35431727\nProcessIrisActionsStateChangedWNF_35431603,35431603\nLVDB,35426589\nIMET,35418257\nOobeNetworkLogging,35413044\nMsalJsWamBridge,35412656\nStartFingerTracking,35409324\nMSRC66887_35409314,35409314\nConsentExperienceAppSilo,35409198\nWirelessDisplayConnectedIcon,35408430\nSystemSettings_DateTimeSettings,35406866\nMSRC66883_35406322,35406322\nSettings_BrailleUpgrade,35400196\nEnablePpl,35387651\nTouchGestureEducation,35385524\nSnapToSnapAnimation,35385316\nRequestExtensionErrorMessage,35384833\nMSRC66869_35383959,35383959\nMSRC66858_35380716,35380716\nPauseUntilRework,35379785\nMSRC66850_35378433,35378433\nMSRC66845_35367229,35367229\nBugFix35366473_HideDictationForVoiceAccess,35366473\nDXCoreAdapterUtilization,35365030\nBugFix35364902_Refactor,35364902\nMicaDefaultBackdrop,35362067\nWSXProviderUndocked,35359319\nWsxSelfHealing_35359296,35359296\nFETV,35352817\nXamlIslandViewAdapterRefactor,35352690\nTIFEAPI,35352644\nUrlMonitoringForAntiPhishing,35336581\nCddInSystemSpace,35327661\nWSXProvider_SkuCheckOverride,35296908\nMSRC66808_35291341,35291341\nServicing_UDP_35286967,35286967\nPreinstalledAppSupport,35286366\nMSRC66769_35264364,35264364\nSnapHotkeyNarratorAnnouncement,35263371\nAmbientDeviceLighting,35262205\nInputViewCoordinating,35260686\nMSRC66761_35258926,35258926\nBugFix_PasswordFeedbackAnimation,35249410\nKeyboardSettingLinkString,35249129\nSettings_MigrateUninstallUpdates,35246215\nRedirectDefaultPrograms,35245087\nMSRC66748_35242033,35242033\nMSRC66747_35241909,35241909\nAnimationControllerMultiKFASupportAPI,35241667\nSBServicing_35240876,35240876\nMSRC66746_35240787,35240787\nServicing_AddQuietPeriodSettingsToggle_35239144,35239144\nServicing_LocationShowsGPEnabled_35238584,35238584\nWUAPIRegisterProxyStubs,35237757\nSuperInteropCompositor,35237492\nWebAuthnInWAMPrompts,35233288\nHardwareMicMuteConfirmator,35232539\nShareAnyWindow_VisualIndication,35232263\nRemoveMiracastBanner,35221663\nCastProjectL2s,35221101\nTabletPostureWnfNotification,35215389\nSuppressImmersiveColorBroadcast,35215294\nMSRC66734_35214881,35214881\nMSRC66731_35213122,35213122\nMSRC66727_35211842,35211842\nMSRC66723_35210337,35210337\nMSRC66719_35206521,35206521\nJointResizeIcons,35206184\nTabletPostureWindowingShowMaximized,35206086\nMSRC66714_35204835,35204835\nMSRC66713_35204597,35204597\nDeferIMEActivation,35187278\nServicing_35180607,35180607\nServicing_RemoveAppFrame_35168596,35168596\nBatchFileCodeIntegrity,35140618\nCloudProviderStatusAPI_35122196,35122196\nServicing_IContextMenuGDILeak_35118824,35118824\nServicing_ChatUriTelemetry_35118464,35118464\nOsConfigurationGetConfigurationDocument,35115136\nMSRC66673_35090504,35090504\nStorageReserveFixes,35089046\nServicing_SecurebootPolicy_35088730,35088730\nHub_ForceDarkFirstBoot,35084316\nServicing_TaskbarIconMissingSecondMon_35081499,35081499\nCompDBFodEnumeration,35063734\nUrgentNotifications,35061012\nMSRC66647_35057935,35057935\nRecycleLinkAndSustainablePowerAlerts,35056325\nServicing_HaileyOEMPolicyRemoval_35054742,35054742\nBugFixForSV2CraftAndTheme,35046510\nServicing_ScavengingImpersonationFix_35044426,35044426\nOsConfigurationPowerShell,35038115\nMSRC66619_35038104,35038104\nOsConfigurationParseJSONToDCDoc,35038075\nCloudProviderStatusUI,35032947\nKeepWin8SearchPane,35032763\nReplaceConstraintIndex,35032448\nMSRC66604_35031745,35031745\nMSRC66603_35031671,35031671\nMSRC66600_35030474,35030474\nServicing_MissingDisplayOrderUpgradeCrash_35015502,35015502\nServicing_35014988,35014988\nEdgyDetectionISM,35014286\nServicing_35014083,35014083\nServicing_ScrollBarLayoutCycleFix_35013684,35013684\nMamReporting,35009189\nResponsiveScreenRotationAnimation,35001794\nRotationUiaNotification,34968108\nIMEABFTest,34968078\nServicing_WatsonCrashes_34962540,34962540\nMSRC66578_34956333,34956333\nMSRC66577_34956299,34956299\nUPSovereignCloud,34953438\nFEPerformanceImprovements_2021,34951770\nServicing_FileExplorerDispatcherLeak_34948883,34948883\nGPM_MultiMon,34948852\nDWriteTitlebarText,34948572\nSBUpdate_Test,34947456\nServicing_CancelShowOperationOnClosed_34944299,34944299\nTask34937368_LogonStyle,34937368\nHelloFaceDriverDowngradeCapability,34933858\nNetsvcsgroupRedirectionTrustMitigation,34932121\nServicing_DirectoryBackgroundMiniMenu_34927130,34927130\nLivedumpProcessFiltering,34924843\nOobeNetworkReconnect,34920336\nOobeDisableSkipNetworkOnAadCapableEditions,34919835\nXIIS_Test,34919815\nKSOD,34912776\nVTLR,34912752\nHub_AllowTabletMode,34909689\nMSRC66525_34909124,34909124\nMSRC66519_34908879,34908879\nShowSmartInstallAppRecommendation,34907890\nScriptingEngines_CollectVBScriptTelemetryData_ScriptStateStarted,34898847\nEnableNSkuAutoInstallWebExpPolicyChecks,34897283\nGIVT,34896603\nNickelKeyboardHostingImprovement,34895662\nBugFixHwpNoCandidates,34886873\nSecureEOF,34882261\nMSRC66477_34881716,34881716\nMSRC66472_34878782,34878782\nSettingsAnimatedNavigationIcons,34878152\nFEResourceLeakFixes,34877149\nBackgroundBackupRestoreHandler_34875338,34875338\nServicing_ContextMenuAppExtensionIcons_34862854,34862854\nAADVirtualDesktopTagging,34862216\nServicing_ScoobeNGC_34862203,34862203\nMSRC66437_34859461,34859461\nCGDefaultEnable,34857562\nMSRC65415_34854640,34854640\nBackupAndRestore,34853379\nColorBackupRestoreHandler,34853364\nBugFixForSV2CraftAndTheme_OS2020,34845976\nMSRC66425_34834369,34834369\nBrain_BinaryFileValidation,34806659\nMSRC66418_34805222,34805222\nMSRC66417_34804392,34804392\nServicing_RTBShellLibraryUpdate_34800334,34800334\nServicing_ChatNoIconTaskbarLeftAlignRTLFlyoutPos_34797921,34797921\nServicing_WinsetupHandlerEULA_34790182,34790182\nMSRC66407_34784904,34784904\nMSRC66404_34783484,34783484\nMSRC66402_34783313,34783313\nUUS_MoNotificationUx,34777180\nInputSupportForBcp47,34762752\nSV2RCFixes,34762652\nServicing_ProjectModeFocusFix_34762648,34762648\nAutoInstallWebExpOnNSku,34761168\nGraphFileIconsAndThumbnails,34760373\nMSRC66387_34759121,34759121\nNoCandidateUISupport,34750743\nVTCUXD_34750664,34750664\nMSRC66363_34744120,34744120\nSV2FEBugFixes,34739602\nDebounceDeviceConnectSound,34734680\nSnapFlyoutDeprecateDisplayRegions,34731873\nServicing_ExplorerCmdBarPerf_34731179,34731179\nServicing_WidgetDataModelCrashFix_34725563,34725563\nServicing_FEExplorerFrameCrashFix,34721405\nVoiceAccessVoiceTypingViewOrchestration,34718548\nSpeechProcessorStabilization,34718342\nAllowOemToForceNightLightUsingDES,34718006\nAdaptive_Color_Reduction_With_External_Monitor,34717843\nAugmentedEntryPoint_34708779,34708779\nBugFix34683034,34683034\nRollbackForAtomicTransactions,34643634\nMSRC66300_34642423,34642423\nFocusAssistLauncher,34641570\nServicing_TaskManagerWebView2CobaltExperience_34625399,34625399\nSTest,34618871\nSSODTest,34618575\nSICTest,34618485\nSSTest,34618328\nServicing_SandboxEscapeUiLimits,34600333\nServicing_StorageProviderContextMenuGroupName_34592485,34592485\nSuggestedActionsOnCopy,34592303\nMSRC66266_34576809,34576809\nTKPOSR,34562805\nHyperVFirewall,34558427\nCloudPCBoot,34546734\nWinSEFileExperiences,34545233\nWPTest,34538730\nServicing_OobeEulaTelemetry_34529555,34529555\nOobeNdupExpeditedUpdate_34529478,34529478\nRemoveDeviceConfirmatorDeprecation,34525664\nToastOcclusion,34523290\nServicing_VoiceAssistantFriendlyString_34518611,34518611\nDisplayMessage,34509399\nOneDriveCard,34508795\nCloudPCSwitch,34508225\nMSRC66247_34508175,34508175\nMSRC66242_34492278,34492278\nServicing_TaskbarMultiMonConfigChange_34484012,34484012\nServicing_KeyboardNavigation_34474703,34474703\nLogonInputSwitcher,34472988\nMSRC66213_34464455,34464455\nNFI,34459275\nServicing_TaskbarAutoHideSecondary_34449361,34449361\nServicing_NearestMonitorForOutOfBoundImmersiveAppFrames_34377532,34377532\nBugFixTabTipAdapterNullCheck,34370999\nPRL_TIFE,34370472\nServicing_SnapFlyoutInstanceReentrancyHang,34368400\nNickelInputAppActivationImprovement,34346195\nMSRC66176_34340134,34340134\nOrchestratorInitedByApp_34308337,34308337\nETUpdate,34308080\nServicing_KioskModeFilesAccess_34302382,34302382\nOTPGTBIPID,34301521\nAugmentedEntryPoint_34301415,34301415\nWidgetsExpandedView,34300186\nServicing_UserWriteablePathCheck_34289408,34289408\nRemoveStateRepoCallInTileStoreNotification,34285456\nServicing_HoverSelection_34281868,34281868\nMSRC66140_34268530,34268530\nMicaUpdate,34263527\nHW_FixCrashOnInvalidCandidate,34263104\nMSRC66126_34255860,34255860\nMSRC66101_34221844,34221844\nLoadExtraUAInstance,34221815\nMSRC66100_34221781,34221781\nMSRC66098_34221672,34221672\nMSRC66096_34221177,34221177\nMSRC66093_34198652,34198652\nMSRC66089_34162206,34162206\nHub_DeviceWatcher_34155662,34155662\nVwSotUpdates,34146562\nServicing_WinXMissingLinks_34139006,34139006\nMSRC66071_34131098,34131098\nTaskManagerProcessAggregation,34125042\nDifferentiatedSnapGroupThumbnails,34123984\nServicing_ImeEatsShiftUp_34114402,34114402\nTask34111152_ImageBackgroundBottomCorners,34111152\nTurbineAttestationUI,34102635\nSecureChannelRpcWithKerberos,34096745\nServicing_HSP_34093692,34093692\nPrintSupportAppV3,34070241\nPrintSupportAppV2,34070240\nNDRTW,34066069\nH2E_WPA3SAE,34064658\nVPNForegroundAsyncAPI,34064154\nServicing_34049117,34049117\nNetworkSensorClearConnections,34045002\nTaskbarExternalDrag,34042443\nReservedWidthReflowingPanel_NegativeWidthFix,34038942\nIE_OneTimeSSFDownload_34038493,34038493\nXamlHostedDialogHyperlinks,34037898\nCustomXamlUIDialog,34037864\nWebThreatDefenseComponents,34032856\nMSRC65948_33968375,33968375\nMSRC65947_33968321,33968321\nUseInitOnceAndSRCacheForMuaCheck,33965401\nServicing_SetAllowedFolderLocations_Check_33954786,33954786\nMSRC65926_33954736,33954736\nPSA,33953705\nPrinterProvisioningCSP_33953695,33953695\nDafEscl_33953685,33953685\nServicing_CFF2NullPtrCheck,33948731\nServicing_RenderNetworkSettings_33948030,33948030\nContextMenuGlitch,33937858\nRpcssPriorityBoost,33937816\nMSEdgeJumpListItems,33936741\nNSLFL,33929270\nServicing_VirtualDesktopSwitcher_Preview_Hover_Behavior_33927328,33927328\nServicing_OverlayIconUnloadAsync_33927195,33927195\nOobeAppReadyScan,33913788\nMSRC65887_33905632,33905632\nMSRC65886_33905167,33905167\nStrictParentBasedAllowForegroundActivate,33882822\nMSRC65840_33878041,33878041\nMSRC65839_33877957,33877957\nMSRC65838_33877834,33877834\nMSRC65837_33877753,33877753\nMSRC65835_33877449,33877449\nMSRC65834_33877368,33877368\nMSRC65833_33877300,33877300\nMSRC65832_33877240,33877240\nMSRC65830_33877115,33877115\nMSRC65824_33830200,33830200\nPromotedSeekerIrisSignal,33829844\nIppPdlPassthrough,33828954\nSuppressTitleChangeEventOnUninstall,33823951\nUndocking_WUPSDll_SxS,33819657\nUndocking_WUPS2Dll_SxS,33819654\nUndocking_WUPSDll,33819619\nMSRC65815_33815680,33815680\nVDSkipFullRes,33812524\nGuidedSnapAssistContinuity,33793580\nMSRC65787_33793529,33793529\nMSRC65785_33792954,33792954\nDeleteOobeAppsScanAfterUpdate,33790442\nMSRC65772_33789583,33789583\nMSRC65767_33788777,33788777\nSIPShowUpOnLogonUIBugFix,33782055\nChecksForTPMandCPU,33777183\nServicing_MiniSearchAnimations_33774332,33774332\nMSRC65755_33774255,33774255\nFastPassExpression,33774016\nMSRC65754_33773820,33773820\nServicing_WUSettingsOptionalUpdateFix,33772718\nUndocking_WUPS2Dll,33758299\nWebThreatDefenseToggle,33755739\nThemesSyncedImagesDownload_33747127,33747127\nPGStartRenderOptimizations,33726028\nUndocking_WuuhosdeploymentDll_SxS,33725619\nUndocking_WuuhosdeploymentDll,33725615\nUndocking_WuuhdrvDll_SxS,33723380\nUndocking_WuuhdrvDll,33723374\nUndocking_WuuhextDll_SxS,33723317\nUndocking_WuuhextDll,33723308\nSyncedPasskeys,33722644\nMSRC65698_33721067,33721067\nLockBugFix_ReentrantLockAndUnlockActivityNotSerialized,33711970\nMSRC65688_33698297,33698297\nReplaceAdal,33684350\nNarrator_AddHighQualityVoice_33672777,33672777\nNarrator_AddHighQualityVoice_33672769,33672769\nWdfIfrTimeStamp,33671146\nWallpaperBlueGridFix,33670437\nMSRC65664_33668741,33668741\nServicing_CastHighContrastIssues_33668476,33668476\nInputDrivenGTGAnimations,33668320\nMSRC65660_33666197,33666197\nTouchKeyboardOptimizationSV,33660361\nUseOpenProcessForCompat,33658374\nMSRC65651_33658370,33658370\nUndocking_UpdatePolicy_SxS,33656749\nMSRC65649_33655545,33655545\nMSRC65648_33655481,33655481\nServicing_EnumerateServerScope_33655476,33655476\nMSRC65638_33650181,33650181\nServicing_33649696,33649696\nFederatedAADWebSignInSV2,33624936\nValidHumanPresenceDetectionType,33624651\nMSRC65627_33622376,33622376\nKeyboardButtonVisibilityImprovement,33621054\nMSRC63700_33614092,33614092\nServicing_2106b_33613052,33613052\nPerpetualFeatureCard,33610782\nIPPoverUSB_33608586,33608586\nForegroundLockTimeout,33595717\nServicing_WldpConsistency_33595474,33595474\nMSGraphIntegrationDestListInfrastructure,33591120\nMSRC65587_33588537,33588537\nServicing_SignIn_33588494,33588494\nFreemiumFeatureCard,33581623\nWifiAdapter_ScanCache,33578378\nMSRC65574_33575080,33575080\nMSRC65573_33575024,33575024\nServicing_DisableFuncOnARMMachines_33573714,33573714\nCDMLiteVersion,33572137\nCDSRoamPenAndInkingSettings_33568001,33568001\nSurfaceHubUserSettings,33567999\nServicing_LidDebounce_33563243,33563243\nMSRC65535_33532345,33532345\nUndocking_UpdateDeployDll_SxS,33531953\nUndocking_UpdateDeployDll,33531951\nWdfFix33526106,33526106\nMSRC65523_33525496,33525496\nRejuvenate_ShutdownDialog,33499980\nRejuvenate_UpdateDialogs,33499961\nMSRC65504_33496456,33496456\nMSRC65499_33495811,33495811\nAppListBackup,33494563\nServicing_TSFReadOnyHtml_33470434,33470434\nMSRC65473_33470314,33470314\nMSRC65471_33464863,33464863\nHub_EmptyStageBackgroundImage_SC,33464502\nHub_Win32Vtc_Converged_SC,33464486\nPCH_UndockedScreenClippingTEST,33462698\nServicing_ScsiTimeout_33462525,33462525\nMSRC65465_33462387,33462387\nBugFix33456184,33456184\nMSRC65454_33451446,33451446\nMSRC65449_33449376,33449376\nServicing_ActivationHangRelA,33435188\nUseCDMLiteForPGStart,33410451\nInputViewPersonalizationSV2,33393602\nServicing_GetFeedsEnablementAsync,33391502\nAllowShortDisplayName,33390153\nMSRC65409_33380731,33380731\nAvoidCreatingViewWhileSuspending,33362568\nUndockedSettingsExtensions_ConditionsOverride,33359362\nMSRC65401_33357069,33357069\nMSRC65399_33356215,33356215\nServicing_FixPathTraversal_33356209,33356209\nLiteWhiteNTH,33355279\nMSRC65394_33353819,33353819\nPreloadACExperiences,33352205\nBugFixCHSConversionListStyle,33343659\nMSRC65389_33341811,33341811\nUndocking_UpdatePolicy,33340082\nWindowTabHostBackgroundInit,33340028\nFetchConcurrentInstallsFromOneSettings,33337770\nScanForMultipleUpdates,33337730\nServicing_UnlockDeferralDelay_33334809,33334809\nMsOobeWirelessPluginWmiFix,33330311\nMSRC65154_33320719,33320719\nMSRC65359_33317886,33317886\nBugfix_33306473,33306473\nMSRC64103_33299430,33299430\nMSRC65330_33282138,33282138\nMsiHashMismatchFix,33280101\nMSRC65454_33279943,33279943\nMSRC65306_33279547,33279547\nMSRC65305_33279484,33279484\nCortanaOnSV,33269642\nMSRC65291_33257186,33257186\nMSRC65290_33257011,33257011\nMSRC65289_33256947,33256947\nMSRC65288_33256830,33256830\nServicing_PassivePolling,33255981\nDeliveryOptimizationAdvancedSettingsRejuvenation,33235889\nServicing_ExplorerSearchPoundFix_33234451,33234451\nUpgrade_UpdateScenario_ForceAcceptEulaInDownLevelOS,33232408\nOobeAppsScanAfterUpdate,33232335\nMMPC_Desktop,33231644\nIgnoreFocusEventFromEmptyWindow,33225829\nDoNotDisturb,33212737\nCurfewAllowanceCalculation,33207570\nContainment_UUS_BugFix_IpuCacheThread_33203440,33203440\nServicing_33194026,33194026\nCameraBasedHumanPresence,33193505\nUndocking_StoreWuAuth_SxS,33193385\nSearchBoxInStart,33192136\nContainment_UUS_BugFix_FederatedCleanup_33187522,33187522\nServicing_QueryFormulationWebDataClearHandling,33184616\nWatson33167237,33167237\nWdagDynamicVgpuDisable,33155902\nUndocking_StoreWuAuth,33155727\nAppDefaultsAutoSuggestBox,33154494\nServicing_33154093,33154093\nServicing_FixGlitchWallpaperSlideShowAnimation_33149564,33149564\nMNH,33149426\nIMDTest,33135792\nAMPPLToast,33129880\nReduceQUWakeDisruption,33129334\nUnsupportedHardwareNotification,33122876\nSettingsRejuv_AccountsCategoryHeroControlDevEnable,33112896\nSettingsRejuv_SystemCategoryHeroControlDevEnable,33112887\nMoveUWLMIntoCoreShellHost,33109207\nMSRC65194_33108855,33108855\nMSRC65193_33108752,33108752\nFontdrvhostGdi32LoadAudit,33107947\nLHFA,33103318\nAppxSvcManagedInstallerSupport,33102812\nWin32TextInputInUWP,33102152\nMSRC65188_33102138,33102138\nFido_WebAuthn_RDP,33101665\nServicing_SnapAssistWTMReliability_33094213,33094213\nWinUI_LogonUI_Network_Flyout,33090389\nServicing_FeedsTaskbarRenderingRQVFix_33066034,33066034\nQueryDisplayConfig_DropUserCrit,33065830\nOneDownloadSlotForLowPerf,33061463\nMSAAADSplit,33061411\nFWTest,33060287\nServicing_RestrictAgeForNotificationsInCourtesyEngine_33048438,33048438\nMSRC65159_33045122,33045122\nSettingSyncRemovalDisableAllUploadsAndDownloads_33029785,33029785\nTrustedRoots_Flighting_33001637,33001637\nMDMDiagnosticsTool_FlattenOutputFile,32990851\nServicing_LogonUIRaceCondFix_32990093,32990093\nLockOnLogon,32979348\nSnCm,32966687\nDisableAutoUserShutdownTimeout,32963834\nIAKerbProxy,32935953\nRejuv_Devices_HeroControl,32935409\nOobeAllowDisplayModeChange,32928261\nKeepLegacy,32926035\nMSRC65104_32911927,32911927\nTouchKeyboardDeviceConvertibility,32910101\nDeliveryOptimization_UnregCallersV2,32901691\nMSRC65089_32900241,32900241\nMSRC65087_32898838,32898838\nMSRC63700_32898578,32898578\nMSRC65071_32874422,32874422\nMSRC65064_32872568,32872568\nTerminalAsDefault,32867655\nTaSn,32865816\nSnEndNoUse,32865806\nSnNoUse,32865798\nMSRC65056_32865215,32865215\nAccountCheckWizard,32862275\nPISubscriptionFeatureCard,32862274\nServicing_PenMenuCrash_32853045,32853045\nWindowOrdersOverRailChannel,32846425\nServicing_PolicyManagerFreeGetPolicyDataCrash_32812950,32812950\nServicing_WebSignInSandboxImprovements,32807650\nMSRC65042_32805760,32805760\nPrefetchPolicy_PostHarm,32802025\nMSRC65030_32800604,32800604\nMSRC65029_32800462,32800462\nOSetupSCTest,32798798\nMSRC65024_32796115,32796115\nFixBug32793759,32793759\nOobeMMXPage,32789062\nFixBug32772516,32772516\nFixBug32772476,32772476\nVPNReliability,32771196\nDisableEdgeGestureOnTouchKeyboard,32770009\nMSRC64435_32767078,32767078\nMSRC65001_32765658,32765658\nBlackScreenAutoRecoveryFramework,32764574\nMSRC64997_32763334,32763334\nEnhancedBarriers,32751694\n21H2_Rollback,32728847\nCommandBar_WithTitlebar,32725336\nClickSensitivity,32720331\nPersonalizationTheme,32709299\nModernNetworkTroubleshooter,32705523\nMSRC64964_32699012,32699012\nMSRC64963_32698962,32698962\nPresentationAPIDisableScanoutProtection,32673124\nPresentationAPIOverlayWithoutIFlip,32672985\nMSRC64960_32657825,32657825\nScriptingEngines_MSXML_GroupPolicyJScriptReplacement,32640845\nKeepCrops,32623718\nServicing_WidgetsReportAppVisibility_32622488,32622488\nQuietMomentPostOOBE,32619713\nLargeWallpaper,32618675\nPsaForUPOnAvd,32615832\nUnifiedPrintDialog,32615831\nUndocking_WUAUENG_SxS,32613676\nServicing_NightLightDEMMapCrash_32594473,32594473\nMSRC64907_32540543,32540543\nMSRC64899_32537439,32537439\nMSRC64898_32537371,32537371\nMSRC64893_32521242,32521242\nMSRC64892_32519672,32519672\nUndocking_WUAPI_SxS,32518535\nSB_Test,32513582\nMSAAADC,32503442\nFixBug32498229,32498229\nIE_SBE_CleanupAtEnabled,32495507\nMSRC64853_32488163,32488163\nMSRC64842_32484196,32484196\nOobeNetworkReprobe,32480409\nDWMHdrPixelFormatEnforced,32475491\nMSRC64834_32474824,32474824\nMSRC64834_32474822,32474822\nMSRC64832_32474491,32474491\nShowMaxDaysInTimeline,32473084\nRejuv_Camera_Settings,32472551\nMSRC64825_32472455,32472455\nMSRC64825_32472453,32472453\nMSRC64719_32470508,32470508\nServicing_DeviceOnLost_32463455,32463455\nPCH_EnforceBreakingChange,32461398\nBugFix32439543,32439543\nOSetupPTest,32438591\nTestIdealStateControlIrisCampaign,32436187\nMSRC64763_32434971,32434971\nUpgrade_MediaScenario_ForceAcceptEulaInDownLevelOS,32434707\nSettingsRejuv_MixedReality,32433565\nFamilySafetyRemoteLock,32425780\nMSRC64746_32425730,32425730\nMSRC64746_32425728,32425728\nCPRTest,32423803\nRefreshSuggestionsContextMenu,32418663\nUserManager_AADC,32407602\nMSRC64721_32391376,32391376\nMSRC64720_32386001,32386001\nServicing_FeedsEmptyDisabledReasonFix_32385510,32385510\nServicing_FeedsNewsRotatingWithOpenFix_32377695,32377695\nPrinterProvisioningCSP_32377461,32377461\nMSRC64702_32376948,32376948\nSystemIndependentFontSizeCHS,32366731\nFullscreenRestore,32361572\nSettingsRejuv_UserProfileControl,32353009\nMSRC64675_32343618,32343618\nPostRebootTelemetryFromGetDeploymentStatus,32341597\nNarratorFindDescendantTextPatternRemoteOptimization,32341145\nSettingsRejuv_AccountsCategoryHeroControl,32340928\nServicing_CleanUpWindowsClassesBeforeUnregister_32335491,32335491\nServicing_KeyboardNavigation_32335287,32335287\nServicing_RegistryWriteError_32333467,32333467\nScanModeScopeFinderOptimization,32332812\nUndocking_WUAUENG,32332606\nMSRC64646_32330004,32330004\nSV2RCFixesTwinui,32324386\nMSRC64641_32323316,32323316\nMkTmeRegKey,32316632\nMSRC64631_32315710,32315710\nServicing_FeedsButtonHoverFix_32307680,32307680\nServicing_FeedsButtonModeChangeTelemetry_32306872,32306872\nMSRC64607_32306327,32306327\nMSRC64605_32305810,32305810\nAutopilotSurfaceHub,32305439\nServicing_FeedsInfiniteLoadFix_32305389,32305389\nMSRC64603_32304823,32304823\nPowerAndBatteryPage_DisableGraphSmoothing,32304239\nDeclaredConfiguration_Desktop,32303130\nMSRC64594_32300957,32300957\nCandidateWindowTipLinkCrash,32293807\nMSRC64582_32292762,32292762\nTestAlertBannerIrisCampaign,32292267\nMSRC62686_32291828,32291828\nMSRC62982_32291822,32291822\nMSRC63368_32291794,32291794\nMSRC63361_32291786,32291786\nMSRC63460_32291783,32291783\nMSRC63391_32291778,32291778\nMSRC63828_32291772,32291772\nMSRC63746_32291766,32291766\nMSRC63868_32291765,32291765\nMSRC63769_32291760,32291760\nMSRC63982_32291754,32291754\nMSRC63988_32291752,32291752\nMSRC64091_32291742,32291742\nMSRC64273_32291736,32291736\nMSRC64232_32291734,32291734\nMSRC64186_32291732,32291732\nMSRC64226_32291727,32291727\nMSRC64297_32291725,32291725\nMSRC64305_32291723,32291723\nMSRC64290_32291721,32291721\nMSRC64287_32291720,32291720\nMSRC64310_32291719,32291719\nMSRC64295_32291715,32291715\nMSRC64331_32291714,32291714\nMSRC64303_32291712,32291712\nMSRC64306_32291710,32291710\nMSRC64437_32291705,32291705\nMSRC64374_32291704,32291704\nMSRC64351_32291699,32291699\nMSRC64349_32291697,32291697\nMSRC64333_32291691,32291691\nMSRC64371_32291671,32291671\nSettingsPersonalizationHeroControl,32291554\nVDSLTest,32266484\nMeetAndChatIrisContent,32266096\n21H2_Enablement,32252862\nServicing_TaskbarHeightChangesFeedsModeFix_32246009,32246009\nServicing_FeedsRetryTimer_32240580,32240580\nServicing_IsFeedsAvailableExpectedErrorHandling_32238316,32238316\nRejuv_Device_Encryption,32237831\nSearchAnimations,32236533\nEnterprisePasswordlessExperience_32225942,32225942\nServicing_GSKUSearchHeaderException_32224631,32224631\nJumplistInContextMenu,32222762\nServicing_ExplorerCrashCreateDrawingSurface_32219994,32219994\nFHL2021SpringInputScopeOnRunDialog,32215163\nServicing_FeedsWebviewVisibilityMessageToServer_32214317,32214317\nCloudNavMeshCache,32210961\nCapabilitiesDEHMachinePhase,32203795\nSearchBoxActivationHangFix,32193412\nMSRC64413_32193132,32193132\nMTCATest_UBC,32191280\nMSRC64400_32191236,32191236\nBugFix32183343_BubblePosition,32183343\nBug32177364_FixKeyboardGridAfterDictationOverlay,32177364\nSearchBoxImprovedSuspensionFix,32174744\nAppUriPathSupport,32167453\nEdgeUpdate,32165251\nCentennialRibbonNewMenuInvoke,32160382\nUndockingTrust_SxS,32158070\nLUITest,32157446\nFUXTest,32157403\nBSBTest,32157131\nDXGI_BufferUpgrades_Optimizations,32156044\nTouchProcNoGuard,32146374\n38f13e0fba0656bd8248c0fdddc56de1,32145346\nDispBroker_EmulateKernelSdcReset,32144447\nBugFix32138127_CHSHandwritingetc,32138127\nCtacSessionContext,32137669\nBugFix32137628_VisibilityLock,32137628\nHVSUSSHTest,32135017\nOobeNdupExpeditedUpdateBlockingCheck_32133523,32133523\nServicing_WDAGRemoteAppFlicker_32131376,32131376\nTKWUTest2,32125328\nServicing_ExplorerCompositionHostAddVisual_32109678,32109678\nCameraSettingsWhiteBalance,32108441\nMSRC64273_32106102,32106102\nEnableVirtualRefreshRateOnExternalMonitor,32105186\nServicing_FeedsJSONParsingExceptionFix_32102257,32102257\nBugFix32097984,32097984\nBugFix32094691_GripperBarHeight,32094691\nMSRC64226_32094340,32094340\nSettingsRejuv_SystemCategoryHeroControl,32093957\nMoveUWLMForDesktop,32091812\nSTest05,32090915\nEmptyStageBackgroundImage,32090263\nPCH_ShellPackageUpdateUnderLockOnly,32089879\nServicing_ScrollViewerLayoutCycleFix_32089063,32089063\nMultiSpectrumAntiSpoofingModel,32081961\nStartAlwaysAutoShow,32078060\nMNAPI,32075029\nMNAI,32074938\nCMITActivationSettingsPage,32072588\nMSRC64205_32072023,32072023\nGTGETest,32066579\nAppraiserSVChecks,32064666\nPCH_UndockedSearchTest,32064597\nUndocking_WUAPI,32063705\nBugFix32062481,32062481\nUseExternalMeetAndChatIrisId,32060732\nSinglePathAppRestart,32060401\nBugFix32059606ShapewritingThickness,32059606\nMSRC64186_32057820,32057820\nSettingsRejuv_SharedExperiences_NearbySharing,32055143\nBugFix32053342,32053342\nBugFix32052979_DeadLockInInputLocaleManager,32052979\nIE_SBE,32050367\nDeliveryOptimization_RLedbat,32050313\nCloudNavMesh,32047098\nHgsPlusParkingSupportRequired,32043985\nCUFSTest,32043389\nFailFastDeprecatedAppExtensionMethods,32030964\nSvchostXfgPolicies,32009050\nSV2RCFixesFTMCrossProcClientImpl,32006506\nGpuVaPagingHistoryFre,32004408\nRemoteDesktop_Rejuv,32003191\nAlwaysProcessAppListInvisibleTiles,31992504\nSettingsRejuv_GraphicsCaptureProgrammatic,31986764\nSettingsRejuv_GraphicsCaptureWithoutBorder,31986747\nSettingsRejuv_DownloadsFolder,31986728\nSettingsRejuv_PrivacyVoiceActivation,31986706\nSettingsRejuv_BroadFileSystemAccess,31986675\nSettingsRejuv_PrivacyVideos,31986635\nSettingsRejuv_PrivacyPictures,31986618\nSettingsRejuv_PrivacyDocuments,31986606\nSettingsRejuv_PrivacyAppRequestedDownloads,31986566\nSettingsRejuv_PrivacyAppDiagnostics,31986553\nSettingsRejuv_PrivacyCustomPeripherals,31986528\nSettingsRejuv_PrivacyTasks,31986304\nSettingsRejuv_PrivacyEmail,31986300\nSettingsRejuv_PrivacyCallHistory,31986294\nSettingsRejuv_PrivacyCalendar,31986290\nSettingsRejuv_PrivacyContacts,31986285\nSettingsRejuv_PrivacyAccountInfo,31986280\nSettingsRejuv_PrivacyNotifications,31986266\nSettingsRejuv_PrivacyMicrophone,31986224\nMSRC64115_31984176,31984176\nBugFix31980243,31980243\nSnCmEnablment,31979781\nTUCHFTest,31970011\nMSRC64092_31966791,31966791\nMSRC64090_31966490,31966490\nBugFix31960649,31960649\nCameraOcclusionStateMonitor,31959435\nDUCForIoTEnterprise,31949603\nFileSystemPolicy_2021,31943156\nIAWUTest,31939290\nScriptingEngines_CollectLegacyTelemetryData_Multithreading,31935990\nMSRC64044_31934337,31934337\nServicing_IsRemovableDevicePath_31932128,31932128\nGraphRecentItemsManagerEnabled,31923344\nHnsFlowSteeringContainerManager,31921179\nSkipWaitingForConnectionSignal,31917510\nScriptingEngines_GroupPolicyJScriptReplacement,31916716\nBugFix31915298CorrectMinmax,31915298\nBugFix31914887ShiftViewDoesNotShowBaseLabel,31914887\nIconUnstacking_31913374,31913374\nRejuv_USB_Settings,31907773\nMultiCoreClasses,31903588\nBugFix31897360_ResourceLoader,31897360\nBugFix31897348_ApplicationCurrent,31897348\nUndockedSCOOBENetworkDropoffHandler,31896588\nRevamped_Login,31879562\nPCH_SnapGroupsInAltTabActivationModel,31877852\nSettingsUpdate_Touch,31870346\nMSRC63969_31861616,31861616\nEnableFullSRCacheAppExtensionLookup,31860268\nMSRC63913_31860193,31860193\nSettingsRejuv_DeviceUserIntent,31856982\nBugFix31851003,31851003\nSUCTest,31850142\nCandidateWindowRelE,31849487\nBugFix31845635KoreanFullFixes,31845635\nVoiceTypingToolTipTelemetry,31845633\nUpgradeEligibilitySessionContext,31842301\nEditionBasedDefaultPolicyValues,31840299\nOSetupAVTest,31839148\nServicing_CompositionHostRenderingDeviceReplaced_31834199,31834199\nEnableSystemResourceManagerForExplorer,31832430\nSettingsRejuv_AppsFeatures_Settings,31830811\nBugFix31829914,31829914\nBugFix31829903,31829903\nBugFix31829865,31829865\nLowPriorityUpdate,31828961\nVoiceTypingListeningCancellation,31826634\nMSRC63105_31824985,31824985\nServicing_FeedsBlurryTextFix_31810205,31810205\nSkipSpartanInAssociationEnumeration,31809544\nOobeNdupExpeditedUpdate_31808636,31808636\nMSRC63868_31808102,31808102\nStartAutoShowNewDevices,31804463\nCloudKerberosForCloudOnlyUsers,31800898\nHaadjDelegationTokenLogon,31797978\nCDMLiteDownloadAssets_31797835,31797835\nServicing_USOLoggerAlreadyClosed,31792981\nRecycleBin_Leak,31791273\nAppsForWebsitesRejuv,31788477\nFileExplorerPolicy_2021,31782608\nRejuv_Sign_In_Options,31777845\nRejuv_Access_Work_or_School,31777763\nSettingsRejuv_Accounts,31777756\nLegacyFolders,31776450\nPCH_MSHTest,31773361\nSettingsPersonalizationRejuv_LockScreen,31772998\nSHTest,31771395\nSettingsRejuv_AccountsUsers,31770149\nMSRC63845_31768335,31768335\nMSARRP,31760575\nMpeConnectionMonitor,31758802\nGetAumidUsingITileViewStatics,31754925\nWddm30CpuVisible,31754733\nSettingsRejuv_YourInfo,31754099\nRejuv_Taskbar,31754050\nPersonalization_StartRejuv,31754019\nMSRC63823_31753986,31753986\nMSRC63821_31753551,31753551\nBugFix31748046_ChildKeyFixes,31748046\nPsaDynamic,31746345\nReduceFUWakeDisruption,31744752\nOmaDmClientTestingHook,31743990\nWindowTarget,31743749\nUiaOptimizedPatternsBulkFetch,31743520\nTouchpadFeedback,31742892\nFeedsReduceTaskbarUpdates,31741549\nServicing_PerfFixFileDeleting_31741267,31741267\nSettingsVideoRejuv,31736995\nBugFix31735688,31735688\nClipboardHistorySettingsRejuv,31731897\nTITest,31728514\nTIWUTest,31724362\nMSRC63783_31710090,31710090\nMSRC63772_31708335,31708335\nMSRC63771_31708238,31708238\nMSRC63770_31707689,31707689\nClampPositionAfterExpressionProcessing,31707393\nScriptingEngines_CollectJS9LegacyTelemetryData_ScriptStateStarted,31697992\nDomainList,31696406\nBatteryGraphSmartCharging,31692928\nXTests,31692694\nVTCC,31682123\nServicing_FeedsDisableBgtaskOnEmergencyShutdown_31681533,31681533\nICNTest,31676982\nMCTest,31676893\nSUTest,31676885\nOmaDmClientEventSuppression,31666561\nFeedsCompactModeContent,31666450\nSVR_PresentAt_Flighting,31664591\nServicing_MousePointerPageURI_31663528,31663528\nRestrictXpdm_Block3rdPartyDrivers,31654398\nMSRC63677_31650103,31650103\nMSRC63676_31650030,31650030\nMSRC63675_31649970,31649970\nMSRC63672_31648931,31648931\nTranscodeWallpaperInContainer,31648052\nFullHMenuPaint,31646879\nMsaDeviceAuthForEnterprise,31645524\nBugFix31631057,31631057\nDHBPTest,31626668\nServicing_BrowserReplacement_SpartanDeprecation,31626602\nDisplayableSurfaceForcedOn,31626029\nMSRC63572_31624009,31624009\nServicing_FeedsImageURLWithoutExtension_31622441,31622441\nTpmCoreProvFunctionLogger,31621124\nFeedsHoverClickOptions,31615770\nGSAVTest,31613713\nMSRC63567_31613541,31613541\nBugFix31613094,31613094\nConnectionControlChannel,31612370\nHideCameraRollUpload,31611428\nMSRC63550_31610527,31610527\nServicing_ApplockerMutexRelease_31610117,31610117\nHideActivityHistoryCloudSyncSetting,31609456\nBatteryGraphMultipleBatteries,31608451\nMSRC63530_31605655,31605655\nMSRC63531_31605635,31605635\nServicing_description_31598520,31598520\nWUEventsLegacyStyle,31597418\nWCG_Skip_WideColorSpace_Check,31597058\nOSetupUTest,31596717\nServicing_FeedsHoverFlyoutFix_31594952,31594952\nBitLockerRemovableDrivesExcludedFromEncryptionCspNode,31583761\nChatIconBadging,31581781\nScrollbarDPIFix,31579892\nScriptingEngines_CollectLegacyTelemetryData_ScriptStateStarted,31579722\nCimBoot,31577186\nServicing_DynamicKeyword_31575046,31575046\nWSL_Lifted_Support,31574628\nBugFix31574157PixelsGaps,31574157\nBugFix31573996,31573996\nWindowsAutopilotAgility,31566716\nDTests,31565736\nEcoMode,31563046\nDHDefaultUpgrade,31561196\nUdkThirdPartyExtensions,31560468\nMSRC63459_31559664,31559664\nServicing_multinicdisconnect_31559597,31559597\nCameraRollUpload,31558405\nOSetupAnimView,31555170\nEnableThirdPartyFaceAdapters,31551511\nRejuv_Activation_Settings,31547789\nWdagStandbyPlatformContainers,31544377\nServicing_FeedsExplorerInfiniteLoopCrashFix_31538391,31538391\nDirectDisplayApi_Gamma,31535323\nMSRC63449_31534184,31534184\nMSRC63447_31534097,31534097\nDirectDisplayApi_Private,31533217\nDirectDisplayApi_FrontBufferRendering,31533045\nDirectDisplayApi_IndirectDisplaySupport,31533041\nVirtualDesktopOptional,31532520\nRtmep,31530550\nDPETest,31529942\nJTest01,31527042\nMSRC63423_31519020,31519020\nBugFix31517875ChildKeyPanelClipped,31517875\nMSRC63420_31517808,31517808\nBioFeedbackOnXamlIsland,31517562\nTouchSettings,31516548\nUseTPMForEnrollmentKey,31513978\nMSRC63412_31512155,31512155\nCxhAadcAgeUnknownInScope,31507879\nCxhAadcBehavior,31507817\nServicing_2104c_31504504,31504504\nMSRC63405_31499650,31499650\nAUDTest,31498476\nEnableEnahancedSignInSecurityGroupPolicy,31497951\nXPTest,31496852\nIntelligentPwdless,31496654\nKerbSHA2,31496153\nUndockedAlertBanner,31493475\nMSRC63368_31483874,31483874\nMSRC63361_31483579,31483579\nHumanPresenceShellSettings,31482498\nSCard_MD_ReadCache_Fallback,31481748\nModernEapOverLanUx,31480468\nMSRC63332_31474204,31474204\nUiaHandleLargePipeMessages,31469056\nMSRC63304_31466076,31466076\nDisableHomeGroupIdentityProvider,31465552\nMSRC63298_31464184,31464184\nServicing_JapaneseIMENotWorking_31455008,31455008\nServicing_TaskBarCrunchingFix_31451680,31451680\nSupportDisplayId2InsideEdid,31449729\nPreferDisplayIdOverEdid,31449727\nMkTme,31444823\nSurfaceHubWin32VtcAPI_SC,31439180\nMSRC63255_31437957,31437957\nMSRC63245_31433215,31433215\nSystemAppDehTrace,31428562\nModernUXV2TeachingTip,31424701\nKeepToolTipOpen,31424491\nUndockedScoobeEligibilityAdditionalExclusions,31423374\nServicing_WebSignInSafeMode_31423222,31423222\nWindowsAutopilotForceNarrowTimeSync,31422357\nWinREAgent_PartitionResizing,31421068\nESEOverride,31416826\nServicing_JapaneseIMENotWorking_31416800,31416800\nMSRC63219_31415531,31415531\nUUS_UsoSvcImpl_SxS,31411556\nPsfxBasedCorruptionRepair,31408828\nHTTest,31403504\nMSRC63195_31402538,31402538\nMSRC63194_31402507,31402507\nMSRC63193_31402472,31402472\nSettingsRejuv_WindowsUpdate,31401318\nBluetoothLEConnectionParameters_DefaultParameters,31400526\nMSRC63159_31399106,31399106\nRemoveUpgradeNowEntrypoints,31397772\nRemoveMctX86Support,31397761\nMSRC63154_31397731,31397731\nIBSSetup,31397652\nMSDTest,31390638\nEmaillessMSA,31390298\nMSRC62504_31373709,31373709\nMNIB,31371540\nKerbEncryptionModeDisable,31371414\nMACFlyout,31371065\nVTpmAttestation,31368561\nRetrieveEkCertRefactor,31367822\nMSRC63125_31367483,31367483\nPlayback,31366352\nMSRC63019_31357900,31357900\nMSRC63078_31353102,31353102\nDLNAHS,31353069\nDLNENTHS,31353010\nFailFastOnMissedRouting,31348721\nSettingsEvolution_WindowsUpdate,31346986\nPointerCaptureLock,31344584\nMSRC60036_31335824,31335824\nADFSKDFContextV2,31335338\nMSRC63042_31335087,31335087\nMSRC63041_31334944,31334944\nMSRC63033_31334112,31334112\nUndockedScoobeDooMLSideloadedFeatures,31333264\nUndockedScoobeOnLogonForUpgradedDevices,31333254\nUndockedScoobeOnCleanInstallNoNetwork,31333241\nUndockedScoobeEligibilityBasedOnML,31333224\nUndockedDecoupleScoobeFromUpgradeOnLogon,31330396\nIPDATest,31329986\nGPM_MemUsageFastFail,31324347\nUseIrisAADClient,31320227\nHVCHMTest,31319812\nTls13InTeap,31308506\nTls13InEapTtls,31308504\nTls13InPeap,31308502\nDLOMETRIC,31299253\nWdagCreateProgressUpdates,31295704\nUUS_UsoClient,31295465\nUUS_UsoSvcImpl,31295451\nDiagPerfProfileTracing,31292506\nAppxDeploymentRedirectionTrustMitigation,31292484\nSettingsRejuv_FindMyDevice,31292325\nFCoreTests,31292175\nSettingsRejuv_Gaming,31291312\nSkipConnectionOpenBeforeRecognition,31284392\nServicing_JpnEisuKeyBehavior_31282821,31282821\nStorageReserve,31281595\nMSRC62983_31275183,31275183\nMSRC62981_31273995,31273995\nServicing_IEModeNewTelemetry_31265381,31268658\nSettingsRejuv_GraphicsSettings,31267642\nGpuForClusteredVms,31265865\nDamUserSessionDelay,31265047\nHVCZMTest,31265023\nBgTasksInModSApi,31264987\nResourceManagerLimits,31261443\nFixKoreanWideNarrowTouchKeyboardShiftLabel,31256252\nBugFix31255174,31255174\nMSRC62942_31254234,31254234\nLCTest2,31252705\nMSRC62929_31252518,31252518\nCheckPopupHwndIsWindow,31252183\nGenericStrings,31251283\nHVSUSTest,31250956\nHVSTest,31250948\nServicing_2102c_31250062,31250062\nMSRC62903_31248486,31248486\nRemoteTextIntegration_Perf_Vail,31238536\nBugfix_PcaHeapCrash,31237327\nMSRC62946_31236997,31236997\nInfraredROIControlImprovement,31225283\nAPSCTests,31217317\nMSRC62851_31204514,31204514\nSettingsRejuv_SearchIndexer,31199967\nSettingsRejuv_Recovery,31198568\nSettingsAboutRejuv,31197890\nMSRC62839_31197495,31197495\nMSRC62828_31190098,31190098\nMSRC62826_31189772,31189772\nMSRC62821_31188485,31188485\nMSRC62813_31187157,31187157\nBugFix31169450,31169450\nMSRC62794_31158679,31158679\nBugFix31154583,31154583\nInputViewModernHostingAnimationPart2,31154011\nServicing_JapaneseIMENotWorking_31152774,31152774\nMSRC62788_31150637,31150637\nServicing_ExplorerIntDarkMode_31144776,31144776\nBugFix31141196,31141196\nIMDSLicensingIntegration,31129112\nServerSetIDXVersion,31113207\nSecureCamera,31101960\nMSRC62692_31101608,31101608\nMSRC62691_31101437,31101437\nMSRC62689_31101024,31101024\nMSRC62683_31099534,31099534\nRWTest,31098490\nMSRC62680_31098397,31098397\nMSRC62674_31090344,31090344\nAppExecutionAliasUsingPackagedCreateProcess,31088796\nDeferViewStateChangedEvent,31086597\nMSRC62646_31075584,31075584\nMTests,31073511\nMStartupTests,31073410\nMSRC62634_31072876,31072876\nDETest,31072854\nSNTest,31072849\nLATest,31072841\nSBTest,31072833\nLCTest,31072829\nDATest,31072813\nTest63,31072802\nOSetupTest,31072775\nOBoxing,31072764\nCACTest,31071662\nAllowTransparentBackgroundFromMEM,31070537\nWSTest,31070534\nVTest,31070505\nIATest,31070444\nSettingsTroubleshootRejuv,31065128\nEnumDisplayMonitors_UseSharedLock,31059856\nEnumDisplaySettings_UseSharedLockWhenPossible,31058687\nNoSpeechProcessorDeactivationOnModKey,31055084\nMSRC62622_31054723,31054723\nMSRC62621_31054691,31054691\nMSRC62618_31054557,31054557\nMSRC62616_31054487,31054487\nEnumDisplayDevices_UseSharedLock_DontCheck,31051196\nEnumDisplayDevices_UseSharedLock,31048924\n4096916b8ccac678b7be49f168ef6616,31043135\nWlan_SecondaryStaSupport,31042985\n21H1_Rollback,31041298\nClipboardRetriesRelC,31039808\nChangeNotify_Threadpool,31037754\nObfuscateDataFile,31031347\nVTWUTest,31031221\nUserIntentSessionContext,31029676\nMSRC62561_31028037,31028037\nMSRC62553_31027277,31027277\nDisplaySleepPowerSettings,31026792\nRejuv_Storage_Settings,31025905\nRejuv_Bluetooth_Settings,31025902\nRejuv_Optional_Features_Settings,31025900\nRemoveKeyViewStateManager,31017689\nCalendarMA,31015518\nDisableAADCloudAPPluginInRegistry,31014477\nMSRC62536_31012518,31012518\nMSRC62534_31012484,31012484\nMSRC62533_31012439,31012439\nMSRC62531_31012406,31012406\nMSRC62524_31011603,31011603\nMSRC59936_31011409,31011409\nMSRC59847_31011359,31011359\nDisplayRejuvPage,31010280\nVirtualRefreshRate,31009242\nNestedSevSnp,31004592\nMSRC62497_31002625,31002625\nMSRC62491_30999602,30999602\nOBR,30998428\nPowerAndBatteryPage,30997927\nShellWindowingLimitSnappedWindows,30991329\nShellWindowingShowMaximized,30991328\nVoiceTypingBugFix2012,30991183\nSkipConnectionCloseInConnectionRefresh,30983699\nTN309,30978159\nPreviewPaneUseDefaultFont,30972178\nMSRC62453_30965917,30965917\nMSRC62445_30964928,30964928\nMSRC62444_30964745,30964745\nJapanese12KeySpaceKeyLabel,30961786\nBugFix30961472,30961472\nOctRefreshDesktopKeyboardHostingImprovement,30958987\nBugFix30952106,30952106\nShellDialog_DPIPerMonitorV2,30949856\nServicing_2102c_30942939,30942939\nShowConsentUXForTesting,30940593\nSuggestionUIWinUI,30939958\nWideNarrowEscKeyFontSize,30939410\nDLOOBE,30937739\nHLG_Presentation_SDR,30937469\nACS_Calibration_Workaround,30933691\nFeedsTHGuardrail,30931456\nWdagARM64Support,30926566\nMSRC62360_30915721,30915721\nMSRC62359_30915667,30915667\nEnhancedPalette,30915588\nMSRC62348_30904589,30904589\nATTest,30901112\nAUTest,30901086\nBugFix30898698,30898698\nMSRC62306_30898517,30898517\nMSRC62303_30898467,30898467\nMSRC62296_30897340,30897340\nMSRC62280_30894700,30894700\nMouseCursorChannel,30876648\nHub_21H1_MultiCameraSupport,30860655\nBugFix30856157,30856157\nHardwareConfirmatorsRejuv,30849917\nSignInOptionsInPowerMenu,30848624\nRestartAppsInPowerMenu,30848613\nMSRC62265_30845020,30845020\nBugFix30836744,30836744\nCWWUTest,30835847\nSettingsRejuv_PrivacyGeneral,30832672\nMSRC62190_30829971,30829971\nBugFix30821679,30821679\nMSRC62222_30820469,30820469\nMSRC62219_30818440,30818440\nLMCTest,30815606\nAudio_Drivers_Apx,30813804\nFeedsTaskbarHeadlineWidthThreshold,30803283\nMSRC62200_30801186,30801186\nALRCurve_Surface_Devices,30786922\nValueBannerCDMLiteV2,30785790\nEnableRestorePreviousStateRecalcBehaviorSpi,30784717\nMSRC62188_30784573,30784573\nMSRC62185_30784136,30784136\nMSRC62183_30784010,30784010\nNRO,30783463\nMSRC62177_30782480,30782480\nFeedsCTACompliance,30743104\nMSRC62154_30735374,30735374\nWinLogonHandleTracing,30728913\nLogonUINoUpdateUserInput,30723191\nSettingsRejuv_Accessibility_EyeControl,30715732\nSettingsRejuv_Accessibility_Mouse,30715636\nSettingsRejuv_Accessibility_Audio,30715632\nSettingsRejuv_Accessibility_MousePointer,30715618\nSettingsRejuv_Accessibility_Captions,30715597\nSettingsRejuv_Accessibility_TextCursor,30715581\nSettingsRejuv_Accessibility_Magnifier,30715566\nSettingsRejuv_Accessibility_HighContrast,30715556\nSettingsRejuv_Accessibility_Speech,30715545\nSettingsRejuv_Accessibility_ColorFilter,30715532\nSettingsRejuv_Accessibility_Keyboard,30715528\nSettingsRejuv_Accessibility_Narrator,30715512\nSettingsRejuv_Accessibility_Display,30715491\nBugFix30682780,30682780\nMSRC62133_30665769,30665769\nUpdate_EcoQos,30658871\nSharedMemoryDIBSection,30658182\nWindowManagementIDKOnDesktop,30629240\nBugFix30628285,30628285\nDynamic_Brightness_Hysteresis,30607883\nDistinct_Percent_Nits_Mapping,30607842\nBugFix30588188,30588188\nSettingsRejuv,30580687\nBugFix30577258,30577258\nMSRC62103_30555260,30555260\nBucketed_Autobrightness_A_B_Testing,30544267\nMSRC62094_30543580,30543580\nRemoveAutoRotateFlyout,30534178\nMSRC62081_30533401,30533401\nNoEventOnSameSettingsValue,30398869\nServicing_2102c_30396879,30396879\nSettingsPersonalizationRejuv,30381770\nSettingsRejuv_DateandTime,30380766\nApplicationFrameMinMaxEqualSizeResizeFix,30380541\nGamingOverlayMultiWindowSupport,30380406\nMSRC62074_30377023,30377023\nSettingsRejuv_PrivacyCA,30331247\nReplaceLegacyBrowserForGroupPolicyAndOEMStartMenuLayouts,30316586\nMSRC62062_30315720,30315720\nMSRC62058_30314881,30314881\nMSRC62052_30311015,30311015\nBugFix30287167,30287167\nServicing_IFELangApiPerformance_30273102,30273102\nANSCTests,30267148\nIgnoreKnownPackagesList,30266313\nHnsFlowSteeringEngineNetworking,30266022\nPsaInEnterprise,30259475\nBugFix30259448,30259448\nMSRC62032_30258581,30258581\nMSRC62029_30258071,30258071\nViewSwitchOnFlyoutClosed,30222419\nFeedsTouchOpensFlyout,30213886\nAppDefaultsSettingsPageRedesign,30206630\nCommandBar,30206495\nFocusAssistRejuv,30204574\nNotificationsSettingsRejuv,30204206\nWDAGPerfPackage_30203912,30203912\nWdagDisableSvcsPerfPackage,30203719\nServicing_2103c_30202174,30202174\nBugFix30201650,30201650\nTestNMT,30195134\nMSRC61991_30190627,30190627\nAddUndockedXamlExtensionsMetadataProvider,30188590\nBugFix30184023,30184023\nVoiceTypingModernUX,30181258\nMSRC61980_30177949,30177949\nMSRC61979_30166763,30166763\nShowUndockedValueBanner,30163998\nDefaultAudioDeviceChangeUserPrompt,30163509\nDSCTrial,30159903\nSkipInitializationIfDestroyed,30153989\nVoiceTypingBugFix2011,30153697\nVoiceTypingContainmentBaseline,30153679\nTextInputModernUXFrameStyleOnDesktop,30152211\nTdx,30143519\nOptimizePositionAndSizeUpdate,30134375\nBugFix30133987,30133987\nHtmlLauncher_CDN,30120501\nHnsEnableLWNICsForDrVNICs,30100782\nMSRC61895_30100519,30100519\nWindowsInsiderPageRejuv,30095024\nWdagNickelClipboardEnhancements,30094361\nServicing_ExplorerComputingFilters_30093909,30093909\nMSRC61884_30092831,30092831\nDeviceHealthImprovements,30091733\nContainerManagerAgent,30081036\nUUS_MusNotifyIcon_SxS,30080629\nTrApi,30078641\nJapaneseImeOnModernUXTouchKeyboard,30074835\nUUS_DeliveryOptimization,30070405\nAppDefaultsEdgeCampaignDialog,30055068\nEnableSplitLayoutInPortraitModeRelA,30037082\nTaskbarTestProxy,30032583\nAnaheimEdgeDetailedView,30031104\nSettingsRejuv_DeliveryOptimization,30030725\nModernUXFrameStyleTouchKeyboard,30024318\nBugFix30023689,30023689\nAccessibleAmd64OnArm64,30022433\nDSATrial,30020612\nDashboardGestureIntegration,30018569\nMSRC61832_30017502,30017502\nMSRC61823_30015604,30015604\nMSRC61821_30013941,30013941\nCTUATest,30013509\nBugFix30012905,30012905\nMSRC61817_30012712,30012712\nMSRC61816_30012157,30012157\nBugFix30006925,30006925\nSettingsPersonalizationRejuv_Themes,30005633\nMSRC61809_30002351,30002351\nMSRC61803_30000744,30000744\nOobeDeviceNamePage,30000094\nMSRC61798_29999861,29999861\nFeedsApi,29990934\nMSGraphIntegration,29990827\nservicing_21H1_WMISessionUpdateGP,29990585\nBug29990543_SizingFixes,29990543\nMSRC61779_29989881,29989881\nAeroShakeEnabled,29983356\nBugFix29979439,29979439\nCacheForegroundAppId,29978152\nDelayFadeInAnimationForViewResize,29975786\nBugFix29975030,29975030\nAadCapableDLOOBE,29974285\nScoobeBrowserSettingsPermanentNode,29973024\nIE_RemoveIEFromWindowsOptionalFeatures,29970955\nCameraEffectsSettings,29970100\nFeedsBackgroundWebViewRefresh,29947361\nFeedsFullVersion,29947360\nMSRC61728_29942047,29942047\nMSRC61727_29941876,29941876\nServicing_NoWaitOnShutdownCancel_29940137,29940137\nDeliverDespiteMessageFilter,29937229\nTreatDosDevicePathsAsNormalFiles,29933563\nMSRC61715_29932695,29932695\nMSRC61712_29929058,29929058\nMSRC61710_29928883,29928883\nUnreliableLidRecovery,29928180\nMSRC61700_29926750,29926750\nMSRC61699_29922275,29922275\nMSRC61698_29921613,29921613\nAccessRegistryLockAcquireCount,29919768\nMSRC61683_29915577,29915577\nBugFix29915178,29915178\nCUIPN,29913204\nMSRC61678_29900894,29900894\nMSRC61678_29900893,29900893\nCloudStoreBackupRestoreForLargeBlob,29898970\nUPExperimentation_29898434,29898434\nMSRC61665_29898393,29898393\nSettingsRejuv_DiagnosticsAndFeedback,29896902\nMSRC61652_29896246,29896246\nMSRC61650_29896060,29896060\nMSRC61650_29896056,29896056\nMSRC61649_29895490,29895490\nMSRC61649_29895489,29895489\nMSRC61750_29883219,29883219\nMSRC59320_29882764,29882764\nMSRC59847_29882757,29882757\nMSRC59936_29882756,29882756\nMSRC59796_29882755,29882755\nMSRC60036_29882748,29882748\nMSRC60149_29882744,29882744\nMSRC60142_29882741,29882741\nMSRC60162_29882734,29882734\nMSRC60163_29882731,29882731\nMSRC60345_29882722,29882722\nMSRC60706_29882708,29882708\nMSRC60699_29882706,29882706\nMSRC60715_29882705,29882705\nMSRC60940_29882697,29882697\nMSRC61047_29882696,29882696\nMSRC61022_29882690,29882690\nMSRC61085_29882689,29882689\nMSRC61092_29882686,29882686\nMSRC61088_29882685,29882685\nMSRC61090_29882682,29882682\nMSRC61174_29882678,29882678\nMSRC61160_29882673,29882673\nMSRC61285_29882668,29882668\nMSRC61175_29882663,29882663\nMSRC61208_29882661,29882661\nMSRC61271_29882660,29882660\nMSRC61294_29882658,29882658\nMSRC61397_29882624,29882624\nMSRC61482_29882621,29882621\nMSRC61494_29882619,29882619\nMSRC61513_29882615,29882615\nMSRC61618_29882594,29882594\nMSRC61611_29882592,29882592\nMSRC61600_29882587,29882587\nMSRC61370_29882434,29882434\nMSRC61481_29882408,29882408\nMSRC61493_29882407,29882407\nMSRC61498_29882397,29882397\nEnablePublisherIntentEnforceMode,29882131\nEnablePublisherIntentTMI,29882130\nDLNP,29881334\nBluetoothL2,29881313\nAppBackgroundPermissionsWhenSleep,29880918\nFireHostInvokedTelemetryInExplorer,29871341\nCDMLiteCache,29861382\nCBRS,29855943\nThemeShadowKind,29853719\nUseSegoeFluentIcons,29852930\nBitLockerSaveMSA,29849368\nDPLOnPushAPI,29848869\nCrossMonitorFix,29847134\nOldWebPackageCleanUp,29843763\nAADDeviceAuthCookieInCXH,29842082\nATTests,29841794\nOemEsimStore,29834243\nWscStartupTask,29834242\nUndockingTrust,29829133\nForgetMultitapKeyOnViewChange,29824499\nOnScreenKeyboardHandling,29813098\nBucketed_Autobrightness,29811987\nDeviceManager_ViewDrivers,29803337\nJapanese12KeyCount,29802555\nSettingsPermanentNavPngIcons,29797802\nRejuvEntityItem,29797102\nCloudStoreBackupRestoreForAAD_29796575,29796575\nCloudStoreBackupRestoreOnWcos,29795560\nServicing_JpnReconversionEndWrongReading_29791812,29791812\nStartTest04,29790967\nFoldersInPinnedList,29790350\nSRTest,29789435\nSettingsXamlExtensions,29785975\nTaskbarDynamicIconScaling,29785184\nMSRC61492_29783340,29783340\nMSRC61492_29783339,29783339\nDXGI_BufferUpgrades_Demo_Mode,29781879\nServicing_2107_29776482,29776482\nExplorerIcons_2021,29758728\nVailAppExecutionContext,29758286\nWin32TaskbarAccess,29757190\nSettingsRejuv_ActivityHist,29755179\nBugFix29751991,29751991\nTouchKeyboardPerfExtraEvents,29748342\nLiteCWOnDesktopHindi,29748122\nLiteCWOnDesktopKOR,29748118\nLiteCWOnDesktopCHT,29748116\nLiteCWOnDesktopCHS,29748114\nLiteCWOnDesktopJPN,29748112\nBugFix29747469,29747469\nDXGI_WindowedSwapEffectUpgradeToggle,29747211\nDPSWSettingsUI,29747151\nFlushInputAppRequestImmediately,29746728\nTouchKeyboardPerfImprovementVoiceTyping,29746664\nUiaOptimizedSimpleBulkFetch,29743376\nWUEventsReconfigurationAndSampling,29743028\nPackageStatusInStateRepository,29741783\nMemoryPerformantEnvironment,29741686\nFullscreenSnipResolution,29740142\nLLR,29739188\nSettingsRejuv_MultiTasking,29739067\nSettingsPrintersRejuv,29734477\nSettingsRejuv_OfflineMaps,29734046\nSettingsRejuv_OpenYourPhone,29733800\nGPM_LostPresentsFastFail,29733546\nMSRC61444_29729861,29729861\nMSRC61445_29729860,29729860\nMSRC61444_29729859,29729859\nMSRC61445_29729845,29729845\nWrapUser32PwndAccessInTryCatch,29727772\nRemoteTextIntegration_Perf,29727256\nRoundedWindowCornersPrototype,29718541\nSettingsPermanentNavBreadcrumb,29717861\nSETest,29714381\nStartTest03,29713388\nWSXProvider,29713338\nCuratedHMenuContextMenu,29704337\nDisplayMux_Enabled,29703500\nTestNM,29702941\nOobeOemRegistrationPhoneNumber,29702862\nTestNP,29702787\nOobeLanguagePageTitleRemoval,29702551\nSTUC,29702103\nSSWPArrangementNewLogic,29699906\nMSARTest,29698828\nMSRC61395_29697900,29697900\nMSRC61394_29697899,29697899\nMSRC61395_29697898,29697898\nMSRC61394_29697884,29697884\nMSRC61392_29697633,29697633\nMSRC61393_29697632,29697632\nMSRC61392_29697631,29697631\nMSRC61393_29697616,29697616\nServicing_BackgroundTaskDeferralLeakFix_29685610,29685610\nJRITest,29680678\nMSRC61383_29680010,29680010\nMSRC61383_29680009,29680009\n21H1_Enablement,29676690\nSCMTest,29676550\nProtectUserDictionaries,29674961\nRoundedRectangleCpuClip,29674145\nSettingsRejuv_PenInk,29673992\nStaticDWMHdrPixelFormat,29665041\nSnapGroupsInSwitchers,29664324\nVoiceTypingAccelerator,29653291\nShellWindowShare_API,29651839\nInputViewModernHostingAnimation,29650567\nServicing_29648847,29648847\nMSRC61320_29647293,29647293\nSettingsRejuv_DeveloperOptions,29646885\nHWPWUTest,29644558\nMRAnimationsUpdate,29644071\nSettingsAudioRejuv,29643556\nCaseInsensitiveModeNameComparison,29642131\nTKWUTest,29637365\nCredUIDesktopFluentStyling,29634226\nHgsPlusSupportRequired,29632364\nSettingsRejuv_IT_Privacy,29631937\nSettingsRejuv_Typing,29631860\nShrinkWindowOnMoveSize,29631310\nTouchKeyboardPersonalization,29623181\nCUUACSTest,29622217\nChinaGifProvider,29620300\nAppBackgroundPermissions,29616923\nSAFlyout_29613433,29613433\nModernIconsInInputSwitcher,29610019\nVoiceTypingSupportedLanguageExpansion,29609459\nKernelSharedUserDataAslr,29588373\nMSRC61285_29588028,29588028\nXamlExtensions,29587667\nNewDesktopTaskSwitcherTests,29573975\nDeprecateTileControl,29573966\nGdiEnableTestEscapeAPI,29573854\nFrontloadTimelineVisualTreeModifications,29573784\nShareUIRepaint,29573154\nUUS_MoUsoCoreWorker_SxS,29571617\nWinRT_Programmatic_Capture_API,29569267\nKeyboardOcclusionMitigationImprovement,29560817\nMSRC60304_29558828,29558828\nServicing_2102c_29553739,29553739\nTUCMTest,29550594\nMSRC61219_29539880,29539880\nCxhExtensionPackagesAccess,29538898\nReportShellPreferenceMisuse,29538764\nServicing_TVMHistoryUX_29534374,29534374\nTaskbarUndockedControls,29534009\nExtendedUIXamlRefresh,29532725\nMoveTaskbarContextMenuControlsToSettingsApp,29521909\nUseDesktopTaskbarHandlerDll,29521844\nFastExitForPendingAcquireFrame,29521079\nForceEnhancedMultiSessionRemoteVsyncEmulation,29521070\nServicing_TVMToastUX_29520200,29520200\nRustTrueType,29515811\nCloudStoreBackupRestore_29511758,29511758\nMSRC61173_29511456,29511456\nTallerSlates,29482658\nNotepadBanner,29480499\nMSRC61149_29475099,29475099\nServicing_JPNImeSpaceReadingString_29463547,29463547\nSettingsRejuv_PrivacyWebcam,29454300\nLanguageSettingsRejuvenation,29449858\nBugFix29439539,29439539\nBugFix29438520,29438520\nXHSWUI,29425493\nIommuInterfaceV2,29424607\nMSRC60884_29411782,29411782\nBugFix29397516,29397516\nMSRC61102_29384244,29384244\nMSRC61102_29384243,29384243\nUnenrollMDMOnSysprep,29380632\nMSRC60183_29380044,29380044\nBugFix29362669,29362669\nArm64XProcessSupport,29359153\nStrictIAMForegroundCheck,29355711\nOPAnimations,29340452\nMSRC61054_29286103,29286103\nMSRC61053_29286054,29286054\nMSRC61052_29285921,29285921\nUiaNewWindowRegisterEventsAsGroup,29277678\nUiaCacheRuntimeIdOnReturnedElements,29277490\nWorkAreaIgnoreDesktopLock,29275872\nActivityFeedClientBackupAndRestore,29271427\nMSRC61041_29267022,29267022\nBugFix29252790,29252790\nMonitorTopologyChangeAnimations,29248010\nCxhUdkAccess_29246321,29246321\nMSRC60880_29246065,29246065\nMSRC60949_29246038,29246038\nMSRC61023_29245861,29245861\nMSRC61012_29245815,29245815\nMSRC61009_29245786,29245786\nMSRC60879_29245516,29245516\nMSRC60901_29245319,29245319\nMSRC60556_29245303,29245303\nMSRC60885_29245171,29245171\nSettingsUpdate_Touchpad,29241309\nSettingsRejuv_FontSettingsRejuv,29241279\nSettingsUpdate_Mouse,29241208\nSevSnpEmulation,29236512\nCustomFontPathRelA,29216401\nControllerMotionPredictionModel,29209419\nDelayedForceEviction,29206634\nMakeOnUserProfileChangedSynchronous,29205015\nNegoexPassesStructuredExceptions,29204454\nShowM365OnValueBanner,29174495\nIE_OneTimeSSFDownload_29150691,29150691\nM365AlertBanner,29149697\nMSRC60724_29147484,29147484\nUtcAllowCdn,29144591\nAllowWin32SettingsShortcut,29143254\nWmasfot,29140109\nServicing_Hub_AnaheimProfileCleanup_29139702,29139702\nDualEngine_SynchronousZoom,29078494\nDualEngine_SuppressUnneededZoomEvents,29059948\nSettingsRejuv_Networking,29029980\nServicing_HandleKSPForAttest_29018698,29018698\nMSRC59831_29002716,29002716\nMSRC59830_29002697,29002697\nInputSuggestionsFamilyEmoji,29002175\nExpressiveSuggestionUIPageColdStartPerformanceImprovement,28999812\nEnableMPR,28997116\nDarkModeForOperationStatus,28995404\nThemeDesigner,28992889\nOneSettingsClient_UseCommonHttpLibrary,28992483\nAADKDFContextV2,28991043\nRegisterUdkPackageOnDemand,28990927\nIrisServiceRefreshCtac_28969680,28969680\nDmaRemapping,28967161\nTpmAndSmBioVersionCspNodes,28966953\nServicing_JpnHiraKataSwitchCombination_28964954,28964954\nNormalizeIrisFlightsId,28962549\nServicing_IHDSCrash,28936452\nBugFix28931293,28931293\nDeprecatedBatteryUsageUX,28919845\nWindowHelloWinBioServiceCustomInterval,28919707\nWallpaperWindowFreeFix,28874169\nMSRC60826_28859692,28859692\nMSRC57554_28854420,28854420\nContainerOSPlus,28853893\nUseSharedMsgFilter,28853153\nBugFix28850999,28850999\nXXTests,28847533\nSVR_PresentAt_Async_Presentation,28826436\nAnimateLockLogonBackground,28825948\nInkGestureHaptics,28820536\nFeedsTestability,28818453\nDXGI_BufferUpgrades_Notifications,28817166\nForceNightLightUsingDES,28791255\nContainment_UUS_v14_28781381_ReduceCPServiceCalls,28781381\nBugFix28778716,28778716\nUpdatedTaskViewTimelineVisuals,28778095\nTaskbarDll,28777534\nDarkMode,28765927\nOSetupETest,28765318\nBugFix28759617,28759617\nBootShellBeforeAppReadinessComplete,28759495\nMeetNow_CreateButtonText,28758888\nRapidHpdDeferRecalc,28758639\nNarratorFindTextPatternRemoteOptimization,28753313\nUseWin32kMargins,28728153\nShaderModel66Release,28725761\nTPMDrvSchedPriority,28714021\nBugFix28704863,28704863\nServicing_BopomofoCtrlKeyFix_28702631,28702631\nUseProductionEndpoint,28663185\nMeetNow_SkypeLaunchPolicyCheck,28622690\nMeetNow_Description,28622680\nMSRC60674_28603630,28603630\nNarratorElementInitializationOptimization,28602550\nNarratorParentChainOperationOptimization,28602381\nMeetNow_Selfhost,28582629\nMSRC60667_28582402,28582402\nMSRC60664_28581840,28581840\nBugFix28556555,28556555\n20H2Candidate_28556516,28556516\nBugFix28556410,28556410\nColdStartPerformanceImprovement2_28556372,28556372\nColdStartPerformanceImprovement1_28556341,28556341\nBugFix28556303,28556303\nInputAppActivationImprovement_28556267,28556267\nBugFix28556235,28556235\nBugFix28556198,28556198\nBugFix28556147,28556147\nBugFix28556095,28556095\nBugFix28556057,28556057\nBlockFeaturesOnRail_28555985,28555985\nCHSFoDToastBySIP_28555957,28555957\nMoreTracelogging_28555900,28555900\nJapanese50onTouchKeyboard_28555863,28555863\nGestureCursorMovementUndocked_28555831,28555831\nSupportJpnGuidanceStringV3_28555787,28555787\nSupportExtendedModifierCombos_28555713,28555713\nKeyRectForSpaceAndOthers,28555587\nKeyDropShadow_28555524,28555524\nVoiceTypingNewConsentUX_28555455,28555455\nClearModifierStates_28555231,28555231\nEnableSplitLayoutInPortraitMode_28555174,28555174\nUpdatedTouchKeyboardSizeScaling_28555115,28555115\nKeyPressAnimation_28555071,28555071\nKeyRectFromStandardKeyboard_28554777,28554777\nKeyRectForSpace,28554716\nForceLoadTextInputDll_28554635,28554635\nInputAppPerfOptimizationUndocked_28554502,28554502\nImageRotationWorkAround_28554401,28554401\nEnhancedClipboard_28554347,28554347\nFailFastOnSuspend_28553790,28553790\nShowUndockedSelfhostingText_28553680,28553680\nMSRC60620_28522467,28522467\nHub_StartkeyDismissWelcome,28521831\nMSRC60611_28521788,28521788\nSingleLXPPreferredLanguageCheck,28516518\nMSRC60274_28511348,28511348\nMSRC60582_28507116,28507116\nBugFix28473966,28473966\nServicingPriority,28453982\nNightLightUsingDES,28451632\nMSRC60561_28445703,28445703\nShellSetWindowPosUnrestricted,28430215\nMSRC60531_28416657,28416657\nEnhancedClipboardRelA,28390750\nMSRC60518_28390170,28390170\nUseInboxDeploymentModuleInRemoteWorker,28388182\nWUServiceDeploymentMode,28388084\nBatteryCapacity,28386598\nStubification_28384772,28384772\nMSRC60500_28381545,28381545\nBugFix28369226,28369226\nVoiceTypingEdgeContextMenuOnDesktop,28364899\nLogonPerfImprovements,28362217\nMSRC60496_28360406,28360406\nCursorKeysEnablementInSearchBox,28358633\nImageRotationWorkAround_28350984,28350984\nPerUserThumbnailCache_WCOS,28349409\nCUICOORD,28330126\nMSRC60458_28325787,28325787\nVT2,28305041\nCloudApPostLogonDelayFix,28301919\nMSRC60410_28293843,28293843\nMSRC60447_28266841,28266841\nMSRC60439_28265617,28265617\nISMDebugHoldHitTestResult,28261318\nAlternateHomeExperience,28261277\nServicing_MpUxToast_28257417,28257417\nFeedsDataRefreshRateServerControl,28247353\nServicing_msDSparentdistname_28245832,28245832\nMSRC60412_28241460,28241460\nAccountsServiceUdk,28237372\nMSRC60274_28236181,28236181\nPerProcessorClockTick,28214047\nDMSTest,28211641\nTaskviewCleanupDropShadows,28210564\nColdStartPerformanceImprovement2_28193805,28193805\nAppIdAgnostic_ChannelCreation,28185383\nFast_Brightness_Transition,28183505\nWSLSharedMemory,28181756\nDeviceBasedLicensing,28179707\nWNS_Log_Command,28178652\nMeetNow,28170999\nMSRC60353_28169581,28169581\nBugFix28168450,28168450\nBugFix28168083,28168083\nServicing_2009C_28156653,28156653\nCDM_WEXPIntegration,28150355\nMSRC60310_28147031,28147031\nMSRC60304_28145664,28145664\nBugFix28116990,28116990\nCoreAppModelBamo,28089193\nMSRC60289_28087139,28087139\nUserSetupEligibilityExtension,28086383\nNew_Device_Identity,28083836\nBugFix28077549,28077549\nInstantQueuedLaunch,28072593\nXamlIslandsDisablesQuirksForShell,28061540\nMSRC60265_28059981,28059981\nServicing_CortanaWriteAvailabilityOnSeparateThread_28059247,28059247\nMSRC60257_28057698,28057698\nMSRC60250_28053965,28053965\nFSMVirtualCamera,28042061\nEnhancedClipboard_28035178,28035178\nMSRC60230_28033797,28033797\nTabletModeImprovements,28032790\nSettingsPagePrivacyMusicLibrary,28025541\nServicing_System_Image_Creation_Issue_28013963,28013963\nUniversalDiffValidation,28005761\nMSRC60211_28005250,28005250\nExtendPoseQueueLength,28002506\nSessionContextHook_27999840,27999840\nServicing_TSF3DynamicInputScope_27998611,27998611\nCloudExperienceHostRedirectionBinary,27980645\nMSRC60626_27977911,27977911\nBugFix27976699,27976699\nGraphicsCardInAbout,27974039\nMSRC60176_27969422,27969422\nBugFix27968894,27968894\nNoBatteryE3,27967028\nWSL_UseInsidersKernelVersion,27952468\n20H2Candidate_27952179,27952179\nDragImprovementsEnabled,27924095\nSAFlyout_27924070,27924070\nMszAdjustment,27924028\nMWTest,27923976\nSASTest,27923942\nSnapBasedTaskGroups,27923870\nVwUpdates,27923788\nVpmUpdates,27923675\nRvUpdates,27923582\nMSRC60147_27913617,27913617\nStorageServiceMigratedLowDisk,27912838\nMSRC60132_27889952,27889952\nDynamicTextInputDVC,27884841\nBatteryNotificationsApplyAll,27883184\nFido2_1,27870272\nEnumObjectUpdate_27867171,27867171\nConsoleLogonUXUseDisplayLangCodePage,27866248\nProfanityPostFilter,27864046\nDafEscl_27860843,27860843\nOobeOfficeAsksFY22H1,27854511\nMSRC60082_27842896,27842896\nMSRC60073_27838918,27838918\nFeedsContentRotationServerControl,27833282\nMSRC60068_27831791,27831791\nDesktopDWMCursor,27829265\nMSRC60064_27826040,27826040\nServicing_ImmGetCompositionStringKana_27822662,27822662\nServicing_SHCoreWindowSubclassingCrash_27822339,27822339\nServicing_RemoveRinna_27820483,27820483\nServicing_DlpCopyDialogSuppress_27820004,27820004\nWinUIDesktopStartMenu,27807414\nWinUIDesktopActionCenter,27807391\nScriptingEngines_DisableLegacyJScript_ProcessLevel,27806502\nEditActionReplay,27806370\nMSRC60048_27806312,27806312\nXamlExplorerHostUseXamlIslands,27804078\nBugFix27790619,27790619\nBugFix27790581,27790581\nMSRC60035_27754973,27754973\nMSRC60031_27754114,27754114\nMSRC60029_27753639,27753639\nMSRC60028_27753576,27753576\nMSRC60027_27753453,27753453\nMSRC60026_27753297,27753297\nTabsInSnapAssist,27753272\nMSRC60011_27746974,27746974\nMSRC60016_27746913,27746913\nAdaptive_Color_Night_Light_Fusion,27742379\nFullScreenModeTextInputViewVisibility,27720966\nHub_20H2_ReadOnlyLicenseTerms,27714994\nHub_20H2_QOSCSP,27710040\nHub_20H2_ShellCrash,27709970\nHub_LooseLeafDrivers,27709872\nMSRC59985_27707848,27707848\nMSRC59963_27690723,27690723\nMSRC59983_27689797,27689797\nMSRC57712_27682885,27682885\nInputComponentUIHierarchy,27681912\nMSRC59974_27680300,27680300\nSystemLightDarkAwareTelemetry,27679661\nBugFixDeleteAppIdFallback,27678640\nMSRC59968_27660645,27660645\nMSRC59966_27660309,27660309\nMSRC59964_27660097,27660097\nMSRC59962_27659287,27659287\nMSRC59961_27659113,27659113\nBugFix27658893,27658893\nCreate_VM,27657851\nSecureStart,27656178\nCollapseSingleTileAppListSuites,27656058\nMSRC59949_27651796,27651796\nShellSyncDisplayChangedRecalc,27648512\nMSRC62685_27631800,27631800\nMSRC59943_27630605,27630605\nMSRC59940_27629638,27629638\nVirtualRefreshRateTest,27629143\nAppDefaultHashRotationUpdateHashes,27623730\nMSRC59924_27617310,27617310\nMSRC59915_27615942,27615942\nMSRC59913_27615614,27615614\nMSRC59912_27615500,27615500\nVsUpdates,27614643\nUwpWindowLifecycleManager_Desktop,27571431\nNoSubmitButtonPinBox,27570596\nWhiteThemeChange,27565878\nMSRC59898_27565828,27565828\nSettingsPermanentNav,27563307\nLux_Based_Adaptive_Color_Strength,27563062\nMSRC59879_27553752,27553752\nMSRC59878_27553711,27553711\nBugFix27542030,27542030\nBugFix27541246,27541246\nBugFix27541080,27541080\nSVR_PresentAt_PresentationHandler_Instrumentation,27540970\nMSRC59872_27539361,27539361\nMSRC59871_27539108,27539108\nFlightingOptOutUx,27533018\nEnableMonitorRemovalBehaviorSpi,27514536\nDisableDesktopRecalcDeferment,27514535\nRegistryManager,27513040\nAudioEndpointBuilderTopoPerfImp,27511625\nEnableUndockedLayoutExperimentation,27510657\nServicing_nocleanup_27509450,27509450\nShellWindowShare_ExtendedUI,27501428\nCorrelationAndCVHeaders,27493332\nEnlightenmentDialogForSModeBrowser,27486798\nTokenCachedLogon,27485386\nColor_Transition_V2,27484647\nMSRC59821_27482968,27482968\nMSRC59810_27476162,27476162\nServicing_2008b_27466852,27466852\nMSRC59792_27461755,27461755\nMSRC59789_27458717,27458717\nMSRC59788_27458674,27458674\nMSRC59783_27457809,27457809\nMSRC59780_27456635,27456635\nMSRC59771_27455830,27455830\nMouthNoseOcclusionModel,27446000\nMSRC59745_27423492,27423492\nMSRC59743_27423406,27423406\nCPSSHostImplementation,27385849\nWSL_DistributionInstall,27382603\nHub_20H2_VolumeHalfCut,27376429\nFeedsTaskbarHeadline,27371152\nFeedsDynamicSearchBox,27371092\nFeedsCore,27368843\nScoobeEligibilityRedirection,27336672\nMSRC59724_27332034,27332034\nMSRC59720_27328903,27328903\nWSL_System_Distro,27314435\nMSRC59708_27311993,27311993\nRtaiVailIntegration,27311041\nColdStartPerformanceImprovement1_27309250,27309250\nMSRC59700_27308259,27308259\nAdaptive_Color_Clamping,27303008\nMSRC59691_27302685,27302685\nMSRC59687_27301805,27301805\nMSRC59684_27301574,27301574\nScoobeEligibilityAdditionalExclusions,27299483\nNewBatteryLandingPageUX,27296756\nUnlock_WVD_Features,27293936\nConfigLock_RunOnNonSecureCore,27293703\nMSRC59666_27293459,27293459\nMSRC59665_27293399,27293399\nMSRC59653_27292171,27292171\nMSRC59652_27292128,27292128\nOpenFileDialogDFS,27291829\nTRv2,27291052\nUpdateNetworkStates_Reentry,27290780\nPackagedBrowserReplacement,27289015\nMSRC59635_27285389,27285389\nServicing_RemoveOobeVoicePrivacySetting_27281404,27281404\nMSRC59629_27262365,27262365\nCBR,27245847\nServicing_CHTShiftKeyUpFix_27240593,27240593\nPerUserMutableDirectory,27238802\nPostponedReserveInstalls,27236273\nUiaRemoteOperationExtension,27226363\nMSRC59588_27222508,27222508\nMSRC59587_27221823,27221823\nScriptingEngines_JScript9_CET,27205919\nFSMTestScenarios,27195476\nMSRC59571_27189985,27189985\nMSRC59565_27180451,27180451\nMSRC59566_27180441,27180441\nCHSFoDToastBySIP_27177916,27177916\nMouseModalityInvokesPrimaryView,27177339\nMSRC59561_27175576,27175576\nServicing_RegisterDeviceWithManagementUsingAADDeviceCredentials_27687908,27168760\nTouchKeyboardFor12inchScreens,27157625\nModernUXTouchKeyboardOnDesktopPart2,27154708\nCPUCompatibilityFromRegistry,27150816\nMSRC59540_27150117,27150117\nMSRC59514_27143744,27143744\nPublishNullActivitiesAndHistoriesInLocalMode,27141887\nPublishAnnotationsInLocalMode,27141841\nDtsxHdmiPromotion,27141167\nTargetedContentOptimizations,27137254\nWindowsAutopilotDiagnostics,27112291\nMSRC59496_27094934,27094934\nFaceFeatureConverter,27081824\nMoreTracelogging_27081465,27081465\nOverrideWinLogonDefaultTimeout,27075527\nImmersiveShellComponentsInitializationBudget,27075521\nMSRC59480_27075284,27075284\nMSRC59479_27075268,27075268\nImproveTaskFlowLogonPerf,27074523\nServicing_DosGdi_27067799,27067799\nServicing_DpapiLogCrash_27067522,27067522\nFixIsRemovableDevicePath,27060184\nScenarioCacheReconstruction,27057647\nMSRC59454_27050784,27050784\nMSRC59452_27049783,27049783\nLogonUINoAcrylicOnSoftwareRender,27017356\nMSRC59430_27015910,27015910\nMSRC59429_27015891,27015891\nBluetoothAutoConnectionEstablishmentProcedure,27014906\nServicing_TableTextImeCrashOnIE_27008582,27008582\nBugFix26998260,26998260\nBugFix26995066_UpdateShellPreferenceCache,26995066\nWdagManganeseAPIs,26988922\nRemoveHandleDuplicator,26988359\nAADRecoveryPasswordDeletion,26987393\nMSRC59393_26983992,26983992\nMSRC59389_26982820,26982820\nMSRC59388_26981858,26981858\nServicing_Edge_uninstall_taskbar_26936069,26936069\nMSRC59355_26935213,26935213\nMSRC59348_26932890,26932890\nMSRC59347_26932460,26932460\nWriteable_DriverStore,26920259\nMSRC59340_26918833,26918833\nMSRC59339_26918676,26918676\nMSRC59337_26918363,26918363\nServicing_DeletedDesktopItemReappearance_26916465,26916465\nMSRC59330_26913753,26913753\nWdagIronAPIs,26912196\nMSRC59318_26907615,26907615\nScheduler_VSync_Smoothing,26888404\nPresentationAPIWithIFlip,26888364\nMSRC59314_26888112,26888112\nMSRC59313_26884496,26884496\nDESACDCOffset,26883134\nScribblePPI,26881888\nMSRC59306_26880276,26880276\nServicing_2009c_26872796,26872796\nOptimizeEdgePrelaunch,26865048\nServicing_LongSystemUptimePrediction_26864350,26864350\nDiagnosticAppStateControl,26863786\nFileHandlers_LastAccessTime,26856818\nMSRC59283_26854663,26854663\nBugFix26848166,26848166\nIxpInternalApi,26847307\nTouchKeyboardTheming,26844631\nMSRC59279_26844027,26844027\nPostureChangeFluidAnimations,26841798\nMSRC58302_26841748,26841748\nMSRC59266_26837350,26837350\nWindowClientBamo,26836781\nMSRC59249_26835579,26835579\nMSRC59247_26835152,26835152\nMSRC59241_26833254,26833254\nMSRC59239_26832731,26832731\nMSRC59237_26832406,26832406\nViewManagerPhaseout,26832353\nMSRC59235_26832024,26832024\nBluetoothEnhancedRadioDiagnostics,26829927\nMSRC59215_26793016,26793016\nMSRC59208_26788470,26788470\nMSRC59174_26776217,26776217\nTabThumbnailsRefreshedOnDemand,26769179\nMSRC59193_26768968,26768968\nToastIgnoreFocusMode,26768230\nIxpFutureApi,26767995\nMSRC59180_26761687,26761687\nMSRC59178_26761173,26761173\nMSRC59177_26760843,26760843\nUUS_MusNotifyIcon,26752417\nUUS_MoUsoCoreWorker,26752348\nFixNarratorOnBulletList,26742989\nMSRC59146_26736282,26736282\nEnableSplitLayoutInPortraitMode_26735808,26735808\nMSRC59139_26725482,26725482\nMSRC59121_26724942,26724942\nMSRC59133_26721389,26721389\nMSRC59128_26718796,26718796\nMSRC59117_26716601,26716601\nGeneralCobaltDesktopKeyboardHostingBugFixes,26705906\nMSRC59102_26703104,26703104\nMSRC59101_26702985,26702985\nStubsBypassQueue_26702329,26702329\nMSRC59099_26702201,26702201\nDDFv2CspSchema,26698002\nTGL_CTA_20H2_Interface,26696856\nMSRC59094_26696618,26696618\nServicing_SearchTelemetry_26695203,26695203\nWSL_GUI_Applications,26692416\nUndockCommonSearchComponents,26683135\nIAMAndWECDeadlockMitigation,26642905\nMSRC59041_26627289,26627289\nMSRC59025_26620618,26620618\nHub_20H2_WLDP,26620478\nWISEBatteryDischargeTimeEstimate,26606149\nWSL_DiskPassThrough,26603944\nMSRC59015_26603819,26603819\nMSRC59014_26603615,26603615\nUiaCustomAnnotationRegistration,26603073\nServicing_XamlMultiTaskingView_FailFast,26602990\nIE_SETTINGSYNCMIGRATION_AUTOCOMPLETE,26601872\nIE_SETTINGSYNCMIGRATION_TABROAMING,26601840\nIE_SETTINGSYNCMIGRATION_TYPEDURLS,26601557\nIE_SETTINGSYNCMIGRATION_HISTORY,26601541\nIE_SETTINGSYNCMIGRATION_FAVORITES,26601480\nRegisterSystemToast,26599656\nMSRC58999_26599509,26599509\nSearchNamespaceExtensionCrash,26584528\nMSRC58963_26583913,26583913\nCobaltInputAppActivationImprovement,26575666\nBlockFeaturesOnRail_26565758,26565758\nBluetoothA2dpAacSupport,26538096\nMSRC57758_26531260,26531260\nMSRC57907_26530201,26530201\nMSRC57893_26530128,26530128\nMSRC57877_26529903,26529903\nMSRC57874_26529703,26529703\nBugFix26527105,26527105\nDesktopToastViewAlwaysShowDismiss_26524691,26524691\nTurnOffFocusAssistNotificationsByDefault_26524674,26524674\nDesktopToastViewWithAttribution_26524665,26524665\nServicing_CortanaLightingOnSeparateThread_26524487,26524487\nDualEngine_PaintPriorityHangDetection,26521648\nSwitcherThemeAndDpiIconLoading,26521378\nMSRC57535_26520534,26520534\nMSRC57551_26520533,26520533\nUpdateDeployHandlers,26515412\nRotateFrameToDetectFace,26514007\nHandwritingRelD,26510786\nMSRC57718_26509381,26509381\nJumpListV4,26506428\nMSRC57967_26506054,26506054\nMSRC57984_26505958,26505958\nMSRC57968_26505869,26505869\nMSRC58883_26505843,26505843\nMSRC57490_26505549,26505549\nMSRC58879_26505247,26505247\nRIMUserCritFreeZwCreateFile,26503901\nBugfix_26503831,26503831\nRIMPnpThreadQuickRelease,26503761\nMSRC58872_26503340,26503340\nMSRC58809_26503294,26503294\nMSRC58811_26503293,26503293\nMSRC58820_26503290,26503290\nMSRC58788_26503282,26503282\nMSRC58787_26503281,26503281\nMSRC58584_26503263,26503263\nMSRC58548_26503260,26503260\nMSRC58520_26503251,26503251\nMSRC58313_26503249,26503249\nMSRC58076_26503244,26503244\nMSRC57368_26492585,26492585\nUseSharedCreateDestroyWindowsHooks,26492038\nRemoteConfig_MSFTCanaryRing,26489815\nUseSharedNtUserMessageCall,26488685\nUseSharedCreateDestroyWinEventHooks,26488667\nWinUIOnDesktop,26487590\nMSRC58845_26486198,26486198\nMSRC57844_26485548,26485548\nMSRC58837_26484125,26484125\nReadClipboardEvent,26475108\nPoliteShellOplockProvider,26473202\nDesktopTouchImprovementDefaultChange_26469242,26469242\nServicing_ClearKanaKeyStateOnFocusOut_26458908,26458908\nInputAppActivationImprovement_26440631,26440631\nDCEUseIterativeHitTest,26435490\nDCECompareIterativeToRecursive,26435474\n10xStyleCWOnDesktopFeatureWork,26428025\nMSRC58778_26425742,26425742\nTilingWindowManager,26423941\nResizableSnapRegions,26422601\nMSRC58737_26421172,26421172\nMSRC58736_26421078,26421078\nInteractiveVolumeIndicatorExperiment,26420823\nMSRC58719_26417793,26417793\nTryShowApiKeyboardInvocation,26404111\nMSRC58700_26401525,26401525\nMSRC58682_26391917,26391917\nSetSystemPreferredUILanguageOnCommercialDevices,26390724\nServicing_USOInstallsFromWSUSForMSIBasedUpdatesFails_26390027,26390027\nMSRC58677_26388848,26388848\nMSRC58661_26385679,26385679\nHub_20H2_Spartan,26382902\nHub_20H2_UDWM,26382859\nHub_20H2_Start,26382751\nMSRC58652_26382743,26382743\nMSRC58612_26375170,26375170\nVmms_HcsSchema,26367848\nMSRC58631_26367419,26367419\nMSRC58622_26366617,26366617\nMSRC58619_26366538,26366538\nMSRC56298_26340692,26340692\nMSRC56274_26340691,26340691\nMSRC56263_26340690,26340690\nMSRC56380_26340688,26340688\nMSRC56560_26340682,26340682\nMSRC56443_26340677,26340677\nMSRC56393_26340673,26340673\nMSRC56585_26340672,26340672\nMSRC56668_26340670,26340670\nMSRC56756_26340669,26340669\nMSRC56737_26340664,26340664\nMSRC56812_26340662,26340662\nMSRC56658_26340661,26340661\nMSRC56867_26340658,26340658\nMSRC56912_26340653,26340653\nMSRC56929_26340649,26340649\nMSRC56903_26340646,26340646\nMSRC56933_26340645,26340645\nMSRC56977_26340644,26340644\nMSRC56951_26340639,26340639\nMSRC57031_26340635,26340635\nMSRC57151_26340634,26340634\nMSRC57245_26340623,26340623\nMSRC57626_26340614,26340614\nMSRC57627_26340613,26340613\nMSRC57966_26340608,26340608\nMSRC58459_26340289,26340289\nOobeEsimBootstrap_26339575,26339575\nStackedPriorityToasts,26338990\nSystemLightDarkAware,26338762\nMSRC57223_26337680,26337680\nDesktopLiteOobe,26336822\nMSRC56210_26336176,26336176\nGTGTest,26335374\nServicing_FileHandleHashMemLeak_26334032,26334032\nMSRC58587_26333052,26333052\nEInkKeyboardPrototype,26324538\nClientMetadata,26323993\nMSRC58552_26314771,26314771\nMSRC58551_26314581,26314581\nMSRC58545_26306387,26306387\nWdagMapFolderAndVhdWithCm,26305792\nApplicationWindows_Wave3_API,26292073\nMSRC57241_26290984,26290984\nApplicationFrameTitleFromWindowManager,26290763\nMSRC57207_26290682,26290682\nMSRC58530_26289879,26289879\nMSRC58523_26285957,26285957\nMSRC58490_26276049,26276049\nMSRC58477_26272648,26272648\nUserMgrBasedWlidsvcProcessLogon,26244665\nOobeExperienceManageQueueWnfCallback,26243368\nSwitchAccessUndockedWCOS,26241275\nProductSpecificDiagnosticData,26241268\nMSRC58454_26239526,26239526\nMSRC58450_26235133,26235133\nFullLayoutTouchKeyboardOnWCOS,26231955\nUpLevelUpdateDeployModule,26227311\nToastQueueRetryTimer,26226920\nPLDRRecovery,26223389\nSearchPluginIsolation,26222238\nServicing_SearchDisableWebSearch_26212727,26212727\nAppWindowProjection,26212670\nMSRC58391_26203828,26203828\nServicing_BlankLockscreenSlideshowAutoColor_26202939,26202939\nMSRC58296_26198550,26198550\nMSRC58342_26195832,26195832\nMSRC56683_26195749,26195749\nMSRC56896_26193673,26193673\nWTest,26193597\nMSRC58375_26192198,26192198\nMSRC58374_26192076,26192076\nHideMixedRealityViewerSlate,26191384\nMSRC58362_26190270,26190270\nMSRC58340_26178496,26178496\nMSRC58337_26177910,26177910\nMSRC58314_26176171,26176171\nMSRC58312_26175910,26175910\nMSRC58307_26175684,26175684\nMSRC58305_26175528,26175528\nMSRC58296_26173880,26173880\nMSRC58295_26172760,26172760\nMSRC58291_26168451,26168451\nMSRC58283_26165152,26165152\nMSRC58278_26164425,26164425\nMSRC58267_26154619,26154619\nHub_AppointmentSyncWithEAS,26153807\nPackagedCreateProcess,26153661\nMSRC58244_26150492,26150492\nServicing_ChsImeCandidateWindowDisappear_26145507,26145507\nSettingSyncRemovalDisableAllUploadsAndDownloads_DisableForComponentHoldback,26127540\nUpdatedTouchKeyboardSizeScaling_26126758,26126758\nMSRC58229_26125555,26125555\nMSRC58226_26125393,26125393\nMSRC58225_26125323,26125323\nNcsiConnectivityInDs,26124864\nUiaInProcMsaaEventHandling,26124463\nMSRC58214_26121924,26121924\nMSRC56624_26120853,26120853\nHcsSiloReboot,26119238\nMSRC58201_26116026,26116026\nHub_KeyboardAccessibilityImprovements,26115690\nMSRC58188_26105299,26105299\nWSL_Kernel_Debug,26101785\nKeyboardButtonAlwaysInvoke,26094656\nScriptingEngines_DisableLegacyJScript_SystemLevel,26092979\nMSRC58111_26091697,26091697\nScriptingEngines_CollectLegacyTelemetryData,26091566\nKeyRectFromStandardKeyboard_26090092,26090092\nDESPersonalizedBrightness,26088835\nYourPhonePinnedSecondaryTilesUnplated,26087922\nEnableH2UIVersioning,26086623\nWFD_RtspTcpConnectionParametersSupport,26086105\nExternal_Adaptive_Color,26085257\nAllowVirtualFpSensorPassSecureBioSensorCheck,26083921\nBugFix26080170,26080170\nStopUpdatingCandidates,26079371\nClipboardHistory10XPinUnpin,26076779\nMSRC55612_26076507,26076507\nMSRC55612_26076412,26076412\nMSRC58101_26075226,26075226\nSecureBioFeatures,26074588\nServicing_DlpError_26064222,26064222\nGestureCursorMovementUndocked_26062448,26062448\nMSRC58095_26059748,26059748\nMSRC58089_26052789,26052789\nHcsTestHooks,26049828\nDevPropKeyFromMSOSDescriptor,26042003\nAFD_MuteWin32Processes,26041272\nMSRC58077_26026994,26026994\nMSRC58074_26026797,26026797\nMSRC58068_26024463,26024463\nBugFixEnableConvergedKeyboardOnClientMultiSession,26011737\nSRITest,26008846\nSTTest,26008830\nDesktopSpotlight_26008405,26008405\nThemesSyncedImagesDownload_26007905,26007905\nMSRC58026_26007628,26007628\nPublicAPI_WAM_Package_FindRelatedPackages,26006651\n10XOobePrivacyNoticePage,26005650\nSyncDpapiCredKeyToUserProfile,26005139\nMSRC58016_26004560,26004560\nRedirectProgramsAndFeatures,26003950\nMSRC58008_25993741,25993741\nMSRC58004_25992979,25992979\nMSRC58001_25992382,25992382\nMSRC57999_25992012,25992012\nMSRC56865_25991367,25991367\nWSL_Device_GPU_WSL1,25990351\nMSRC57995_25990303,25990303\nSupportTransparentRegionOnDesktop,25984200\nSettingsRejuv_PrivacyLocation,25977668\nServicing_CredUIReorderCancelOperations_25974254,25974254\nStartupNotification,25973782\nJobObjectSoftHardCap,25972869\nMSRC57970_25967707,25967707\nMSRC57969_25967607,25967607\nSupportJpnGuidanceStringV3_25965478,25965478\nMSRC57945_25958686,25958686\nDXGI_BufferUpgrades,25957903\nMSRC57912_25948842,25948842\nMSRC57911_25948792,25948792\nCanUserGiveConsent,25943177\nMSRC57902_25942005,25942005\nMSRC57894_25937592,25937592\nMSRC57892_25937517,25937517\nMSRC57885_25936441,25936441\nThemeAwareSplashScreens,25936164\nMSRC57880_25934960,25934960\nMSRC57878_25933456,25933456\nWISE_EnergyBatteryProviders,25932784\nMSRC57870_25931934,25931934\nMSRC57865_25931031,25931031\nMSRC57864_25930644,25930644\nMSRC57861_25926863,25926863\nHub_AutoLaunchFIDO,25918513\nMSRC57845_25918508,25918508\nLocalUsersAndGroups_25910988,25910988\nMSRC57829_25910981,25910981\nMSRC57824_25909567,25909567\nMSRC57817_25909041,25909041\nEICInWindowedPopup,25903710\nMSRC57795_25894289,25894289\nWdfUseWdfTimerForPofx,25892685\nNewImeOnImeOffKey_TSF1,25888806\nAuthorityChangesForAGC,25884645\nMSRC57772_25884588,25884588\nMSRC57763_25881835,25881835\nMSRC57755_25881065,25881065\nMSRC57754_25880851,25880851\nMSRC57750_25880621,25880621\nMSRC57742_25880304,25880304\nMSRC57739_25880205,25880205\nMSRC57737_25879872,25879872\nMSRC57711_25877383,25877383\nMSRC57682_25841016,25841016\nMSRC57681_25840971,25840971\nMSRC57676_25840548,25840548\nMSRC57498_25840500,25840500\nMSRC57675_25840478,25840478\nMSRC57671_25839967,25839967\nMSRC57665_25839024,25839024\nMSRC57650_25835300,25835300\nMSRC57641_25830019,25830019\nUACurrentVersionScan,25828922\nMSRC57632_25826906,25826906\nMSRC57626_25825928,25825928\nMSRC57627_25825918,25825918\nMSRC57625_25825789,25825789\nMSRC57619_25825435,25825435\nLanguageSettingsAccountSync,25823770\nMSRC57612_25822907,25822907\nFusionPKTValidation,25815393\nEnvironmentStringCache,25813689\nSettingsUserIntentPage,25810627\nMSRC57589_25809699,25809699\nDebugIndexingErrors,25809376\nDisplayAdapterProperties,25806621\nRefreshRateSetting,25806600\nMSRC57585_25806212,25806212\nUninstallForFODAppsLinksToSettings,25802238\nMSRC57570_25798721,25798721\nMSRC57568_25783926,25783926\nMSRC55942_25772602,25772602\nMSRC57555_25772095,25772095\nServicing_CortanaStoreOffer_25771992,25771992\nMMPC_OnPremise,25769270\nMSRC57534_25765392,25765392\nDlp_ErrorSuppression,25765138\nEdgeCaseHandlingForSHSetWindowSubclass,25755408\nDiagnosticsForMasterSubclassProc,25755380\nMSRC57524_25743201,25743201\nMSRC57223_25732047,25732047\nMSRC57232_25732036,25732036\nMSRC57503_25726631,25726631\nPrivateISTI,25726566\nValidateAMPPLonWCOS,25726344\nMSRC57498_25723431,25723431\nMSRC57494_25722677,25722677\nMSRC57489_25722262,25722262\nMSRC57479_25706139,25706139\nMSRC57476_25705871,25705871\nWindowTranslatesWithSipMotion,25704931\nRebootDowntimeEstimateEvaluation,25704917\nRebootDowntimeEstimate,25704915\nStubsBypassQueue_25699808,25699808\nMSRC57442_25695507,25695507\nServicing_PoliciesEXPAND_25693980,25693980\nMSRC57433_25692604,25692604\nMSRC57429_25692297,25692297\nMSRC57666_25691464,25691464\nIndexTrie,25691215\nMSRC57409_25687450,25687450\nMSRC57407_25687223,25687223\nMSRC57393_25679381,25679381\nDesktopTouchImprovementDefaultChange_25679355,25679355\nMSRC57390_25679060,25679060\nOnlyHandlingLidSwitchInBroker,25677601\nHandUpdatesIgnoreRenderingReports,25677310\nMSRC57367_25676966,25676966\nMSRC57360_25674670,25674670\nMSRC57358_25674532,25674532\nTestInProductionDynamicAPI,25667436\nICU_ApiUsageTelemetry,25657978\nUseProxiedWindowInWindowTabManager,25654033\nMSRC57333_25652608,25652608\nMSRC57330_25644307,25644307\nMSRC57329_25643815,25643815\nMSRC57327_25643521,25643521\nMSRC57325_25643425,25643425\nMSRC57324_25643275,25643275\nMSRC57319_25642307,25642307\nLockBugFix_IgnoreUnlockingFromPreviousSession,25639004\nReloadAddressBarVisualsOnThemeChange,25637243\nMSRC57308_25633077,25633077\nMSRC57307_25632983,25632983\nMSRC57306_25632948,25632948\nMSRC57305_25632478,25632478\nSpinnerButtonIssue,25632394\nMSRC57296_25628273,25628273\nMSRC57294_25622863,25622863\nMSRC57291_25621702,25621702\nWaitForUserDependentComponentsInUserPolicy,25620727\nMSRC57287_25618146,25618146\nLauncherAcrylicMask,25617528\nLauncherSmoke,25617521\nMSRC57281_25617180,25617180\nForceLoadTextInputDll_25612157,25612157\nMSRC57273_25611583,25611583\nVoiceTypingNewConsentUX_25608610,25608610\nMSRC57230_25607826,25607826\nMSRC57222_25607759,25607759\nMSRC57261_25604419,25604419\nWSL_Update,25603660\nMSRC57233_25592381,25592381\nHolographicKeyboardPlacementPublic,25591224\nMSRC57242_25590657,25590657\nMSRC57239_25589367,25589367\nServicing_FingerprintSensorOnKeyboardGlyphs_25587932,25587932\nAADBindingTokenLogonForRDP,25585329\nSupportExtendedModifierCombos_25582548,25582548\nJournalingDisabled,25576270\nWideModernUXComposeModeKeyboardOnPortraitWCOS,25572829\nWideModernUXComposeModeKeyboardWCOS,25568274\nMSRC57213_25565739,25565739\nMSRC57212_25565658,25565658\nMSRC57210_25565529,25565529\nMSRC57207_25564933,25564933\nServicing_Allow_SwitchToDesktop_25561487,25561487\nMSRC57186_25551121,25551121\nDlp_Error,25550414\nApiLogging_Uploader,25545276\nStartupAndDesktopSettings,25537832\nMSRC57029_25534926,25534926\nMSRC57163_25534092,25534092\nMSRC57157_25532354,25532354\nMSRC57156_25532273,25532273\nMSRC57155_25532060,25532060\nMSRC57151_25531529,25531529\nMSRC57144_25523547,25523547\nMSRC57143_25523496,25523496\nMSRC57141_25523403,25523403\nMSRC57129_25520433,25520433\nDWriteRenderingOverride,25519776\nMSRC57110_25512304,25512304\nAADCrossCloudB2BWAMSupport,25510753\nHTMLStartLauncherFrameMediumScreenOrientationResize,25510327\nMSRC57105_25509444,25509444\nExternalBrightnessSupport,25507581\nVMonitorForWDAGWithvGPU,25505240\nMSRC57046_25505065,25505065\nMSRC57032_25505031,25505031\nMSRC57037_25504960,25504960\nMSRC57031_25504921,25504921\nMSRC57067_25504757,25504757\nMSRC57056_25504694,25504694\nMSRC57043_25504664,25504664\nMSRC57045_25504571,25504571\nMSRC57038_25504556,25504556\nMSRC57039_25504538,25504538\nCFD_CreateTestFile,25493466\nServicing_UnplateMicrosoftEdgeTiles_25482738,25482738\nNightsWatchAuditByDefault,25480187\nLivePreviewForTabs,25478404\nSupportWaitWakeForPowerRuntimeD3,25477405\nHeadsetSleepTimeoutSettings,25466307\nAsyncOpFileStartExperienceGetUserFile,25461141\nKerbCloudTicketSupport,25459565\nRemoveExpansionExperience,25449285\nGetMixFormatForThirdPartyVSS,25447807\nMSRC57002_25446064,25446064\nMSRC56992_25443696,25443696\nPDCActivator,25435221\nMSRC56977_25433346,25433346\nMSRC56967_25429303,25429303\nMSRC56957_25427556,25427556\nMSRC56951_25418533,25418533\nMSRC56947_25418077,25418077\nCxhExpandedWebAppContext,25416289\nMFResampler_FormatChange_Passthrough,25416159\nMSRC56933_25414636,25414636\nMSRC56932_25414393,25414393\nMSRC56930_25414176,25414176\nMSRC56929_25414129,25414129\nMSRC56920_25412800,25412800\nMSRC56917_25412584,25412584\nMSRC56914_25411921,25411921\nMSRC56913_25411769,25411769\nMSRC56910_25410792,25410792\nBugFix25394402,25394402\nMSRC56905_25392340,25392340\nMSRC56904_25391787,25391787\nInput_Heat_EnclosureApi,25390104\nWUClient_AAD_device_ticket,25386111\nBugfix_25385272,25385272\nOverrideOEMALRCurve,25376649\nALRCurveVariants,25376645\nCameraDevicesSettings,25374378\nMSRC56886_25372097,25372097\nMSRC56882_25370622,25370622\nMSRC56881_25370303,25370303\nMSRC56874_25360497,25360497\nCloudExperienceHostRedirection,25357983\nMSRC56867_25355637,25355637\nMSRC56866_25355464,25355464\nMSRC56861_25354684,25354684\nCreateEccEndorsementKey,25354082\nMSRC56855_25353148,25353148\nMSRC56854_25353115,25353115\nMSRC56853_25353086,25353086\nSpellerScoreExperiments,25352389\nWCOSUserChoiceUXPolicy,25350390\nJumpListCentWinRTApiItemActivationFix,25346146\nAutopilotProvisioningPageNavAAD,25345617\nWthTaskbarTabs,25345549\nVailContainerBsdr,25343295\nMSRC56839_25338013,25338013\nMSRC56837_25337544,25337544\nMSRC56829_25335456,25335456\nWorkAreaChangeHandling,25330851\nWSL_Installer,25330707\nInkPointerCursorApi,25329925\nHub_FullDiagnostics,25329309\nMSRC56821_25327831,25327831\nMSRC56820_25327791,25327791\nMSRC56818_25327435,25327435\nMSRC56815_25327306,25327306\nMSRC56811_25326706,25326706\nEapTls13,25326323\nConvergedEapTlsStack,25326317\nMSRC56793_25324334,25324334\nMSRC56789_25323881,25323881\nMSRC56783_25323380,25323380\nLowPriorityVAILPrelaunch,25318022\nMSRC56757_25301216,25301216\nMSRC56756_25301192,25301192\nAsyncVmBusMessages,25300072\nMSRC56737_25294043,25294043\nMSRC56735_25293996,25293996\nWindowTabHost,25292146\nUseSupportedOrientationsCustomization,25289350\nMSRC56701_25288645,25288645\nMSRC56726_25288177,25288177\nBugFix25281546,25281546\nMSRC56713_25280600,25280600\nAltTabBrowserBlowoutSettings,25278253\nClipboardRetries,25277690\nComingSoonPreviewService,25277057\nMSRC55531_25276811,25276811\nHolographicDesktopVirtualMonitor,25272477\nServicing_ValueBannerUpdate_25271277,25271277\nOpenGLOn12_ForceEnable,25269693\nOpenCLOn12_ForceEnable,25269689\nMSRC56686_25261091,25261091\nMSRC56682_25259823,25259823\nMSRC56668_25255224,25255224\nMSRC55942_25254239,25254239\nModern_Storage_Spaces_Link,25253244\nMSRC56661_25250252,25250252\nMSRC56659_25249871,25249871\nMSRC56658_25249792,25249792\nMSRC56657_25249680,25249680\nMSRC56654_25248334,25248334\nGPM_MLSD,25222305\nSecureBiometrics,25221901\nMSRC56646_25221698,25221698\nMSRC53790_25221619,25221619\nFlashDeprecation_Notification,25217842\nKPMComputeSpaceKey,25210433\nBlankDocExperiment,25207626\nFirstRunExperience,25207605\nMSRC56628_25204018,25204018\nMSRC56625_25202149,25202149\nRepository_FailFastOnCreateIfError,25201950\nMSRC56623_25201347,25201347\nMSRC56616_25200019,25200019\nMSRC56614_25199894,25199894\nMSRC56594_25189061,25189061\nMSRC56591_25186413,25186413\nMSRC56590_25186362,25186362\nMSRC56589_25186207,25186207\nMSRC56585_25185917,25185917\nMSRC56583_25185841,25185841\nMSRC56582_25185823,25185823\nMSRC56580_25185703,25185703\nMSRC56576_25185613,25185613\nMSRC56568_25183677,25183677\nMSRC56564_25182618,25182618\nServicing_PGStartTiles_25177178,25177178\nAllowOutOfProcIExplorerCommandSetForeground,25176540\nRedirectSystemControlPanel,25175482\nProgrammableTaskbarDefaultPins,25173983\nServicing_IE_Accessibility_Narrator_EnterKey_NoAction_25172909,25172909\nMSRC56541_25168996,25168996\nMSRC56522_25158877,25158877\nMSRC56512_25156254,25156254\nStorageHealthMonitorService,25156232\nNVMe_Health_Status,25156182\nBluetoothLECoordinatedSetIdentitificationProfile,25155868\nMSRC56497_25153514,25153514\nServicing_AAR_DIRECTPOLICYCHECKS_24924568,24924568\nMSRC56454_24922760,24922760\nMSRC56451_24922432,24922432\nForceDisplayStackingDirection,24920483\nMSRC56445_24912059,24912059\nMDMEnrollmentForAzureVM,24911049\nMSRC56443_24910246,24910246\nMSRC56442_24910167,24910167\nUserLocationOverride,24909010\nProgrammableTaskbarTelemetry,24896077\nAdjustMagnifierForEdgeChromium,24893147\nMSRC56414_24890919,24890919\nMSRC56412_24890354,24890354\nSystemToAboutSettingsSearchRedirect,24888244\nMSRC56399_24880848,24880848\nOobeCleanup,24880122\nMSRC56395_24879178,24879178\nMSRC56393_24879021,24879021\nMSRC56389_24878386,24878386\nMSRC56380_24876485,24876485\nMSRC56375_24875148,24875148\nMSRC56353_24864057,24864057\nMSRC56348_24862075,24862075\nMSRC56347_24861818,24861818\nServicing_CortanaWNF_24838259,24838259\nMSRC56326_24836505,24836505\nStatusBarOffOnWCOS,24826560\nEnableTransparentAreaInKeyboard,24825491\nClearModifierStates_24822666,24822666\nMSRC56313_24821771,24821771\nMSRC56311_24819371,24819371\nx64StoreAppsOnArm64,24819336\nMSRC55635_24819047,24819047\nMSRC56300_24817759,24817759\nMSRC56298_24817310,24817310\nControlPanelTelemetry,24815937\nInfracastRtspTcpConnectionParametersSupport,24807782\nMSRC56288_24805201,24805201\nCallbackForItemValidation,24803656\nWVD_MGMT,24803256\nMSRC56274_24798929,24798929\nUSNStreamModify,24792806\nAppDefaultsSettingsPerformanceAsync,24791329\nMSRC56263_24789939,24789939\nInitializeColorServer,24788361\nMSRC56219_24787916,24787916\nSmoothHDRDisplayModeChange,24783100\nVoiceTypingInFlowConsentOnDesktop,24781242\nVoiceTypingEntryPointOnDesktop,24781229\nVoiceTypingModernUXOnDesktop,24781215\nGPM_BlitModeTracking,24779616\nGPM_PresentMonETWProviders,24779542\nMSRC56245_24777556,24777556\nMSRC56238_24775098,24775098\nLoadingIndicator,24774685\nIgnoreMultiSignInViewActivation,24773688\nMSRC56228_24772330,24772330\nTestOnlyDisableNamedPipeScoping,24772160\nExperienceHostLogonTaskCustomTimeout,24771133\nUserIntentionPrediction,24766054\nNetworkSharePaste,24752909\nDriveBasedNamespaceRestrictions,24750601\nNoCheckBoxFromWinRT,24750336\nServicing_JpnImeCrashLongComposition_24746137,24746137\nMSRC56207_24743076,24743076\nDeviceManagementContainerOmaDmClientSyncMlSupport,24742737\nScriptingEngines_AMSI,24742553\nDefaultBrowserSettings_Decluttering,24739649\nAppDefaultsSetNewEdgeAsDefault,24724557\nTouchKeyboardKeyColorTheme,24713402\nScoobeDooMLSideloadedFeatures,24709006\nMSRC56148_24705172,24705172\nMSRC56147_24705114,24705114\nMSRC56145_24704531,24704531\nMSRC56141_24703943,24703943\nMSRC56135_24702368,24702368\nVoiceTypingCorrectionUXCandUIOnWCOS,24698563\nVoiceTypingCorrectionUXTextStylingOnWCOS,24698548\nWcosHardwareCursor,24697775\nWCOSPreInstalledAppsHide,24674586\nMSRC56125_24673962,24673962\nMSRC56121_24672827,24672827\nScoobeBrowserDecluttering,24672380\nMSRC56120_24672238,24672238\nIE_Disable_FEATURE_SYSTEM_DPI_AWARE,24671935\nSVR_PresentAt_PresentationHandler_24671765,24671765\nHideUninstallVerbForNonUninstallablePreinstalledAppsOnWcos,24669091\nMockShellHardwareStateWithRegistryValues,24668664\nUseInactivePanelsHint,24668148\nVoiceTypingCorrectionUXCandUIOnDesktop,24663165\nVoiceTypingCorrectionUXTextStylingOnDesktop,24663162\nExpandICCCalibrationDataToFullRange,24656274\nMSRC56097_24654315,24654315\nSearchSuggestionsFallback,24652212\nProtectionHistoryPillar,24652141\nMSRC56088_24651784,24651784\nMSRC56086_24648513,24648513\nDetailedAppInv,24645733\nRealtimeActivityReporting,24642484\nMSRC56078_24642392,24642392\nMSRC56074_24641601,24641601\nDXGI_Hybrid_DList_Support_Update,24640165\nServicing_F002,24637566\nMSRC56057_24634521,24634521\nConvertToUPNName,24631754\nTVMAppControlToastUX,24631052\nCurrentFolderAsSelection,24623699\nElevateHostProcessGpuPriority,24622692\nRemoveUserTileMRU,24621400\nEnableStartupExperience,24610533\nMSRC55948_24599853,24599853\nDXGI_CrossAdapterScanOut,24599531\nMSRC55939_24599394,24599394\nMSRC55937_24598753,24598753\nVpciProxyMux_Refactor,24598453\nJunctionRedirectionTrust,24598032\nApplicationWindows_Wave4,24597231\nMSRC55930_24596121,24596121\nSmarterImageLoading,24595158\nCRM_DS,24588949\nWNS_CTA_Download_Images,24588873\nWNS_CTA_Push,24588867\nMSRC55840_24587418,24587418\nSuperWetClipToCanvas,24585910\nMSRC54652_24585180,24585180\nMSRC55823_24581832,24581832\nMSRC55818_24579225,24579225\nMSRC55817_24579138,24579138\nMSRC55815_24579051,24579051\nMSRC55633_24573544,24573544\nMSRC55797_24548442,24548442\nMSRC55777_24544084,24544084\nMSRC55776_24543630,24543630\nAADEnableTgtForAllRequests,24536380\nUserCritOpt,24533020\nMSRC55742_24532748,24532748\nMSRC55740_24532713,24532713\nMSRC55738_24532643,24532643\nMSRC55735_24523655,24523655\nMSRC55704_24514618,24514618\nRemoteFindToast,24512981\nMSRC55690_24509093,24509093\nMSRC55683_24498835,24498835\nMSRC55681_24498363,24498363\nMSRC55657_24489314,24489314\nMSRC55656_24488865,24488865\nMSRC55652_24486340,24486340\nMSRC55651_24486313,24486313\nMSRC55650_24486292,24486292\nMSRC55649_24486269,24486269\nMSRC55648_24486231,24486231\nMSRC55647_24486207,24486207\nMSRC55646_24486128,24486128\nMSRC55644_24486065,24486065\nMSRC55643_24485507,24485507\nMSRC55642_24485472,24485472\nMSRC55629_24476644,24476644\nMSRC55610_24475151,24475151\nMSRC55608_24474787,24474787\nMSRC55604_24473680,24473680\nMSRC55580_24462347,24462347\nMSRC55579_24462333,24462333\nMSRC55574_24462219,24462219\nMSRC55549_24447174,24447174\nMSRC55541_24446486,24446486\nMSRC55536_24446153,24446153\nMSRC55535_24446079,24446079\nMSRC55530_24445181,24445181\nMSRC55529_24445147,24445147\nMSRC55528_24445103,24445103\nMSRC55527_24445069,24445069\nMSRC55526_24445010,24445010\nMSRC55525_24444984,24444984\nMSRC55521_24444648,24444648\nMSRC55518_24430644,24430644\nMSRC55508_24429800,24429800\nMSRC55485_24419982,24419982\nMSRC55482_24419419,24419419\nAdditionalPredictionLogging,24416856\nMSRC55467_24416264,24416264\nSRCache_FailFastOnOpenIfNotInitialized,24411717\nLocalThumbnailForHydratedFile,24408380\nMSRC55458_24407558,24407558\nWindowManagementInProc,24406318\nMSRC55449_24403939,24403939\nMSRC55447_24401487,24401487\nRemoveSihostDependencyFromAppxsvc,24401252\nMSRC55441_24398274,24398274\nShellEyeCursor,24395939\nMSRC55434_24393885,24393885\nMSRC55432_24393188,24393188\nMSRC55431_24393150,24393150\nMSRC55422_24387949,24387949\nMSRC55409_24385110,24385110\nMSRC55406_24384694,24384694\nMSRC55403_24381996,24381996\nMSRC55401_24381967,24381967\nMSRC55394_24365876,24365876\nAllowArbitraryParent,24363840\nMSRC55385_24363357,24363357\nMSRC55384_24363230,24363230\nHumanPresenceMonitor,24360466\nNightsWatchInferMotw,24356642\nMSRC55369_24353400,24353400\nAvoidTimerCallbackAfterDestroy,24351880\nReplaceLegacyBrowserForGroupPolicyAndOEMTaskbarLayouts,24351342\nGPM_LightWeightDxgKrnlETWKeyword,24338497\nMSRC55347_24333951,24333951\nStableMacForInternalNICs,24333588\nMSRC55344_24332830,24332830\nServicing_OutlookKoreanImeCrash_24332691,24332691\nUsageAPI_MultipleInstances,24331859\nTransformLegacyColorManagedWindowsShim,24316890\nAutoColorManagementEnabled,24316826\nMSRC55321_24316398,24316398\nMSRC55298_24313575,24313575\nParseTokenResponseDataXml,24312142\nMSRC55288_24310271,24310271\nMSRC55284_24309915,24309915\nMSRC55283_24309483,24309483\nMSRC55280_24308454,24308454\nMSRC55279_24308429,24308429\nMSRC55273_24294311,24294311\nMSRC55273_24294309,24294309\nMSRC55269_24294177,24294177\nTemporarilyPopulateIdentityMap,24291095\nPolicyEnforcedWebSignInNavigation,24290604\nWaitForExperiencesBeforeCompletingWorkspaceDeferral,24281950\nServicing_SamsungAppTerminateFix_24280641,24280641\nHub_UndockedSnipping,24276737\nMSRC55248_24274109,24274109\nMSRC55246_24273629,24273629\nMSRC55244_24270222,24270222\nBackgroundLifecycleApps,24268349\nHTMLStartPerfSolidTopBorder,24266391\nReloadTpmKtkHandle,24263944\nSecureFingerprint,24262804\nNicVdev_VMMS_ConvertToPreallocations,24261129\nMSRC55220_24258708,24258708\nMSRC55215_24254954,24254954\nMSRC55208_24253489,24253489\nLoadInStages,24253193\nMSRC55205_24251523,24251523\nCustom_TCP_Timeout,24248236\nRespectMakeTextBigger,24245154\nAADWebAuthSessionSwitchInPasswordCredprov,24242972\nMSRC55193_24242481,24242481\nMSRC55181_24240143,24240143\nMSRC55179_24240018,24240018\nMSRC55178_24239781,24239781\nMSRC55177_24239420,24239420\nMSRC55174_24238683,24238683\nMSRC55170_24236990,24236990\nWSL_VirtIO_9p_ARM64,24236551\nMSRC55145_24229238,24229238\nMSRC55144_24229119,24229119\nMSRC55140_24228872,24228872\nBugFixSyncInputStatesForDUIKeyboard,24228595\nVoiceTypingPlatformChange,24205841\nMSRC55118_24188022,24188022\nStorageRecommendations,24185470\nMSRC55110_24180340,24180340\nMSRC55107_24179935,24179935\nMSRC55102_24179773,24179773\nMSRC55094_24174017,24174017\nProfile_Service_Retry_Load_Loop,24172318\nVailUnifiedDpi,24171364\nTrimOffscreenWindowFragments,24164467\nDwmHandleTracing,24159631\nSearchDeleteHistorySuggestions,24139787\nShellSmoothHandInput,24136773\nMSRC55064_24127732,24127732\nFullereneRDP,24120282\nMSRC55051_24119290,24119290\nNarratorWindowing,24115496\nInputAppPerfOptimizationDocked,24106681\nResizeWin32SlatesOnStart,24102175\nRedoUpdateManagerWorkThread,24100887\nMSRC55034_24100357,24100357\nMSRC55034_24100355,24100355\nMSRC55031_24100305,24100305\nMSRC55032_24100289,24100289\nMSRC55021_24090759,24090759\nMSRC55019_24090498,24090498\nMSRC54974_24090035,24090035\nMSRC54980_24089968,24089968\nMSRC54978_24089935,24089935\nMSRC54993_24089921,24089921\nMSRC54986_24089903,24089903\nMSRC54975_24089884,24089884\nMSRC54970_24089840,24089840\nMSRC54988_24089820,24089820\nMSRC54992_24089805,24089805\nMSRC54985_24089790,24089790\nMSRC54977_24089739,24089739\nMSRC54976_24089711,24089711\nMSRC54979_24089687,24089687\nMSRC54973_24089672,24089672\nMSRC54972_24089623,24089623\nNicVdev_NewPreallocatedResourcesSchema,24088847\nIncrementalRecycleBinEnumeration,24087738\nDelayInitializeShellTLS,24087705\nShellExecute_StateRepositoryIsAuthoritative,24079510\nProductShellHangDetection,24077485\nPowerEventProcessorSystemIdle,24073380\nThreadpool_Hang_Report,24070885\nMSRC54892_24051729,24051729\nWSL_Mirrored_Networking,24051656\nMSRC54964_24051308,24051308\nMSRC54963_24051216,24051216\nNightsWatchEnablement,24051083\nMSRC54961_24050940,24050940\n20H2_Rollback,24047634\nMSRC54935_24036609,24036609\nMSRC54933_24036398,24036398\nMSRC54929_24036146,24036146\nServicing_IMENeverReady_24031835,24031835\nSanderoOnPro,24027798\nMSRC54920_24027077,24027077\nMSRC54919_24026964,24026964\nMSRC54917_24026469,24026469\nHTMLStartScreenSizeWorkaround,24026435\nMSRC54916_24026417,24026417\nMSRC54913_24026366,24026366\nMSRC54912_24026288,24026288\nLocalUsersAndGroups_24026205,24026205\nUiaGetUiaNodeOptimization,24023736\nMSRC54909_24023542,24023542\nMSRC54908_24023462,24023462\nUiaOptimizedEventRegistration,24023428\nUiaNonBlockingRequests,24023386\nMSRC54896_24012163,24012163\nDisablePropertySheetChangeButton,24011760\nEnableSessionTerminateNotification,24006437\nMSRC54892_24002009,24002009\nHandleNoSelectionInRibbonForNamespaceExtensions,24001174\nCredEnumerateReturnsNoSuchLogon,24000434\nAppDefaultsWebSearch,23999489\nNgcWebAuthnEccSupported,23997641\nMSRC54877_23997174,23997174\nMSRC54875_23996979,23996979\nMSRC54874_23996964,23996964\nMSRC54872_23996798,23996798\nMSRC54869_23996378,23996378\nMSRC54854_23995095,23995095\nVoiceTypingEntryPointOnWCOS,23991426\nVoiceTypingInFlowConsentOnWCOS,23991419\nRemoveDeferredFocusNotification,23990933\nDXGI_WindowedSwapEffectUpgrade,23990563\nMSRC54842_23969285,23969285\nMSRC54834_23967392,23967392\nMSRC54833_23967159,23967159\nMSRC54831_23966846,23966846\nMSRC54830_23964663,23964663\nMSRC54818_23958446,23958446\nMSRC53768_23958431,23958431\nMSRC54813_23956728,23956728\nPropertyStoreForHwnd,23956599\nMSRC54812_23956596,23956596\nInkingHaptics,23956425\nMSRC54807_23956345,23956345\nMSRC54806_23956319,23956319\nMSRC54805_23956304,23956304\nAppDefaultVersionForPolicy,23954010\nCrossContainerRegistrar,23947630\nWNS_Periodic_Update_Manager2,23945364\nMSRC53879_23934723,23934723\nMSRC54026_23934716,23934716\nMSRC54124_23934715,23934715\nMSRC54109_23934714,23934714\nMSRC54253_23934712,23934712\nMSRC54255_23934710,23934710\nMSRC54293_23934709,23934709\nMSRC54303_23934707,23934707\nMSRC54316_23934706,23934706\nMSRC54349_23934703,23934703\nMSRC54359_23934702,23934702\nMSRC54337_23934700,23934700\nMSRC54348_23934698,23934698\nMSRC54523_23934694,23934694\nMSRC54426_23934693,23934693\nMSRC54419_23934691,23934691\nMSRC54476_23934690,23934690\nMSRC54428_23934689,23934689\nMSRC54415_23934688,23934688\nMSRC54450_23934686,23934686\nMSRC54525_23934684,23934684\nMSRC54555_23934679,23934679\nMSRC54553_23934675,23934675\nMSRC54548_23934674,23934674\nMSRC54574_23934670,23934670\nMSRC54601_23934669,23934669\nMSRC54600_23934667,23934667\nMSRC54598_23934666,23934666\nMSRC54595_23934665,23934665\nMSRC54597_23934664,23934664\nMSRC54599_23934662,23934662\nMSRC54652_23934659,23934659\nMSRC54647_23934651,23934651\nMSRC54657_23934646,23934646\nMSRC53208_23934478,23934478\nMSRC52770_23934477,23934477\nMSRC54094_23934473,23934473\nMSRC54103_23934472,23934472\nMSRC54084_23934471,23934471\nMSRC54435_23934465,23934465\nMSRC54460_23934462,23934462\nMSRC54409_23934461,23934461\nMSRC54459_23934460,23934460\nMSRC54536_23934458,23934458\nMSRC54607_23934453,23934453\nMSRC54602_23934451,23934451\nMSRC54543_23934447,23934447\nMSRC54621_23934446,23934446\nMSRC54519_23934395,23934395\nMSRC54506_23934393,23934393\nMSRC54503_23934392,23934392\nMSRC54520_23934390,23934390\nVpciDirectTranslatedP2P,23931204\nDisableWarmBloodedAutoLogon,23931097\nMSRC54749_23930455,23930455\nMSRC54733_23928498,23928498\nMSRC54725_23924600,23924600\nNTLMless,23923582\nIndexerICUSupport,23922000\nMSRC54712_23921584,23921584\nMSRC54711_23921505,23921505\nMmpcRedirect,23919662\nPrivacyCurtainHelpText,23918000\nMSRC54685_23916413,23916413\nMSRC54686_23916412,23916412\nMSRC54682_23916411,23916411\nMSRC54687_23916408,23916408\nMSRC54683_23916406,23916406\nMSRC54690_23916405,23916405\nMSRC54688_23916401,23916401\nMSRC54693_23916400,23916400\nMSRC54689_23916399,23916399\nMSRC54691_23916397,23916397\nMSRC54698_23916256,23916256\nFridgeMagnetsPPI,23902811\nWcosSingleVisualCursor,23897624\nMSRC53501_23896796,23896796\nMSRC53822_23896795,23896795\nMSRC53746_23896794,23896794\nMSRC53838_23896790,23896790\nMSRC53990_23896786,23896786\nMSRC53969_23896785,23896785\nMSRC54092_23896783,23896783\nMSRC54331_23896782,23896782\nScoobeExperimentationPages,23895822\nSQLite,23895502\nFixComTaskOrderedIssue,23884159\nChangeSignatureTrustAnchor,23882506\nSplitLayoutOnModernUX,23881110\nNarrowLayoutOnModernUX,23881043\nHFEFNM,23878730\nScoobeOnLogonForUpgradedDevices,23877894\nWCOSAppDefaults,23869232\nDualVAILRegistration,23868861\nMSRC54643_23866277,23866277\nScoobeOnCleanInstallNoNetwork,23865426\nClientSideEventReduction,23863797\nNonblockingKeyboardProcessing,23861116\nCoreShellHostedInSiHost,23854480\nMSRC54682_23852463,23852463\nMSRC54620_23851197,23851197\nHTMLStartPerfNoRoundedCorners,23851001\nHTMLStartPerfNoShadow,23850997\nHTMLStartPerfNoAcrylic,23850988\nHTMLStartPerfNoWebView,23850978\nBugFix23836095,23836095\nMSRC54599_23834022,23834022\nMSRC54598_23833841,23833841\nExitWindowsforVAIL,23830744\nStoreCDMInEdgeHTML,23827523\nTipCSamplingOverride,23821219\nHub_QuietOOBECortana,23820713\nMSRC54683_23820639,23820639\n20H2_Enablement,23811390\nMSRC54554_23810758,23810758\nNgcViaWam,23808864\nConfigLock_DMClientCSP,23806551\nCaptureIsBorderEnabled,23797124\nMSRC54524_23792275,23792275\nGdiEnableLiveKernelDump,23792193\nMSRC54522_23791806,23791806\nMSRC54521_23791752,23791752\nMSRC54520_23791711,23791711\nMSRC54519_23791451,23791451\nOobeEsimBootstrap_23787264,23787264\nMSRC54506_23784942,23784942\nMSRC54503_23784836,23784836\nMSRC54501_23784741,23784741\nMSRC54500_23784622,23784622\nForceRestrictToOutputBlack,23783914\nD3D11_BlockCryptoSessions,23783789\nD3D11_BlockIHVAuthenticatedChannels,23783775\nWdagMultiPlatformContainerSupport,23783295\nMSRC54581_23775006,23775006\nNvIo_Experimental,23756618\nSearchPerfOptimizations,23755289\nMSRC54450_23751551,23751551\nVoiceTypingModernUXOnWCOS,23722665\nSuperWetApi,23721427\nPenFre,23721423\nSetPenHandedness,23721421\nPenTipToGlassEvents,23721420\nMSRC54418_23717873,23717873\nBluetoothLEAudioMediaControlServer,23710927\nHub_20H2_Narratorbug,23702633\nCloudFileCopyHook,23685927\nWVD_MultiSession_User_Configuration,23685071\nVailRemovableDriveMapping,23675583\nTryShellActivateApplicationFallback,23674478\nBluetoothFlyout_Desktop,23673487\nNewDevicesFlowConnectUI_Desktop,23673473\nMSRC54339_23672095,23672095\nMSRC54331_23666467,23666467\nGIPKOR_23660839,23660839\nFingerprintImprovement,23658930\nBluetoothEattPdus,23654293\nFluencyKPMInitOpt,23652504\nBreakOnIDDTimeout,23648613\nInputAppPerfOptimizationUndocked_23648429,23648429\nHnsWcosLoopback,23636350\nMSRC54294_23636311,23636311\nWcos_Vtp,23636289\nQuickActionLock,23632643\nAADWAMDeviceOnlyTokenRequestsSendUnknownParamsToServer,23624342\nMSRC54277_23623430,23623430\nMSRC54274_23622716,23622716\nValueBannerTattoo,23618533\nThemeAwareAndFluentTiles,23615618\nValidate_Heap,23613153\nWriteCacheLines,23607466\nEdgeDevToolsWcosBroker_HookEnumOnDesktop,23603367\nBugFix23602549,23602549\nUSNBackoffDetection,23596697\nDisableAllInputOnPostureTransition,23593674\nSimulateFoldDisplayOff,23593673\nMSRC54222_23591362,23591362\nMSRC54220_23591141,23591141\nHub_AppCloseButton_23590089,23590089\nMSRC54215_23589247,23589247\nModernPC_Search_FailFastDebugging,23585862\nSyncRootMove,23585747\nDeviceManagementDeclaredConfigurationContainerSupport,23582909\nSettingSyncRemovalAllowWindowsThemeToContinueSyncing,23580196\nDXCore_SystemFileMappings_LegacyDriverSupport,23577914\nDES_Monitor_Groups,23577149\nDTraceDiagTrack,23567567\nMSRC54187_23563919,23563919\nShowBrowserOnScoobe,23563673\nDefaultBrowserSettings,23562335\nEdgeDevToolsWcosBroker,23554896\nPrintSupportApp,23550552\nD3D12LegacyAPICompatibility,23543104\nVelGatesTestControl,23542747\nMSRC54140_23540836,23540836\nNarratorBackgroundHighlight,23539034\nBluetoothLEConnectedIsochronousStreams,23538000\nLSA_SynchronousProfileLoaded,23534517\nEnableRuntimeDebugBreakForIdd,23533199\nShowBrowserOnValueBanner,23531064\nOobeLimitCortanaVoiceover,23529034\nMSRC54116_23527833,23527833\nDtsxHdmiEnabled,23517231\nUndockDesktopSearchIntegrations,23516137\nMSRC54104_23514480,23514480\nDesktopStartHtmlLauncher_IncludeAppxFragment,23510120\nMSRC54093_23505723,23505723\nMSRC54092_23505322,23505322\nJapanese12KeyOnWCOS,23505092\nJapanese50onTouchKeyboard_23505084,23505084\nKeyPressAnimation_23503111,23503111\nShellEyeTargeting,23498975\nLogonTaskHangAutomaticWatson,23489040\nMSRC54070_23487583,23487583\nMSRC54060_23479992,23479992\nMSRC54033_23477373,23477373\nSL_AllowAnchorQueryRegExMatchingForId,23464348\nNoPlatformScaling,23458767\nDesktopToastViewWithAttribution_23454425,23454425\nEnablePenInteractionModelOnWCOS,23448712\nDesktopToastViewAlwaysShowDismiss_23447524,23447524\nCallerContextImpersonateCallerRefactor,23447019\nVoiceAccess,23445657\nModernAppBlocking,23445640\nMSRC53992_23444169,23444169\nMSRC53980_23437121,23437121\nScoobeMSALossAversion,23432965\nActivatonValueSetHints,23427585\nMSRC52443_23426465,23426465\nJumpList_OptimizeAutoDestListReadWrites,23426140\nDXGI_VailMPO,23425898\nAnaheimPromotionPostInstallPostUnlockDelayedTriggerEvent,23422232\nDownloadAcceleratorMovesForegroundPermissions,23415849\nDesktopUVCMTC,23403403\nExitAppOnClose,23402699\nBTInboundPairingUI,23402385\nMSRC53880_23400823,23400823\nStateRepository_DynamicDependencies,23398575\nMSRC53869_23397316,23397316\nEnableDefaultFolderIconFallback,23394095\nScavengeSSUs,23392744\nMSRC53861_23391480,23391480\nMSRC53838_23381472,23381472\nMSRC53519_23381156,23381156\nMSRC53822_23380235,23380235\nApplicationWindows_TryShowAsync,23361023\nAppointmentsInStart,23360964\nMSRC53791_23356856,23356856\nSevSnp,23356523\nWatsonizeVAILFailures,23352930\nDesktopStartHtmlLauncher,23351471\nLogicalDisplayReference,23350651\nBackdropVisualImage,23349657\nAzureFeaturesAndPolicies,23348889\nMSRC53768_23347267,23347267\nMSRC53758_23340265,23340265\nMSRC53756_23340089,23340089\nPenWorkspaceCustomization,23339598\nPenButtonCustomizationOnWCOS,23339593\nMSRC53752_23339251,23339251\nBugFix23339109,23339109\nModernUXFloatingKeyboardDropShadow,23324166\nFeatureStagingInfoCapability_FullFCONAccess,23323535\nOutOfProcIContextMenu,23323390\nHardwareKeyboardTipC,23320671\nOmaDmRunSessionInAc,23320467\nEICinTIC_APIs,23318938\nWindowTabOnUnpinnedTiles,23312529\nUiaWindowManager,23311586\nMultiProcessISM,23310084\nMSRC53715_23305659,23305659\nMSRC53128_23296237,23296237\nTurnOffFocusAssistNotificationsByDefault_23282664,23282664\nMSRC53681_23282442,23282442\nSideloading,23281607\nIntegratedPinpad,23281234\nMSRC53676_23281017,23281017\nPCH_ShellUpdateAgentShipping,23264643\nUiaCrossMachineWinEventPruning,23263127\nProcessICCCalibrationInDisplayBroker,23261994\nDesktopFidoAadPinReset,23257967\nDesktopFidoAadWebSignIn,23257963\nDesktopFidoAadOobe,23257956\nDesktopFidoMsaPinReset,23257924\nDesktopFidoMsaWebSignIn,23257912\nDesktopFidoMsaOobe,23257765\nModern_Disk_Management_Link,23257398\nMSRC53631_23253071,23253071\nMSRC53553_23251489,23251489\nMSRC53547_23250133,23250133\nWritePackageStateUsingTransactions,23232883\nMSRC53528_23229617,23229617\nWhatsNew,23226190\nLaunchAnaheimDownloadPageAtLoginForAnaheimInsiders,23220630\nMSRC53516_23219456,23219456\nMSRC53513_23218261,23218261\nSmartOptOut,23214784\nTipKernelBaseABI,23210870\nMSRC53501_23209920,23209920\nMSRC53491_23204084,23204084\nActionCenterFlyoutHeight,23203980\nMSRC53489_23203375,23203375\nMSRC53477_23202056,23202056\nMSRC53471_23197344,23197344\nMSRC52752_23194607,23194607\nUiaCrossMachineArtificialDelay,23192082\nMSRC53449_23176639,23176639\nVirtualTouchpadInkCanvas,23159671\nD3D12VideoEncode,23156850\nMSRC53416_23155882,23155882\nMSRC53407_23144767,23144767\nUiaCrossMachineHwndInfoCache,23139773\nMSRC53397_23138890,23138890\nMSRC53392_23133967,23133967\nMSRC53389_23133785,23133785\nAllowDelayStartupDebugging,23128665\nBugFix23115857,23115857\nDefaultAppUpdates,23109802\nQRCodeWifiJoining,23106999\nExcludeFromCaptureAPI,23097642\nServicing_IE_SETTINGSYNCMIGRATION_23092750,23092750\nMSRC53289_23089006,23089006\nMSRC53287_23088721,23088721\nMSRC53284_23087839,23087839\nAnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForAnaheimInsiders,23078286\nMSRC53251_23078079,23078079\nMSRC53262_23078028,23078028\nMSRC53259_23078002,23078002\nFailFastOnCompositionSurfaceRenderingErrors,23075380\nInjectionRawInputProvider,23072667\nDualEngine_AllowF12,23071760\nMSRC53249_23061662,23061662\nMSRC53410_23060104,23060104\nMSRC53409_23059758,23059758\nScoobeEligibilityBasedOnML,23059000\nEICinTIConDesktop_23057655,23057655\nFamilySettingsAwareness,23057458\nShellExecuteRedirection,23057199\nMSRC53227_23057105,23057105\nMSRC53225_23056967,23056967\nMSRC53212_23044350,23044350\nInputForegroundManagerImmediateUsage,23043246\nUseWinML,23040247\nPreallocateVirtualMonitors,23040215\nProductizeSpecializedDisplays,23038916\nMonitorDevice_OverrideDriverWithDolbyVisionColorimetry,23036359\nHideUwpEdgeFromAppListIfWin32EdgePresent_23035442,23035442\nMSRC53196_23035100,23035100\nServicing_UnintentionalCandidateDetermination_23012864,23012864\nMSRC53165_23008124,23008124\nMSRC53162_23007569,23007569\nMSRC53147_23004784,23004784\nLazyFileIdCalculation,22994721\nNoVisibleContainerUiPolicy,22990097\nLaunchAnaheimDownloadPageAtLoginForNonAnaheimInsiders,22984827\nSL_LargeImageTwoButtonTemplateSupport,22984807\nAnaheimEdgeVersionSessionContext,22984758\nAnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForNonAnaheimInsiders,22984746\nApplicationWindows_Wave3,22984684\nSearchUndockTestMocks,22984368\nUseGraphicsCaptureAPI,22984311\nMSRC53124_22979556,22979556\nInputInjectionAPI,22974022\nAltimeterThresholding,22967847\nAllowModalParentZero,22966751\nD3D12PinResources,22965649\nRecycleNotificationContainers,22964139\nViewHitTestDeprecation,22962598\nSmartScreenForAnaheim,22961407\nWNS_CTA_Polling,22953751\nIngestInputApp,22929203\nMSRC52933_22880811,22880811\nMSRC53076_22878733,22878733\nMSRC53075_22878718,22878718\nMSRC53074_22878621,22878621\nMSRC53073_22878576,22878576\nMSRC53071_22878449,22878449\nMSRC53056_22871482,22871482\nCShellOnWindowManagerIDK,22855141\nMSRC53047_22851065,22851065\nMSRC53046_22849120,22849120\nMSRC53045_22846699,22846699\nMoUXBroker,22789297\nMonitorDevice_IsDolbyVisionSupported,22784083\nUwpWindowLifecycleManager,22782356\nDXCore_SystemFileMappings,22765950\nMSRC52951_22764330,22764330\nNonDXKryptonGpuSupport,22761567\nWdagAsIsolationPlatform,22756199\nMSRC52945_22755897,22755897\nMSRC52943_22753775,22753775\nMSRC52937_22751035,22751035\nMSRC52936_22750499,22750499\nHvciAutoEnableOnSV,22749712\nMSRC52934_22749442,22749442\nMSRC52929_22725296,22725296\nShareTargetDisplayName,22723486\nMSRC52916_22706326,22706326\nMSRC52914_22706240,22706240\nHub_PPIDesktopHybrid,22698057\nVirtualTouchpadSmartLeftClick,22673070\nMSRC52898_22669517,22669517\nHub_InternalDevTools,22667775\nMSRC52895_22664550,22664550\nMSRC52889_22661402,22661402\nLowPriorityPrelaunchContainerPolicy,22610352\nUDKFunctionsNotYetConverged,22608933\nAppDefaultsCloudFileLaunchContentUriWCOS,22608641\nServicing_JapaneseImeCrashOnFocusChange_22595405,22595405\nSuggestionUIOnDesktop,22529690\nAADWAMUniversalID,22516394\nWSL_VirtIO_9p,22514416\nMRT_ShellLanguageProvider,22513950\nMSRC52847_22507124,22507124\nAADCloudAPSecurityGroupsSupport,22499543\nMSRC52839_22488156,22488156\nMSRC52838_22487778,22487778\nMSRC52837_22487612,22487612\nPCH_ForceShellFODAcquisition,22460213\nMSRC52828_22460159,22460159\nPCH_ShellFODRemoval,22460125\nMSRC52824_22459399,22459399\nSetUiSupport,22458793\nDynamicProgIdSupport,22456928\nMSRC52815_22452455,22452455\nInlineSwiftPair,22449977\nDeviceManagementWin32AppSettingProviderOptimization,22441698\nWVDFileContentIndexing,22441124\nMDMDiagnosticsLastError,22435459\nAgentActivationRuntimeAPI_DefaultAgent_Power,22434907\nKPMSetScalingFactor,22430804\nWCOSWin32AppWindowPlacement,22429034\nMSRC52762_22426209,22426209\nMSRC52760_22425605,22425605\nMSRC53525_22425219,22425219\nMSRC52752_22414728,22414728\nUART_Refactor,22394767\nMSRC52722_22367230,22367230\nMSRC52712_22363214,22363214\nVmbusPerVaBackedVmThreads,22318530\nMSRC52693_22314652,22314652\nMSRC52689_22309730,22309730\nMSRC52688_22309679,22309679\nMSRC52687_22309615,22309615\nMSRC52686_22308606,22308606\nRDPFromWorkPlaceJoinedClientsWithAADAccounts,22294629\nOmaDmClientLogSyncMLFile,22292797\nMSRC52674_22291254,22291254\nShowShareUIOnContainerOS,22287751\nAADRepairJoinInfoRegistry,22264175\nMMPC_TargetSelfhostEnvironment,22259842\nMSRC52639_22250758,22250758\nMSRC52638_22250657,22250657\nMSRC52636_22250303,22250303\nMSRC52616_22234818,22234818\nMSRC52607_22226803,22226803\nMSRC52605_22226625,22226625\nMSRC52601_22225821,22225821\nVAILContainerOverride,22220719\nProductActivationInSettings,22220550\nMSRC52567_22217666,22217666\nMSRC52560_22211101,22211101\nMSRC52558_22168926,22168926\nInputForegroundManagerForUWP,22164006\nSL_ImageMarginSoftLandingMetadata,22163109\nSearchUndockExperiment,22162129\nOpenCLOn12,22145371\nSL_IsUserInteractionRequiredForDismissalSoftLandingMetadata,22136797\nServicing_SysDeleteKeyCrash_22130108,22130108\nMSRC52453_22126870,22126870\nResizeShellExperienceViews,22119314\nValidateAMPPL,22119005\nCoreWindowAsyncKeyState,22118908\nTaskViewForceCloseContextMenu,22118550\nMSRC52448_22112946,22112946\nInputServiceHostedCoreInputViewManager,22111930\nMinQMouseAndMiP,22100935\nMSRC52443_22097612,22097612\nCrossContainerAuth,22096226\nCloudFileSyncStatusAPI,22094302\nMSRC52429_22089775,22089775\nMSRC52427_22089106,22089106\nMSRC52426_22088570,22088570\nSIPInvocationPolicySetting,22085787\nMSRC52423_22079850,22079850\nBoostPriorityAlwaysOnViewCreation,22078216\nSystemDesktopBackgroundAdjustment,22077484\nTestShellCommonDesktopBase,22074299\nAllowConnectivityInStandby,22073857\nMSRC52413_22071284,22071284\nMSRC52412_22069949,22069949\nLiteAccountDisambiAndAADPage,22069268\nMSRC52396_22067323,22067323\nSensorThresholding,22066884\nMSRC52387_22055503,22055503\nMSRC52385_22030089,22030089\nSIPOcclusionMitigation,22024163\nWcosIPPoverUSB,22014285\nApiLogging,22006889\nRegFileEncapsulationLogging,22006819\nMSRC52370_22005497,22005497\nSupportCompressedVHDs,21996836\nAADSupportADRSResponseRichErrorCodes,21991067\nRemoteConfig_WinCanaryRing,21989994\nOobeExperimentationPages,21988631\nMSRC52330_21984554,21984554\nTriggerStartMpssvc,21984232\nWindowsSandbox_ARM64,21979176\nProductControlsAutoLogon,21975391\nMSRC52304_21974818,21974818\nSuspendContainersOnCsEntry,21972293\nValueBannerShowOneItemTemplate,21969097\nWCOSOverrideDeviceFamily,21968130\nMSRC52284_21966625,21966625\nUninstallBrowserReplacementFixups,21966201\nMSRC52277_21964537,21964537\nDownlevelArgonContainers,21951094\nUpdatePinnedTaskbarIcons,21938197\nSL_IsImageQualifiedForLightThemeSoftLandingMetadata,21938149\nUART_4_Ports,21938063\nMSRC52252_21902812,21902812\nMSRC52251_21902764,21902764\nColorfulUnplatedLogos,21894296\nFamilyAppUsageTrackingAutoStart,21892848\nMSRC52231_21891500,21891500\nPhotosAppLiveTileClippingBugFix,21879587\nDualEngine_ReliableClose,21879352\nMsixAppCompatSupport,21878278\nArso_CredGuard,21877377\nVAILWin32StartupTask,21870854\nMSRC52209_21870609,21870609\nTaskbarNoBlurBehindOnSoftwareRenderer,21868935\nAllowSimulatedCameraPassSecureBioSensorCheck,21864523\nBonusBarCoherence,21858649\nPEMDataModelOverride,21854836\nCdplProtectKnownUserFolders,21852964\nMSRC52196_21852825,21852825\nMSRC52192_21842263,21842263\nMSRC52187_21838922,21838922\nMSRC52182_21837841,21837841\nAssignedAccessGlobalProfile,21835607\nD3D12VideoAllowListDevMode,21834402\nMSRC51883_21830762,21830762\nEnableAADNgcKeysInWebAuthn,21830305\nMSRC52172_21804317,21804317\nAADClientSideThrottling,21779246\nWACEdgeHitTesting,21778747\nTouchInContextNotificationSettings,21769444\nMSRC52157_21768474,21768474\nGhostFrameSystemTerminateReason,21763906\nMSRC52148_21758880,21758880\nMSRC52146_21758773,21758773\nMSRC52136_21747193,21747193\nMSRC52135_21747147,21747147\nMSRC52133_21747001,21747001\nMSRC52132_21746959,21746959\nMSRC52131_21746847,21746847\nCombinedDataUsageStatusPage,21743692\nHideUwpEdgeFromAppListIfWin32EdgePresent_21743510,21743510\nVAIL_Vsync_Projection,21742760\nMSRC52124_21736133,21736133\nEnableVpciUefiBoot,21726436\nApplicationActivationWatcher,21726163\nMSRC52116_21722660,21722660\nCAMNotification,21718014\nEICVelocityPressureBrush,21710064\nMSRC52105_21709107,21709107\nMSRC52101_21708469,21708469\nDESEnableBrightnessHotkeysWithoutPowerGuids,21706588\nMSRC51759_21703397,21703397\nMSRC52104_21687179,21687179\nDisableKryptonDeferredCommit,21680472\nDisableKryptonEnhancedPageFault,21680218\nWindowReferenceAPI,21667824\nBrowserReplacementAssocHandlers,21667666\nMSRC52067_21667212,21667212\nMSRC52065_21666170,21666170\nDirect3D9_ModeEnumPerf,21663869\nServicing_PreventReentrantJapaneseIME_21660237,21660237\nSingleUserGlobalizationSettings,21657128\nHardwareKeyboardInlinePredictionMinimumPrefixLengthExperiments,21654623\nDeviceFormatShimForVSS,21650929\nServicing_UnifiedTileIdentifierCreateFailureTelemetry_21648680,21648680\nMSRC52048_21648483,21648483\nMSRC52046_21638631,21638631\nMSRC52024_21635939,21635939\nMSRC51974_21633115,21633115\nDeliverViaSendMessage,21629918\nAADCloudAPPluginAlwaysEnabled,21617600\nMSRC52362_21616617,21616617\nMSRC51959_21614878,21614878\nMSRC51957_21614277,21614277\nMSRC51955_21614046,21614046\nMSRC51954_21613929,21613929\nStateRepoVerbsCache_SimultaneousInitByMultipleThreads,21604361\nDisableKryptonHotEnlightenment,21601026\nPinVmmemBackingPages,21601021\nDisableKryptonColdEnlightenment,21600992\nFlipHandleActiveInputProfile,21597266\nHardwareKeyboardInlinePredictionNotification,21595991\nDockTestMode,21593258\nAADServerSideInitiatedThrottling,21588615\nMSRC51906_21586727,21586727\nMSRC51900_21562307,21562307\nMSRC51898_21561079,21561079\nUserModeVpciBus,21560663\nMSRC51892_21559193,21559193\nMSRC51881_21556057,21556057\nFeatureUsageTelemetryFlushOnSuspend,21544835\nMSRC50819_21542341,21542341\nMSRC51863_21540709,21540709\nMSRC51861_21540325,21540325\nMsaMatsLogging,21539027\nMSRC50979_21537952,21537952\nFakeCrossContainerCallerIdentity,21527221\nLockBugFix_HangQuiesce_IgnoreUnregisteringRemoteEventHandlers,21524549\nMSRC51836_21522210,21522210\nHnsFlowSteeringEngine,21510609\nHtmlStartDevTools,21510418\nHtmlStartPackageFeed,21510368\nMSRC51813_21509331,21509331\nMSRC51792_21506819,21506819\nMSRC51795_21495299,21495299\nMSRC51794_21495291,21495291\nDeviceManagementContainerEnabled,21464537\nUserManagerUserPicture,21459675\nMSRC51764_21458820,21458820\nExcludeDevFolders,21445372\nFL1_0_Core_Release,21445104\nStickyKeysConfirmation,21443757\nForceColorGDIRampsUse,21431699\nRedirectColorCallsToWinRTObjectServer,21431693\nMSRC51728_21431023,21431023\nSettingSyncRemovalAllowEdgeToContinueSyncing,21427697\nSettingSyncRemovalAllowInternetExplorerToContinueSyncing,21427683\nDeliveryOptimization_Vibranium_UISettings,21425853\nGPCSERegistry,21418537\nFixComTaskPoolRace,21417928\nVAIL_Fake_Monitor_Projection,21415082\nMSRC51715_21414518,21414518\nVAIL_Monitor_Projection,21414360\nMSRC51714_21414356,21414356\nMSRC51713_21414201,21414201\nMSRC51710_21413205,21413205\nMSRC51708_21412909,21412909\nAutopilotReset,21412447\nMMPC_CertPinningToMmpc,21412373\nMSRC51700_21409766,21409766\nMSRC51696_21408811,21408811\nFconWritesToWNF,21405638\nWAM_BI_RE_ARCH,21402927\nMSRC51691_21400765,21400765\nDoDragDropOnContainerOS,21400610\nMSRC51686_21399329,21399329\nMMPC_TestMode,21399059\nMMPC_DiscoveryLockDown,21399046\nOmaDmSkipSessionInCs,21398904\nMSRC52365_21395503,21395503\nNonDriveLetterVolumeIndexing,21394072\nKerbAsRepCredKeyBinding,21393543\nKerbAsRepCredsHybridCache,21393348\nShowInstallationStatusSettingsApp,21393016\nFconWritesToRTL,21392164\nEncryptAuthIdentityForSystem,21390336\nWebExperienceHostExtension,21390217\nServicing_IE_SETTINGSYNCMIGRATION_AUTOCOMPLETE_21389768,21389768\nServicing_IE_SETTINGSYNCMIGRATION_TABROAMING_21389760,21389760\nServicing_IE_SETTINGSYNCMIGRATION_TYPEDURLS_21389753,21389753\nServicing_IE_SETTINGSYNCMIGRATION_HISTORY_21389737,21389737\nMSRC51645_21361950,21361950\nWindowManager_ActivationWatcher,21360375\nMSRC51629_21355862,21355862\nMSRC51628_21355292,21355292\nMSRC51625_21348672,21348672\nProfile_Service_Delete_Cloud_Files_Folders,21343083\nBitLocker_RP_AAD_Backup_Check,21341508\nVMVersion5Deprecation,21341503\nForcedPasswordlessPlatform,21331712\nPasswordLessNewDevices,21331646\nKerbAsRepCredsHybrid,21331590\nServicing_ValidEAorHashEACheckChange_21330992,21330992\nArsoForDesktopDJ,21330961\nWebSignInForTpmClearRecovery,21330953\nMSRC51569_21326875,21326875\nFidoBleAddressRotation,21326400\nMSRC51562_21325980,21325980\nFidoPrivacyUI,21325834\nExperimentalRefreshRates,21320188\nKPMUseRealTouchPoints,21318338\nHardwareKeyboardLayoutAware_WCOS,21318331\nHardwareKeyboardLayoutAware_Desktop,21318322\nMSRC51558_21317526,21317526\nMSRC53981_21313761,21313761\nOobeEsimDiscoveryTask,21312859\nMSRC51554_21312673,21312673\nMigrateVRegHivesBack,21309366\nQueueOobeTelemetryForUpload,21307089\nAADAccountUPNNameChange,21302662\nCloudAPAsyncAcceptCredentials,21302635\nDesktopStartDefaultWebView,21302095\nMSRC51540_21299122,21299122\nMSRC50956_21295729,21295729\nMSRC51532_21289021,21289021\nMSRC51529_21273757,21273757\nMSRC52366_21270652,21270652\nEICinTIConWCOS,21268963\nMSRC51515_21268706,21268706\nOmaDmClient429Support,21268504\nMsaMats,21267110\nMSRC51511_21266515,21266515\nMSRC51510_21266309,21266309\nMSRC51509_21265351,21265351\nAppDefaultsCloudFileLaunchContentUri,21261388\nMSRC50713_21260348,21260348\nFlexibleToastView,21256886\nWebStartObviousFallback,21254489\nPCH_ShellPackageUpdate,21253981\nUpdateShellOnLogon,21253411\nNLM_Experiment_LossyNetwork,21253247\nMSRC51501_21251561,21251561\nNoCreateFamilyDisabledUsers,21239647\nFamilySyncOnLogon,21238233\nMinGetKeyState,21237886\nMSRC51466_21232779,21232779\nDesktopTouchImprovementForTabletPosture_21228112,21228112\nMSRC51459_21226085,21226085\nSlideWindowAnimationRectCheck,21209145\nHardwareKeyboardInlinePredictionTypingSpeedExperiments,21209073\nCtrlBackspaceInExplorer,21207738\nStubification_21206371,21206371\nModernPC_Search_ComposerBgTasks,21206249\nMSRC49535_21204384,21204384\nVelocityBasedPressureAlwaysOn,21203989\nNewOutputPresenter,21185041\nContainerOSDisable,21184109\nUserResearchShortcuts,21180889\nServicing_IE_SETTINGSYNCMIGRATION_FAVORITES_21177013,21177013\nHardwareKeyboardInlinePredictionPersonalizedAdaptiveModel,21169807\nBrowserReplacement,21167812\nRedirectBrowserActivations,21166711\nProductExperienceManager,21166365\nMSRC51322_21166185,21166185\nPinMigration,21157932\nIRawNotification3,21156642\nDesktopTouchImprovementMaxWindow,21154990\nDesktopTouchImprovementForTabletPosture_21154937,21154937\nAppDefaultsSetAppAsDefault,21154688\nXAMLFileExplorerCloudFiles,21154437\nMSRC51306_21153188,21153188\nMSRC51304_21152666,21152666\nOmaDmAlertBatching,21152626\nMSRC50608_21151885,21151885\nDeviceSetup_Parallel,21151629\nDeviceMetadata_CombinedQuery,21151430\nMSRC51153_21150781,21150781\nMSRC51296_21150688,21150688\nDisplayUserExperienceInfo,21145007\nMSRC51287_21144410,21144410\nXboxServerFlows,21144178\nDeviceResetContext,21140357\nCapabilityAccessTokenAPI,21139028\nSupportFnKey,21138696\nMSRC51272_21129820,21129820\nActivateUndockedSearchApp,21129005\nUndockedSearch,21127843\nFlexibleNotificationItemView,21127659\nEnableDevMode,21102095\nGraphPictureGet,21101172\nUsageReportingViaFCON,21100654\nMSRC51245_21097555,21097555\nEmptyFiles,21093963\nDisableCRC32,21092406\nUseD3D12HologramCompositorPipeline,21088374\nCalendarQuickCompose,21088047\nEnableHostResourceSharing,21087575\nKeyboardInputInMinQueue,21087082\nD3D11MaxFrameLatencyOverride,21084512\nShellOcclusionHandling,21082956\nUndockedSettingsSearchContent,21076392\nXFG_User,21076344\nUseHeadGazePitchAdjustmentRadians,21073599\nFnKeyAPI,21073492\nMSRC52364_21073296,21073296\nProvOEMMV,21073220\nMSRC51222_21072117,21072117\nMSRC51219_21070842,21070842\nMSRC51213_21069137,21069137\nMSRC51212_21068999,21068999\nMSRC51208_21061145,21061145\nMSRC51205_21058145,21058145\nMSRC51204_21058110,21058110\nHvciDisabledToast,21055388\nGpuHardwareSchedulingUi,21054454\nMSRC51188_21053630,21053630\nMSRC51165_21053038,21053038\nMSRC51181_21045850,21045850\nDeviceManagementRunCspInContainer,21044226\nMSRC51179_21043885,21043885\nCAMETWLogging,21043497\nMSRC51168_21041752,21041752\nMSRC51170_21041741,21041741\nTouchKeyboardAutoSwitchToAlphaAfterSymbolSpace,21036042\nDP_AUX_V2,21034614\nRemoteConfig_PreProdRing,21031911\nKryptonSoftLargePages,21026262\nMSRC51140_21018176,21018176\nSPH_PerUserFiles,21017437\nEnableBackgroundTasks,21008641\nMoStack,21006942\nUndockedSettingsExtensions,21006835\nNarratorScripting,21005116\nDecoupleScoobeFromUpgradeOnLogon,21004556\nVAILRemoteAppIdWindowAssignment,21003492\nMSRC51116_21001785,21001785\nMSRC51098_20999305,20999305\nMSRC51099_20999292,20999292\nMSRC51095_20996407,20996407\nHtmlStartIncludeUdkProjections,20994335\nMSRC51091_20994164,20994164\nLiteTaskbarSettings,20992140\nMSRC51058_20979546,20979546\nBluetoothLEExtendedAdvertising_Api,20977847\nBluetoothLEAlternativePhySupport_Api,20977799\nHostAILPositionerInRDPInit,20975359\nSettingsSearchCFR,20974195\nGifSuggestionOnDesktop_20965193,20965193\nMSRC51034_20960573,20960573\nMSRC51030_20957765,20957765\nCaptureCursorAPI,20957018\nHostAILPositionerInImmersiveShell,20952834\nMSRC51022_20952820,20952820\nMSRC50733_20943515,20943515\nMSRC50983_20928756,20928756\nMSRC50982_20928611,20928611\nMSRC50973_20925124,20925124\nMSRC50971_20924927,20924927\nMSRC50968_20923514,20923514\nMSRC50966_20922727,20922727\nMSRC50965_20922480,20922480\nMSRC50962_20922238,20922238\nMSRC50960_20920684,20920684\nWcosFileDialogsForAnaheim,20913705\nCShellEaseOfAccessKeyboard,20901297\nMSRC50953_20899331,20899331\nShellTwoHandedSystemGesture,20897646\nMultiUserGlobalizationSettings,20897186\nModernUXConfirmationUXHost,20895755\nMSRC48796_20894105,20894105\nMSRC50935_20893992,20893992\nMSRC50931_20893357,20893357\nEdgeSpartanDesktopAppOnWCOS,20892916\nHvciIncompatibleApps,20887957\nMSRC50851_20873218,20873218\nIE_SETTINGSYNCMIGRATION,20862839\nMSRC49225_20861227,20861227\nKeyboardAwareWunderbar,20861006\nWunderbarMediaTransportControls,20860890\nMSRC50845_20860685,20860685\nAppDefaultsLogonTelemetry,20859160\nMSRC50825_20846922,20846922\nExpandReparsePoints,20842212\nMSRC50815_20840997,20840997\nInputSiteTree,20840737\nPenTailDockEvents,20840718\nDisplayHdr_Inf_Certification,20832431\nDolbyVision_Default_On,20832424\nServicing_RxNameCacheFinalize,20830198\nAgentActivationRuntimeAPI_AboveLock,20829994\nMSRC44803_20829456,20829456\nMSRC50787_20829145,20829145\nMSRC50786_20829030,20829030\nMSRC50781_20828295,20828295\nMSRC50769_20827784,20827784\nMSRC50767_20827725,20827725\nMSRC49166_20827085,20827085\nMSRC50747_20826924,20826924\nMSRC50746_20826724,20826724\nMSRC50735_20824484,20824484\nMSRC50733_20824419,20824419\nMSRC50732_20824399,20824399\nMSRC50729_20824324,20824324\nMSRC50723_20824178,20824178\nH264_Multithread_DXVA,20820388\nMSRC50722_20819916,20819916\nTestPresentationRequested,20819543\nPresentationRequestedOnDesktop,20819528\nRequestFromAppModelWatcherOnDesktop,20819441\nHvciCancelScan,20815078\nNPToastUX,20813326\nSIPInvocationByTapOnWCOS,20809722\nKeepRateForPersonalizedWords,20806905\nHardwareKeyboardInlineMultiWordPredictionScoreDiffExperiments,20806132\nHardwareKeyboardInlineMultiWordPredictionThresholdExperiments,20806104\nHardwareKeyboardInlinePredictionOneKeyReversion,20805978\nHardwareKeyboardInlinePredictionMinimumPredictionLengthExperiments,20805803\nUseMLModelForToastTiming,20804974\nWebStartEndpointSelection,20802801\nHardwareKeyboardInlinePredictionUnderline,20801365\nMSRC50715_20798455,20798455\nCShellToggleKeys,20788889\nScreenClippingUndockedWCOS,20782456\nEaseOfAccessQuickSettings,20782259\nMSRC50714_20781930,20781930\nMSRC50711_20781178,20781178\nMSRC50703_20772209,20772209\nHelloSplitViewAcrossDisplays,20770583\nAppWindowBamo,20770034\nDriverWhiteboxData,20758545\nDriverBlackboxData,20758515\nDXGI_DxDb_Reparenting_Custom,20756507\nIndexerVAIL,20756095\nVAIL_Opm_Projection,20754884\nMSRC49024_20752363,20752363\nMSRC50683_20752271,20752271\nMSRC50678_20751883,20751883\nNightLightOnWCOS,20751365\nTPMCommandTelemetry,20751319\nUniformDpiProgrammingModel,20743071\nNvIo,20742624\nMSRC50657_20737867,20737867\nMSRC50655_20737736,20737736\nMSRC50631_20723788,20723788\nMSRC50630_20723528,20723528\nApplicationWindows_SupplementalPane,20722116\nOptional_Features_Page_V2,20721549\nScoobeSettingsToggle,20720716\nMSRC50614_20702928,20702928\nMSRC50612_20702871,20702871\nMSRC50610_20702855,20702855\nShellOneHandedSystemGesture,20702577\nVailContainerPause,20698537\nMSRC49998_20696500,20696500\nMSRC50592_20696450,20696450\nMSRC50523_20696371,20696371\nMSRC50502_20696180,20696180\nMSRC50554_20696117,20696117\nMSRC50547_20696044,20696044\nDisableSecondaryTilePinPrompt,20695874\nMSRC49534_20695542,20695542\nMSRC49630_20695512,20695512\nBluetoothHfpAppleAccessory,20695103\nFailFastOnSuspend_20684471,20684471\nShowUndockedSelfhostingText_20684470,20684470\nDraggableThumbnailAfterSnip,20684469\nNewViewSearchApp,20683751\nEnableTestModeForFileExplorerSSFtoCDSConversion,20681411\nResilientToCloudFileCalculatedProperties,20681302\nSimpleParseOnDesktopIcons,20670392\nUndockedKeyboardOnLogon,20652183\nInputAppConsumesUdk,20652073\nWCOSUserModelForIME,20650888\nMSRC50491_20638631,20638631\nDisableLowQosTimerResolution,20638285\nReduceTimerWakes,20638280\nBluetoothUnifiedAudioEndpoint,20624938\nKeepLegacyCortana,20624316\nMSRC50483_20620577,20620577\nInputSuggestionsAudienceOverride,20611356\nInputSuggestionsVelocitySample,20611348\nInputSuggestionsPackageDownload,20611340\nSuggestionUIPackageDownload,20611323\nMSRC50477_20611129,20611129\nLiteOobeReboot,20608772\nMSRC50462_20607628,20607628\nMSRC50459_20606762,20606762\nWAMAggregatedTelemetry,20603548\nUUS,20603363\nMSRC48792_20586247,20586247\nUefiEnableLowPowerS0,20586107\nMSRC50304_20585205,20585205\nMSRC50366_20583610,20583610\nNotificationSenderRecency,20583190\nMSRC50351_20583083,20583083\nUseStoreECApp,20577377\nEapTeap,20577243\nMSRC50328_20565628,20565628\nMSRC50327_20565616,20565616\nPolicyManagerADMXIngestionUpdater,20564631\nMSRC50319_20560823,20560823\nSuggestionUIWAVE3OnWCOS,20553178\nUseDDisplayPlaneInMirage,20541461\nMSRC52361_20531572,20531572\nMSRC52363_20531509,20531509\nSettingSyncRemovalDisableUploadsAndDownloadOnceOnly,20530593\nMSRC50251_20529870,20529870\nContainerCrash_UseInternalBranchPolicy,20529819\nMSRC50241_20529513,20529513\nMSRC50237_20529188,20529188\nOneSettingsClient_MSRootCert,20526503\nMSRC50221_20522190,20522190\nMSRC50219_20522141,20522141\nCoreMessaging_DeferReleaseUserApiCall,20516394\nDigitsSubstitutionSetting,20516266\nSeparateOfficeFromOneDrive,20516042\nMSRC50197_20513963,20513963\nOpenGLOn12,20513500\nUiaGenericCrossMachine,20506114\nMSRC50138_20505477,20505477\nVoiceTypingEntryPoint,20499660\nMagnifierCaretUseFastTransition,20496243\nKerbSupportKeyListReq,20495629\nVoiceAssistantPositioner,20484887\nFailFastOneTimePackageNotApplicable,20480335\nFailFastForHandlerIntializationFailure,20477373\nEICinTIConDesktop_20470972,20470972\nReportLoggedOnCompleted,20469805\nOmaDmAlertBlocking,20462393\nNotificationFrequencyImprovements,20462323\nMSRC50126_20461088,20461088\nPcpKspWilLogging,20460728\nCoalesceAACAudioSamples_20457348,20457348\n19H2_Enablement,20455539\nVblankInkPrediction_20455341,20455341\nImprovedStraightLineInkPrediction_20455339,20455339\nNewDevicesFlowConnectUI_WCOSCDG,20447509\nComingSoon,20446796\nOfflineBitAsSlow,20442768\n19H2_Rollback,20442546\nMSRC50097_20441275,20441275\nSIPSuggestionUIOnDesktop,20438551\nAppDefaultsRecommendNewEdge,20432194\nMultiUserSequentialSignin,20431957\nPenDetachIWS,20430744\nPenDetachFRE,20430727\nMSRC50055_20429541,20429541\nSkipBrowserInAppEnumerations,20429476\nMSRC50055_20424347,20424347\nTaskbarAutoHideServicingBugFix,20424193\nMSRC50039_20423691,20423691\nTaskbarPinMigration,20421490\nMSRC50139_20420840,20420840\nMSRC50028_20402261,20402261\nMSRC50027_20402253,20402253\nShellPackageOption,20401470\nMSRC50000_20397450,20397450\nCAADJCSP,20396543\nProvSucceedsWithMissingSettings,20396503\nHoloLensOOBEDarkTheme,20396297\nMSRC49989_20387883,20387883\nMSRC49988_20387640,20387640\nMSRC49985_20387224,20387224\nMSRC49983_20385962,20385962\nModernPC_SearchF5ComposerUnblock,20383965\nModernPC_Search,20383964\nProjectedShadow2API,20380650\nMSRC49971_20373540,20373540\nCloudApAadConnect,20372306\nHardwareKeyboardInlineSingleWordPredictionThresholdExperiments,20371679\nHardwareKeyboardInlineSingleWordPredictionScoreDiffExperiments,20371570\nMSRC49960_20370815,20370815\nMSRC49948_20370281,20370281\nMSRC49933_20369702,20369702\nMSRC49934_20369695,20369695\nHardwareKeyboardInlinePrediction,20367435\nMSRC48975_20358382,20358382\nMSRC49696_20358028,20358028\nCloudStoreOnWindowsUdk,20357897\nCompositionlessIMEVIE,20356530\nMSRC48068_20355857,20355857\nMSRC47682_20355746,20355746\nVAILWin32AppUninstall,20352905\nExternalDisplayDocking,20336882\nPrivacyScreenCustomization,20336861\nEasyNotificationsSettingsL2,20335258\nMagnifierWithinEdgesNoJitter,20334694\nNoSMUAWorkaround,20327701\nMSRC49908_20311175,20311175\nMSRC49897_20310146,20310146\nMSRC49896_20310121,20310121\nMSRC49895_20310073,20310073\nMSRC49894_20310019,20310019\nMSRC49893_20309898,20309898\nMSRC49890_20309196,20309196\nInputSuggestionsInterfaceFallback,20304259\nDockInputProcessing,20299456\nVirtualTouchpadDiscreteButtons,20298778\nFamilyAppUsageTracking,20295383\nMSRC49835_20287918,20287918\nMSRC49834_20287874,20287874\nGestureCursorMovement,20274749\nDockedFamilySettingsPage,20271969\nAllowRenameOfExtensionOnlyFiles,20240189\nRendering_SharpMagShader,20238036\nStartMenuForLowCostDevices,20237883\nWin32AppTimeLimits,20237430\nServicing_SetCJpnLmElementsToPropertyBag_Crash_20233548,20233548\nLiteOobeLanguagePage,20227945\nMSRC49661_20224862,20224862\nHvciIncompatibleDrivers,20224600\nRedesignedOobeModernPC,20224288\nLockBugFix_LockAppInstantlyDismisses,20191093\nMSRC49617_20190144,20190144\nPortableCCG,20186203\nMSRC49611_20185972,20185972\nMSRC49624_20176081,20176081\nConnectedFilesCache,20169383\nMPEG4MultiSampleDescription,20167551\nMSRC49598_20165272,20165272\nMSRC49590_20163569,20163569\nD3D12Redist,20160405\nMSRC49579_20158996,20158996\nDepthReprojectionOnSydney,20149162\nKeyDropShadow_20142723,20142723\nAllowRecommendedTroubleshooting,20130176\nDownloadInputHistryFromCDS,20128673\nMSRC49548_20127547,20127547\nMSRC49547_20126942,20126942\nMSRC49546_20126908,20126908\nMonitorIoctlTesting,20125790\nBluetoothLEConnectionParameters_Api,20125347\nMSRC49492_20108028,20108028\nMSRC49490_20107963,20107963\nMSRC49489_20107494,20107494\nWdfDirectedPowerTransition_DefaultOptIn_20107317,20107317\nMSRC49488_20106387,20106387\nMSRC49449_20076324,20076324\nMSRC49437_20073140,20073140\nMSRC49432_20068892,20068892\nKeyboardEnhancedTelemetry,20066674\nMSRC49392_20066163,20066163\nWindowTabManagerApi,20065762\nMSRC49358_20037391,20037391\nMSRC49355_20029807,20029807\nMSRC49348_20029638,20029638\nMSRC49339_20027747,20027747\nMSRC49267_20020188,20020188\nEjectHelloFaceFod,19998171\nMSRC49220_19997642,19997642\nMSRC48034_19996162,19996162\nWebStartLocalDev,19989628\nWhiteboardAppInIWS,19980867\nMSRC49114_19967469,19967469\nHostGuestCorrelation,19965008\nWinShiftSPromotion,19958667\nTSF3UseVisualRelativePixels,19957419\nFixForDirectSwitchHotKeyAndInputProfileOrder,19953478\nMSRC49018_19944898,19944898\nHub_MUA_Auth_Workaround,19944570\nMSRC49006_19936924,19936924\nMSRC48998_19936411,19936411\nMSRC48996_19936385,19936385\nMSRC48994_19936342,19936342\nMSRC44924_19931362,19931362\nMSRC48993_19930038,19930038\nAddFamilyPage,19928807\nCentennialCallerXtokenSupport,19928693\nFamilyDeviceToggle,19928677\nMSRC49569_19925605,19925605\nLiteCWCommentOnWCOS,19924479\nLiteCWOnWCOS,19924381\nMSRC48944_19921043,19921043\nCShellSettingsSearchbox,19920047\nAutopilotHybridConnectivityCheck,19919647\nBluetoothFlyout_WCOSCDG,19919111\nUseWebStartOfflineFallback,19909080\nHtmlLauncher,19908852\nForceDisableSideBanner,19908411\nForceEnableSideBannerForMSFTInternal,19908399\nMSRC48868_19908122,19908122\nMSRC48864_19907252,19907252\nSystemStatusAutoArrange,19905722\nLiteOobeRegionPage,19905159\nMSRC48834_19897948,19897948\nD3D11On12DecodeArrayOfTexture,19892645\nMSRC48826_19892535,19892535\nFixDpiDivideByZero,19884312\n19H2SettingsSearchUpdates,19879176\nFailfastOnAllAppsGridListViewItemAutomationPeerError,19868014\nSBCPTokenDeployment,19866436\nScoobeToastTriggers,19864035\nMSRC48779_19856718,19856718\nMSRC48754_19843227,19843227\nMSRC48740_19838111,19838111\nNotificationControllerPDCReference,19832334\nMSRC48738_19831616,19831616\nMSRC48733_19828218,19828218\nMSRC48731_19828162,19828162\nMSRC48730_19828080,19828080\nMSRC48729_19828068,19828068\nMSRC48728_19827922,19827922\nMSRC48727_19827911,19827911\nMSRC48720_19825434,19825434\nCustomActionsForMSIX,19797523\nMSRC48700_19784832,19784832\nMSRC48697_19778584,19778584\nGifSuggestionOnDesktop_19775411,19775411\nMSRC48686_19771275,19771275\nMSRC48689_19771260,19771260\nMSRC48691_19771231,19771231\nMSRC48614_19770961,19770961\nMSRC48665_19770871,19770871\nMSRC48625_19770843,19770843\nCET_Kernel_Shadow_Stacks,19770572\nWNS_ChannelRevoke_Event,19755180\nPropagateBannerInitFailure,19747652\nMSRC48627_19740462,19740462\nEnableDisplayColorManagementApiMSCMSPassthrough,19736265\nMSRC48931_19733394,19733394\nIXamlServiceProvider,19730165\nMSRC48616_19724732,19724732\nAutoCorrectionOneKeyReversion,19697189\nMSRC48312_19694005,19694005\nMSRC48589_19690949,19690949\nMSRC48591_19690917,19690917\nSingleUserCxhAlternatePackageInclusion,19685298\nGpuHardwareScheduling,19683476\nFullNarrowLayoutOnModernUX,19680156\nScrollBarVisibilityWhereRequired,19680101\nDisableDynamicContent,19675651\nReportWddm2_6ToDriver_Nvidia,19673580\nReportWddm2_6ToDriver_Amd,19673568\nReportWddm2_6ToDriver_Intel,19673555\nMSRC48550_19673423,19673423\nMSRC48548_19673415,19673415\nMSRC48535_19673157,19673157\nMSRC48525_19673113,19673113\nMSRC48530_19673067,19673067\nMSRC48528_19673058,19673058\nMSRC48542_19672954,19672954\nMSRC48543_19672897,19672897\nModernUXConsole,19672386\nSettingsEntryPointInAC,19654704\nRedesignedOobeDesktop,19652439\nMyPeopleDeprecationTip,19651320\nCopyDriverToSystem32,19649929\nWpnAdaptiveCardsConverter,19643255\nDecoupledLanguageAndKeyboardSettings,19642854\nMSRC48449_19641876,19641876\nValueBannerEnableRewards,19638787\nValueBannerEnableOneDrive,19638738\nOneDriveKFMBackupSetting,19632002\nMenuFlyoutPresenterShadow,19631750\nSpatialAudioToast,19631037\nCommandBarFlyoutShadow,19625936\nSelfHostConsumerLayout,19617417\nMSRC46856_19616319,19616319\nD3D9OverlayWin7Blt,19614391\nShellUndockedPackage,19603540\nImageComparerV2,19599498\nMSRC48424_19595486,19595486\nMSRC48421_19595330,19595330\nMSRC48417_19595230,19595230\nMSRC48413_19595155,19595155\nMSRC48411_19595147,19595147\nServicing_ThirdPartyContextMenuCrash_19589924,19589924\nAADSupportInvalidateCacheAsyncInPlugin,19583676\nPDCShellPhaseUseWNF,19582721\nCloudExperienceHostLaunchTask,19581552\nScoobeMinuteZeroOverride,19581537\nQRTracking,19581243\nMSRC48243_19580219,19580219\nEnableDisplayColorManagementApi,19574848\nLoadAlternateHcl,19574322\nMSRC48382_19571396,19571396\nMSRC48387_19571335,19571335\nFluencyMultilingual,19570937\nTaskFlowDataEngineOnSantorini,19570081\nFluencyContextualProfanity,19564265\nMSRC48370_19562665,19562665\nLaunchScoobeWhenInternetFirstAvailable,19560808\nOobeNetworkLossAversionPageV2,19560581\nMSRC48362_19557131,19557131\nMSRC48361_19557102,19557102\nMRTLanguageChangeNotification_CorrectBehavior,19554133\nLinuxDirectBootFakeEFI,19553603\nMultilingualExperiment,19552709\nAllowNotificationSound,19552245\nMSRC48347_19551692,19551692\nMSRC48331_19547522,19547522\nWebSignInForPinReset,19543766\nMSRC48325_19541321,19541321\nRDX_DocumentLaunchProtocol,19539745\nRDX_ScrapeHKCURegistry,19539691\nMSRC48320_19537142,19537142\nMSRC48328_19499934,19499934\nMSRC48300_19498182,19498182\nMSRC48298_19496485,19496485\nEnableCommonSchema4,19485758\nMSRC48281_19484907,19484907\nWCOSNewKeyboardSettings,19483057\nMSRC48313_19476707,19476707\nMSRC48268_19472794,19472794\nHotKeyTraceCollection,19472739\nPersonControl,19455908\nTaskManagerEndTaskSnapOneTrace,19453616\nMSRC48248_19452351,19452351\nMSRC48243_19452220,19452220\nMSRC48244_19452206,19452206\nEyeTracking_SwitchMode,19450352\nRemoteConfig_TeamRing,19448754\nHealthPillarUIRevamp,19448595\nCentennialUIAccess,19447269\nGifSuggestionOnWCOS,19440349\nLiteOobePinSetup,19439523\nSuggestionUIOnWCOS,19439263\nFakeArticulatedHands,19438168\nArsoForDesktopAad,19437956\nSelfHealingRepairScenarioSpecific,19424499\nModifiedIndicator,19420927\nFHL2018WebsiteSharing,19415061\nVirtualDesktopCustomNames,19412047\nEmptySnapRegion,19401427\nAppDefaultsSearch,19400537\nExplorerCoreStartupBlackBox,19400495\nExplorerLogonTasksBlackBox,19400436\nAppDefaultsPagePerformance,19400313\nWebSignInForStubAccounts,19400049\nMSRC48185_19396060,19396060\nMiniSerp_ScaleAdjustment,19392300\nMSRC48150_19390331,19390331\nUserSwitchTokenSwap,19390280\nContainerToHostActivation,19386280\nPOSPayments,19386214\nMSRC48133_19382392,19382392\nMSRC48131_19382321,19382321\nDraggableThumbnailWCOS,19375840\nCommandBarShadow,19375191\nRadialGradientAPI,19373258\nUseUILanguageForVES,19372390\nTSF3CHSCWNewUX,19368860\nFixBannerDataModelCleanupCrash,19361218\nLongPaths,19359428\nDefaultEncoding,19359070\nMSRC48103_19356432,19356432\nExplorerUsageTracking,19352805\nUserActivityEngagementFlags,19349732\nPublishFileActivitiesForUnassociatedViews,19349712\nSuggestionActivityIndexerAndDataModel,19349660\nTaskManagerSetDefaultStartupTab,19349505\nAudio_Drivers_Acx_AcxHdAudioDisplayAudio,19341900\nFlowQuickActions,19337899\nPTPInputVirtualization,19330045\nVMComputeBrokerProcess,19328095\nProfile_Service_Restricted_Hive_Access,19327965\nSchedulerQosPreemption,19326711\nScoobeFrequencyControl,19326370\nVAILInitialPositioning,19319140\nTimelineBetterStartVisualCache,19317887\nPenInputVirtualization,19316803\nDXGIEnableFullScreenInRemoteSession,19316777\nMSRC46691_19316096,19316096\nMSRC48052_19314176,19314176\nMSRC48047_19309854,19309854\nMSRC48043_19307454,19307454\nHnsLeakedActivities,19305768\nAppDefaultsCloudFileContentUri,19305262\nMSRC48034_19302747,19302747\nMSRC48033_19302682,19302682\nPolicyEnforcedWebcamAccess,19294815\nCompareGPWallpaperModifiedTimeAgainstCache,19287428\nCoalesceAACAudioSamples_19285947,19285947\nMSRC48020_19284385,19284385\nIoMmuIsolationForGPUP,19276463\nHolographicSecureDesktop,19276410\nMSRC47978_19275169,19275169\nServiceUIContentExperimentB,19272967\nServiceUIContentExperimentA,19272907\nComposition_Internal,19263675\nUseNewSearchAndCortanaApps,19263623\nCDPBluetoothGattTransport,19261552\nMSRC47084_19258190,19258190\nAppTimeLimits,19253009\nMSRC47899_19252384,19252384\nMSRC47549_19252204,19252204\nThemeShadowStaging,19248661\nMSRC47832_19237132,19237132\nMSRC47940_19236528,19236528\nMSRC47937_19236067,19236067\nApplicationWindows_Wave2,19235917\nMSRC47919_19235377,19235377\nAADShowErrorInUI,19235072\nDestlistLocking,19222576\nOptionalPackagesMergedViewAndFileOverride,19220959\nValidateScalingWithShellScalingCache,19218445\nAllowShellScalingCacheFallback,19218124\nShellScalingCacheOCTValidation,19218086\nHub_WURebootOnIdle,19211765\nMSRC47914_19209874,19209874\nMSRC47913_19209709,19209709\nSuspendStandAloneFileExplorerDuringDAMPhase,19207979\nMSRC47875_19206119,19206119\nVelTest_DD_OnReload,19195502\nVeltest_OnReload_Dep_DD,19195496\nBugFix19195402,19195402\nDD13,19194150\nMSRC47907_19192887,19192887\nSupportComputeOnlyAdapters,19181671\nThumbnailCache_SemaphoreUpdate_19173096,19173096\nMbbCx_DeviceInterface_Support,19166835\nHardwareKeyboardTipCFromDefaultIS,19164539\nMsixFlexibleContainers,19164517\nMSRC47570_19163512,19163512\nMSRC46856_19163095,19163095\nHardwareKeyboardTipCFromOffice,19162823\nNamespaceRestrictions_WCOS_Override,19162797\nInputVirtualizationDesktopSpecific,19155918\nMSRC47853_19155321,19155321\nAdfsEnrollmentForDeviceIdFlip,19142932\nInputSwitchHotkeyFlyout,19141473\nDXGI_eFSE_OnByDefaultWithPromotion,19141198\nBspCatalog,19138521\nHideDayViewInTimeline,19129119\nMSRC46951_19128710,19128710\nMSRC47816_19125988,19125988\nMSRC47810_19125875,19125875\nMSRC47578_19125502,19125502\nMSRC47540_19125058,19125058\nMSRC47511_19125056,19125056\nMSRC47431_19124936,19124936\nMSRC47331_19124809,19124809\nMSRC47155_19124725,19124725\nMSRC47113_19124724,19124724\nMSRC46952_19124717,19124717\nMSRC46502_19124600,19124600\nAllowFullTrustUWP_19123720,19123720\nAllowFullTrustUWP_19123661,19123661\nMSRC45295_19123462,19123462\nVisualSurfaceAPI,19122257\nZoomSupport,19121866\nMPSSupport,19117564\nContainers_DynamicDeviceSupport,19113216\nEyeTrackingWorkaround,19111847\nSuggestionsML,19110001\nImageSnipSearch,19105504\nTaskbarSwitcherControl,19099940\nRetainFilesOnFailure,19099921\nEyeControlToolkit,19098229\nAntiTampering,19097068\nAdaptiveColor,19091481\nTreeDumping_19090634,19090634\nHub_Test_EnableStressLauncher,19090473\nAADDeviceJoinerAsAdminServerPolicy,19088842\nOnlyShowCursorInOverlayIfHittingShellContent,19072354\nHolographicKeyboardAndCursorPlacement,19072173\nMSRC47751_19071388,19071388\nMSRC47750_19071332,19071332\nPagePrivacyVoiceActivation,19070398\nMSRC47497_19067730,19067730\nMSRC47706_19063698,19063698\nScreenClippingConvergence,19061946\nMRCExperiencePriority,19061892\nDisplayInformation_DisplayRegionSupport,19060196\nDisplayInformation_UseNavClientScaleInfo,19060191\nTestInprocDelegation,19059664\nMSRC47467_19058397,19058397\nTurnOffXDevice,19054569\nImprovedFluencyUserAdaptation,19053036\nRemoteInputPostProcessor,19052374\nWarpDisableJITOOP,19052330\nEyeTracking_EcappSettingsUpdates,19051580\nMSRC47720_19049162,19049162\nBrokeredDisplays_ConsoleSessions,19043985\nSchedulerRemoveForegroundBoostDecay,19043214\nEyeTracking_3rdPartyAacSpeech,19040803\nWarpForceJITOOP,19040692\nMSRC47657_19038961,19038961\nMSRC47694_19038520,19038520\nMSRC47495_19038510,19038510\nRestartManager,19038467\nMSRC47660_19030307,19030307\nEnableSEVMandMEVMOnOasis,19029487\nImageTimeSettings,19029270\nAutocorrectionDecoration,19029004\nHub_ForceGraphImages,19028694\nMSRC47599_19026644,19026644\nMSRC47686_19026618,19026618\nMSRC47684_19026607,19026607\nMSRC47702_19026548,19026548\nWamXboxGuestAccountSupport,19021471\nIdpWindowSize,19021444\nBluetoothFlyout,19019642\nNewDevicesFlowConnectUI,19019641\nMSRC47083_19019547,19019547\nMSRC47099_19017396,19017396\nMSRC46867_19017058,19017058\nMSRC46866_19016884,19016884\nCredUI_Disconnect,19016763\nQuickActionsV2,19016392\nPowerAndUserMenuGlyphs,19015591\nModernUXCompactOverlay,19014084\nInputProfilesVirtualization,18996007\nDeviceManagementContainer,18995725\nOneCoreSIPInjection,18995343\nD3D12OnDXCore,18995079\nSmartSignalRegistration,18989638\nInputForegroundManager,18988150\nOctagonRebootlessScriptUpdate,18983747\nOnecore_Narrator_ConnectedTo_ISM,18983602\nFluencyPersonalization,18983264\nTextInputDVC,18982684\nFluencyExtendedPredictions,18978445\nHnsEncryption,18977788\nGameCoreCP,18977415\nFluencyEnableParameters,18977140\nAllowScoobeDeferralByUser,18973123\nMSRC47581_18971455,18971455\nMSRC47580_18971426,18971426\nMSRC46950_18966172,18966172\nMSRC47578_18966083,18966083\nExclusivePins,18962901\nMSRC46808_18961035,18961035\nCdplAppDataProtection,18954006\nEnablePlaybackControlsUX,18952069\nMSRC46459_18951682,18951682\nFaceFeatureConversion,18950640\nAddActivationValueSetToHintsSystem,18950387\nUtcHostAgentTransportControl,18949795\nMSRC47504_18946735,18946735\nMSRC47065_18931749,18931749\nUndockCortana,18929268\nAcceleratorsInXAMLIslands,18927683\nLiteOobeMSA,18924393\nLiteOobeEulaPage,18924376\nNarratorKeyboardRemap,18919755\nTryUpdatePosition_AllowActiveCustomScaleAnimationAPI,18919184\nSetNumberOfDaysDisplayedInTimeline,18917037\nHoldAdapterLockEscape,18916184\nMPEG4EditListWrite,18916110\nHub_ConstrainApps,18915745\nMSRC44962_18914135,18914135\nTSF3SystemRegistration,18908750\nHMDPresenceSensorSetting,18907866\nMSRC47518_18904931,18904931\nVirtualMonitorBroker,18895446\nHub_DisableHubBypass,18866389\nSystemSoftware,18865556\nWinMLService,18864145\nDevEnableValueBannerForMSFTInternal,18863954\nUseDirectManipulationHitTestEvent,18862552\nXAMLIslandTextInput,18862389\nProtectContents,18861034\nEICForCHT,18854692\nMSRC47461_18851232,18851232\nMSRC47461_18851231,18851231\nContentRootAPI,18840142\nKeyboardInputVirtualization,18837801\nMixedRealityCameraAppLaunchXAMLFilePicker,18828283\nMSRC47435_18827697,18827697\nElevationEffectsOnControls,18827408\nDisableDefaultShadowsAPI,18827404\nWebTimeline,18824324\nHcsFromAppContainers,18823179\nMSRC47394_18819702,18819702\nHub_HideAutoGuests,18815522\nAtomicCheckFailure,18815308\nMSRC46243_18814768,18814768\nTextPrimitive_18813244,18813244\nWindowedPopups,18812565\nMSRC46244_18811894,18811894\nActivitySuggestionsAPI_Source,18810100\nButtonInjection,18809265\nXamlKeyboardLightTheme,18805809\nBannersRegistryTesting,18803627\nPointerDeviceType_Touchpad,18796013\nMouseInputVirtualization,18793214\nQuietMomentFullScreen,18792193\nRotateRecoveryPasswords,18791440\nTouchInputVirtualization,18789657\nMSRC47359_18787260,18787260\nEICWithTouch,18784576\nAlwaysLaunchExplorerInSeparateProcess_18780676,18780676\nAlwaysLaunchExplorerInSeparateProcess_18778750,18778750\nAdaptiveColor_BringUp,18765370\nDESTuningParameters,18765296\nHiddenWebViewInStart,18765106\nHub_AutoGuests,18763065\nMSRC44924_18756591,18756591\nSearchSuggestions,18755234\nMSRC47319_18746405,18746405\nEIC_Configuration,18742411\nBindFilterOptionalPackageVfsRedirection,18741304\nStartSearchSuggestions,18741303\nStickyNotesNewWindowingAPI,18741302\nSkipEnrollmentTypeLicenseCheck,18738430\nMSRC47300_18736473,18736473\nMSRC47284_18736032,18736032\nMSRC47208_18734728,18734728\nPublishActivityAnnotations,18716070\nNavigationPaneExpandOnHover19h2,18715789\nJumpListCenntennialActivationForegroundFix,18715554\nSecureUSBDeviceFirmwareHashCheck,18714103\nMSRC47294_18712940,18712940\nMSRC47316_18711374,18711374\nSuppressDefaultPeopleBar,18710574\nSuppressStore,18710562\nInkToolbarWindowedFlyouts,18704733\nWdfAllowBindToPreReleaseVersion,18704615\nEnableControlOfShowWindowBehavior,18697867\nMSRC47204_18697153,18697153\nClipboardDiscoverabilityExperiment19H2,18692016\nSuppressMail,18687362\nExpandedEIC,18675136\nMSRC46075_18674941,18674941\nMSRC45857_18674925,18674925\nMipiDsi2,18673552\nMSRC47459_18671508,18671508\nDXGI_DList_Reparenting_Decision,18671492\nMSRC47193_18666348,18666348\nAllowNullUserAppServices,18656672\nBannersKFMTemplate_18655728,18655728\nAutopilot,18632135\nTaskManagerHealthTelemetry,18631046\nHvciRollback,18630433\nHardwareKeyboardTextIntelligence,18624723\nFileExplorerClassicSettingsInCDS,18616153\nDMPointerHitTest,18604230\nColorizedBar,18602099\nBrokeredDisplays_RemoteWddmSessions,18591319\nHub_DiagnosticLogService,18588423\nSynchronousCompTreeUpdates,18587944\nPersonalizedWelcome,18583105\nHub_FullscreenTap,18582790\nSettingSyncRemovalDisableAllUploadsAndDownloads_18573581,18573581\nToolTipInvalidHwndFix,18568927\nHub_WebSignIn,18561497\nSkipMsixManifestValidation,18554648\nTFAForOMADM,18552445\nIPPoverUSB_18550900,18550900\nInContextNotificationSettings,18548355\nMSRC47097_18546487,18546487\nShellSuggestionsInTimeline,18546370\nMSRC47072_18544034,18544034\nMSRC46982_18530317,18530317\nMSRC47083_18530152,18530152\nInfracastIEs_MultiAddressAndIPv6,18522450\nKioskPositioner,18518788\nMSRC46479_18517844,18517844\nDoubleCopyOptIn,18515791\nPrepinTopSites,18511628\nFlightingOptInUX,18508139\nFrontBufferRendering,18506451\nFailFastOnIncorrectServiceRefCounting,18505660\nStartInSeparateUWP,18493822\nRichEditBoxCutCopyPasteAPIs,18493357\nShowFloatingCandidateWindowForWCOSTesting,18483530\nEnableMultiViewSupportForWCOSInputHosting,18483192\nTimestampFromScantime,18474644\nSmartInsights,18474194\nHotkeyContextualProcessor,18473817\nUserSelectionForRA,18472221\nTokenBasedRAAuth,18471967\nAADJv10,18471737\nWindowSnapSignalsForActivities,18469988\nExpressiveInput_SpaceColon,18464624\nValueBannerIrisCDMIntegration,18455822\nActivitySuggestionsAPI,18425764\nCaretBrowsing,18423993\nSystemLightTheme,18422749\nMSRC46881_18391601,18391601\nMSRC46861_18388632,18388632\nMSRC46863_18388604,18388604\nHub_ProximityBackground,18385605\nSchedulerFavoredCoreRotation,18384384\nBamQosGrouping,18384211\nActuationSmartAction,18383822\nOutsideMode_Video_HighLux,18380245\nOutsideMode_Capable,18380198\nVailSuperWetInk,18368047\nDynamicLockImprovements,18367428\nJumpListForTaskView,18358367\nJumpListV3,18358360\nJumpListActivityHistoryIntegration,18358352\nMSRC46521_18338331,18338331\nMSRC46522_18338316,18338316\nTSF3CHSIME_18333244,18333244\nGIPJPN,18333221\nContentHub_PeoplePillar,18327379\nVoiceTypingOverlayUX,18326278\nUpdatePendingReminder,18322055\nCDPAFCSupportAnnotations,18317520\nMSRC46745_18312782,18312782\nEnableValueBanner,18299130\nMSRC46712_18296196,18296196\nDeviceManagementBroker,18286859\nEnableExclusiveAppTransportOnHoloLens,18263814\nCBrokerRemoval,18255513\nAutopilotUpdateInOobe,18248749\nExpressiveInput_TipText,18248172\nExpressiveInput_SymbolPicker,18248137\nD3D12VideoExtensionCommands,18244751\nHvciEverywhereSysprepInsidersOnly,18241462\nMSRC46486_18240367,18240367\nIncludeWABOsApp,18228488\nMSRC46531_18225312,18225312\nPreserveSecureAssessmentApp,18212771\nCDPShouldDoFrequentEncryptionKeyRollover,18210574\nHub_SplitPanelMode,18199192\nNotificationsFailFast,18195458\nSmartBusyCheckOnDeviceActive,18195256\nDisableCanPlayTypeCodecPackPresenceCaching,18193454\nClientRecoveryPasswordRotation,18157663\nInitialClipboardHistoryItem,18150311\nStartInWin32Host,18138258\nArticulatedHand2DInteraction,18127454\nDataPathOptimization,18100194\nBarcelonaAppContainerLaunch,18098385\nEyeTracking_AdvancedMouseMode,18096054\nBopomofoOnGIP,18071288\nReuseWindow,18042754\nBug_UseCommitTimerOnStart,18031186\nDefaultDownloadsSorting,18001239\nClipboardUIImprovement19H1,17991219\nMergedSearchZeroInput,17983826\nSearchAndCortanaSplit_17983799,17983799\nSearchAndCortanaSplit_17983783,17983783\nVaultCDSSync,17975581\nSharedPCOneDrive,17975574\nEnableSpatialAudioHupOffload,17969063\nHub_PrelaunchTeams,17952771\nSearchInAllMarkets,17937263\nImprovedCloudSearchSettings,17935497\nBingSearchLockscreen_17917466,17917466\nVmmsVirtualMachineAppContainerLaunch,17911739\nXenonAppContainerLaunch,17911731\nMSRC46037_17906251,17906251\nBug_UseCommitTimerOnStart_OnAND,17898813\nWCOSDeveloperMode,17895887\nPdfAlwaysMultiInstancing,17888503\nOneSettingsClient_FeatureConfiguration,17878057\nRemoveDefenderPillarsFromAbout,17869667\nHeaderPlacement,17864410\nNarratorRemoteOperationsPhase1,17837059\nXamlAltTabWin32,17826155\nManageCI,17824623\nSmartScheduler,17816070\nBluetoothProximityPlatform,17815254\nMSRC45785_17791580,17791580\nZoom,17785093\nArticulatedHandData,17781907\nClipboardUserAttribution,17774328\nVisitorUser,17773976\nExMutantAutoboost,17762173\nPreventDesktopWindowXamlSourcesInDifferentTopLevelWindows,17760654\nEOS,17759584\nSpatialInputArticulatedHand,17756709\nExtensionAlarmsManager,17733787\nXblAuthGamerAccountCleared,17728688\nD3D12DeviceRemovedExtendedDataAlwaysOn,17728684\nOneSettingsEnvironment,17727333\nIncludeWABSystemApp,17725623\nScoobeOfficeRegistryAccess,17725168\nOctagonProdAttestationUrl,17722981\nStabilizeInputAppActivation,17720945\nMSRC45635_17718802,17718802\nSVR_GetPresentStats_Rotation,17716364\nCloseWin32ExclusivesOnHide,17707192\nUefiForceEnableDebugging,17697797\nToastsOnWCOS,17696471\nVmmsFastRestoreOnLaunch,17693439\nHub_Subscription_Bypass,17691356\nArrowKeysUnselect,17685567\nCtrlBackspaceRemovesWord,17677214\nUseEyeGazeForGazeCursor,17666879\nHotPatchSimulation,17664632\nSmartShadowImplementation,17664181\nWrapAround,17662296\nExcludeCorrelationId,17654197\nOneSettingsClientFlightSettings,17650284\nResponsiveAppViewPolicy,17649909\nSnippingToolParity,17645912\nAutoplayGlobalSettingSoftlandingEvent,17632666\nAutoplaySiteSettingSoftlandingEvent,17632660\nAutopilotNetwork,17630618\nPinToTaskbarConsentDialog,17610793\nSingleTabVisuals,17608042\nFuzzyInputOnXamlKeyboard_17605765,17605765\nRnR_PDPReset,17595139\nHPDWakeFiltering,17586977\nNewAutoPlayPerSiteSetting,17584889\nPointerWheelSourceModifiersAPI,17579492\nUseFastPathForArticulatedHand,17576424\nClipboardAppContainerExitEmptyDelayRendered,17561090\nAutoFormfill_Consent_Icon,17558297\nProvideFlightDataToWebapps,17557290\nCBCSHardwareDRM,17546121\nSCPSizesContentToTemplatedParent,17541780\nLibrary_Samples_Sync,17538089\nCoalescePCMAudioSamples,17533204\nHW_Personalization,17524868\nTaskFlowAFCIndexerDiagnostics,17523138\nOneBoxAnimationDuration,17517677\nDX12_Forced_Playback,17516455\nResetDUI_Reentry,17513823\nFileExplorerThemeOptions,17512854\nXblAuthGamerAccountSet,17512732\nCloudStoreVerifyPayloadRoundTrip,17511475\nDependentScrollingAPI,17507603\nReadingView_Discoverability_EDUSku,17506256\nGIPIND,17505606\nGIPVIE,17505602\nRunawayTextureList,17486965\nBingImageSearch,17486143\nBannersForDocumentsAndPictures,17485279\nDisableCoreDispatcherInWin32,17479072\nClipboardSignalsForActivities,17476469\nBrokeredDisplays_TestMode,17473580\nMarshalRestrictedErrorFromRpcss,17468649\nReadingView_LineFocus,17461023\nUpgradeToFailFast,17448303\nMSRC45187_17440332,17440332\nAllowAutoInstallOnAnyDiskSize,17430650\nLearningTools_PartsOfSpeechColor,17429762\nRecoverCompanionFrames,17414311\nReadingView_IrlenTheme,17409202\nEPUB_IrlenTheme,17409192\nLearningTools_PartsOfSpeechLineMarkers,17408729\nISMOnWindowManager,17383417\nCDPAllowRemoteSystemsWinRTAPIsBeingDeveloped,17381399\nBrightness3UncalibratedFallback,17376988\nDragInPdf,17374529\nHEVCMTP,17370187\nRnR_PLDR,17363942\nRnR_FLDR,17363936\nRnR_PnPDisableEnable,17363926\nRnR_APMToggling,17363920\nAsyncSAR,17347511\nMSRC45111_17342878,17342878\nAssistGlyphIcon,17333559\nCOINCampaignUndoPaste,17325331\nCOINCampaignCopySameItemAgain,17325319\nCOINCampaignCopyPasteAcrossMultipApps,17325299\nVP9_DX12_VideoDecode,17322281\nWFDHighChannelAvailability,17318654\nNearbySharingOnHoloLens,17317686\nThumbnailTabs,17317009\nLineNumbersWordWrap,17283396\nEICForKorean,17261077\nAudio_Drivers_HdAudBus_Graphics_Power_DDI,17257248\nAudio_Drivers_HdAudBus_Display_Multilink_Support,17257098\nAccurateCaret,17246832\nRnR_MBB,17246021\nForceHidePersonaInHome,17237201\nAutoRecoverEdgeAfterCrash,17207393\nCdplTestHooks,17207064\nBannersCanTargetKnownFolders,17202054\nLibrary_LiveTile,17196780\nPackagedServices,17172731\nShowEdgeTabsInAltTab,17170166\nSingleSignOnWithAccount,17154733\nTaskbarTabbedOneClick,17154245\nTaskbarEdgeFavicon,17154140\nAggressiveTitleBarHookup,17150926\nSMEIntegration,17149389\nExtendedUIDCompThumbnailVisuals,17146178\nNewAutoPlayGlobalSetting,17096043\nNewShell,17094319\nTabSettingStateRepoIntegration,17093654\nCDPUseEncryptionKeyActivity,17065971\nCDPEncryptionKeyActivityDirectAccess,17065902\nEICForJapanese,17063631\nEICAppendNewContent,17059661\nLowConfPWILOSoftLanding,17059189\nTabShellAutoTabbingPreference,17057765\nPinnedSitesUserGroups,17055152\nAppDefaultsEdgeCampaignTesting,17049655\nHolographicWin32MixedRealityTiles,17035810\nHub_DemoQuirks,17033430\nWatsonizeActivationFailures,17031106\nRemoveGdiModePruning,17015447\nSiHostLessExplorer,17013261\nScoobeAccountState,17008849\nForceFlushKernelBatch,17007171\nVisualCaptureAPI,16976519\nUseSpeechPlatformSettings,16976317\nProactiveEndpointOverride,16975013\nUseTabAdminBadge,16958527\nServicing_AppPickerQueryServiceFix_16928764,16928764\nExtendSuspendTimeout,16924527\nHolographicCameraCaptureUI,16892996\nSettingsHomeProgrammableMultiPromoCard_16892364,16892364\nConvergedDisplayEnhancementService,16884851\nLibrary_Samples,16882342\nUseNewHolographicCompositionDisplayInterface,16871387\nFullScreenLightweightDefault,16862609\nOneSettingsClientRefreshCacheTask,16860457\nFluencySettingsWCOS,16843937\nUefiExposeAcpiTable,16842792\nReadingBarHoverBehavior,16830065\nWFD_ForceFirstTimePairing,16793825\nWFD_TransportSelection,16793767\nEnableAAMEarlyReturn,16789844\nWebRuntimeManager,16748725\nD3D1X32KTexture2D,16726471\nIsoWrapperValidationLevel,16726197\nDisplayableSurfaceForcedOnIntelOnly,16721823\nMSRC44445_16718509,16718509\nGlobalizationMuaSupport,16708951\nHandleLaunchDocumentFailure,16708230\nSimulationDriverHoloLens,16705262\nCentennialSkipCloudDownload,16669717\nResourceManagerLcdCommitSave,16669694\nMicrocodeAbTesting,16667730\nSystemTray,16666485\nD3D12VariableRateShading,16649109\nNoNvramThrottling,16648934\nRemoteAppLifetimeManagerOverTcp,16624148\nGetMixFormatForVSS,16620264\nAssignedAccessSettingsAtomicConfiguration,16615017\nHubOSOobeDeviceTypePage,16607342\nTabsInAppViewDataSource,16606646\nLockBugFix_CheckUwpLockAppRequirements,16605524\nTSSource_DolbyVisionSupport,16598050\nDMDeclaredConfiguration,16597439\nWFDiagnosticTracing,16585608\nStartNamedTileFolders,16579928\nReadingView_Dictionary,16574335\nPDF_Dictionary,16574322\nEPUB_Dictionary,16574311\nSuggestionUI,16574169\nStoreFormsTelemetry,16569109\nConsoleWindowTabGrouping,16556360\nBluetoothGattRobustCaching,16540499\nEICDelayedInkToTextConversion,16539293\nDragAndDropSearch,16533548\nCortanaSetQuietHours,16533547\nVPNPerfCounters,16526280\nWSL_VM_Mode_Debug_Console,16525147\nCriticalMemorySuspend,16518868\nDirectDisplayApi_MpoSupport,16511344\nPreclassification,16509689\nNtpSoftLanding,16503679\nLanguageGenerationWhenLidClosed,16487099\nLightingWhenLidClosed,16487091\nFluencySettings,16486102\nTabDragSoftLanding,16484603\nUserActivitySearch,16484547\nNdisDatapathVerifier,16481268\nSettingsPhoneL2,16468750\nOneCoreTransforms_BannedAPIs,16465130\nSelfhostSecureBio,16463523\nAsyncKeyRoutingUWP,16462895\nNormalizeTitlebarHeight,16460108\nVisualCapture,16458144\nDefaultApp,16458099\nOneCoreInputProfileManager,16455622\nEnableStartOnAFCOnWCOS,16430322\nFluencyHybrid,16426302\nCtfmonWatchDog,16424680\nPinWebsiteActionV2,16419964\nBrightness3LegacyAPIReroute,16417871\nVblankInkPrediction_16404897,16404897\nImprovedStraightLineInkPrediction_16404893,16404893\nEICinTIC,16404873\nSmoothWindowDrag,16398156\nEdgeHandwritingPanel,16389227\nFileExplorerFallbackProvider,16388736\nXDeviceMigration,16386905\nFastNewTabCreation,16386719\nParticlesCompositionAPI,16381921\nProtectedDatabasePerUserForCDPL,16372493\nEyeTracking_LaunchpadHide,16371697\nDisableAppcontainerFixups,16363603\nKerbAsRepCreds,16340140\nGIPKOR_16339445,16339445\nScoobeFeatureUpdate,16316988\nScoobeMSAHello,16316980\nBluetoothAvrcpAsUserService,16315746\nMediaEngine_MarshalCalls,16314742\nCloudStoreOnActivityFeedOnWcos,16311570\nMDMEvaluate,16305846\nLibrary_OOBExperience,16303544\nUseNewTabPlaceholder,16299392\nBluetoothA2DPSinkAbsoluteVolume,16295586\nInputVirtualization,16291462\nWarpSimplifiedDispatcher,16290313\nXAMLCandidateListPerfImprovements,16281572\nEDR_GPUClocking,16281086\nEnableWCOSVerifyPackageForExeAPI,16279237\nForceUpdateFromAnyVersion,16277541\nFileExplorerAppLaunchInNewTab,16274015\nSmartBusyCheckWithSmartScheduler,16273367\nDXGI_2DListQueries,16273325\nToolBarForEmbeddedPdf,16264639\nReadingBarLayoutChange,16262941\nScoobeNGCEnroll,16261848\nYourPhoneTaskbarIcon,16257538\nSideToSideEntrance,16257030\nScoobeOutro,16243039\nScoobeWelcome,16243035\nScoobeCortana,16243024\nScoobeOnedrive,16243018\nScoobePhonePairing,16243009\nScoobeMSA,16242998\nScoobeNetwork,16242964\nScoobeNetworkLossAversion,16242927\nScoobeSettings,16242883\nDragBetweenViewModes,16240952\nDeployCentennialAppsOnWCOSWithVAILProxy,16238427\nXAMLAppWindows,16237319\nWAM_MuaSupport,16236271\nMSRC47534_16234482,16234482\nALRCurveVariant,16203001\nXamlMotionSystemHoldbacks,16200667\nDesktopSecondChanceOobe,16198872\nScoobeActivitySyncConsent,16176534\nConnectedAnimationConfigurations,16173747\nHub_Subscription_WebHosted,16159862\nEnableAcrylicHostBackdropWin32,16155686\nWcosHandwritingSettings,16137811\nExciseStubbornApps_TabShell,16134543\nWSL_VM_Mode,16132761\nInboxYourPhoneApp,16117451\nPackagedAppGraveyarding,16110057\nRenderThreadWatchdog,16107080\nLightweightWindows,16095113\nApplicationContent,16095104\nAppWindow_DesktopOnly,16095094\nPlatformAPI_GetForWindow,16095093\nTabIdStability,16075729\nInfracastMovementDetection,16071936\nPwiloInNonCortanaMarkets,16071259\nPwiloAdaptiveToast,16070919\nOEMWebsitePinning,16058802\nEPUB_NewControls,16054118\nTSF3TableTextIME,16052211\nNgcIsoEverywhere,16049794\nTabletModeTabShellSwitcher,16049584\nHangDetectionThresholdTweaking,16046125\nAutomaticBoundsToLocalSpace,16043029\nCDPAFSFilteredSync,16035139\nClipboardUserServiceBroker,16034436\nFailFastTreeParent,16033454\nMSRC47525_16029818,16029818\nTabCompanionsPWILOHotkey,16029513\nMPEG4EditList,16027088\nInfracastPinSupport,16026818\nPenHaptics,16025702\nEICLogging,15990572\nInputValidation,15989249\nUseIDisplaySwapChain,15983669\nEnableVolumeButtonsOnIdle,15969073\nCloudFileDisguisePlaceholdersForGUIApps,15966734\nJAmsi,15964611\nEnableDesktopAppxInAppContainer,15955149\nPreventSUALaunchAsDSMA,15953702\nExperimentalHidSensors,15950370\nEnableStartOnAFC,15940751\nMSRC47524_15933404,15933404\nWdfDirectedPowerTransition_DefaultOptIn_15933339,15933339\nOobeZdpDCAT,15933296\nYourPhoneDesktopShortcut,15932089\nSearchProvidersFor10S,15930214\nKickOutKickInCatA,15926366\nEdgePinnedSecondaryTiles,15920779\nCommandBarFlyout,15918174\nUseCortanaDeviceSdk,15914046\nDirectDisplayApi_Wave2,15888824\nWindowingSaveAndRestore,15881232\nRespectEdgeAllowFullScreenPolicy,15865888\nWindowsInkWorkspaceImprovements,15864989\nPinningHostExtension,15856412\nEnableUWPActivationContractsForCentennialApplications,15848997\nEnableEdgeMultiInstance,15848284\nEnableEdgeRedirectionForMultiInstance,15847888\nHub_CleanupReset,15835765\nMaterialPropertiesAPI,15826297\nAllowSpatialLicenseSideLoad,15825913\nDesktopScreenClippingTemporary,15819842\nWldpDeveloperMode,15816256\nAppDefaultsDomainJoinedAADDevices,15815625\nTextPrimitiveAPI,15813635\nTextPrimitive_15813634,15813634\nDeviceFamilyOverride,15812352\nBypassPingSetsForMachineLocalOids,15769422\nPreviousWordCorrection,15763760\nPdfFriendlyAddressBar,15754089\nPinButton_PdfReadingBar,15744104\nPreclassificationWithThirdPartySoftware,15727387\nWindowingEnvironmentsWCOS,15727114\nBindFilterAppDataRedirection,15725851\nOctagonBrokerEtw,15724492\nEPUB_Scripts,15721299\nCortanaHandwritingPanel,15716560\nEnableINFProvisioningOfWCGOnByDefault,15711028\nScoobeSuggestions,15709403\nFileExplorerPWILO,15709118\nAutopilotESTS,15705023\nHub_ClearWorkspaceSettings,15703653\nLegacyHPDFiltering,15689327\nTaskFlowDataEngineOnWCOS,15685752\nStartUnpinCollection,15685451\nTaskManagerFeatureExperiment,15681380\nTreeDumping_15627393,15627393\nNarratorHome,15622912\nCDPAppResourceAPI,15604978\nShowShareSettingsPageOnHubOS,15591792\nAzureFeatureSet,15584519\nImproveKeyTypingExperienceRS5,15574621\nExtendDozeS4,15574004\nBookReader_AnnotationsPanelFilters,15562266\nWUXCPreviewTypes,15557756\nUPExperimentation_15546617,15546617\nAOobeLocalAccount,15533228\nHub_CapturePicker_TestHooks_ForceAllDisplays_Development,15532395\nDesktopShellTSF3Integration,15526640\nUseRoutedAcceleratorKeyActivated,15522294\nPinnedWebsitesGrouping,15521440\nSettingsIndexingImprovements,15521103\nHolographicWin32Slates,15520941\nApplicationViewTabReliability,15519757\nAppDefaultsWordPadSafelist,15519531\nSVR_PresentAt_PresentationHandler_15518219,15518219\nBrowserFramePerfAnalysisImprovements,15506838\nBluetoothQualification,15502027\nRichEditTextDocumentClearUndoStack,15501754\nHresultsInSyncML,15489351\nScreenClipping_On_HubOS,15488948\nHardwareDRMMultithreadedKeyExchange,15488212\nTabCategoryA,15481955\nEPUB_HostExtension,15477137\nWindowsSandbox_Experimental,15454558\nTSF3inWin32,15453717\nDisableQuirksInDesktopWindowXamlSourceNonCentennialApps,15453581\nPenIdentity,15443100\nLimitedAccessFeatures,15442981\nAppToAppLaunchSetting_TabShell,15442253\nWindowingEnvironmentsDesktop,15441787\nHub_20H2__IsNetworkMetered_Crash,15437644\nWindowsSandbox_Internal,15434556\nHub_CapturePicker,15424656\nContainerDCOMRundown,15421807\nDcomContainerProtocol,15421572\nPinToTaskbarBadges,15418781\nConsumerASR,15399735\nPUA,15399348\nExpressiveInput_EastAsiaSupport,15381336\nExpressiveInput_FlagsFontPackage,15380572\nHub_OOPWVMOTD,15379026\nOOBEAntiTheft,15376230\nAcrylicForEveryone,15343832\nFindMyStuffTip,15342655\nHistoryTreeView,15342154\nDesktopScreenClipping,15333818\nScreenSketchApp,15333788\nHub_UserImageCache,15314168\nHub_OfficeClientCache,15312783\nDragDropContinuation,15310837\nUsbHubDripsWatchdogSurpriseRemove,15299626\nClipboardCompUIRightsTransfer,15297648\nPasteAsPlainText,15221520\nDirectDisplayApi_PreferMpo3,15197906\nOobeNetworkLossAversionPage_15168593,15168593\nEDR_CalibrationPageVisited,15143985\nSiteInfoBadgeAlternateStyle,15139757\nInputModalityTrackingByCicero,15105853\nDpiInfoLeakCatcher,15091662\nCloudAndHistoryClipboardAPIs,15085990\nNotificationMuaAttribution,15074030\nTabCompanionsRelatedItems,15072451\nRemoveIEEntryPoints,15055157\nCredUI_AlwaysBroker,15049203\nConvergedWindowDrag,15046403\nFailFastOnGroupLayoutChangeWithOpenFolder,15008037\nBrokeredDisplays_EnforceWcosCapability,15007298\nTimelineDeleteByGroup,15003994\nOobeActivitySyncConsentPage,15003065\nTabbedShellPWILOVirtualTabRestore,14999469\nWin32AppViewsCreatedDuringShowWindow,14994387\nSetEnableExposeXUidRegKey,14969026\nAppSettings_TabShell,14965981\nPrelaunchEdgeOnFrameExit,14940810\nApp2AppLaunchWork,14939489\nEICForCHS,14932557\nSceSetupOptimization,14910193\nOfflineCapableStartMenuMigrationPlugin,14909879\nSideloadStoreApps,14908564\nClipboardShellUI,14903304\nPinClipboardHistoryItems,14903232\nEICReanalysisJoin,14901636\nBluetoothLooselyCoupledPens,14900538\nTabCommitSync,14899272\nServiceUITabContextShellAPI,14894476\nHandwritingCHS_InputHistory,14885967\nTabPreloading,14876518\nDefaultUser,14861475\nUploadUserActivity,14860313\nDeviceDisplayNameSetup,14845712\nAppDefaultsAreRestricted,14795313\nAppDefaultsDeepLinkRemoval,14794551\nReportUnhealthyProcessFromRpcss,14781211\nPassNightLightChangesToColorAdapter,14779880\nHvciEverywhereInsiderOptIn,14778232\nOobeSettingsMultiAllRegions,14774725\nFailFastOnStoreLauncher,14768190\nIncludeRevisionWithAppVersionCheck,14728033\nDeliverAllAppsViaFod,14727948\nUTF8AsImageACP,14727284\nWeb_ReadOutLoud,14695510\nDirectManipulationEvents,14687480\nMiracastReceiver_EnableDropLateData,14687075\nRuleBasedAutocorrectionOnA,14674288\nCortanaCollectionsLeftRail,14666877\nRedirectVisualAPI,14661974\nOobePrivacySettingsHtmlLearnMore,14660184\nDesktopSplitXAMLKeyboard,14649641\nTabShellAppToAppLinks,14648958\nEnableLockTracing,14643137\nMultiSelectTreeView,14642807\nPDF_AnnotationBar,14637247\nPDF_AnnotationBar_TouchWriting,14637238\nPdf_ReadOutLoud,14637217\nSchedulerAggressiveForegroundBoost,14612316\nMergeStartGroupsForJapaneseAndKorean,14612182\nD3D12SRVOnlyTiledResourceTier3,14611894\nAccountsGroup_AddAccountNameSetting,14610699\nPhoneAppRecommendationList,14603497\nEDR_EnabledOnBatteryWithoutBacklight,14601494\nForceWindowlessWebView,14599978\nDocumentsCollection_Routines,14599071\nFailFastOnSharingViolation,14583472\nAppProvidedViewportsAndCameraViewProjTransforms,14577067\nHolographicSpaceUserPresenceApi,14577032\nSignInOptions_19H1Page,14575813\nWebnotesPLM,14573844\nComposerScalingPolicy,14563840\nBook_Classroom_Annotations_Sharing,14559649\nErrorFeedback,14557998\nFailFastOnUnrealizeDraggingTile,14549398\nHolographicSpaceAdaptiveRenderingApi,14549080\nSpatialCompositionLabel,14546809\nSpatialComposition,14546808\nSpatialCompositionAPI,14546807\nXamlEnableISACForSpatialAudioOnXbox,14535506\nChsIMECWPerfSelfhostMeasure,14532779\nMergeStartPinyinGroups,14520754\nPdf_AnnotationsPanel,14513447\nReportOpenClassesRootFailure,14501286\nWCGDefaultProvisioning,14498544\nHolographicHardwareContentProtection,14496729\nAOobeOneDrivePage,14492740\nBingSearchLockscreen_14486956,14486956\nOfflineCapableUserLockScreenSettingsMigrationPlugin,14486954\nAppDefaultsOpenWithAny,14482024\nXamlEnableISACForSpatialAudioOnDesktop,14481055\nVail_iFLIP,14471434\nHeapBackedPool,14470041\nAdditionalComDebugOutput,14468475\nCarouselTabSetsOnTimeline,14467192\nWindowManagementOnDesktop,14464852\nComponentUICShellPolicy,14446133\nNewTabPageHostComponent,14445663\nEDR_EnabledOnUnprovisionedDevice,14442588\nWPRContainerIntegration,14438726\nShareOnPdf,14434234\nDictation_ShellHotKey_EngagementEvents,14433797\nWlanSync,14410133\nRenameFavoritesToBookmarks,14407427\nAdvancedHealth,14407057\nUsePeopleAppRelevance,14398136\nWebViewOOP,14398121\nMSRC39574_14396442,14396442\nNetPerfCounters,14391829\nPrivate_Network_Fallback_For_Files,14387182\nTopSitesContextMenu,14382868\nBugcheckOnRpcssCorruption,14382154\nReportOnRpcssCorruption,14380956\nSimulationDriver,14363547\nReading_FullScreenButton,14359314\nXAMLFileExplorerPickerNamespaceRestrictions,14354675\nQuietMomentSummaryToast,14350508\nReadingView_ComprehensionTools,14340493\nRelatedQueries,14338410\nMitLoopInversion,14324566\nIndexAllFiles,14316747\nChangjieQuickOnGIP,14312253\nEnvironments_UseStoreApp,14308215\nSeparateAppAndShellRendering,14306049\nGenerateAndCompareAlternates,14302430\nPerAppRuntimeBrokerBnoIsolation,14301350\nPenTapped,14300127\nSAR_MoveSampleProcessing,14294122\nPDPCloudConsent,14292780\nTabShellVisibilityOverrideToOnForGates,14291807\nD3D12MetaCommand,14291127\nShellUserSelection,14291063\nAutoGamePowerProfile,14290802\nCloudStoreSyncOnSubstrateForAAD_14288894,14288894\nMSRC41449_14282720,14282720\nTimelineSuggestions,14277169\nCloudFileDisguisePlaceholders,14276994\nOctagonServiceIntegration,14266621\nOctagonClientBase,14263527\nEICReanalysis,14245064\nFaceClientEnrollmentExperience,14218496\nVirtualTabDrag,14209681\nScreenCapture,14205534\nMixedRealityPortalInboxStoreApp,14203866\nTestMultiUserCxhFastFailExempt,14200798\nRecycleBinMigration,14198741\nEnrollOnFailure,14198289\nDataSourceReaderAPI,14195815\nXamlWin32Hosting,14195693\nEPUB_ComprehensionTools,14190859\nExtraDictationLanguagesOnAndromeda,14190647\nBluetoothGattServiceData_Api,14188059\nPublicCUI,14187099\nDecreaseTabSuspensionDelay,14184448\nAOobeCortanaPage,14169887\nOfflineCapableUserAssocMigrationPlugin,14169402\nRestrictSyncingOfCollectionsMigratedToCds,14168253\nCaptureExplorerHydrationCallStacks,14166282\nGpupLiveMigration,14163398\nD3D12WarpProtectedResources,14155817\nPasswordLessWin10S,14120903\nCloudStorePolicySyncOnSubstrate,14114247\nCloudStoreSyncOnSubstrateForAAD_14114146,14114146\nCloudStoreFaultInCloudData,14113884\nReadingView_TextSpacing,14110076\nReadingView_ReadOutLoud,14110069\nBannersKFMTemplate_14105151,14105151\nRemoteAppLifetimeManager,14098732\nBindFilterSinglePackageVfsRedirection,14098587\nInsiderPreviewBranding,14096858\nCanContentRenderOutsideBounds,14086920\nIsResponsiveToOcclusions,14086919\nMSRC41263_14085975,14085975\nRecoveryStore_Logging,14085510\nTestMultiUserCxhTestPackageInclusion,14080617\nHVSIContainerForOffice,14078705\nShortWatchdogTimer,14067660\nHub_InternalOnly,14064300\nHub_Subscription,14042292\nXAMLFileExplorerSetWallpaperImage,14012257\nSigninInRail,13991454\nAllowInactiveTabsInAltTab,13990645\nDestListMigration,13989214\nHub_CompanionInput,13987354\nPenSettingsFontSwitcher,13977457\nWindowManagerDesktop,13976955\nScreenCaptureAPI,13976099\nAppDefaultsEdgeCoinCampaign,13974053\nPhoneAppExperience,13973807\nEICWithMouse,13973407\nExtensionsSuggestions,13961841\nUDPProbe,13953322\nNotificationUniversalActions,13944909\nPasswordAutofill,13944250\nPrint,13944184\nAudio_Drivers_Acx_AcxHdAudio,13939327\nMultipleSourceDeviceMirroringUX,13934626\nFileExplorerNewTabAffordance,13933315\nSpellerToCDSUserDataMigration,13932180\nDocumentsCollection,13929376\nDesktopLocationTriggering,13909636\nSecurityQuestionsLocalAccountPage,13901847\nWebViewOOPByDefault,13886809\nOffThreadInputMethod,13883232\nEmbeddedPrint,13876261\nLockBugFix_NonAccentBackstopColor,13868787\nSpotlightHotspotExtensions,13867745\nWinBioExtendedTimeout,13867376\nLockExpMgr_AssignedAccess,13864806\nReportScriptErrors,13853803\nTabShellVisibility,13849566\nFaceRecognitionModelEjectionFodUninstall,13849093\nStorageItemPrivacyChecks,13848133\nD3D12TiledResourceTier4,13847762\nTaskFlowLocationActivitySupport,13843340\nFaceRecognitionFodReinstallDeleted,13840147\nAppFrameCOMRundown,13837201\nCloudFileNavPaneAllPrimaryStates,13822262\nFaceRecognitionModelEjectionFodMarkForDeletion,13822255\nWFD_FirewallPreConfiguration,13820346\nCldFltBlockSession0Hydration,13819759\nDepthSorting,13818272\nUsePopupIslandSiteForXamlWindowedPopups,13816458\nD3D11On12DeferredContexts,13815251\nD3D11On12Multithreading,13815217\nReminderNotificationTemplate,13790818\nNgcLogonUIUpsell,13786518\nSeeItSayItForWebPlatform,13786286\nBrowserAppList,13780435\nPenSettingsPenPressure,13760102\nApplicationGuardDownloadToHost,13740217\nDXGI_eFSE_Enablement_Policy,13740155\nExpressionKeyframePerFrameSampling,13728070\nActionCenterSaveNotificationDrafts,13725162\nOobeSettingsMultipage,13720236\nWpnAdaptiveCards,13709532\nSharedSuggestionsView,13707781\nFriendlyDates,13705666\nDP_AUX_V1,13688880\nAOobeWirelessPage,13686876\nBitLocker_Encrypt_All_Drives,13686439\nAdvancedGraphicsSettings,13686262\nBannerOpportunity,13686160\nAppDefaultsMSEdgeProtocol,13653604\nAppDefaultsBrowserEnlightenmentDialog,13651267\nAppProviderTaskInProc,13643373\nTabClose,13642767\nTabCompanionsConfidenceLevel,13636156\nFluency,13634392\nLITE,13625383\nCompositionForShapewriting,13622748\nSpellerToCDS,13622180\nXAMLLanguageBar,13618171\nCortanaPersonainActionCenter,13615582\nControlIndexingOnBattery,13610405\nUWPGameBar,13602588\nWSL_Device_GPU,13591025\nTabShellUIAIntegration,13558302\nCommandingImprovements,13557380\nPersonaDownloadAllApps,13545060\nUserActivityGroupSync,13540135\nStartF5,13539994\nVelocityUsageInSRUM,13539786\nTaskbarAddOfficePins,13536959\nServicing_FileExplorerAccessibility_13531170,13531170\nXDeviceMessagingHistory,13528824\nOobeFeatureUpdateOptInPage,13528141\nNTLMLIE,13524972\nCortanaEmptyRecycleBin,13517592\nAddTextToSpeechPackages,13516602\nXamlBasic,13502916\nCentennialContextMenuOrdering,13482510\nCentennialShareContract,13482494\nSmartPrint,13476978\nXamlMotionSystem,13450050\nPositionerDrivenTabShell,13448007\nMsaMuaFlows,13447108\nCompositionWhiteNoiseAPI,13421585\nDeviceDelete,13404804\nInput_HeatSensorContext,13399803\nTaskFlowCloudFilesSupport,13384821\nCentennialCloudFilesUninstallCleanup,13381010\nStereoscopicUwp,13330426\nCHSCandidateWindowUICustomization,13317772\nHcl,13312437\nDictationOnAndromeda,13301897\nCentennialBanners,13294624\nPeopleBarCapacitySetting,13294141\nXamlForceRevealFocusRect,13293513\nIFrameLifetimeManagement,13289631\nNotifGatekeeperShellInsiders,13275870\nCloudStoreSyncOnSubstrate,13273215\nEDR_QualityMode,13271434\nDisplayEnhancementService,13263365\nMopriaDiscovery,13261424\nRS4PersonaLayout,13253432\nXaml2018,13247025\nEnableAnimationDesigner,13234095\nTSF3InputMethodAPI,13217526\nTextVirtualization,13199844\nH264_DX12_VideoDecode,13198365\nRS4UpdatesToHandwritingPanel,13188923\nCDPRemoteSystemWinAppRegistrationAPIs,13188677\nSmartShadow,13187976\nLIACoreNavigationClient,13186501\nPWILOInterruptiveToasts,13181366\nTabThumbnailFactory,13180860\nLazyApplyWindowGroupTemplate,13167773\nFidoLogonWithoutDeviceAuth,13166748\nAcrylicInputSwitcherDesktop,13140185\nEraseGroupInkStroke,13139240\nCentennialSetKnownFolder,13133736\nFullScreenAnimation,13133713\nOutsideMode_Toggle_VideoSettings,13133210\nHandwritingPanel,13126689\nFailFastOnOverRelease,13108159\nPenBackwardForwardNavigation,13085732\nMsaaProxyIAccessible2,13083922\nCommitModelHandwritingPanel,13081151\nProvisionSteps,13077814\nTaskViewWarmLaunch,13076897\nClipboardHistoryBuffer,13073688\nDictationPanel,13072825\nInputServiceLogon,13068691\nTSF3CHSIME_13068008,13068008\nWebViewAlwaysOnSeparateThread,13058606\nDesktopGazeXAMLKeyboard,13050423\nExpressiveInput_ShellHotKey_EngagementEvents,13032159\nMiniSerp,13026322\nPWILOEnhancedRebootToast,13023049\nOneCoreTransformsTransformContent,13013972\nMSRC39805_13013422,13013422\nChtIme_SddsDictionary,13000419\nExpressiveInput_OnlineSticker,12994636\nExpressiveInput_Sticker,12994626\nMultilingualTextIntelligence,12990221\nHashtagPrediction,12990213\nPdfTileCache,12976578\nExplorerScreenOff,12949629\nSignoutInSettings,12947221\nD3D12PeerToPeerAtomics,12944950\nXDeviceMessageRobustness,12944044\nEPUB_DisableSecurityChecks,12923997\nSettingsHomeProgrammableMultiPromoCard_12908205,12908205\nSettingsAccountsInfoProgrammablePromoCard,12908183\nOfflineCompassPage,12885170\nD3D12Force9on12,12881744\nD3D12VideoEncryptedBitstream,12867898\nD3DXboxOnPC,12862046\nD3D12Force11on12,12862045\nQueryAdapterInfoIntegrated2,12859558\nRegisterInboxAppsToDSMAOnly,12849049\nD3D12DeviceRemovedExtendedData,12841628\nEDR_UseOverlay,12840423\nXVP_SW_LUT,12840328\nTrackedWorkload,12839935\nD3D12MotionEstimation,12839716\nDesktopXAMLKeyboardAnimation,12834195\nExtensionsInPrivate,12833781\nExtensionsEntryPoint,12833618\nAddToReadingList,12822477\nAddressBoxNavigate,12822172\nAddUpdateFavorite,12821989\nEdgeLaunch,12821748\nGenericText_DataMigration,12812231\nDwmHintingPpm,12805652\nD3D12WarpVideo,12804255\nStartUsePlatformExtensionUserSelection,12803863\nHoverUX,12798718\nAcrylicSharePicker,12791485\nH265_DX12_VideoDecode,12790342\nDesktopDisplayBroker,12773644\nHub_HideAadjAug,12759931\nExternalBrightness,12759424\nHub_EnableDeviceOwner,12757890\nForceNRE,12756137\nMSRC39592_12749998,12749998\nOobeNetworkLossAversionPage_12749239,12749239\nAudio_Mixer,12740182\nBrightness3dxgkrnl,12732606\nCloudTrust,12730897\nTestPeopleAppUpsellWithShareCollection,12722143\nAllowPeopleRearrangeInBarAndFlyout,12719581\nReliableRfcomm,12719183\nCortanaWindowsSearchSettings,12716999\nNgcInVsmKeyType,12715014\nImmersiveFocusTrackingByCicero,12707662\nBlockProviders,12675530\nAppDefaultsSMode,12673960\nSetToastMirroringAccount,12673662\nBooksMockTesting,12649475\nActivitiesLocalBackgroundImage,12638307\nXDeviceAssets,12631159\nNotificationGatekeeper,12617765\nLockBugFix_TestHooks_BreakOnCacheFolderDeletion,12590388\nUiaEndpoint,12584383\nTaskbarEdgeTabBlowout,12575415\nShowUserInfo,12570476\nUnifiedEnrollment_HandlerStrings,12570428\nHubOSOobeWirelessPage,12556340\nPinToTaskbar,12554105\nContainerDCOM,12551329\nTabShellTracelogRecording,12549751\nXamlPreserve3DDepth,12546989\nAcrylicTaskViewTimeline,12520383\nPrereleaseVmVersions,12518852\nCortanaChangeSettingValue,12515934\nAccountsGroup_FirstPartySilentEnumSecondarySSO,12509893\nServicing_JpnLMWrapCrash_12488907,12488907\nCortanaAssistLyrics,12469359\nCortanaAssistShopping,12469143\nAnAADJ,12370422\nAOobeHelloPages,12364733\nS2D,12344777\nLockApp_TestHooks_ShowWatermark_Development,12340236\nMirroringUserCheck,12333560\nWebsitePermissions,12329427\nFavoritesToWSI,12327852\nHub_NFCAnimation,12320598\nCShellOnLaunchConsentPrompt,12320305\nOneCoreTransforms,12283185\nCortanaSetDesktopWallpaper,12276201\nEmbeddedFetch,12274531\nBlockingFunctionMeasurementInContentProcessCreation,12269434\nCDSRoaming,12261822\nSSFRoaming,12261821\nLibrary,12261820\nTabPreviewBarSoftlandingEvent,12261803\nReadingMode,12261787\nTabSweepSoftlandingEvent,12261775\nSavePasswordSoftlandingEvent,12261764\nAdvancedColorBrightnessSlider,12259052\nMMXOptOut,12246901\nSARContainerPooling,12242988\nTabShellSearch,12223789\nBookReader,12221294\nExtensionsPageAction,12221237\nAnnotations,12221178\nReadingListItems,12221084\nExtensionsInventory,12221022\nAddressBoxSearch,12220875\nFavoriteItems,12220832\nBugfix_12218768,12218768\nUsage_Tracking_FaceAuthentication,12198911\nStartProductivityModeRearrange,12196482\nTabbedShellPWILOWithUX,12190818\nTabCompanions,12190812\nEnhancingXamlSipExperience,12173634\nPartialTopology_SelectedCodecNotFound,12149134\nSpecialFullTouchKeyboardSupport,12144367\nWCOS_OOBE_NoRestartDisplayLanguageChange,12135189\nCoreOobeTelemetry,12135022\nInput_HeatInputStitching,12134802\nMiracastController,12122994\nIconElementForIconSource,12108541\nPromoteBrowserAction,12100866\nOfflinePropsysMigration,12078188\nWCGTestMode,12077848\nAOobeZdpPage,12076160\nKsrDisplay,12075496\nHolographicCoreShellTLAVMOnOasis,12067452\nVmChipsetLoadFirmwareFromFile,12064728\nAudio_Spatial_Render_StreamCategory,12062568\nMixedRealityMode,12053065\nAudio_Spatial_Render_SpatialMode,12052500\nAudio_Render_ChannelConfig,12041542\nAudio_Render_EndpointType,12041519\nAudio_Capture_EndpointType,12041418\nSketchpadLaunched,12038065\nSVR_VideoPlayback,12038004\nAudio_Spatial_Render_EndpointType,12035770\nUpdatedPeopleSuggestions,12034886\nProjectedShadowAPI,12024197\nOggBrowserUsage,12023326\nWirelessDockDafWfdDiscovery,12023322\nXAMLFileExplorerDragAndDrop,12022907\nAOobeReboot,12007874\nPhonePage,12003736\nTabNavigationHotKey,12002250\nUseTDLOnHolo,11992383\nAllowRelevanceCloudFallback,11991310\nCredUI_NoUI_TESTHOOK,11990129\nCloudFileShowPrimaryIconOverlaysOnDesktop,11985136\nTabCompanionsTimelineTesting,11974217\nBugXDeviceClickSMS,11974112\nGameConfigStoreGameListEntries,11973136\nPlayReady_DrmModeUsage,11972769\nHandWritingPanelUseGestures,11968958\nD3D12VideoDecodeTiers,11964724\nAOobeEulaPage,11958233\nAOobeKeyboardPage,11958220\nAOobeRegionPage,11958082\nAOobeLanguagePage,11957961\nDesktopSplashScreenSuppression_WhenWindowExists,11955525\nDesktopSplashScreenSuppression_AllApps,11955489\nCtfmonAsCiceroServerHost,11954839\nRollingShutterCorrection_11949150,11949150\nTargetedContentCacheExpiration,11946054\nScopedResources,11941928\nEnableNarrowChsLayoutsOnDesktop,11933142\nJitProcessInServiceWorkerHost,11921348\nUsePackagedFolderAssetXAMLFileExplorer,11921204\nRS3SensitivityPolicy,11920408\nPhoneAppRecommendations,11913207\nNextWordPrediction,11912704\nCurrentVmVersionIsDefault,11906105\nAudio_Capture_StreamCategory,11902719\nAudio_Render_StreamCategory,11902695\nAudio_Spatial_VSSPlayed,11901839\nEyeTrackingCPL,11897843\nTabShellWinRtApi,11895592\nUnmetRequirementsChanged,11895254\nWFD_XboxConnected,11886935\nDecoder_MediaUsage,11886338\nTouchKeyboardExperienceManager,11886170\nUpgrade_KeepBitLockerActive,11875329\nRealtimeEnticementNoCourtesyIntervalTimeout,11874744\nHVSIGpuMirrorAll,11872911\nPenPressAndHold,11871415\nConsentUXOwnerViewHeuristicFallback,11870473\nIsDecodingHDR,11868821\nHubOSOobeRegionPage,11868190\nHubOSOobeKeyboardPage,11868189\nHubOSOobeEulaPage,11868187\nHVSIAcceleratedGraphics,11868065\nCortanaOpenKnownFolder,11861797\nRoomAdjustmentApp,11851661\nLaunchTeamsOrSkypeBasedOnMeetingType,11849830\nInclusiveOobePhonePairingPage,11847427\nCortanaEngagementEvents,11839132\nMMXOptInThroughSettings,11833844\nWUCShapes,11832104\nAudio_MultiChannelRenderAttempted,11831216\nFirstRunGreenRoom,11829478\nSpatialEntityBasedStagePersistence,11828722\nWbsUsbAltSetting6,11828129\nQualityBenchmark,11828014\nMobilityExperience,11824828\nWhatsNewApp,11813843\nPrelaunchEdgeLogon,11813196\nSignalQueryAPI,11804720\nInclusiveOfficeOneDriveOobePage,11803809\nHamDependencyGraph,11801082\nEdgeTcpConfig,11800907\nCommandListBasedTransparency,11793516\nPinWebsiteAction,11790758\nFindMyPen,11789752\nRgbaSwapChains,11786145\nUserActivityOnDemandRetrieval,11767906\nCoreShellOnDesktop,11752642\nInput_HeatSystemContext,11752492\nHcsSecurityMitigation,11741813\nUTF8LocaleDefaults,11739924\nIncreasedUWPScalingOnHMD,11738550\nDynamicExperiencePolicyEnforcement,11705370\nAnimationRedirectionAPI,11703296\nTDLFailFast,11689171\nReminderBGTaskTelemetry,11683427\nGenericWebReadOutLoud,11682676\nToggleSettingProjectedAPI,11673814\nLockReliability_UnlockIfLockAppDidntShow,11670466\nInPlaceUpdateForMediumPackages,11665695\nXDeviceIncomingCall,11659550\nAutoGameModeProfile,11650261\nSearchInExplorer,11646741\nSearchAboveLock,11646740\nImmersiveSearch,11646739\nReminderCloudUx,11639875\nWideQFZero,11634876\nAddPhoneButton,11618552\nPhoneSettings,11618549\nCloudSearchToggle,11612835\nDisplayKeys,11608957\nReminderUniversalActions,11592835\nCDPAFCODataBatchingSupport,11585462\nEffectiveViewport,11584126\nHandwritingCHS_MixedInput,11578017\nDXGI_WindowAndDisplayMismatchShim,11576689\nD3D9_WindowAndDisplayMismatchShim,11576687\nShowNotificationWithImagePull,11574775\nxBindXAMLFileExplorer,11565378\nSecureUSBSecurityChecks,11564842\nInkDataTelemetry,11547331\nCortanaOnSpotlight,11545976\nAppUriHandlerWildcardSupport,11539576\nCompositionIslandsAPI,11538375\nSVR_DX12_Rendering,11537650\nCortanaAvatarOnActionCenter,11532590\nActionCenterAcrylicBackground,11532176\nXCloseDialog,11519984\nTabModal,11519965\nMicrosoftAccount_SSPR,11519955\nHungTabNotificationDelay,11518489\nInclusiveCortanaOobePageInAAD,11517590\nHeyCortanaOOBEWoV,11516923\nHubOSOobeLanguagePage,11497365\nWsbDafWfdDiscovery,11478806\nLaunchAsResource,11477490\nPOF,11456283\nDUIHandwritingKeyEvent,11450709\nHub_CustomStartLayout,11450399\nCoreHostedApplication,11449421\nCoreApplicationShutdown,11449154\nMotionControllerBatteryLevel,11448781\nHolographicDesktopWebAuthBridge,11444908\nAndromedaStore,11437626\nExtensionsPreInstall,11431698\nHandwritingPanelSettings,11430513\nMultiLayerDHD,11428947\nPenEraserDelete,11428352\nDXGIOnDDisplay,11425330\nHub_EmulationMode,11424614\nSignalManager,11423877\nD3D9_GameConfigStore_Override,11420000\nPredictionEngine,11418271\nWnsPowerSaver,11406761\nShapewritingOnWideLayout,11402203\nP0FileDirectoryBrokering,11392751\nTaskbarBadgingTDLDeprecation,11384999\nTextIntelligenceExperiments,11383559\nSecondaryTileMixedRealityModelApi,11383495\nInput_DesktopNavigationGamepad,11382642\nEnableFluencyEngine,11382176\nInput_HeatMultiDevice,11369402\nNgcFirst,11368308\nFlipUserDictionaryRoaming,11365779\nTriggerIngestionForFlip,11365397\nWindowsTips,11355840\nAlphaPinOption,11353195\nStartHubFrame,11346121\nCameraRollCapability,11341037\nVisionProactiveEnticement,11341021\nAllowSplashActivations,11339029\nAllowSilverlightActivations,11339027\nDownloadsStorageSense,11315150\nCortanaConversationCanvas,11314742\nAutomaticDisplayAdaptation,11305375\nFailfastOnHstringOverrelease,11285106\nInteractiveCarry,11276798\nShellShutdown,11275806\nShellSuspension,11275454\nCloseShellonSuspend,11275424\nStartComponentUIPrototype,11275343\nTranslucentXAMLKeyboard,11265006\nUseRefactoredDictation,11252401\nXamlEnableSpatialAudioOnXboxByDefault,11241912\nLowLevelWindowingEnvironmentAPIs,11240830\nStereoscopicUwpAPI,11239065\nWindowingEnvironmentSpanningPresenter,11231651\nWindowingEnvironmentPresenters,11231107\nActionCenterVisualUpdates,11225892\nSID_Protection_To_L1,11222372\nDisableDarkMode,11220567\nFaceAggregation,11220420\nCnnAntiSpoofingDataCollection,11218371\nOverlayHandWritingPanel,11217568\nDirectDisplayApi_IndirectSupport,11199501\nSecureBio,11198543\nPeopleAppUpsell,11184157\nCopyLinkInShareUI,11184089\nContentDeliveryManagerRS3Scalability,11171023\nFontsPreview,11156953\nHub_ComposableShell,11153301\nSuperWetInk,11148202\nWindowManagement,11144977\nAskCortanaContext,11138350\nBlueLightReductionAppModeController,11137471\nCDPCloudClipboardMonitor,11127429\nAutomaticSignOnLockSetting,11124079\nPenNavigation,11114803\nAdaptiveUIOfficeMRU,11114359\nLatinHwkbTextPrediction,11114269\nMultiLingualInput,11114053\nLockExpMgr_TestHooks_AllowOcclusionsOnDesktop_Development,11102254\nLockExpMgr_AppHostingModel,11102250\nPersistentMemoryTest,11092970\nUseComThreadingInAccessibilityView,11081925\nD3D12ContentProtection,11067548\nExclusiveViewsPlaceFrames,11056805\nDeepInferno,11038064\nEyeTracking,11030047\nDwm_Ownership_Leak_Bugchek,11029914\nWindowsSpotlightV3,11024039\nTimelineUpSell,11019025\nAutoGameMode,11015710\nSvchostMitigationPolicies,11013506\nHcsGpuRequireDevice,10999891\nCortanaNotificationPromotion,10998643\nTrayNotificationsWithoutTDL,10998481\nAppsFolderTaskbarIconLoading,10998066\nVisionReactive_OnScreen,10980073\nVisionReactive_Camera,10980058\nVisionProactive,10980028\nAddAADUser,10979852\nWifiAdapter_MCPositioning,10978839\nDesktopIconLayoutLinkWithShift,10971873\nDesktopControlCenter,10971239\nStartComponentUISupport,10968633\nDeclarativeIsolation,10964263\nVisitsEngine_GroundtruthTimerOn,10963916\nPWILOTimelineActivitiesOnUnLock,10963017\nBlackForestShellSupport,10960001\nHub_DiagnosticMode,10946770\nCloudStoreOnActivityFeed,10942792\nQuietHours,10896550\nRadialControllerProcessWide,10880086\nLogTDL,10876620\nAdvancedColorSettingsPage,10834416\nBluetoothConvergedAvrcp,10826832\nInputHostingRS4Enhancement,10810749\nOneAddressBarControl,10803897\nReportActivationTokenInfoForPackage,10778748\nDXGI_FullscreenProxyWindowPromotion,10772867\nTimelineCrossDevice,10770226\nXamlPresenterBackstopColor_Development,10770075\nProjectedShadow,10769683\nTDL,10756773\nEdgeDesktopShortcut,10738161\nInput_PenToTouchDownleveling,10736606\nBrokeredDisplays_ModeChanges,10733637\nTabShell,10727725\nSpatialInputEyeTracking,10700484\nMultiLayerHolographicRenderingAPI,10700180\nDirect3D12HolographicRenderingAPI,10700160\nEnableOneStructCTC,10698865\nUseAcrylicForBlur,10698574\nAcrylicTaskbar,10698435\nDragDrop,10696600\nAdvancedColorCamera,10696544\nNegoFragment,10668849\nSPNEGOLateFallback,10668837\nSensorReserved_Api,10665299\nTaskbarAddPinnedItemFailureTelemetry,10658343\nSendTextInputToSpa,10652181\nOnDemandFolderPopulation,10647694\nSMBXAMLFileExplorer,10641785\nDynamicBrightnessSlider_ProjectA,10609913\nDynamicBrightnessSlider,10609797\nCortanaLanguage_vs_SystemLanguage,10579675\nCDPAFCSupportForAAD,10579650\nTaskbarProgrammaticPrimaryTilePinning,10578193\nTaskFlowAFCIndexer,10573508\nLockReliability_FreezeMessagePumpUponDisplayOff,10559591\nBackoffOnBatterySaver,10526621\nFastPoseQuery,10520764\nHolographicWin32Exclusives,10497787\nActivitiesInShell,10494629\nHolographicMouseGameMode,10492335\nDeprecateInputLocaleManager,10490822\nAllowPlatformDifferentiatedUnifiedTileModel,10486132\nEducationCloudDefaultPins,10474832\nCompositionIslands,10465906\nInkStrokeGrouping,10463767\nXAMLAppResolver_10447675,10447675\nStartUITracelogRecording,10402319\nFileExplorerDarkTheme,10397285\nMSRC36892_10348250,10348250\nLockReliability_PreLaunchLongLiveLockApp,10344736\nDisableTDLCachingNonMobile,10286718\nEZSettingDownloadSpeechTelemetry,10273247\nFailFastInIsoCreateComponent,10242797\nNarratorQuickStart,10224819\nCortanaCollections,10171415\nSurfaceHub_RemoveSidebars,10169763\nSuspendPerAppBroker,10164710\nPrelaunch,10164291\nInclusiveOneDriveOobePage,10148215\nComponentUI_ExplorerRestart,10147494\nSetActivationInfoForAllSKUs,10141992\nCDPAggressiveTimers,10139606\nReportEdgeActivationFailure,10121720\nDisplayKernelAdvancedColorSupport,10115143\nVSmbTestHooks,10113801\nPresentationAPI,10111032\nPencilVariableDistanceGenerator,10097903\nAddFullScreenOptionalHandlingToPositioners,10094528\nXAML_700msTimer,10091034\nStorageLibraryFolderSuggestionsUX,10079435\nStorageServiceFolderSuggestionsWriteRegistry,10079424\nPeopleInShareAPI,10064886\nXamlPresenterAtlasSize_Development,10042979\nDisableUniqueServiceDisplayNameValidation,10036267\nLauncherApiRedirectForHolographicViews,10017660\nAppDefaultsCloudEdition,10014385\nDisableAtmosLicenseCheckAllowed,10011581\nFailFastOnRecoverableUnifiedTileModelFailures,10011417\nHandleResponse403,10007040\nSurfaceHubRemoveSidebars_Shell,9999962\nViewClosingAPIs_CloseRequested_Desktop,9996173\nAudioSourceTelemetry,9984760\nRealtimeEnticement,9982909\nCortanaInSystemSettingsMobile,9981794\nXDevicePublicToastCollectionAPI,9970812\nStrongAuth_Reminder,9943128\nStartMenuPinMigrationOfShortcuts,9910474\nFixZBandChangeRaceCondition,9910473\nStopAutomaticAugmentEnrollment,9899614\nInPlaceUpdateForSmallPackages,9899069\nInPlaceUpdate,9896632\nHandwritingPanelAutoGrow,9893835\nMoveStaticBrowserActions,9871888\nFailFastOnWrongThreadContext,9853137\nModalWindowHelper_CUIHostLookup,9850522\nInterruptionControlUploadRawNotification,9846421\nRedirectFilePicker,9837567\nSpotlightPersonalizationRequest,9835896\nUseSebInUserPresence,9827804\nBug9772687,9772687\nCDPAFSPublishWithV2Api,9771401\nTargetedContentTamperDetection,9766529\nStorageServiceFolderSuggestions,9749199\nInterruptionControlUseCortanaResponse,9747660\nOverrideIgnoreTiltForWetInk,9745460\nEnforceWIPForTokenBroker,9720665\nDisplayHoldBacks,9717544\nRedirectIsolatedMessageDialog,9709765\nBluetoothA2dpOffloadSupport,9705985\nWIWHotkeyForScreenSketch,9679557\nSkipBackstackProcessingForAboveLockViews,9677249\nRMS_WorkFilesAsPersonalToUsb,9675209\nUniversalFileId,9673591\nCreativeExpressionEvaluation,9669601\nCompUIForEmbeddedPdf,9669088\nHolographicNotifications,9666698\nPresentationStateBugFix,9657658\nDeprecatingEraseAllClicked,9657363\nMyStuffWelcomeApp,9644060\nScan3D,9638341\nFaceRecognitionLargePose,9609514\nMdmSupportForEdu,9608605\nPrereleaseStopgapEULA,9602900\nRDX_DisableAdminAccount,9582338\nAddSwitchAsyncContextToPositionerActivations,9582236\nWnsMirroringAccountSwitcher,9578772\nOneLineClock,9564905\nUIBCEnableToast,9562517\nFuzzyInputOnXamlKeyboard_9550325,9550325\nHolographicDesktopViewLauncher,9510935\nHandwritingCHS_CombineGesture,9492607\nMusicRecoForChinaMarket,9456144\nAsyncWindowPlacement,9450204\nEffectSupport,9448552\nNoRoamingLogonWait,9444784\nLiveDASHPlayback_NumberBased,9443998\nUrlHistoryInESE,9434156\nSpotlightPersonalization,9432994\nCDPAFSPublishCortanaActivityType,9427027\nEnableStartBackupRestoreOnWCOS,9416438\nPointErase,9416013\nInclusiveWirelessOobePage,9390606\nSeeItSayItOnXbox,9389920\nDragDropWithComponentUI,9386173\nChangeNotifyInterruptSourceUpdate,9359829\nXDeviceRingPhone,9358856\nXDeviceSendSms,9358792\nHolographicDesktopViewBroker,9323146\nCDPWifiDirectTransportUpgrader_9322870,9322870\nHolographicDesktopHotkeyFunctionalityHiding,9318657\nHolographicHShellTaskmanOverride,9318646\nViewPresentationMode,9304764\nCDPAFSSubscriptionManagement,9303548\nSupportCDMInDefaultUser,9300179\nInclusiveOobeUnattend,9281722\nInclusiveErrorOobePages,9281698\nSetDefaultsByApp,9272494\nInclusivePIDOobePage,9271928\nHolographicDesktopMultitaskingUXHiding,9270423\nHttpClientUpload,9265136\nInkPointTimestamp,9251712\nObsoletedChxProcessorIdSupport,9240264\nFloatingModeDefaultForDuiTic,9226226\nInkHighContrastAdjustment,9224489\nCortanaOnLockOutProcModel,9223629\nDesktopSwitcherDataModel,9215578\nExitProcessDiagnostics,9211919\nActivitiesInTaskView,9207521\nExperimentalKGL,9206638\nBrowserAppsForWebsites,9206354\nAddSourceWindowFromViewNavigationRequested,9205753\nXamlAppResolver_9196132,9196132\nCloudMusicBeta,9189540\nUIAutomationEnabled,9186859\nShoulderTap_9146043,9146043\nStrongAuth_CDP,9143042\nDelayXamlViewActivity,9140719\nRulerSubPixel,9139648\nRulerAngleSnap,9139633\nOobeDynamicNodes,9115683\nOobeInternalContent,9115678\nSurfaceHubLooseDBH,9112063\nQuickLaunchInvocation,9100606\nLockReliability_PerformanceBoost,9073709\nSeeItSayItOnDesktop,9071001\nRenderPolicy,9064593\nDuiTicImprovements,9043033\nUWPSizingOnHMD,9032972\nRadialControllerAppSwitchTool,9032482\nForceReactiveAudioOnlyMode,9031501\nLockReliability_PDCActivator,9017946\nCloudMusic3rdPartyProviders,9014976\nAllowTiptsfExceptions,9014903\nRedirectPopupMenu,9012138\nDxgkrnlPrereleaseDiagnostic,9011807\nInclusiveCortanaOobePage,9011686\nNewAccountPickerUX,9011479\nStorageLibraryFolderSuggestions,9004739\nPersonalizationRecentColors,8999293\nSpeechGrammarPowerImprovements,8998121\nTaskFlowDataEngineCortanaConvergence,8984211\nAmbientWidescreenDynamic,8980808\nMicrosoftAccountWAMExtensionWorker,8976252\nInclusiveExpressSettingsOobePage,8959958\nInclusiveLocalAccountOobePage,8959954\nAdaptiveImmersiveCortanaOnDesktop,8958140\nSurfaceHubProximalAppLaunch,8958021\nProximalStart,8957657\nHolographicUserExperiences,8933771\nInclusiveRetailDemoOobe,8875878\nInclusiveOobeEnterpriseProvisioning,8874365\nInclusiveZDPOobePage,8874270\nInclusiveKeyboardOobePage,8872482\nActionCenterConvergedAudioPlayer,8867227\nDUIChineseLineModeHandwriting,8857961\nPenSettingsSelectiveDisplay,8820472\nShareVerbInFileExplorerContextMenu,8820240\nTentedFeature,8819968\nTaskFlowDataEngineTimelineSupport,8813685\nD3D12LogHeapAllocationInfoOnOldDrivers,8793106\nAuthBroker_OnMobile,8777581\nVelocityEligibilityUsingFlightingApi,8776276\nTaskManagerExperiment,8749962\nCortanaVolumeIntentsOnDesktop,8719605\nFeatureConfigurationAadOnDesktop,8718934\nCDPAFSTimelineHistorySubscriber,8704342\nWinCompFrame,8703571\nReplaceTDLWithUTM,8699883\nInterruptionControl,8675162\nLockReliability_WakeFrameThreadOnApplicationStateChanges,8671168\nSimplifiedOOBE,8665246\nCUIPopupHelper,8664332\nDockingServiceConnectionManager,8661952\nOpenConnectAutomatically,8657155\nInclusiveFSIA,8647088\nCorrectiveGesture,8644914\nSvchostSplit,8644228\nTriggerManager,8642183\nLockReliability_DisableLockSplashScreenTimerDuringCS,8630760\nInternalSelfhostHooks,8625295\nHomeGroupMigrationDisabled,8611250\nPristineShellTaskbarSettingsUI,8605498\nRefactorSapi,8603355\nAmbientWidescreen,8602428\nRS21609AFSIntegration,8600970\nActionCenterNotification,8598334\nXamlShowHideAnimations,8591635\nAlwaysShowImmersiveCortanaOnVoiceActivation,8584952\nReduceFrequency,8578918\nXDeviceToastCollectionAPI,8572594\nVail,8554091\nTargetedContentUseProductInstallAPIs,8553651\nCortanaSpaXamlHeader,8549523\nPeopleToastNotifications,8540639\nDefaultVolume,8533467\nForceSpriteVisuals,8512080\nAnimationFailFast,8510537\nWindowsAnywhere,8508009\nSurfaceHubRemoveSidebars,8507901\nMinuteZeroExperiences,8497738\nUWPScalingOnHMD,8495373\nPerAppRuntimeBroker,8482243\nD3D12ExperimentalShaderModels,8482022\nCentennialCloudFilesRegistration,8481732\nFileExplorerLongPath,8479587\nInputServiceProfiles,8469804\nShowBubbleHeadUI,8467804\nAutoExpandNotificationItem,8466218\nMaxBlendHighlighter,8465259\nViewClosingAPIs_TryConsolidate_Desktop,8454932\nInclusiveRegionOobePage,8453551\nRedirectMessageDialog,8445357\nCortanaOasis,8432612\nDeviceManagementOutprocCSPs,8426306\nCSIPLatform,8423642\nStrokeIdAndTimestamp,8409580\nLogonUI_ForceConsoleMode_Development,8402217\nLogonUI_BreakOnStart_Development,8402194\nLogonUI_EnableTestHooks_Development,8402159\nOemPanelDriverSupport,8395569\nOASISAppFrameCustomization,8395554\nCredUI_EnableTestHooks_Development,8393558\nRollingShutterCorrection_8388608,8388608\nTouchPadController,8377349\nPersonaAnimationDownload,8362257\nAccountsControl_AccountShareApproval,8359638\nMigrateAppDefaults,8348618\nDWMTouchTargeting,8348580\nAppDefaultsMDM,8348195\nCortanaGlobalShellOnDesktop,8347950\nAppKeywords,8347588\nCortanaActivationPerf,8345977\nCortanaAcc,8345948\nCredUI_ForceConsoleMode_Development,8344745\nXDeviceFindPhoneCDP,8340687\nXDeviceRingPhoneCDP,8340587\nXDeviceMissedCallCDP,8340509\nXDeviceLowBatteryCDP,8340398\nXDeviceSendSmsCDP,8340322\nPhoneEnticements,8324974\nImplicitLearning,8324755\nEnablePersonalizationLink,8324675\nDisableHologramPersistence,8317718\nTelemetryRefactor,8315128\nDSSRemoval,8315009\nExperimentationViaEMS,8313050\nEZSettingsReliability,8311456\nAppProviderVCDExamples,8306460\nD3D12PassExperiment,8305922\nFeatureConfigurationMessageV2,8304871\nCloudFileAppInitiatedHydration,8302267\nTargetedContentAPI,8299381\nCloudFileSecondaryStates,8299380\nAppVContainer,8295088\nFeatureStagingOobePage,8291214\nNotificationImageFlipViewSupport,8290988\nPeopleInShareUI,8287823\nCentennialPreviewHandlers,8284466\nDesktopWorkAreaDPIAware,8278123\nPrivate_AnimationDebugging,8278107\nLockReliability_LongLiveLockApp,8277262\nReauthOnResume,8253585\nShareToDevices,8253193\nBootstrappingCortanaIntro,8250743\nCortanaInSystemSettings,8250697\nWpnLifetimeMgmt,8249838\nWpnDEHReplacement,8249692\nSurfaceHubSleep,8241513\nBonusBarServiceContent,8240687\nCDPAFSGetConfiguration,8232800\nCentennialPropertyHandlers,8221526\nLockReliability_InProcLockAppDataModel,8213073\nSpeechGrammarReliabilityFixes,8212930\nAADMobileRoaming,8207959\nCentennialThumbnailHandlers,8207547\nTitleBar_QuickSnapping,8188120\nD3D12HeapPriorities,8187072\nDirectDisplayApi,8185225\nWinCompInkPresenter,8183782\nCentennialUseURL,8182961\nOnlineEFS,8167107\nIntegrateWhiteboardApp,8164264\nSurfaceHubProxyCredInjection,8157104\nAudioOffloadSize,8153897\nAppVContainerVfs,8144398\nInkPresenterProtractor,8141176\nInkToolbarEraserFlyout,8141016\nInkToolbarVerticalLayout,8140918\nInkToolbarStencilButton,8140841\nInkFeedbackManager,8138820\nSaveStrokeRenderingInfoInISF,8134511\nInkProcessor,8134488\nWindowsPlusC,8124191\nBrokeredDisplays_RotMgr,8119317\nVacOcclusion,8118562\nWorkFilesAsPersonalToUsb,8117523\nDeleteUserDictWord,8100561\nAdvancedGestureRecognition,8052370\nTargetingSessionContextV6,8049662\nRadialControllerPerApplicationCustomTools,8049582\nRadialControllerCustomFontGlyphs,8049563\nCDPAFSNewAppIdFormat,8046162\nEmulateMobilePersonalityOnDesktop,8039924\nLowAnimationsOnBatterySaver,8027970\nSilentInstalledApps,8025889\nHackAroundMouseVelocityBug,8021938\nWabConvergenceMobile,8001631\nCertInstall,7985748\nViewAffinity,7983929\nSensorReserved,7983914\nSurfaceHubResetToRTMSetting,7975777\nGenericActionAndTrigger,7960589\nXamlSnapAssistView,7924005\nXamlAltTabView,7923995\nXamlAllUpView,7923987\nActionCenterWelcomeMessage,7920879\nTipPinnedToMonitor,7886254\nD3DShaderCache,7881243\nAgeBasedAppBlocking,7866683\nTaskFlowDataEngineOnAND,7844660\nWarpEnableJITCacheOptimizations,7837283\nFileExplorer_PinToQuickAccessFixes,7831773\nMoveCloseToSensor,7828904\nLockReliability_ProcessOnUnlockingAsync,7814644\nMyStuff,7786612\nCDPAFSProdDomainUri,7776321\nHvciEverywhereSysprepEnableOnUpgrade,7771283\nPausePersona,7722583\nDHPNTPExperiment,7720492\nPinnableFavBar,7718943\nSurfaceHubFeedback,7718271\nPromptOnOpenWorkFiles,7699712\nBoundlessMesh,7660207\nBluetoothConvergedHfp,7639556\nDevModeInternal,7631201\nMultispectrumUsage,7578904\nMultiScreenAssignedAccess,7557783\nTaskbarProgrammaticEdgeWebsitePinning,7546754\nEnableCapturePicker,7529329\nSeeItSayIt,7520078\nBufferCommands,7471763\nLineEndings,7458208\nInterruption_Control,7450444\nXamlKeyboardLogon,7438994\nWiFiCallingOnSecondaryDevice,7428104\nAlwaysShowActivationError,7414853\nShellCommonExperienceHost,7388795\nXamlExplorerHost,7382860\nCompositionFenceSynchronizedPresents,7364542\nXamlAppResolverPhone,7360804\nInclusiveHIDOobePages,7360682\nInclusiveWelcomeOobePage,7360674\nInclusiveLanguageOobePage,7360670\nInclusiveEulaOobePage,7360560\nSkipAddPageOnOnlyOneProvider,7329587\nFrameworkScalability,7328759\nAccountsControl_FixAccountsHassles,7274147\nWindowsAnywhereAccessibilitySettings,7260037\nDoNotActivateLockAppWithScreenOff,7250255\nCDPLogLevelVerbose,7245727\nCopyFilesToManagedAndUnmanagedSyncRoots,7242324\nAutoBrightnessService,7203497\nAudio_Drivers_Acx_MultiStack_Support,7189701\nSharedPCCSPImprovements,7179030\nSystemSettingsCDPPhone,7161566\nMultiUserSupport,7146351\nNotificationForwarding,7119133\nSpeechFailureDebugMode,7056038\nSignalDebugMode,7033373\nEnableTempPlaceHolderGroup,7010211\nCloudDownloadAndGo,7007735\nCastServerDefaultValue,6997058\nEDPOpenWith,6989120\nInMarketAppDefaults,6989041\nSmoooothEduSharedPCOOBE,6988424\nPWILOUploadForMSALinkedAccounts,6982808\nUAC_CPL,6965140\nUAC,6960872\nHardwareDRMOptinEME,6940972\nWDICheckOverride,6931045\nCacheSpotlightLockScreenImage,6869861\nAppInstallBatching,6867405\nCloudHelp,6833833\nActionCenterUiChanges,6817549\nIntentInThePastLogging,6808389\nInclusiveOEMRegistrationOobePage,6791111\nStickyNotes,6748934\nCredUI_ConsoleMode,6723842\nCentennialShellNew,6688715\nReturnForegroundToLockOnUIAccessDismiss,6683260\nFeatureReporting,6682627\nVolumeFlyoutEndpointSelection,6678327\nAlwaysFailFastOnCoreAppLocalizeView,6669906\nVirtualDesktopsPTPGesture,6668147\nChaseableTileActivation,6666609\nProximityConnectAutoReconnect,6657503\nNotificationsUiChanges,6655874\nXDeviceWPNotification,6644079\nSignalProcessingInBackground,6626174\nCloudStoreDiagnostics,6624442\nAppDefaultsDesktop,6614904\nMakePowershellTheDefaultConsole,6527944\nRDX_TimedShutdown,6523167\nAppDefaultsPhone,6506899\nRDX,6506476\nWelcomeScreenEnabled,6502920\nUseQFAsMyStuff,6499497\nAutomaticPrivateMode,6499396\nPWILOPostSignIn,6498807\nAlwaysFailFastOnXamlFailure,6487760\nTaskbarTeaseAndToast,6483462\nAmbientMode,6482515\nDeprecateRX,6478855\nMoveApp,6478350\nCommitmentExtractionFromChatMessages,6465343\nPreReleaseBackstopAndSuspensionCurtain,6429916\nSL_CreativePresentation,6421891\nDefaultPermanentPoC,6413464\nReplaceExtensionCatalogCallsForActivationManagerShim,6410923\nWriteStartLayoutToTDL,6409587\nCandidateWindowCustomization,6398726\nNotificationCenterTaskbarGleam,6397465\nNotificationCenterTaskbarBadge,6397455\nNotificationCenterTaskbarPosition,6397428\nStartSplitViewInMenuMode,6395189\nXDeviceShareFile,6394163\nXDeviceMapHandoff,6394132\nActionCenterAttributionText,6392648\nNamespaceNavigationRestrictions,6391456\nNamespaceEnumerationRestrictions,6391443\nActionCenterMaxLines,6391133\nExplorerEdu,6390483\nPersonalizationColorChooser,6368928\nXDeviceFindMyPhone,6368266\nLogonUINumlockWarning,6365478\nPowerBISpeechPayloadViaBing,6365129\nActionCenterXamlExperience,6364345\nUnitCommands,6364182\nFailFastOnSYSTEMContext,6359403\nGenericDataContract,6356209\nRDX_FeatureManagement,6355749\nPeopleBar,6353283\nQuickUnlockDesktopTransition,6348238\nRegistration_Free_MBM,6330661\nConciergeUSBConfig,6330561\nXamlTaskbar,6328229\nWirelessDisplayConnectCancel,6313394\nOnDemandPoC,6289557\nRDX_SoftLanding,6284670\nAppIsolationSeparateSublayer,6268226\nExplicitPrivateMode,6267897\nTaskbarSuggestions,6258161\nFindMyChild,6241647\nActionCenterCollapsedGroups,6238631\nActionCenterGroupPrioritization,6238566\nXDeviceMobileNotification,6235127\nBrowsingHistoryProvider,6234165\nXDeviceOfficeHandOff,6233283\nXDeviceBatteryNotification,6233262\nCloudStore,6201249\nSyncSettingAccounts,6199322\nSpaDialog,6196838\nEncodeLockScreenToBitmap,6190512\nDismissWhenNotInForegroundDuringRegister,6190324\nEZSettings,6189964\nReminderPhoto,6178093\nReminderRecurrenceV2,6178089\nPCAccessSetting,6171364\nCloudFileRecycleBin,6165239\nConstraintIndexProvider,6151923\nUseQFAsHomeExperience,6151915\nDelayAppStateRoaming,6130118\nRoamingSchedulingChanges,6130116\nUserTileNotification,6130109\nReminderTriggerless,6118301\nEnableMultiInstance,6115766\nInclusiveIDPSOobePage,6107561\nInclusiveAADOobePage,6107552\nInclusiveHelloOobePage,6107475\nInclusiveMSAOobePage,6107471\nDeviceControlUxLaunch,6102510\nRuleBasedNPSMCurrentSession,6100785\nFeedbackEtwLogging,6099184\nFullScreenAllAppsTileGrid,6097591\nInitializeStartLayoutFromLogonFramework,6094603\nCandidateWindowSymbolView,6093732\nMediaControlsOnLock,6084483\nDarkAppThemeToggle,6083726\nSupportInfoTipInNotificationCenter,6082203\nActionCenterAccentColoredTitle,6069009\nCloudFileProgress,6067484\nXamlCredUI,6067381\nSettingsStoreChange,6050594\nPenWorkSpace,5999374\nUnifiedEnrollmentLandingPage,5993168\nEarlyAdopterContentRing,5943489\nInkSmoothingV2,5894395\nHmdsNotificationBackgroundTask,5892332\nEnableCalendarContent,5882799\nEnableCalendarViewFeedback,5882766\nCustomizableQuickActions,5882122\nMEMShareTargetHost,5881316\nWindowsLicenseAgreementContentDialog,5874726\nTabletModeMultiWindowApp2AppEnhancements,5871990\nShowTaskbarSettingsInSystemSettingsApp,5871322\nAPODiagnostics,5862853\nHelloSettingsImprovements,5832397\nServiceMemHardCap,5831234\nWnsDatabase,5805125\nDesktopRestore,5804159\nStartSplitViewAndAppsView,5798590\nJapaneseLinedModeHandwriting,5789196\nFamilyNotification,5787018\nActionCenterXamlTileRender,5785821\nOneHandedLayout,5747084\nConnectUXSearch,5678281\nCloudFileStabilization,5654988\nCentennialIExplorerCommand,5643234\nD3D12Video,5642192\nTileStoreHoloMigration,5579305\nTileStoreDesktopMigration,5579257\nBrokeredCreateFile2,5569419\nMintana,5465728\nSetLockScreenImageAsDesktopBackground,5458669\nSharedCartOOBE,5421687\nMiracastListenerAutoStart,5419836\nQRCodeScanner,5419828\nPWILOPreSignIn,5418581\nDesktopInclusiveOOBE,5418038\nAppQuickActions,5410762\nTileStoreReads,5410135\nTileStoreWrites,5410078\nSettingsAmxCxh,5408307\nTurnOnNumLockDuringPinEntry,5405268\nThemeSettings,5403577\nThemesInStore,5403571\nMobileRestore,5399627\nUseConvergedNpsmMtcModel,5399495\nDevicesFlowSettingsDeviceDiscovery,5383254\nPinWindowsToAllVirtualDesktops,5382719\nDevicesCollection,5348245\nEnableClockButtonFlyoutOnSecondaryTaskbars,5338943\nEnableClockButtonOnSecondaryTaskbars,5338907\nPickerBackButton,5324433\nUsingSDDSFileFormat,5317344\nTabletModeAutohide,5284127\nTaskbarUWPBadging,5283970\nLidNotifications,5250788\nFeatureConfigurationChannel,5244441\nAllowSingleViewAppsForAssignedAccess,5227080\nHomeHub,5224938\nMarshalByValue,5195825\nBroadcast,5129928\nPerProcessSystemDpi,5101203\nCoreWindowResizeEvent_Desktop,4985284\nWnsAnalogUserService,4939013\nContentDeliveryPolicyRestrictions,4877938\nSettingsExtensibility,4859458\nBluetoothHfpHF,4854405\nLockAppHostPowerFixes,4785077\nAOAC,4780066\nSelfhostContentRing,4687769\nScheduleDrivenRendering,4458585\nBluetoothA2DPSink,4450109\nServicing_F001,4265709\nWinGlob_ICUCurrencyData,4048317\nMSRC54182_3972357,3972357\nWin32KeyRouting,3775609\nDocumentFocus,3731051\nAADAccounts,3728205\nCheckLoadedUnloadedEventSequence,3662038\nUiaSendVersionNumber,3623713\nLockReliability_SynchronizeShutdownWithBrokerEndpointCalls,3529167\nJumplistUpdateFix,3511020\nRuleDiff,3424263\nDesktopIconLayoutRefactor,3261926\nGlyphRunPrimitiveAPI,3251313\nInstallAttribution,3222455\nShellLauncherRepository,2872564\nBannersKFM_Logo_2641295,2641295\nGuestUserRDPToAVD_2641041,2641041\nEntraIdClientPlutonKsp,2436150\nUsePixieLibForArticulatedHand,2349850\nWdfDirectedPowerTransition_DefaultOptIn_ARM,2231386\nDynamicClipboard,2102523\nInvokeUIUpdatesViaTryRunAsync,1495890\nTabCategoryBC,1470244\nMsaaPipe,1464722\nDropTargetCrash,1326038\nToggleTextInputCanvasBar,1279509\nQuickActionTemplates,1195122\nSignInOptions_SecurityKeyHandler,1186657\nWnsUserService,1091402\nUIA_CUI_ExplorerRestart,1019637\nBonusBar,983002\nDesktopSplashScreenSuppression,783899\nBanners,682246\nCDPDoPartialSyncOnNewActivityTypes,501282\nCloudFileStateIcon,394658\nBthA2dpAbsoluteVolume,153764\nCacheHighContrastStateInDwm,220937958\nProximityPairing,87954621"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>."
  },
  {
    "path": "README.md",
    "content": "# ViVe\nViVe is a C# library you can use to make your own programs that interact with the A/B feature experiment mechanism found in Windows 10 & newer.\n\nThe *FeatureManager* class should cover most feature management needs with the added benefit of some struct heavy lifting being done for you. Boot persistence and LKG management is offered exclusively by this class as it had to be reimplemented.\n\nIn case you'd like to talk to NTDLL exports directly, you can use *NativeMethods*.\n\n# ViVeTool\nViVeTool is both an example of how to use ViVe, as well as a straightforward tool for power users which want to use the new APIs instantly.\n\n[![Release downloads](https://img.shields.io/github/downloads/thebookisclosed/ViVe/total.svg)](https://GitHub.com/thebookisclosed/ViVe/releases/)\n\n# Compatibility\nIn order to use ViVe, you must be running Windows 10 build 18963 or newer.\n\n![ViVeTool Helpfile](https://i.imgur.com/PzCHEUQ.png)\n"
  },
  {
    "path": "ViVe/FeatureManager.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2025  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing Albacore.ViVe.NativeEnums;\nusing Albacore.ViVe.NativeMethods;\nusing Albacore.ViVe.NativeStructs;\nusing Microsoft.Win32;\nusing System;\nusing System.Linq;\nusing System.Runtime.InteropServices;\n\nnamespace Albacore.ViVe\n{\n    public static class FeatureManager\n    {\n        public static readonly RTL_FEATURE_CONFIGURATION_PRIORITY[] ImmutablePriorities = new[] {\n            RTL_FEATURE_CONFIGURATION_PRIORITY.ImageDefault,\n            RTL_FEATURE_CONFIGURATION_PRIORITY.EKB,\n            RTL_FEATURE_CONFIGURATION_PRIORITY.ImageDefaultEditionOverride,\n            RTL_FEATURE_CONFIGURATION_PRIORITY.Security,\n            RTL_FEATURE_CONFIGURATION_PRIORITY.ImageOverride\n        };\n\n        public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime)\n        {\n            return QueryAllFeatureConfigurations(configurationType, null);\n        }\n\n        public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong changeStamp)\n        {\n            fixed (ulong* changeStampPtr = &changeStamp)\n                return QueryAllFeatureConfigurations(configurationType, changeStampPtr);\n        }\n\n        public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType, ulong* changeStamp)\n        {\n            Ntdll.RtlQueryAllFeatureConfigurations(configurationType, changeStamp, null, out int configCount);\n            if (configCount == 0)\n                return null;\n            var allFeatureConfigs = new RTL_FEATURE_CONFIGURATION[configCount];\n            int hRes;\n            fixed (RTL_FEATURE_CONFIGURATION* configsPtr = allFeatureConfigs)\n                hRes = Ntdll.RtlQueryAllFeatureConfigurations(configurationType, changeStamp, configsPtr, out configCount);\n            if (hRes == 0)\n                return allFeatureConfigs;\n            else\n                return null;\n        }\n\n        public static RTL_FEATURE_CONFIGURATION? QueryFeatureConfiguration(uint featureId, RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime)\n        {\n            ulong dummy = 0;\n            return QueryFeatureConfiguration(featureId, configurationType, ref dummy);\n        }\n\n        public static RTL_FEATURE_CONFIGURATION? QueryFeatureConfiguration(uint featureId, RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong changeStamp)\n        {\n            int hRes = Ntdll.RtlQueryFeatureConfiguration(featureId, configurationType, ref changeStamp, out RTL_FEATURE_CONFIGURATION config);\n            if (hRes != 0)\n                return null;\n            return config;\n        }\n\n        public static ulong QueryFeatureConfigurationChangeStamp()\n        {\n            return Ntdll.RtlQueryFeatureConfigurationChangeStamp();\n        }\n\n        public static int SetFeatureConfigurations(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime)\n        {\n            ulong dummy = 0;\n            return SetFeatureConfigurations(updates, configurationType, ref dummy);\n        }\n\n        public static int SetFeatureConfigurations(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong previousChangeStamp)\n        {\n            foreach (var update in updates)\n                if (ImmutablePriorities.Contains(update.Priority))\n                    throw new ArgumentException(string.Format(\"{0} ({1}) is an immutable priority and can't be written to.\", update.Priority, (int)update.Priority));\n                else if (update.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.UserPolicy && !update.UserPolicyPriorityCompatible)\n                    throw new ArgumentException(\"UserPolicy priority overrides do not support persisting properties other than EnabledState.\");\n\n            if (configurationType == RTL_FEATURE_CONFIGURATION_TYPE.Runtime)\n                return Ntdll.RtlSetFeatureConfigurations(ref previousChangeStamp, RTL_FEATURE_CONFIGURATION_TYPE.Runtime, updates, updates.Length);\n            else\n                return SetFeatureConfigurationsInRegistry(updates, previousChangeStamp);\n        }\n\n        public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback)\n        {\n            return RegisterFeatureConfigurationChangeNotification(callback, IntPtr.Zero);\n        }\n\n        public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback, IntPtr context)\n        {\n            Ntdll.RtlRegisterFeatureConfigurationChangeNotification(callback, context, IntPtr.Zero, out IntPtr sub);\n            return sub;\n        }\n\n        public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback, IntPtr context, ref ulong waitForChangeStamp)\n        {\n            Ntdll.RtlRegisterFeatureConfigurationChangeNotification(callback, context, ref waitForChangeStamp, out IntPtr sub);\n            return sub;\n        }\n\n        public static int UnregisterFeatureConfigurationChangeNotification(IntPtr notification)\n        {\n            return Ntdll.RtlUnregisterFeatureConfigurationChangeNotification(notification);\n        }\n\n        public unsafe static RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] QueryFeatureUsageSubscriptions()\n        {\n            Ntdll.RtlQueryFeatureUsageNotificationSubscriptions(null, out int subCount);\n            if (subCount == 0)\n                return null;\n            var allSubscriptions = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[subCount];\n            int hRes;\n            fixed (RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS* subsPtr = allSubscriptions)\n                hRes = Ntdll.RtlQueryFeatureUsageNotificationSubscriptions(subsPtr, out subCount);\n            if (hRes == 0)\n                return allSubscriptions;\n            else\n                return null;\n        }\n\n        public static int AddFeatureUsageSubscriptions(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions)\n        {\n            return Ntdll.RtlSubscribeForFeatureUsageNotification(subscriptions, subscriptions.Length);\n        }\n\n        public static int RemoveFeatureUsageSubscriptions(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions)\n        {\n            return Ntdll.RtlUnsubscribeFromFeatureUsageNotifications(subscriptions, subscriptions.Length);\n        }\n\n        public static int NotifyFeatureUsage(ref RTL_FEATURE_USAGE_REPORT report)\n        {\n            return Ntdll.RtlNotifyFeatureUsage(ref report);\n        }\n\n        private const int RtlBsdItemFeatureConfigurationState = 17;\n        public static int SetBootFeatureConfigurationState(BSD_FEATURE_CONFIGURATION_STATE state)\n        {\n            var newState = (int)state;\n            return Ntdll.RtlSetSystemBootStatus(RtlBsdItemFeatureConfigurationState, ref newState, sizeof(int), IntPtr.Zero);\n        }\n\n        public static int GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE state)\n        {\n            var apiResult = Ntdll.RtlGetSystemBootStatus(RtlBsdItemFeatureConfigurationState, out int intState, sizeof(int), IntPtr.Zero);\n            state = (BSD_FEATURE_CONFIGURATION_STATE)intState;\n            return apiResult;\n        }\n\n        // The Last Known Good feature store sometimes gets corrupted by the OS due to a use-after-free bug in fcon.dll\n        // We fix the corrupted store header to make sure that Windows won't completely wipe feature configurations in case it shifts into LKG mode\n        // One feature is unfortunately lost to corruption in case this does happen, but it's still much better to lose one than to lose all\n        public static bool FixLKGStore()\n        {\n            try\n            {\n                using (var rKey = Registry.LocalMachine.OpenSubKey(@\"CurrentControlSet\\Control\\FeatureManagement\\LastKnownGood\"))\n                {\n                    var lkgBlob = (byte[])rKey.GetValue(\"LKGConfiguration\");\n                    // Header is a simple 32-bit zero\n                    if (BitConverter.ToInt32(lkgBlob, 0) == 0)\n                        return false;\n                    var headerSize = sizeof(int);\n                    var oneConfigSize = Marshal.SizeOf(typeof(RTL_FEATURE_CONFIGURATION));\n                    var fixedBlob = new byte[lkgBlob.Length - oneConfigSize];\n                    Array.Copy(lkgBlob, headerSize + oneConfigSize, fixedBlob, headerSize, fixedBlob.Length - headerSize);\n                    rKey.SetValue(\"LKGConfiguration\", fixedBlob);\n                    return true;\n                }\n            } catch { return false; }\n        }\n\n        public static int InitializeBootStatusDataFile()\n        {\n            return Ntdll.RtlCreateBootStatusDataFile(null);\n        }\n\n        private static int SetFeatureConfigurationsInRegistry(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, ulong previousStamp)\n        {\n            // Stamp behavior and return values are taken from equivalent kernel operations for runtime feature configuration\n            if (previousStamp > 0)\n            {\n                var currentStamp = QueryFeatureConfigurationChangeStamp();\n                if (previousStamp != currentStamp)\n                    return unchecked((int)0xC0000001);\n            }\n\n            try\n            {\n                foreach (var update in updates)\n                {\n                    var isUserPolicy = update.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.UserPolicy;\n                    var obfuscatedId = ObfuscationHelpers.ObfuscateFeatureId(update.FeatureId).ToString();\n                    var overrideKey = isUserPolicy ?\n                        @\"SYSTEM\\CurrentControlSet\\Policies\\Microsoft\\FeatureManagement\\Overrides\" :\n                        $@\"SYSTEM\\CurrentControlSet\\Control\\FeatureManagement\\Overrides\\{(int)update.Priority}\\{obfuscatedId}\";\n                    if (update.Operation == RTL_FEATURE_CONFIGURATION_OPERATION.ResetState)\n                    {\n                        if (isUserPolicy)\n                        {\n                            var rKey = Registry.LocalMachine.OpenSubKey(overrideKey);\n                            if (rKey != null)\n                            {\n                                using (rKey)\n                                    rKey.DeleteValue(obfuscatedId);\n                            }\n                        }\n                        else\n                            Registry.LocalMachine.DeleteSubKeyTree(overrideKey, false);\n                    }\n                    else\n                    {\n                        using (var rKey = Registry.LocalMachine.CreateSubKey(overrideKey))\n                        {\n                            if (update.Operation.HasFlag(RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState))\n                            {\n                                if (isUserPolicy)\n                                {\n                                    rKey.SetValue(obfuscatedId, (int)update.EnabledState);\n                                }\n                                else\n                                {\n                                    rKey.SetValue(\"EnabledState\", (int)update.EnabledState);\n                                    rKey.SetValue(\"EnabledStateOptions\", (int)update.EnabledStateOptions);\n                                }\n                            }\n                            if (!isUserPolicy && update.Operation.HasFlag(RTL_FEATURE_CONFIGURATION_OPERATION.VariantState))\n                            {\n                                // Casting these is needed otherwise they end up getting written as strings\n                                rKey.SetValue(\"Variant\", (int)update.Variant);\n                                rKey.SetValue(\"VariantPayload\", (int)update.VariantPayload);\n                                rKey.SetValue(\"VariantPayloadKind\", (int)update.VariantPayloadKind);\n                            }\n                        }\n                    }\n                }\n                return 0;\n            } catch (Exception ex) { return ex.HResult; }\n        }\n\n        public static int AddFeatureUsageSubscriptionsToRegistry(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions)\n        {\n            try\n            {\n                foreach (var sub in subscriptions)\n                {\n                    uint obfuscatedId = ObfuscationHelpers.ObfuscateFeatureId(sub.FeatureId);\n                    using (var rKey = Registry.LocalMachine.CreateSubKey($@\"SYSTEM\\CurrentControlSet\\Control\\FeatureManagement\\UsageSubscriptions\\{obfuscatedId}\\{{{Guid.NewGuid()}}}\"))\n                    {\n                        rKey.SetValue(\"ReportingKind\", (int)sub.ReportingKind);\n                        rKey.SetValue(\"ReportingOptions\", (int)sub.ReportingOptions);\n                        rKey.SetValue(\"ReportingTarget\", BitConverter.GetBytes(sub.ReportingTarget));\n                    }\n                }\n                return 0;\n            }\n            catch (Exception ex) { return ex.HResult; }\n        }\n\n        public static int RemoveFeatureUsageSubscriptionsFromRegistry(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions)\n        {\n            try\n            {\n                foreach (var sub in subscriptions)\n                {\n                    var obfuscatedKey = @\"SYSTEM\\CurrentControlSet\\Control\\FeatureManagement\\UsageSubscriptions\\\" + \n                        ObfuscationHelpers.ObfuscateFeatureId(sub.FeatureId).ToString();\n                    var sKey = Registry.LocalMachine.OpenSubKey(obfuscatedKey, true);\n                    if (sKey != null)\n                    {\n                        var isEmpty = false;\n                        using (sKey)\n                        {\n                            foreach (var subGuid in sKey.GetSubKeyNames())\n                            {\n                                var toRemove = false;\n                                using (var gKey = sKey.OpenSubKey(subGuid))\n                                {\n                                    if ((int)gKey.GetValue(\"ReportingKind\") == sub.ReportingKind &&\n                                        BitConverter.ToUInt64((byte[])gKey.GetValue(\"ReportingTarget\"), 0) == sub.ReportingTarget)\n                                        toRemove = true;\n                                }\n                                if (toRemove)\n                                    sKey.DeleteSubKeyTree(subGuid, false);\n                            }\n                            isEmpty = sKey.SubKeyCount == 0;\n                        }\n                        if (isEmpty)\n                            Registry.LocalMachine.DeleteSubKeyTree(obfuscatedKey, false);\n                    }\n                }\n                return 0;\n            }\n            catch (Exception ex) { return ex.HResult; }\n        }\n    }\n}\n"
  },
  {
    "path": "ViVe/FeaturePropertyOverflowException.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System;\n\nnamespace Albacore.ViVe.Exceptions\n{\n    public class FeaturePropertyOverflowException : Exception\n    {\n        public FeaturePropertyOverflowException(string propertyName, int maximumValue)\n        : base($\"{propertyName} must not be higher than {maximumValue}.\")\n        {\n        }\n    }\n}\n"
  },
  {
    "path": "ViVe/NativeEnums.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2025  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System;\n\nnamespace Albacore.ViVe.NativeEnums\n{\n    public enum RTL_FEATURE_CONFIGURATION_TYPE : uint\n    {\n        Boot = 0,\n        Runtime = 1\n    }\n\n    public enum RTL_FEATURE_ENABLED_STATE : uint\n    {\n        Default = 0,\n        Disabled = 1,\n        Enabled = 2\n    }\n\n    public enum RTL_FEATURE_CONFIGURATION_PRIORITY : uint\n    {\n        ImageDefault = 0,\n        EKB = 1,\n        Safeguard = 2,\n        ImageDefaultEditionOverride = 3,\n        Service = 4,\n        Dynamic = 6,\n        User = 8,\n        Security = 9,\n        UserPolicy = 10,\n        Test = 12,\n        ImageOverride = 15\n    }\n\n    [Flags]\n    public enum RTL_FEATURE_VARIANT_PAYLOAD_KIND : uint\n    {\n        None = 0,\n        Resident = 1,\n        External = 2\n    }\n\n    [Flags]\n    public enum RTL_FEATURE_CONFIGURATION_OPERATION : uint\n    {\n        None = 0,\n        FeatureState = 1,\n        VariantState = 2,\n        ResetState = 4\n    }\n\n    public enum RTL_FEATURE_ENABLED_STATE_OPTIONS\n    {\n        None = 0,\n        WexpConfig = 1\n    }\n\n    public enum BSD_FEATURE_CONFIGURATION_STATE\n    {\n        Uninitialized = 0,\n        BootPending = 1,\n        LKGPending = 2,\n        RollbackPending = 3,\n        Committed = 4\n    }\n}\n"
  },
  {
    "path": "ViVe/NativeMethods.Ntdll.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing Albacore.ViVe.NativeEnums;\nusing Albacore.ViVe.NativeStructs;\nusing System;\nusing System.Runtime.InteropServices;\n\nnamespace Albacore.ViVe.NativeMethods\n{\n    public delegate void FeatureConfigurationChangeCallback(IntPtr Context);\n\n    public static class Ntdll\n    {\n        // Kernel supports null pointer for change stamp ref, unlike single feature query\n        [DllImport(\"ntdll.dll\")]\n        public unsafe static extern int RtlQueryAllFeatureConfigurations(\n            RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType,\n            ulong* changeStamp,\n            RTL_FEATURE_CONFIGURATION* featureConfigurations,\n            out int featureConfigurationCount\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlQueryFeatureConfiguration(\n            uint featureId,\n            RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType,\n            ref ulong changeStamp,\n            out RTL_FEATURE_CONFIGURATION featureConfiguration\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern ulong RtlQueryFeatureConfigurationChangeStamp();\n\n        [DllImport(\"ntdll.dll\")]\n        public unsafe static extern int RtlQueryFeatureUsageNotificationSubscriptions(\n            RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS* subscriptions,\n            out int subscriptionCount\n            );\n\n        // Kernel treats pointer to 0 the same as a null pointer, no alternate signature required\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlSetFeatureConfigurations(\n            ref ulong previousChangeStamp,\n            RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType,\n            RTL_FEATURE_CONFIGURATION_UPDATE[] featureConfigurations,\n            int featureConfigurationCount\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlRegisterFeatureConfigurationChangeNotification(\n            FeatureConfigurationChangeCallback callback,\n            IntPtr context,\n            IntPtr waitForChangeStamp,\n            out IntPtr subscription\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlRegisterFeatureConfigurationChangeNotification(\n            FeatureConfigurationChangeCallback callback,\n            IntPtr context,\n            ref ulong waitForChangeStamp,\n            out IntPtr subscription\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlUnregisterFeatureConfigurationChangeNotification(\n            IntPtr subscription\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlSubscribeForFeatureUsageNotification(\n            RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions,\n            int subscriptionCount\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlUnsubscribeFromFeatureUsageNotifications(\n            RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions,\n            int subscriptionCount\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlNotifyFeatureUsage(\n            ref RTL_FEATURE_USAGE_REPORT report\n            );\n\n        // BSD Items can have varying sizes, int signature is enough for our needs though\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlSetSystemBootStatus(\n            int bsdItemType,\n            ref int data,\n            int dataLength,\n            IntPtr returnLength\n            );\n\n        [DllImport(\"ntdll.dll\")]\n        public static extern int RtlGetSystemBootStatus(\n            int bsdItemType,\n            out int data,\n            int dataLength,\n            IntPtr returnLength\n            );\n\n        [DllImport(\"ntdll.dll\", CharSet = CharSet.Unicode)]\n        public static extern int RtlCreateBootStatusDataFile(string bootStatusPath);\n    }\n}\n"
  },
  {
    "path": "ViVe/NativeStructs.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing Albacore.ViVe.Exceptions;\nusing Albacore.ViVe.NativeEnums;\nusing System.Runtime.InteropServices;\n\nnamespace Albacore.ViVe.NativeStructs\n{\n    [StructLayout(LayoutKind.Sequential)]\n    public struct RTL_FEATURE_USAGE_REPORT\n    {\n        public uint FeatureId;\n        public ushort ReportingKind;\n        public ushort ReportingOptions;\n    }\n\n    [StructLayout(LayoutKind.Sequential)]\n    public struct RTL_FEATURE_CONFIGURATION\n    {\n        public uint FeatureId;\n        public uint CompactState;\n        public uint VariantPayload;\n\n        public RTL_FEATURE_CONFIGURATION_PRIORITY Priority\n        {\n            get\n            {\n                return (RTL_FEATURE_CONFIGURATION_PRIORITY)(CompactState & 0xF);\n            }\n            set\n            {\n                if ((uint)value > 15)\n                    throw new FeaturePropertyOverflowException(\"Priority\", 15);\n                CompactState = (CompactState & 0xFFFFFFF0) | (uint)value;\n            }\n        }\n\n        public RTL_FEATURE_ENABLED_STATE EnabledState\n        {\n            get\n            {\n                return (RTL_FEATURE_ENABLED_STATE)((CompactState & 0x30) >> 4);\n            }\n            set\n            {\n                if ((uint)value > 2)\n                    throw new FeaturePropertyOverflowException(\"EnabledState\", 2);\n                CompactState = (CompactState & 0xFFFFFFCF) | ((uint)value << 4);\n            }\n        }\n\n        public bool IsWexpConfiguration\n        {\n            get\n            {\n                return ((CompactState & 0x40) >> 6) == 1;\n            }\n            set\n            {\n                CompactState = (CompactState & 0xFFFFFFBF) | ((value ? (uint)1 : 0) << 6);\n            }\n        }\n\n        public bool HasSubscriptions\n        {\n            get\n            {\n                return ((CompactState & 0x80) >> 7) == 1;\n            }\n            set\n            {\n                CompactState = (CompactState & 0xFFFFFF7F) | ((value ? (uint)1 : 0) << 7);\n            }\n        }\n\n        public uint Variant\n        {\n            get\n            {\n                return (CompactState & 0x3F00) >> 8;\n            }\n            set\n            {\n                if (value > 63)\n                    throw new FeaturePropertyOverflowException(\"Variant\", 63);\n                CompactState = (CompactState & 0xFFFFC0FF) | (value << 8);\n            }\n        }\n\n        public RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind\n        {\n            get\n            {\n                return (RTL_FEATURE_VARIANT_PAYLOAD_KIND)((CompactState & 0xC000) >> 14);\n            }\n            set\n            {\n                if ((uint)value > 3)\n                    throw new FeaturePropertyOverflowException(\"VariantPayloadKind\", 3);\n                CompactState = (CompactState & 0xFFFF3FFF) | ((uint)value << 14);\n            }\n        }\n    }\n\n    [StructLayout(LayoutKind.Sequential)]\n    public struct RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS\n    {\n        public uint FeatureId;\n        public ushort ReportingKind;\n        public ushort ReportingOptions;\n        public ulong ReportingTarget;\n    }\n\n    [StructLayout(LayoutKind.Sequential)]\n    public struct RTL_FEATURE_CONFIGURATION_UPDATE\n    {\n        public uint FeatureId;\n        private RTL_FEATURE_CONFIGURATION_PRIORITY _priority;\n        private RTL_FEATURE_ENABLED_STATE _enabledState;\n        private RTL_FEATURE_ENABLED_STATE_OPTIONS _enabledStateOptions;\n        private uint _variant;\n        private RTL_FEATURE_VARIANT_PAYLOAD_KIND _variantPayloadKind;\n        public uint VariantPayload;\n        private RTL_FEATURE_CONFIGURATION_OPERATION _operation;\n\n        public RTL_FEATURE_CONFIGURATION_PRIORITY Priority\n        {\n            get\n            {\n                return _priority;\n            }\n            set\n            {\n                if ((uint)value > 15)\n                    throw new FeaturePropertyOverflowException(\"Priority\", 15);\n                _priority = value;\n            }\n        }\n\n        public RTL_FEATURE_ENABLED_STATE EnabledState\n        {\n            get\n            {\n                return _enabledState;\n            }\n            set\n            {\n                if ((uint)value > 2)\n                    throw new FeaturePropertyOverflowException(\"EnabledState\", 2);\n                _enabledState = value;\n            }\n        }\n\n        public RTL_FEATURE_ENABLED_STATE_OPTIONS EnabledStateOptions\n        {\n            get\n            {\n                return _enabledStateOptions;\n            }\n            set\n            {\n                if ((uint)value > 1)\n                    throw new FeaturePropertyOverflowException(\"EnabledStateOptions\", 1);\n                _enabledStateOptions = value;\n            }\n        }\n\n        public uint Variant\n        {\n            get\n            {\n                return _variant;\n            }\n            set\n            {\n                if (value > 63)\n                    throw new FeaturePropertyOverflowException(\"Variant\", 63);\n                _variant = value;\n            }\n        }\n\n        public RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind\n        {\n            get\n            {\n                return _variantPayloadKind;\n            }\n            set\n            {\n                if ((uint)value > 3)\n                    throw new FeaturePropertyOverflowException(\"VariantPayloadKind\", 3);\n                _variantPayloadKind = value;\n            }\n        }\n\n        public RTL_FEATURE_CONFIGURATION_OPERATION Operation\n        {\n            get\n            {\n                return _operation;\n            }\n            set\n            {\n                if ((uint)value > 4)\n                    throw new FeaturePropertyOverflowException(\"Operation\", 4);\n                _operation = value;\n            }\n        }\n\n        public bool UserPolicyPriorityCompatible\n        {\n            get\n            {\n                return !((uint)EnabledStateOptions != 0 || _variant != 0 || (uint)_variantPayloadKind != 0 || VariantPayload != 0);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "ViVe/ObfuscationHelpers.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nnamespace Albacore.ViVe\n{\n    public static class ObfuscationHelpers\n    {\n        private static uint SwapBytes(uint x)\n        {\n            x = (x >> 16) | (x << 16);\n            return ((x & 0xFF00FF00) >> 8) | ((x & 0x00FF00FF) << 8);\n        }\n\n        private static uint RotateRight32(uint value, int shift)\n        {\n            return (value >> shift) | (value << (32 - shift));\n        }\n\n        public static uint ObfuscateFeatureId(uint featureId)\n        {\n            return RotateRight32(SwapBytes(featureId ^ 0x74161A4E) ^ 0x8FB23D4F, -1) ^ 0x833EA8FF;\n        }\n\n        public static uint DeobfuscateFeatureId(uint featureId)\n        {\n            return SwapBytes(RotateRight32(featureId ^ 0x833EA8FF, 1) ^ 0x8FB23D4F) ^ 0x74161A4E;\n        }\n    }\n}\n"
  },
  {
    "path": "ViVe/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// General Information about an assembly is controlled through the following\n// set of attributes. Change these attribute values to modify the information\n// associated with an assembly.\n[assembly: AssemblyTitle(\"Albacore.ViVe\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"Albacore.ViVe\")]\n[assembly: AssemblyCopyright(\"Copyright © @thebookisclosed 2025\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// Setting ComVisible to false makes the types in this assembly not visible\n// to COM components.  If you need to access a type in this assembly from\n// COM, set the ComVisible attribute to true on that type.\n[assembly: ComVisible(false)]\n\n// The following GUID is for the ID of the typelib if this project is exposed to COM\n[assembly: Guid(\"80dcda4d-8022-4740-8ccf-459dd3fe6f72\")]\n\n// Version information for an assembly consists of the following four values:\n//\n//      Major Version\n//      Minor Version\n//      Build Number\n//      Revision\n//\n// You can specify all the values or you can default the Build and Revision Numbers\n// by using the '*' as shown below:\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"2025.3.10.0\")]\n[assembly: AssemblyFileVersion(\"2025.3.10.0\")]\n"
  },
  {
    "path": "ViVe/ViVe.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}</ProjectGuid>\n    <OutputType>Library</OutputType>\n    <AppDesignerFolder>Properties</AppDesignerFolder>\n    <RootNamespace>Albacore.ViVe</RootNamespace>\n    <AssemblyName>Albacore.ViVe</AssemblyName>\n    <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <Deterministic>true</Deterministic>\n    <TargetFrameworkProfile />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"FeaturePropertyOverflowException.cs\" />\n    <Compile Include=\"NativeEnums.cs\" />\n    <Compile Include=\"NativeStructs.cs\" />\n    <Compile Include=\"NativeMethods.Ntdll.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <Compile Include=\"ObfuscationHelpers.cs\" />\n    <Compile Include=\"FeatureManager.cs\" />\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "ViVe.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio Version 17\nVisualStudioVersion = 17.4.33403.182\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"ViVe\", \"ViVe\\ViVe.csproj\", \"{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}\"\nEndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"ViVeTool\", \"ViVeTool\\ViVeTool.csproj\", \"{4DAAB723-3613-4133-AE54-646133538E44}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|Any CPU = Debug|Any CPU\n\t\tDebug|ARM64 = Debug|ARM64\n\t\tRelease|Any CPU = Release|Any CPU\n\t\tRelease|ARM64 = Release|ARM64\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|ARM64.ActiveCfg = Debug|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|ARM64.Build.0 = Debug|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|ARM64.ActiveCfg = Release|Any CPU\n\t\t{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|ARM64.Build.0 = Release|Any CPU\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Debug|ARM64.ActiveCfg = Debug|ARM64\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Debug|ARM64.Build.0 = Debug|ARM64\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Release|ARM64.ActiveCfg = Release|ARM64\n\t\t{4DAAB723-3613-4133-AE54-646133538E44}.Release|ARM64.Build.0 = Release|ARM64\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\n\tGlobalSection(ExtensibilityGlobals) = postSolution\n\t\tSolutionGuid = {E5173A5A-E3A8-4C36-9798-11628C4E4684}\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "ViVeTool/App.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.8.1\"/>\n    </startup>\n</configuration>\n"
  },
  {
    "path": "ViVeTool/ArgumentBlock.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing Albacore.ViVe.NativeEnums;\nusing System;\nusing System.Collections.Generic;\n\nnamespace Albacore.ViVeTool\n{\n    static class ArgumentBlock\n    {\n        internal static FeatureConfigurationTypeEx? Store;\n        internal static List<uint> IdList;\n        internal static FeatureConfigurationProperties FeatureConfigurationProperties;\n        internal static SubscriptionProperties SubscriptionProperties;\n#if SET_LKG_COMMAND\n        internal static BSD_FEATURE_CONFIGURATION_STATE? LKGStatus;\n#endif\n        internal static string FileName;\n        internal static bool ImportReplace;\n        internal static bool HelpMode;\n\n        internal static bool ShouldUseBothStores { get { return !Store.HasValue || Store.Value == FeatureConfigurationTypeEx.Both; } }\n\n        internal static void Initialize(string[] args, ArgumentBlockFlags flags)\n        {\n            // Fast help path\n            if (args.Length == 2 && (args[1] == \"/?\" || string.Compare(args[1], \"/help\", true) == 0))\n            {\n                HelpMode = true;\n                return;\n            }\n\n            if (flags != 0 &&\n                (flags.HasFlag(ArgumentBlockFlags.EnabledStateOptions) ||\n                flags.HasFlag(ArgumentBlockFlags.Variant) ||\n                flags.HasFlag(ArgumentBlockFlags.VariantPayloadKind) ||\n                flags.HasFlag(ArgumentBlockFlags.VariantPayload) ||\n                flags.HasFlag(ArgumentBlockFlags.Priority)))\n                FeatureConfigurationProperties = new FeatureConfigurationProperties();\n\n            if (flags != 0 &&\n                (flags.HasFlag(ArgumentBlockFlags.ReportingKind) ||\n                flags.HasFlag(ArgumentBlockFlags.ReportingOptions) ||\n                flags.HasFlag(ArgumentBlockFlags.ReportingTarget)))\n                SubscriptionProperties = new SubscriptionProperties();\n\n            var bothStoresArgAllowed = flags.HasFlag(ArgumentBlockFlags.AllowBothStoresArgument);\n\n            for (int i = 1; i < args.Length && flags != 0; i++)\n            {\n                var firstSc = args[i].IndexOf(':');\n                var hasValue = firstSc != -1;\n                var lower = args[i].ToLowerInvariant();\n                var key = hasValue ? lower.Substring(0, firstSc) : lower;\n                var value = hasValue ? args[i].Substring(firstSc + 1) : string.Empty;\n                if (flags.HasFlag(ArgumentBlockFlags.Store) && key == \"/store\")\n                {\n                    if (Enum.TryParse(value, true, out FeatureConfigurationTypeEx parsedStore))\n                    {\n                        if (!bothStoresArgAllowed && parsedStore == FeatureConfigurationTypeEx.Both)\n                        {\n                            ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpecInScenario, value, \"Store\");\n                            HelpMode = true;\n                            return;\n                        }\n                        Store = parsedStore;\n                    }\n                    else\n                    {\n                        ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, \"Store\");\n                        HelpMode = true;\n                        return;\n                    }\n                    flags &= ~ArgumentBlockFlags.Store;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.IdList) && key == \"/id\")\n                {\n                    if (IdList == null)\n                        IdList = new List<uint>();\n                    foreach (var strId in value.Split(','))\n                    {\n                        if (TryParseDecHexUint(strId, out uint parsedId))\n                            IdList.Add(parsedId);\n                        else\n                            Console.WriteLine(\"Unable to parse feature ID: {0}\", strId);\n                    }\n                    flags &= ~ArgumentBlockFlags.IdList;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.NameList) && key == \"/name\")\n                {\n                    if (IdList == null)\n                        IdList = new List<uint>();\n                    var foundIds = FeatureNaming.FindIdsForNames(value.Split(','));\n                    if (foundIds != null)\n                        IdList.AddRange(foundIds);\n                    flags &= ~ArgumentBlockFlags.NameList;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.EnabledStateOptions) && key == \"/experiment\")\n                {\n                    FeatureConfigurationProperties.EnabledStateOptions = RTL_FEATURE_ENABLED_STATE_OPTIONS.WexpConfig;\n                    flags &= ~ArgumentBlockFlags.EnabledStateOptions;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.Variant) && key == \"/variant\")\n                {\n                    if (TryParseDecHexUint(value, out uint parsedVariant))\n                        FeatureConfigurationProperties.Variant = parsedVariant;\n                    flags &= ~ArgumentBlockFlags.Variant;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.VariantPayloadKind) && key == \"/variantpayloadkind\")\n                {\n                    if (!Enum.TryParse(value, true, out RTL_FEATURE_VARIANT_PAYLOAD_KIND parsedKind))\n                    {\n                        ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, \"Variant Payload Kind\");\n                        HelpMode = true;\n                        return;\n                    }\n                    FeatureConfigurationProperties.VariantPayloadKind = parsedKind;\n                    flags &= ~ArgumentBlockFlags.VariantPayloadKind;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.VariantPayload) && key == \"/variantpayload\")\n                {\n                    if (TryParseDecHexUint(value, out uint parsedPayload))\n                        FeatureConfigurationProperties.VariantPayload = parsedPayload;\n                    flags &= ~ArgumentBlockFlags.VariantPayload;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.Priority) && key == \"/priority\")\n                {\n                    if (!Enum.TryParse(value, true, out RTL_FEATURE_CONFIGURATION_PRIORITY parsedPriority) ||\n                        (uint)parsedPriority > 15)\n                    {\n                        ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, \"Priority\");\n                        HelpMode = true;\n                        return;\n                    }\n                    FeatureConfigurationProperties.Priority = parsedPriority;\n                    flags &= ~ArgumentBlockFlags.Priority;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.ReportingKind) && key == \"/reportingkind\")\n                {\n                    if (TryParseDecHexUshort(value, out ushort parsedKind))\n                        SubscriptionProperties.ReportingKind = parsedKind;\n                    flags &= ~ArgumentBlockFlags.ReportingKind;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.ReportingOptions) && key == \"/reportingoptions\")\n                {\n                    if (TryParseDecHexUshort(value, out ushort parsedOptions))\n                        SubscriptionProperties.ReportingOptions = parsedOptions;\n                    flags &= ~ArgumentBlockFlags.ReportingOptions;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.ReportingTarget) && key == \"/reportingtarget\")\n                {\n                    if (ulong.TryParse(value, System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out ulong parsedTarget))\n                        SubscriptionProperties.ReportingTarget = parsedTarget;\n                    flags &= ~ArgumentBlockFlags.ReportingTarget;\n                }\n#if SET_LKG_COMMAND\n                else if (flags.HasFlag(ArgumentBlockFlags.LKGStatus) && key == \"/status\")\n                {\n                    if (!Enum.TryParse(value, true, out BSD_FEATURE_CONFIGURATION_STATE parsedStatus))\n                    {\n                        ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, \"LKG Status\");\n                        HelpMode = true;\n                        return;\n                    }\n                    LKGStatus = parsedStatus;\n                    flags &= ~ArgumentBlockFlags.LKGStatus;\n                }\n#endif\n                else if (flags.HasFlag(ArgumentBlockFlags.FileName) && key == \"/filename\")\n                {\n                    FileName = value;\n                    flags &= ~ArgumentBlockFlags.FileName;\n                }\n                else if (flags.HasFlag(ArgumentBlockFlags.ImportReplace) && key == \"/replace\")\n                {\n                    ImportReplace = true;\n                    flags &= ~ArgumentBlockFlags.ImportReplace;\n                }\n                else if (key == \"/?\" || string.Compare(key, \"/help\", true) == 0)\n                {\n                    HelpMode = true;\n                    return;\n                }\n                else\n                {\n                    ConsoleEx.WriteWarnLine(Properties.Resources.UnrecognizedParameter, key);\n                }\n            }\n        }\n\n        private static bool TryParseDecHexUint(string input, out uint output)\n        {\n            bool success;\n            if (input.StartsWith(\"0x\"))\n                success = uint.TryParse(input.Substring(2), System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out output);\n            else\n                success = uint.TryParse(input, out output);\n            return success;\n        }\n\n        private static bool TryParseDecHexUshort(string input, out ushort output)\n        {\n            bool success;\n            if (input.StartsWith(\"0x\"))\n                success = ushort.TryParse(input.Substring(2), System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out output);\n            else\n                success = ushort.TryParse(input, out output);\n            return success;\n        }\n    }\n\n    internal class FeatureConfigurationProperties\n    {\n        internal RTL_FEATURE_ENABLED_STATE_OPTIONS EnabledStateOptions;\n        internal uint Variant;\n        internal RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind;\n        internal uint VariantPayload;\n        internal RTL_FEATURE_CONFIGURATION_PRIORITY? Priority;\n    }\n\n    internal class SubscriptionProperties\n    {\n        internal ushort ReportingKind;\n        internal ushort ReportingOptions;\n        internal ulong ReportingTarget;\n    }\n\n    [Flags]\n    enum ArgumentBlockFlags\n    {\n        Store = 1,\n        IdList = 2,\n        NameList = 4,\n        EnabledStateOptions = 8,\n        Variant = 16,\n        VariantPayloadKind = 32,\n        VariantPayload = 64,\n        Priority = 128,\n        ReportingKind = 256,\n        ReportingOptions = 512,\n        ReportingTarget = 1024,\n        AllowBothStoresArgument = 2048,\n#if SET_LKG_COMMAND\n        LKGStatus = 4096,\n#endif\n        FileName = 8192,\n        ImportReplace = 16384,\n        Identifiers = IdList | NameList,\n        FeatureConfigurationProperties = EnabledStateOptions | Variant | VariantPayloadKind | VariantPayload | Priority,\n        SubscriptionProperties = ReportingKind | ReportingOptions | ReportingTarget,\n        Export = Store | AllowBothStoresArgument | FileName\n    }\n\n    enum FeatureConfigurationTypeEx : uint\n    {\n        Boot = 0,\n        Runtime = 1,\n        Both = 2\n    }\n}\n"
  },
  {
    "path": "ViVeTool/ConsoleEx.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System;\n\nnamespace Albacore.ViVeTool\n{\n    public static class ConsoleEx\n    {\n        public static void WriteErrorLine(string text, params object[] parameters)\n        {\n            var formatted = string.Format(text, parameters);\n            WriteErrorLine(formatted);\n        }\n\n        public static void WriteErrorLine(string text)\n        {\n            var defaultFg = Console.ForegroundColor;\n            Console.ForegroundColor = ConsoleColor.Red;\n            Console.WriteLine(text);\n            Console.ForegroundColor = defaultFg;\n        }\n\n        public static void WriteWarnLine(string text, params object[] parameters)\n        {\n            var formatted = string.Format(text, parameters);\n            WriteWarnLine(formatted);\n        }\n\n        public static void WriteWarnLine(string text)\n        {\n            var defaultFg = Console.ForegroundColor;\n            Console.ForegroundColor = ConsoleColor.Yellow;\n            Console.WriteLine(text);\n            Console.ForegroundColor = defaultFg;\n        }\n\n        public static bool UserQuestion(string question)\n        {\n            var defaultFg = Console.ForegroundColor;\n            bool? returnValue = null;\n            while (!returnValue.HasValue)\n            {\n                Console.ForegroundColor = ConsoleColor.Yellow;\n                Console.Write(question + \" [Y/N] \");\n                Console.ForegroundColor = defaultFg;\n                var key = Console.ReadKey();\n                if (key.Key == ConsoleKey.Y)\n                    returnValue = true;\n                else if (key.Key == ConsoleKey.N)\n                    returnValue = false;\n                Console.WriteLine();\n            }\n            return returnValue.Value;\n        }\n    }\n}\n"
  },
  {
    "path": "ViVeTool/FeatureNaming.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\n\nnamespace Albacore.ViVeTool\n{\n    internal class FeatureNaming\n    {\n        internal const string DictFileName = \"FeatureDictionary.pfs\";\n        internal static string DictFilePath = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), DictFileName);\n        internal static List<uint> FindIdsForNames(IEnumerable<string> featureNames)\n        {\n            if (!File.Exists(DictFilePath))\n                return null;\n            var result = new List<uint>();\n            var namesCommas = featureNames.Select(x => x.ToLowerInvariant() + \",\").ToList();\n            using (StreamReader reader = new StreamReader(File.OpenRead(DictFilePath)))\n            {\n                while (!reader.EndOfStream)\n                {\n                    var currentLine = reader.ReadLine().ToLowerInvariant();\n                    foreach (var nc in namesCommas)\n                    {\n                        if (currentLine.StartsWith(nc))\n                        {\n                            result.Add(uint.Parse(currentLine.Substring(nc.Length)));\n                            namesCommas.Remove(nc);\n                            break;\n                        }\n                    }\n                    if (namesCommas.Count == 0)\n                        break;\n                }\n            }\n            return result;\n        }\n\n        internal static Dictionary<uint, string> FindNamesForFeatures(IEnumerable<uint> featureIDs)\n        {\n            var result = new Dictionary<uint, string>();\n            if (!File.Exists(DictFilePath))\n                return null;\n            var idsCommas = featureIDs.Select(x => \",\" + x.ToString()).ToList();\n            using (StreamReader reader = new StreamReader(File.OpenRead(DictFilePath)))\n            {\n                while (!reader.EndOfStream)\n                {\n                    var currentLine = reader.ReadLine();\n                    foreach (var ic in idsCommas)\n                    {\n                        if (currentLine.EndsWith(ic))\n                        {\n                            result[uint.Parse(ic.Substring(1))] = currentLine.Substring(0, currentLine.IndexOf(','));\n                            idsCommas.Remove(ic);\n                            break;\n                        }\n                    }\n                    if (idsCommas.Count == 0)\n                        break;\n                }\n            }\n            return result;\n        }\n    }\n}\n"
  },
  {
    "path": "ViVeTool/NativeMethods.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System.Runtime.InteropServices;\n\nnamespace Albacore.ViVeTool\n{\n    internal class NativeMethods\n    {\n        [DllImport(\"ntdll.dll\")]\n        internal static extern int RtlNtStatusToDosError(int ntStatus);\n    }\n}\n"
  },
  {
    "path": "ViVeTool/Program.cs",
    "content": "﻿/*\n    ViVeTool - Windows feature configuration tool\n    Copyright (C) 2019-2025  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing Albacore.ViVe;\nusing Albacore.ViVe.Exceptions;\nusing Albacore.ViVe.NativeEnums;\nusing Albacore.ViVe.NativeStructs;\n\nnamespace Albacore.ViVeTool\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            Console.WriteLine(Properties.Resources.Branding);\n            if (args.Length < 1)\n            {\n                PrintHelp();\n                return;\n            }\n            if (Environment.OSVersion.Version.Build < 18963)\n            {\n                // An attempt at stopping people from mistaking 18363 for 18963 by showing them both target & current numbers\n                Console.WriteLine(Properties.Resources.IncompatibleBuild, Environment.OSVersion.Version.Build);\n                return;\n            }\n            ProcessArgs(args);\n            if (Debugger.IsAttached)\n                Console.ReadKey();\n        }\n\n        static void PrintHelp()\n        {\n            Console.WriteLine(Properties.Resources.Help_Commands);\n        }\n\n        static void ProcessArgs(string[] args)\n        {\n            var mainCmd = args[0].ToLowerInvariant();\n            switch (mainCmd)\n            {\n                #region Current commands\n                case \"/query\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.Priority);\n                    HandleQuery();\n                    break;\n                case \"/enable\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.FeatureConfigurationProperties | ArgumentBlockFlags.AllowBothStoresArgument);\n                    HandleSet(RTL_FEATURE_ENABLED_STATE.Enabled);\n                    break;\n                case \"/disable\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.FeatureConfigurationProperties | ArgumentBlockFlags.AllowBothStoresArgument);\n                    HandleSet(RTL_FEATURE_ENABLED_STATE.Disabled);\n                    break;\n                case \"/reset\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.Priority | ArgumentBlockFlags.AllowBothStoresArgument);\n                    HandleReset();\n                    break;\n                case \"/fullreset\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.AllowBothStoresArgument | ArgumentBlockFlags.Priority);\n                    HandleFullReset();\n                    break;\n                case \"/changestamp\":\n                    HandleChangeStamp();\n                    break;\n                case \"/querysubs\":\n                    HandleQuerySubs();\n                    break;\n                case \"/addsub\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.SubscriptionProperties);\n                    HandleSetSubs(false);\n                    break;\n                case \"/delsub\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.ReportingKind | ArgumentBlockFlags.ReportingTarget);\n                    HandleSetSubs(true);\n                    break;\n                case \"/notifyusage\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.ReportingKind | ArgumentBlockFlags.ReportingOptions);\n                    HandleNotifyUsage();\n                    break;\n                case \"/lkgstatus\":\n                    ArgumentBlock.Initialize(args, 0);\n                    HandleLKGStatus();\n                    break;\n#if SET_LKG_COMMAND\n                case \"/setlkg\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.LKGStatus);\n                    HandleSetLKG();\n                    break;\n#endif\n                case \"/export\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Export);\n                    HandleExport();\n                    break;\n                case \"/import\":\n                    ArgumentBlock.Initialize(args, ArgumentBlockFlags.Export | ArgumentBlockFlags.ImportReplace);\n                    HandleImport();\n                    break;\n                case \"/fixlkg\":\n                    ArgumentBlock.Initialize(args, 0);\n                    HandleFixLKG();\n                    break;\n                case \"/fixpriority\":\n                    HandleFixPriority();\n                    break;\n                case \"/appupdate\":\n                    HandleAppUpdate();\n                    break;\n                case \"/dictupdate\":\n                    HandleDictUpdate();\n                    break;\n                case \"/?\":\n                case \"/help\":\n                    PrintHelp();\n                    break;\n                #endregion\n                #region Migration tips\n                case \"queryconfig\":\n                    CommandMigrationInfoTip(mainCmd, \"/query\");\n                    break;\n                case \"addconfig\":\n                    CommandMigrationInfoTip(mainCmd, \"/enable' & '/disable\");\n                    break;\n                case \"delconfig\":\n                    CommandMigrationInfoTip(mainCmd, \"/reset\");\n                    break;\n                case \"querysubs\":\n                    CommandMigrationInfoTip(mainCmd, \"/querysubs\");\n                    break;\n                case \"addsub\":\n                    CommandMigrationInfoTip(mainCmd, \"/addsub\");\n                    break;\n                case \"delsub\":\n                    CommandMigrationInfoTip(mainCmd, \"/delsub\");\n                    break;\n                case \"notifyusage\":\n                    CommandMigrationInfoTip(mainCmd, \"/notifyusage\");\n                    break;\n                case \"changestamp\":\n                    CommandMigrationInfoTip(mainCmd, \"/changestamp\");\n                    break;\n                #endregion\n                default:\n                    ConsoleEx.WriteWarnLine(Properties.Resources.UnrecognizedCommand, mainCmd);\n                    PrintHelp();\n                    break;\n            }\n        }\n\n        #region Main handlers\n        static void HandleQuery()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_Query);\n                return;\n            }\n\n            var priorityClamp = ArgumentBlock.FeatureConfigurationProperties.Priority;\n            var storeToUse = ArgumentBlock.Store.HasValue ? (RTL_FEATURE_CONFIGURATION_TYPE)ArgumentBlock.Store.Value : RTL_FEATURE_CONFIGURATION_TYPE.Runtime;\n            if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0)\n            {\n                var retrievedConfigs = FeatureManager.QueryAllFeatureConfigurations(storeToUse);\n                if (retrievedConfigs != null)\n                {\n                    var namesAll = FeatureNaming.FindNamesForFeatures(retrievedConfigs.Select(x => x.FeatureId));\n                    foreach (var config in retrievedConfigs)\n                    {\n                        if (priorityClamp.HasValue && config.Priority != priorityClamp.Value)\n                            continue;\n                        string name = null;\n                        if (namesAll != null)\n                            try { name = namesAll[config.FeatureId]; } catch { }\n                        PrintFeatureConfig(config, name);\n                    }\n                }\n                else\n                    ConsoleEx.WriteErrorLine(Properties.Resources.QueryFailed);\n                return;\n            }\n\n            var namesSpecific = FeatureNaming.FindNamesForFeatures(ArgumentBlock.IdList);\n            foreach (var id in ArgumentBlock.IdList)\n            {\n                var config = FeatureManager.QueryFeatureConfiguration(id, storeToUse);\n                if (config != null)\n                {\n                    if (priorityClamp.HasValue && config.Value.Priority != priorityClamp.Value)\n                        continue;\n                    string name = null;\n                    if (namesSpecific != null)\n                        try { name = namesSpecific[id]; } catch { }\n                    PrintFeatureConfig(config.Value, name);\n                }\n                else\n                {\n                    ConsoleEx.WriteErrorLine(Properties.Resources.SingleQueryFailed, id, storeToUse);\n                    if (storeToUse == RTL_FEATURE_CONFIGURATION_TYPE.Boot)\n                        ConsoleEx.WriteWarnLine(Properties.Resources.BootStoreRebootTip);\n                }\n            }\n        }\n\n        static void HandleSet(RTL_FEATURE_ENABLED_STATE state)\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_Set, state == RTL_FEATURE_ENABLED_STATE.Enabled ? \"/enable\" : \"/disable\");\n                return;\n            }\n\n            if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified);\n                return;\n            }\n\n            var fcp = ArgumentBlock.FeatureConfigurationProperties;\n            var updates = new RTL_FEATURE_CONFIGURATION_UPDATE[ArgumentBlock.IdList.Count];\n            try\n            {\n                for (int i = 0; i < updates.Length; i++)\n                {\n                    updates[i] = new RTL_FEATURE_CONFIGURATION_UPDATE()\n                    {\n                        FeatureId = ArgumentBlock.IdList[i],\n                        EnabledState = state,\n                        EnabledStateOptions = fcp.EnabledStateOptions,\n                        Priority = fcp.Priority ?? RTL_FEATURE_CONFIGURATION_PRIORITY.User,\n                        Variant = fcp.Variant,\n                        VariantPayloadKind = fcp.VariantPayloadKind,\n                        VariantPayload = fcp.VariantPayload,\n                        Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState\n                    };\n                }\n            }\n            catch (FeaturePropertyOverflowException fpoe) { ConsoleEx.WriteErrorLine(fpoe.Message); return; }\n\n            FinalizeSet(updates, false);\n        }\n\n        static void HandleReset()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_Reset, Properties.Resources.ImmutablePropertiesInfo);\n                return;\n            }\n\n            if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified);\n                return;\n            }\n\n            RTL_FEATURE_CONFIGURATION_UPDATE[] updates;\n            var fcp = ArgumentBlock.FeatureConfigurationProperties;\n            if (fcp.Priority.HasValue)\n            {\n                var priority = fcp.Priority.Value;\n                updates = new RTL_FEATURE_CONFIGURATION_UPDATE[ArgumentBlock.IdList.Count];\n                for (int i = 0; i < updates.Length; i++)\n                {\n                    updates[i] = new RTL_FEATURE_CONFIGURATION_UPDATE()\n                    {\n                        FeatureId = ArgumentBlock.IdList[i],\n                        Priority = priority,\n                        Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState\n                    };\n                }\n            }\n            else\n                updates = FindResettables(false);\n\n            FinalizeSet(updates, true);\n        }\n\n        static void HandleFullReset()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_FullReset, Properties.Resources.ImmutablePropertiesInfo);\n                return;\n            }\n\n            var userConsent = ConsoleEx.UserQuestion(Properties.Resources.FullResetPrompt);\n            if (!userConsent)\n            {\n                Console.WriteLine(Properties.Resources.FullResetCanceled);\n                return;\n            }\n\n            var updates = FindResettables(true);\n\n            FinalizeSet(updates, true);\n        }\n\n        static void HandleChangeStamp()\n        {\n            Console.WriteLine(Properties.Resources.ChangestampDisplay, FeatureManager.QueryFeatureConfigurationChangeStamp());\n        }\n\n        static void HandleQuerySubs()\n        {\n            var retrievedSubs = FeatureManager.QueryFeatureUsageSubscriptions();\n            if (retrievedSubs != null)\n            {\n                var names = FeatureNaming.FindNamesForFeatures(retrievedSubs.Select(x => x.FeatureId));\n                foreach (var sub in retrievedSubs)\n                {\n                    string name = null;\n                    if (names != null)\n                        try { name = names[sub.FeatureId]; } catch { }\n                    PrintSubscription(sub, name);\n                }\n            }\n            else\n                ConsoleEx.WriteErrorLine(Properties.Resources.QuerySubsFailed);\n        }\n\n        // No individual Store management is supported due to queries effectively being Runtime only\n        static void HandleSetSubs(bool delete)\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_SetSubs,\n                    delete ? \"/delsub\" : \"/addsub\",\n                    delete ? \"\" : \" [/reportingoptions:<0-65535>]\",\n                    delete ? Properties.Resources.Help_SetSubs_Delete : Properties.Resources.Help_SetSubs_Add);\n                return;\n            }\n\n            var sp = ArgumentBlock.SubscriptionProperties;\n            if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified);\n                return;\n            }\n            else if (sp.ReportingTarget == 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoReportingTargetSpecified);\n                return;\n            }\n\n            var subs = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[ArgumentBlock.IdList.Count];\n            for (int i = 0; i < subs.Length; i++)\n            {\n                subs[i] = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS()\n                {\n                    FeatureId = ArgumentBlock.IdList[i],\n                    ReportingKind = sp.ReportingKind,\n                    ReportingOptions = sp.ReportingOptions,\n                    ReportingTarget = sp.ReportingTarget\n                };\n            }\n            int result;\n            if (delete)\n                result = FeatureManager.RemoveFeatureUsageSubscriptions(subs);\n            else\n                result = FeatureManager.AddFeatureUsageSubscriptions(subs);\n            if (result != 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.SetSubsRuntimeFailed,\n                    GetHumanErrorDescription(result));\n                return;\n            }\n            if (delete)\n                result = FeatureManager.RemoveFeatureUsageSubscriptionsFromRegistry(subs);\n            else\n                result = FeatureManager.AddFeatureUsageSubscriptionsToRegistry(subs);\n            if (result != 0)\n                ConsoleEx.WriteErrorLine(Properties.Resources.SetSubsBootFailed,\n                    GetHumanErrorDescription(result, true));\n            else\n                Console.WriteLine(Properties.Resources.SetSubsSuccess);\n        }\n\n        static void HandleNotifyUsage()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_NotifyUsage);\n                return;\n            }\n\n            if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0)\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified);\n                return;\n            }\n\n            var sp = ArgumentBlock.SubscriptionProperties;\n            foreach (var id in ArgumentBlock.IdList)\n            {\n                var report = new RTL_FEATURE_USAGE_REPORT()\n                {\n                    FeatureId = id,\n                    ReportingKind = sp.ReportingKind,\n                    ReportingOptions = sp.ReportingOptions\n                };\n                int result = FeatureManager.NotifyFeatureUsage(ref report);\n                if (result != 0)\n                    ConsoleEx.WriteErrorLine(Properties.Resources.NotifyUsageFailed,\n                        id,\n                        GetHumanErrorDescription(result));\n                else\n                    Console.WriteLine(Properties.Resources.NotifyUsageSuccess, id);\n            }\n        }\n\n        static void HandleLKGStatus()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_LKGStatus);\n                return;\n            }\n\n            var result = FeatureManager.GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE state);\n            if (result != 0)\n                ConsoleEx.WriteErrorLine(Properties.Resources.LKGQueryFailed,\n                    GetHumanErrorDescription(result));\n            else\n                Console.WriteLine(Properties.Resources.LKGStatusDisplay, state);\n        }\n\n#if SET_LKG_COMMAND\n        static void HandleSetLKG()\n        {\n            UpdateLKGStatus(ArgumentBlock.LKGStatus.Value);\n        }\n#endif\n\n        static void HandleExport()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_Export);\n                return;\n            }\n\n            if (string.IsNullOrEmpty(ArgumentBlock.FileName))\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFileNameSpecified);\n                return;\n            }\n\n            var useBothStores = ArgumentBlock.ShouldUseBothStores;\n            RTL_FEATURE_CONFIGURATION[] runtimeFeatures = null;\n            RTL_FEATURE_CONFIGURATION[] bootFeatures = null;\n            if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime)\n                runtimeFeatures = FeatureManager.QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE.Runtime);\n            if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot)\n                bootFeatures = FeatureManager.QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE.Boot);\n\n            using (var fs = new FileStream(ArgumentBlock.FileName, FileMode.Create))\n            using (var bw = new BinaryWriter(fs))\n            {\n                SerializeConfigsToStream(bw, runtimeFeatures);\n                SerializeConfigsToStream(bw, bootFeatures);\n            }\n\n            Console.WriteLine(Properties.Resources.ExportSuccess, runtimeFeatures?.Length ?? 0, bootFeatures?.Length ?? 0, ArgumentBlock.FileName);\n        }\n\n        static void HandleImport()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_Import, Properties.Resources.ImmutablePropertiesInfo);\n                return;\n            }\n\n            if (string.IsNullOrEmpty(ArgumentBlock.FileName))\n            {\n                ConsoleEx.WriteErrorLine(Properties.Resources.NoFileNameSpecified);\n                return;\n            }\n\n            List<RTL_FEATURE_CONFIGURATION> runtimeFeatures, bootFeatures;\n            using (var fs = new FileStream(ArgumentBlock.FileName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))\n            using (var br = new BinaryReader(fs))\n            {\n                runtimeFeatures = DeserializeConfigsFromStream(br);\n                bootFeatures = DeserializeConfigsFromStream(br);\n            }\n\n            Console.WriteLine(Properties.Resources.ImportBreakdown, runtimeFeatures.Count, bootFeatures.Count, ArgumentBlock.FileName);\n\n            if (ArgumentBlock.ImportReplace)\n                HandleFullReset();\n\n            var useBothStores = ArgumentBlock.ShouldUseBothStores;\n            if ((useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime) && runtimeFeatures.Count > 0)\n            {\n                Console.WriteLine(Properties.Resources.ImportProcessing, runtimeFeatures.Count, FeatureConfigurationTypeEx.Runtime);\n                var updates = ConvertConfigsToUpdates(runtimeFeatures);\n                var prevValue = ArgumentBlock.Store;\n                ArgumentBlock.Store = FeatureConfigurationTypeEx.Runtime;\n                FinalizeSet(updates, false);\n                ArgumentBlock.Store = prevValue;\n            }\n            if ((useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot) && bootFeatures.Count > 0)\n            {\n                Console.WriteLine(Properties.Resources.ImportProcessing, runtimeFeatures.Count, FeatureConfigurationTypeEx.Boot);\n                var updates = ConvertConfigsToUpdates(bootFeatures);\n                var prevValue = ArgumentBlock.Store;\n                ArgumentBlock.Store = FeatureConfigurationTypeEx.Boot;\n                FinalizeSet(updates, false);\n                ArgumentBlock.Store = prevValue;\n\n                Console.WriteLine(Properties.Resources.RebootRecommended);\n            }\n        }\n\n        static void HandleFixLKG()\n        {\n            if (ArgumentBlock.HelpMode)\n            {\n                Console.WriteLine(Properties.Resources.Help_FixLKG);\n                return;\n            }\n\n            var fixPerformed = FeatureManager.FixLKGStore();\n            if (fixPerformed)\n                Console.WriteLine(Properties.Resources.FixLKGPerformed);\n            else\n                Console.WriteLine(Properties.Resources.FixLKGNotNeeded);\n        }\n\n        static void HandleFixPriority()\n        {\n            var success = FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE.Runtime);\n            if (!success)\n                return;\n            FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE.Boot);\n        }\n\n        static void HandleAppUpdate()\n        {\n            Console.WriteLine(Properties.Resources.CheckingAppUpdates);\n            var lri = UpdateCheck.GetLatestReleaseInfo();\n            if (lri == null || !UpdateCheck.IsAppOutdated(lri.tag_name))\n                Console.WriteLine(Properties.Resources.NoNewerVersionFound);\n            else\n                Console.WriteLine(Properties.Resources.NewAppUpdateDisplay, lri.name, lri.published_at, lri.body, lri.html_url);\n        }\n\n        static void HandleDictUpdate()\n        {\n            Console.WriteLine(Properties.Resources.CheckingDictUpdates);\n            var ldi = UpdateCheck.GetLatestDictionaryInfo();\n            if (ldi == null || !UpdateCheck.IsDictOutdated(ldi.sha))\n                Console.WriteLine(Properties.Resources.NoNewerVersionFound);\n            else\n            {\n                Console.WriteLine(Properties.Resources.NewDictUpdateDisplay, ldi.sha);\n                var dlNew = !File.Exists(FeatureNaming.DictFilePath) || ConsoleEx.UserQuestion(Properties.Resources.DictUpdateConsent);\n                if (dlNew)\n                {\n                    UpdateCheck.ReplaceDict(ldi.download_url);\n                    Console.WriteLine(Properties.Resources.DictUpdateFinished);\n                }\n                else\n                    Console.WriteLine(Properties.Resources.DictUpdateCanceled);\n            }\n        }\n        #endregion\n\n        #region Helpers\n        static RTL_FEATURE_CONFIGURATION_UPDATE[] FindResettables(bool fullReset)\n        {\n            var useBothStores = ArgumentBlock.ShouldUseBothStores;\n\n            var dupeCheckHs = new HashSet<string>();\n            var updateList = new List<RTL_FEATURE_CONFIGURATION_UPDATE>();\n            if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime)\n                FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE.Runtime, fullReset, updateList, dupeCheckHs);\n            if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot)\n                FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE.Boot, fullReset, updateList, dupeCheckHs);\n\n            return updateList.ToArray();\n        }\n\n        static void FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE type, bool fullReset, List<RTL_FEATURE_CONFIGURATION_UPDATE> targetList, HashSet<string> alreadyFoundSet)\n        {\n            var configs = FeatureManager.QueryAllFeatureConfigurations(type);\n            var priorityClamp = ArgumentBlock.FeatureConfigurationProperties?.Priority;\n            foreach (var cfg in configs)\n            {\n                if (FeatureManager.ImmutablePriorities.Contains(cfg.Priority) ||\n                    (priorityClamp.HasValue && cfg.Priority != priorityClamp.Value))\n                    continue;\n                if (fullReset || ArgumentBlock.IdList.Contains(cfg.FeatureId))\n                {\n                    if (alreadyFoundSet != null)\n                    {\n                        var preCount = alreadyFoundSet.Count;\n                        alreadyFoundSet.Add($\"{cfg.FeatureId}-{(uint)cfg.Priority}\");\n                        if (alreadyFoundSet.Count == preCount)\n                            continue;\n                    }\n                    targetList.Add(new RTL_FEATURE_CONFIGURATION_UPDATE()\n                    {\n                        FeatureId = cfg.FeatureId,\n                        Priority = cfg.Priority,\n                        Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState\n                    });\n                }\n            }\n        }\n\n        static bool FinalizeSet(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, bool isReset)\n        {\n            var useBothStores = ArgumentBlock.ShouldUseBothStores;\n            if (useBothStores || ArgumentBlock.Store == FeatureConfigurationTypeEx.Runtime)\n            {\n                int result;\n                try { result = FeatureManager.SetFeatureConfigurations(updates, RTL_FEATURE_CONFIGURATION_TYPE.Runtime); }\n                catch (ArgumentException ae) { ConsoleEx.WriteErrorLine(ae.Message); return false; }\n                if (result != 0)\n                {\n                    ConsoleEx.WriteErrorLine(isReset ? Properties.Resources.ResetRuntimeFailed : Properties.Resources.SetRuntimeFailed,\n                        GetHumanErrorDescription(result));\n                    return false;\n                }\n            }\n            if (useBothStores || ArgumentBlock.Store == FeatureConfigurationTypeEx.Boot)\n            {\n                int result;\n                try { result = FeatureManager.SetFeatureConfigurations(updates, RTL_FEATURE_CONFIGURATION_TYPE.Boot); }\n                catch (ArgumentException ae) { ConsoleEx.WriteErrorLine(ae.Message); return false; }\n                if (result != 0)\n                {\n                    ConsoleEx.WriteErrorLine(isReset ? Properties.Resources.ResetBootFailed : Properties.Resources.SetBootFailed,\n                        GetHumanErrorDescription(result));\n                    return false;\n                }\n\n                UpdateLKGStatus(BSD_FEATURE_CONFIGURATION_STATE.BootPending);\n            }\n\n            Console.WriteLine(isReset ? Properties.Resources.ResetSuccess : Properties.Resources.SetSuccess);\n            return true;\n        }\n\n        static void UpdateLKGStatus(BSD_FEATURE_CONFIGURATION_STATE newStatus)\n        {\n            var result = FeatureManager.GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE currentStatus);\n            if (result != 0)\n            {\n                // STATUS_OBJECT_NAME_NOT_FOUND check\n                if ((uint)result == 0xC0000034)\n                {\n                    result = FeatureManager.InitializeBootStatusDataFile();\n                    if (result != 0)\n                    {\n                        ConsoleEx.WriteWarnLine(Properties.Resources.BootStatInitFailed,\n                            GetHumanErrorDescription(result));\n                        return;\n                    }\n                }\n                else\n                {\n                    ConsoleEx.WriteWarnLine(Properties.Resources.LKGQueryFailed,\n                        GetHumanErrorDescription(result));\n                }\n            }\n\n            if (currentStatus != newStatus)\n            {\n                result = FeatureManager.SetBootFeatureConfigurationState(newStatus);\n                if (result != 0)\n                    ConsoleEx.WriteWarnLine(Properties.Resources.LKGUpdateFailed,\n                        GetHumanErrorDescription(result),\n                        currentStatus);\n            }\n        }\n\n        static void SerializeConfigsToStream(BinaryWriter bw, RTL_FEATURE_CONFIGURATION[] configurations)\n        {\n            if (configurations != null)\n            {\n                bw.Write(configurations.Length);\n                foreach (var feature in configurations)\n                {\n                    bw.Write(feature.FeatureId);\n                    bw.Write(feature.CompactState);\n                    bw.Write(feature.VariantPayload);\n                }\n            }\n            else\n                bw.Write(0);\n        }\n\n        static List<RTL_FEATURE_CONFIGURATION> DeserializeConfigsFromStream(BinaryReader br)\n        {\n            var count = br.ReadInt32();\n            var configurations = new List<RTL_FEATURE_CONFIGURATION>();\n            for (int i = 0; i < count; i++)\n            {\n                var config = new RTL_FEATURE_CONFIGURATION\n                {\n                    FeatureId = br.ReadUInt32(),\n                    CompactState = br.ReadUInt32(),\n                    VariantPayload = br.ReadUInt32()\n                };\n                // Ignore these as they can't be written to the Runtime store and should be purely CBS managed\n                if (FeatureManager.ImmutablePriorities.Contains(config.Priority))\n                    continue;\n                configurations.Add(config);\n            }\n            return configurations;\n        }\n\n        static RTL_FEATURE_CONFIGURATION_UPDATE[] ConvertConfigsToUpdates(List<RTL_FEATURE_CONFIGURATION> configurations)\n        {\n            var updates = new RTL_FEATURE_CONFIGURATION_UPDATE[configurations.Count];\n            for (int i = 0; i < updates.Length; i++)\n            {\n                var config = configurations[i];\n                var update = new RTL_FEATURE_CONFIGURATION_UPDATE()\n                {\n                    FeatureId = config.FeatureId,\n                    Priority = config.Priority,\n                    EnabledState = config.EnabledState,\n                    EnabledStateOptions = config.IsWexpConfiguration ? RTL_FEATURE_ENABLED_STATE_OPTIONS.WexpConfig : RTL_FEATURE_ENABLED_STATE_OPTIONS.None,\n                    Variant = config.Variant,\n                    VariantPayloadKind = config.VariantPayloadKind,\n                    VariantPayload = config.VariantPayload,\n                    Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState\n                };\n                updates[i] = update;\n            }\n            return updates;\n        }\n\n        static bool FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE configurationType)\n        {\n            Console.WriteLine(Properties.Resources.FixPriorityProcessing, configurationType);\n            var features = FeatureManager.QueryAllFeatureConfigurations(configurationType);\n            var fixUpdates = MakePriorityFixUpdates(features);\n            if (fixUpdates == null)\n            {\n                Console.WriteLine(Properties.Resources.FixPriorityNotNeeded);\n                return true;\n            }\n            ArgumentBlock.Store = (FeatureConfigurationTypeEx)configurationType;\n            var success = FinalizeSet(fixUpdates, false);\n            if (configurationType == RTL_FEATURE_CONFIGURATION_TYPE.Boot)\n                Console.WriteLine(Properties.Resources.RebootRecommended);\n            return success;\n        }\n\n        static RTL_FEATURE_CONFIGURATION_UPDATE[] MakePriorityFixUpdates(RTL_FEATURE_CONFIGURATION[] configurations)\n        {\n            var configsToFix = configurations.Where(x => x.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.Service && !x.IsWexpConfiguration);\n            if (!configsToFix.Any())\n                return null;\n            var priorityFixUpdates = new RTL_FEATURE_CONFIGURATION_UPDATE[configsToFix.Count() * 2];\n            var updatesCreated = 0;\n            foreach (var cfg in configsToFix)\n            {\n                priorityFixUpdates[updatesCreated] = new RTL_FEATURE_CONFIGURATION_UPDATE()\n                {\n                    FeatureId = cfg.FeatureId,\n                    Priority = cfg.Priority,\n                    Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState\n                };\n                priorityFixUpdates[updatesCreated + 1] = new RTL_FEATURE_CONFIGURATION_UPDATE()\n                {\n                    FeatureId = cfg.FeatureId,\n                    Priority = RTL_FEATURE_CONFIGURATION_PRIORITY.User,\n                    EnabledState = cfg.EnabledState,\n                    Variant = cfg.Variant,\n                    VariantPayloadKind = cfg.VariantPayloadKind,\n                    VariantPayload = cfg.VariantPayload,\n                    Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState\n                };\n                updatesCreated += 2;\n            }\n            return priorityFixUpdates;\n        }\n\n        static void CommandMigrationInfoTip(string oldCommand, string newCommand)\n        {\n            ConsoleEx.WriteWarnLine(Properties.Resources.CommandMigrationNote, oldCommand, newCommand);\n        }\n\n        static string GetHumanErrorDescription(int ntStatus, bool noTranslate = false)\n        {\n            var hResult = 0;\n            if (!noTranslate)\n                hResult = NativeMethods.RtlNtStatusToDosError(ntStatus);\n            if (noTranslate || hResult == 0x13D) //ERROR_MR_MID_NOT_FOUND\n                hResult = ntStatus;\n            var w32ex = new Win32Exception(hResult);\n            return w32ex.Message;\n        }\n        #endregion\n\n        #region Console printing\n        static void PrintFeatureConfig(RTL_FEATURE_CONFIGURATION config, string name = null)\n        {\n            var defaultFg = Console.ForegroundColor;\n            Console.ForegroundColor = ConsoleColor.Yellow;\n            Console.Write(\"[{0}]\", config.FeatureId);\n            if (!string.IsNullOrEmpty(name))\n                Console.Write(\" ({0})\", name);\n            Console.WriteLine();\n            Console.ForegroundColor = defaultFg;\n            if (Enum.IsDefined(typeof(RTL_FEATURE_CONFIGURATION_PRIORITY), config.Priority))\n                Console.WriteLine(Properties.Resources.FeatureDisplay_Priority + \" ({1})\", config.Priority, (uint)config.Priority);\n            else\n                Console.WriteLine(Properties.Resources.FeatureDisplay_Priority, config.Priority, (uint)config.Priority);\n            Console.WriteLine(Properties.Resources.FeatureDisplay_State, config.EnabledState, (uint)config.EnabledState);\n            Console.WriteLine(Properties.Resources.FeatureDisplay_Type,\n                config.IsWexpConfiguration ? Properties.Resources.FeatureType_Experiment : Properties.Resources.FeatureType_Override,\n                config.IsWexpConfiguration ? 1 : 0);\n            if (config.HasSubscriptions)\n                Console.WriteLine(Properties.Resources.FeatureDisplay_HasSubscriptions, config.HasSubscriptions);\n            if (config.Variant != 0)\n                Console.WriteLine(Properties.Resources.FeatureDisplay_Variant, config.Variant);\n            var vpkDefined = config.VariantPayloadKind != 0;\n            if (vpkDefined)\n                Console.WriteLine(Properties.Resources.FeatureDisplay_PayloadKind, config.VariantPayloadKind, (uint)config.VariantPayloadKind);\n            if (vpkDefined || config.VariantPayload != 0)\n                Console.WriteLine(Properties.Resources.FeatureDisplay_Payload, config.VariantPayload);\n            Console.WriteLine();\n        }\n\n        static void PrintSubscription(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS sub, string name = null)\n        {\n            var defaultFg = Console.ForegroundColor;\n            Console.ForegroundColor = ConsoleColor.Yellow;\n            Console.Write(\"[{0}]\", sub.FeatureId);\n            if (!string.IsNullOrEmpty(name))\n                Console.Write(\" ({0})\", name);\n            Console.WriteLine();\n            Console.ForegroundColor = defaultFg;\n            Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingKind, sub.ReportingKind);\n            Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingOptions, sub.ReportingOptions);\n            Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingTarget, sub.ReportingTarget);\n            Console.WriteLine();\n        }\n        #endregion\n    }\n}\n"
  },
  {
    "path": "ViVeTool/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.InteropServices;\n\n// General Information about an assembly is controlled through the following\n// set of attributes. Change these attribute values to modify the information\n// associated with an assembly.\n[assembly: AssemblyTitle(\"ViVeTool\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"ViVeTool\")]\n[assembly: AssemblyCopyright(\"Copyright © @thebookisclosed 2025\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// Setting ComVisible to false makes the types in this assembly not visible\n// to COM components.  If you need to access a type in this assembly from\n// COM, set the ComVisible attribute to true on that type.\n[assembly: ComVisible(false)]\n\n// The following GUID is for the ID of the typelib if this project is exposed to COM\n[assembly: Guid(\"4daab723-3613-4133-ae54-646133538e44\")]\n\n// Version information for an assembly consists of the following four values:\n//\n//      Major Version\n//      Minor Version\n//      Build Number\n//      Revision\n//\n// You can specify all the values or you can default the Build and Revision Numbers\n// by using the '*' as shown below:\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"0.3.4.0\")]\n[assembly: AssemblyFileVersion(\"0.3.4.0\")]\n"
  },
  {
    "path": "ViVeTool/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\r\n// <auto-generated>\r\n//     This code was generated by a tool.\r\n//     Runtime Version:4.0.30319.42000\r\n//\r\n//     Changes to this file may cause incorrect behavior and will be lost if\r\n//     the code is regenerated.\r\n// </auto-generated>\r\n//------------------------------------------------------------------------------\r\n\r\nnamespace Albacore.ViVeTool.Properties {\r\n    using System;\r\n    \r\n    \r\n    /// <summary>\r\n    ///   A strongly-typed resource class, for looking up localized strings, etc.\r\n    /// </summary>\r\n    // This class was auto-generated by the StronglyTypedResourceBuilder\r\n    // class via a tool like ResGen or Visual Studio.\r\n    // To add or remove a member, edit your .ResX file then rerun ResGen\r\n    // with the /str option, or rebuild your VS project.\r\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"17.0.0.0\")]\r\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r\n    internal class Resources {\r\n        \r\n        private static global::System.Resources.ResourceManager resourceMan;\r\n        \r\n        private static global::System.Globalization.CultureInfo resourceCulture;\r\n        \r\n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\r\n        internal Resources() {\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Returns the cached ResourceManager instance used by this class.\r\n        /// </summary>\r\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r\n        internal static global::System.Resources.ResourceManager ResourceManager {\r\n            get {\r\n                if (object.ReferenceEquals(resourceMan, null)) {\r\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"Albacore.ViVeTool.Properties.Resources\", typeof(Resources).Assembly);\r\n                    resourceMan = temp;\r\n                }\r\n                return resourceMan;\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Overrides the current thread's CurrentUICulture property for all\r\n        ///   resource lookups using this strongly typed resource class.\r\n        /// </summary>\r\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r\n        internal static global::System.Globalization.CultureInfo Culture {\r\n            get {\r\n                return resourceCulture;\r\n            }\r\n            set {\r\n                resourceCulture = value;\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while initializing the boot status data file ({0})\r\n        ///Custom boot time overrides will be stored but won&apos;t load until the data file is present.\r\n        /// </summary>\r\n        internal static string BootStatInitFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"BootStatInitFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Boot store changes require a reboot to fully take effect, please do so if a configuration appears to be missing.\r\n        /// </summary>\r\n        internal static string BootStoreRebootTip {\r\n            get {\r\n                return ResourceManager.GetString(\"BootStoreRebootTip\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to ViVeTool v0.3.4 - Windows feature configuration tool\r\n        ///.\r\n        /// </summary>\r\n        internal static string Branding {\r\n            get {\r\n                return ResourceManager.GetString(\"Branding\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Changestamp: {0}.\r\n        /// </summary>\r\n        internal static string ChangestampDisplay {\r\n            get {\r\n                return ResourceManager.GetString(\"ChangestampDisplay\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Checking for app updates....\r\n        /// </summary>\r\n        internal static string CheckingAppUpdates {\r\n            get {\r\n                return ResourceManager.GetString(\"CheckingAppUpdates\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Checking for feature dictionary updates....\r\n        /// </summary>\r\n        internal static string CheckingDictUpdates {\r\n            get {\r\n                return ResourceManager.GetString(\"CheckingDictUpdates\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to The &apos;{0}&apos; command has been moved to &apos;{1}&apos; as part of a syntax improvement effort.\r\n        ///Arguments are now position independent and clearly labeled, ambiguous strings of numbers are no longer used.\r\n        ////? can be used to view more information about usage..\r\n        /// </summary>\r\n        internal static string CommandMigrationNote {\r\n            get {\r\n                return ResourceManager.GetString(\"CommandMigrationNote\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Dictionary update canceled.\r\n        /// </summary>\r\n        internal static string DictUpdateCanceled {\r\n            get {\r\n                return ResourceManager.GetString(\"DictUpdateCanceled\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Replace current version with new version?.\r\n        /// </summary>\r\n        internal static string DictUpdateConsent {\r\n            get {\r\n                return ResourceManager.GetString(\"DictUpdateConsent\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Dictionary update finished.\r\n        /// </summary>\r\n        internal static string DictUpdateFinished {\r\n            get {\r\n                return ResourceManager.GetString(\"DictUpdateFinished\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Exported {0} Runtime type and {1} Boot type feature configuration(s) to {2}.\r\n        /// </summary>\r\n        internal static string ExportSuccess {\r\n            get {\r\n                return ResourceManager.GetString(\"ExportSuccess\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to HasSubscriptions: {0}.\r\n        /// </summary>\r\n        internal static string FeatureDisplay_HasSubscriptions {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_HasSubscriptions\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Payload         : 0x{0:x}.\r\n        /// </summary>\r\n        internal static string FeatureDisplay_Payload {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_Payload\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to PayloadKind     : {0} ({1}).\r\n        /// </summary>\r\n        internal static string FeatureDisplay_PayloadKind {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_PayloadKind\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Priority        : {0}.\r\n        /// </summary>\r\n        internal static string FeatureDisplay_Priority {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_Priority\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to State           : {0} ({1}).\r\n        /// </summary>\r\n        internal static string FeatureDisplay_State {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_State\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Type            : {0} ({1}).\r\n        /// </summary>\r\n        internal static string FeatureDisplay_Type {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_Type\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Variant         : {0}.\r\n        /// </summary>\r\n        internal static string FeatureDisplay_Variant {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureDisplay_Variant\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Experiment.\r\n        /// </summary>\r\n        internal static string FeatureType_Experiment {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureType_Experiment\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Override.\r\n        /// </summary>\r\n        internal static string FeatureType_Override {\r\n            get {\r\n                return ResourceManager.GetString(\"FeatureType_Override\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to &apos;Last Known Good&apos; rollback system data corruption was not found.\r\n        /// </summary>\r\n        internal static string FixLKGNotNeeded {\r\n            get {\r\n                return ResourceManager.GetString(\"FixLKGNotNeeded\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to &apos;Last Known Good&apos; rollback system data has been fixed successfully.\r\n        /// </summary>\r\n        internal static string FixLKGPerformed {\r\n            get {\r\n                return ResourceManager.GetString(\"FixLKGPerformed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to No configurations in this store need to be moved.\r\n        /// </summary>\r\n        internal static string FixPriorityNotNeeded {\r\n            get {\r\n                return ResourceManager.GetString(\"FixPriorityNotNeeded\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Moving Override type {0} configurations from Service to User priority....\r\n        /// </summary>\r\n        internal static string FixPriorityProcessing {\r\n            get {\r\n                return ResourceManager.GetString(\"FixPriorityProcessing\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Full reset canceled.\r\n        /// </summary>\r\n        internal static string FullResetCanceled {\r\n            get {\r\n                return ResourceManager.GetString(\"FullResetCanceled\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Are you sure you want to perform a full reset?.\r\n        /// </summary>\r\n        internal static string FullResetPrompt {\r\n            get {\r\n                return ResourceManager.GetString(\"FullResetPrompt\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Available commands:\r\n        ///  /query\t\tLists existing feature configuration(s)\r\n        ///  /enable\t\tEnables a feature\r\n        ///  /disable\t\tDisables a feature\r\n        ///  /reset\t\tRemoves custom configurations for a specific feature\r\n        ///  /fullreset\t\tRemoves all custom feature configurations\r\n        ///  /changestamp\t\tPrints the feature store change counter (changestamp)*\r\n        ///  /querysubs\t\tLists existing feature usage subscriptions*\r\n        ///  /addsub\t\tAdds a feature usage subscription\r\n        ///  /delsub\t\tRemoves a feature usage subscription\r\n        ///  /notifyusage\t\tFires a feature [rest of string was truncated]&quot;;.\r\n        /// </summary>\r\n        internal static string Help_Commands {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Commands\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /export /filename:&lt;path to new file&gt; [/store:&lt;both | runtime | boot&gt;]\r\n        ///\r\n        ///Exports all currently loaded feature configurations to a file. By default both stores are exported.\r\n        ///\r\n        ///Examples:\r\n        ///  /export /filename:features.bin.\r\n        /// </summary>\r\n        internal static string Help_Export {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Export\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /fixlkg\r\n        ///\r\n        ///Attempts to fix corrupted &apos;Last Known Good&apos; rollback system data. Windows system components can occassionally\r\n        ///invalidate this data due to a programming oversight..\r\n        /// </summary>\r\n        internal static string Help_FixLKG {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_FixLKG\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /fullreset [/store:&lt;both | runtime | boot&gt;]\r\n        ///  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\r\n        ///\r\n        ///This command removes all custom feature configuration overrides, effectively reverting\r\n        ///feature store contents to their clean install state. Both stores are targeted by default.\r\n        ///If a priority is specified, only features in that specific priority will be reset.\r\n        ///Use with caution.\r\n        ///\r\n        ///{0}.\r\n        /// </summary>\r\n        internal static string Help_FullReset {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_FullReset\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /import /filename:&lt;path to file&gt; [/store:&lt;both | runtime | boot&gt;] [/replace]\r\n        ///\r\n        ///Imports all feature configurations stored in a file into your system. By default both stores will be imported to.\r\n        ///\r\n        ///Specifying /replace performs a full reset before importing data.\r\n        ///\r\n        ///{0}\r\n        ///\r\n        ///Examples:\r\n        ///  /import /filename:features.bin\r\n        ///  /import /filename:features.bin /store:boot /replace.\r\n        /// </summary>\r\n        internal static string Help_Import {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Import\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /lkgstatus\r\n        ///\r\n        ///Queries the &apos;Last Known Good&apos; (LKG) rollback system status. The LKG blob is a snapshot of feature\r\n        ///configurations known to cause no critical system failures.\r\n        ///\r\n        ///Status descriptions:\r\n        ///  - BootPending\t\tFeature configurations have changed since booting up, a reboot is required\r\n        ///\t\t\tto confirm that they don&apos;t cause boot-time failures\r\n        ///\r\n        ///  - LKGPending\t\tThe system was able to boot successfully after a feature confguration change,\r\n        ///\t\t\tthe current state will shortly become the new LKG blob\r        /// [rest of string was truncated]&quot;;.\r\n        /// </summary>\r\n        internal static string Help_LKGStatus {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_LKGStatus\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /notifyusage {/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}\r\n        ///  /reportingkind:&lt;0-65535&gt; /reportingoptions:&lt;0-65535&gt;\r\n        ///\r\n        ///Fires a feature usage notification. If a subscription with matching Kind &amp; Options conditions\r\n        ///is found, the Target WNF state ID associated with it receives usage info.\r\n        ///\r\n        ///Features can be specified using both their IDs and names, mixing and matching is allowed.\r\n        ///\r\n        ///Examples:\r\n        ///  /notifyusage /id:12345678 /reportingkind:4 /reportingoptions:1.\r\n        /// </summary>\r\n        internal static string Help_NotifyUsage {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_NotifyUsage\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /query [/store:&lt;runtime | boot&gt;] [/id:&lt;comma delimited feature IDs&gt;]\r\n        ///  [/name:&lt;comma delimited feature names&gt;]\r\n        ///  [/priority:{&lt;imagedefault | ekb | safeguard | imagedefaulteditionoverride |\r\n        ///    service | dynamic | user | security | userpolicy | test | imageoverride&gt; | &lt;0-15&gt;}]\r\n        ///\r\n        ///If no store is specified, the Runtime store will be queried by default.\r\n        ///You can specify feature IDs or names to filter the query results, in this case only\r\n        ///the override with the highest priority will be displayed.\r\n        ///I [rest of string was truncated]&quot;;.\r\n        /// </summary>\r\n        internal static string Help_Query {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Query\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  /reset {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}}\r\n        ///  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\r\n        ///  [/store:&lt;both | runtime | boot&gt;]\r\n        ///\r\n        ///Features can be specified using both their IDs and names, mixing and matching is allowed.\r\n        ///\r\n        ///By default the features you&apos;ve chosen will have their configuration overrides erased from\r\n        ///all priorities and both stores. Specifying a priority will limit the scope of the reset.\r\n        ///\r\n        ///{0}\r\n        ///\r\n        ///Example [rest of string was truncated]&quot;;.\r\n        /// </summary>\r\n        internal static string Help_Reset {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Reset\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  {0} {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}} [/variant:&lt;0-63&gt;]\r\n        ///  [/variantpayloadkind:&lt;none | resident | external&gt;] [/variantpayload:&lt;0-4294967295&gt;] [/experiment]\r\n        ///  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\r\n        ///  [/store:&lt;both | runtime | boot&gt;]\r\n        ///\r\n        ///The parameters in square brackets don&apos;t need to be specified and will use these defaults:\r\n        ///  Variant           : 0\r\n        ///  VariantPayloadKind: None\r\n        ///  VariantPayload    : 0\r\n        ///  Exp [rest of string was truncated]&quot;;.\r\n        /// </summary>\r\n        internal static string Help_Set {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_Set\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Syntax:\r\n        ///  {0} {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}}\r\n        ///  /reportingkind:&lt;0-65535&gt; /reportingtarget:&lt;wnf state id&gt;{1}\r\n        ///\r\n        ///{2}\r\n        ///\r\n        ///Features can be specified using both their IDs and names, mixing and matching is allowed.\r\n        ///\r\n        ///Examples:\r\n        ///  {0} /id:12345678 /reportingkind:4 /reportingtarget:0d83063ea3bdf875.\r\n        /// </summary>\r\n        internal static string Help_SetSubs {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_SetSubs\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Creates a feature usage subscription. When the conditions specified by the Kind &amp; Options\r\n        ///parameters are met, the Target WNF state ID receives usage info..\r\n        /// </summary>\r\n        internal static string Help_SetSubs_Add {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_SetSubs_Add\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Deletes a feature usage subscription..\r\n        /// </summary>\r\n        internal static string Help_SetSubs_Delete {\r\n            get {\r\n                return ResourceManager.GetString(\"Help_SetSubs_Delete\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to ImageDefault (0), EKB (1), ImageDefaultEditionOverride(3), Security (9), and\r\n        ///ImageOverride (15) priorities are immutable and can&apos;t be written to..\r\n        /// </summary>\r\n        internal static string ImmutablePropertiesInfo {\r\n            get {\r\n                return ResourceManager.GetString(\"ImmutablePropertiesInfo\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to File contains {0} Runtime type and {1} Boot type applicable feature configuration(s).\r\n        /// </summary>\r\n        internal static string ImportBreakdown {\r\n            get {\r\n                return ResourceManager.GetString(\"ImportBreakdown\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Importing {0} feature configuration(s) into the {1} store....\r\n        /// </summary>\r\n        internal static string ImportProcessing {\r\n            get {\r\n                return ResourceManager.GetString(\"ImportProcessing\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Windows 10 build 18963 or newer is required for this program to function\r\n        ///Your current build: {0}.\r\n        /// </summary>\r\n        internal static string IncompatibleBuild {\r\n            get {\r\n                return ResourceManager.GetString(\"IncompatibleBuild\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid {1} specification.\r\n        /// </summary>\r\n        internal static string InvalidEnumSpec {\r\n            get {\r\n                return ResourceManager.GetString(\"InvalidEnumSpec\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid {1} specification in this scenario.\r\n        /// </summary>\r\n        internal static string InvalidEnumSpecInScenario {\r\n            get {\r\n                return ResourceManager.GetString(\"InvalidEnumSpecInScenario\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while querying the &apos;Last Known Good&apos; rollback system status ({0}).\r\n        /// </summary>\r\n        internal static string LKGQueryFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"LKGQueryFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to LKG status: {0}.\r\n        /// </summary>\r\n        internal static string LKGStatusDisplay {\r\n            get {\r\n                return ResourceManager.GetString(\"LKGStatusDisplay\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while setting the &apos;Last Known Good&apos; rollback system status ({0})\r\n        ///Changes were made but their persistence cannot be guaranteed (Current status: {1}).\r\n        /// </summary>\r\n        internal static string LKGUpdateFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"LKGUpdateFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Found release: {0} (published on {1:d})\r\n        ///\r\n        ///Release notes:\r\n        ///{2}\r\n        ///\r\n        ///Download at: {3}.\r\n        /// </summary>\r\n        internal static string NewAppUpdateDisplay {\r\n            get {\r\n                return ResourceManager.GetString(\"NewAppUpdateDisplay\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Newer dictionary found (revision {0}).\r\n        /// </summary>\r\n        internal static string NewDictUpdateDisplay {\r\n            get {\r\n                return ResourceManager.GetString(\"NewDictUpdateDisplay\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to No features were specified.\r\n        /// </summary>\r\n        internal static string NoFeaturesSpecified {\r\n            get {\r\n                return ResourceManager.GetString(\"NoFeaturesSpecified\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to No file name was specified.\r\n        /// </summary>\r\n        internal static string NoFileNameSpecified {\r\n            get {\r\n                return ResourceManager.GetString(\"NoFileNameSpecified\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to You&apos;re using the latest version.\r\n        /// </summary>\r\n        internal static string NoNewerVersionFound {\r\n            get {\r\n                return ResourceManager.GetString(\"NoNewerVersionFound\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to No Reporting Target was specified.\r\n        /// </summary>\r\n        internal static string NoReportingTargetSpecified {\r\n            get {\r\n                return ResourceManager.GetString(\"NoReportingTargetSpecified\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while firing a usage notification for feature ID {0} ({1}).\r\n        /// </summary>\r\n        internal static string NotifyUsageFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"NotifyUsageFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Successfully fired usage notification for feature ID {0}.\r\n        /// </summary>\r\n        internal static string NotifyUsageSuccess {\r\n            get {\r\n                return ResourceManager.GetString(\"NotifyUsageSuccess\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Failed to query feature configurations.\r\n        /// </summary>\r\n        internal static string QueryFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"QueryFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Failed to query feature usage subscriptions.\r\n        /// </summary>\r\n        internal static string QuerySubsFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"QuerySubsFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to A reboot is recommended for all changes to take effect.\r\n        /// </summary>\r\n        internal static string RebootRecommended {\r\n            get {\r\n                return ResourceManager.GetString(\"RebootRecommended\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while resetting feature configurations in the Boot store ({0}), configurations will return after reboot.\r\n        /// </summary>\r\n        internal static string ResetBootFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"ResetBootFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while resetting feature configurations in the Runtime store ({0}).\r\n        /// </summary>\r\n        internal static string ResetRuntimeFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"ResetRuntimeFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Successfully reset feature configuration(s).\r\n        /// </summary>\r\n        internal static string ResetSuccess {\r\n            get {\r\n                return ResourceManager.GetString(\"ResetSuccess\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while setting feature configurations in the Boot store ({0}), configurations will revert after reboot.\r\n        /// </summary>\r\n        internal static string SetBootFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"SetBootFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while setting feature configurations in the Runtime store ({0}).\r\n        /// </summary>\r\n        internal static string SetRuntimeFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"SetRuntimeFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while setting feature usage subscriptions in the Boot store ({1}), subscriptions will revert after reboot.\r\n        /// </summary>\r\n        internal static string SetSubsBootFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"SetSubsBootFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to An error occurred while setting feature usage subscriptions in the Runtime store ({0}).\r\n        /// </summary>\r\n        internal static string SetSubsRuntimeFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"SetSubsRuntimeFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Successfully set feature usage subscription(s).\r\n        /// </summary>\r\n        internal static string SetSubsSuccess {\r\n            get {\r\n                return ResourceManager.GetString(\"SetSubsSuccess\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Successfully set feature configuration(s).\r\n        /// </summary>\r\n        internal static string SetSuccess {\r\n            get {\r\n                return ResourceManager.GetString(\"SetSuccess\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to No configuration for feature ID {0} was found in the {1} store.\r\n        /// </summary>\r\n        internal static string SingleQueryFailed {\r\n            get {\r\n                return ResourceManager.GetString(\"SingleQueryFailed\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to ReportingKind   : {0}.\r\n        /// </summary>\r\n        internal static string SubscriptionDisplay_ReportingKind {\r\n            get {\r\n                return ResourceManager.GetString(\"SubscriptionDisplay_ReportingKind\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to ReportingOptions: {0}.\r\n        /// </summary>\r\n        internal static string SubscriptionDisplay_ReportingOptions {\r\n            get {\r\n                return ResourceManager.GetString(\"SubscriptionDisplay_ReportingOptions\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to ReportingTarget : {0:x16}.\r\n        /// </summary>\r\n        internal static string SubscriptionDisplay_ReportingTarget {\r\n            get {\r\n                return ResourceManager.GetString(\"SubscriptionDisplay_ReportingTarget\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Unrecognized command: {0}.\r\n        /// </summary>\r\n        internal static string UnrecognizedCommand {\r\n            get {\r\n                return ResourceManager.GetString(\"UnrecognizedCommand\", resourceCulture);\r\n            }\r\n        }\r\n        \r\n        /// <summary>\r\n        ///   Looks up a localized string similar to Unrecognized parameter: {0}\r\n        ///.\r\n        /// </summary>\r\n        internal static string UnrecognizedParameter {\r\n            get {\r\n                return ResourceManager.GetString(\"UnrecognizedParameter\", resourceCulture);\r\n            }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "ViVeTool/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"BootStatInitFailed\" xml:space=\"preserve\">\n    <value>An error occurred while initializing the boot status data file ({0})\nCustom boot time overrides will be stored but won't load until the data file is present</value>\n  </data>\n  <data name=\"BootStoreRebootTip\" xml:space=\"preserve\">\n    <value>Boot store changes require a reboot to fully take effect, please do so if a configuration appears to be missing</value>\n  </data>\n  <data name=\"Branding\" xml:space=\"preserve\">\n    <value>ViVeTool v0.3.4 - Windows feature configuration tool\n</value>\n  </data>\n  <data name=\"ChangestampDisplay\" xml:space=\"preserve\">\n    <value>Changestamp: {0}</value>\n  </data>\n  <data name=\"CheckingAppUpdates\" xml:space=\"preserve\">\n    <value>Checking for app updates...</value>\n  </data>\n  <data name=\"CheckingDictUpdates\" xml:space=\"preserve\">\n    <value>Checking for feature dictionary updates...</value>\n  </data>\n  <data name=\"CommandMigrationNote\" xml:space=\"preserve\">\n    <value>The '{0}' command has been moved to '{1}' as part of a syntax improvement effort.\nArguments are now position independent and clearly labeled, ambiguous strings of numbers are no longer used.\n/? can be used to view more information about usage.</value>\n  </data>\n  <data name=\"DictUpdateCanceled\" xml:space=\"preserve\">\n    <value>Dictionary update canceled</value>\n  </data>\n  <data name=\"DictUpdateConsent\" xml:space=\"preserve\">\n    <value>Replace current version with new version?</value>\n  </data>\n  <data name=\"DictUpdateFinished\" xml:space=\"preserve\">\n    <value>Dictionary update finished</value>\n  </data>\n  <data name=\"ExportSuccess\" xml:space=\"preserve\">\n    <value>Exported {0} Runtime type and {1} Boot type feature configuration(s) to {2}</value>\n  </data>\n  <data name=\"FeatureDisplay_HasSubscriptions\" xml:space=\"preserve\">\n    <value>HasSubscriptions: {0}</value>\n  </data>\n  <data name=\"FeatureDisplay_Payload\" xml:space=\"preserve\">\n    <value>Payload         : 0x{0:x}</value>\n  </data>\n  <data name=\"FeatureDisplay_PayloadKind\" xml:space=\"preserve\">\n    <value>PayloadKind     : {0} ({1})</value>\n  </data>\n  <data name=\"FeatureDisplay_Priority\" xml:space=\"preserve\">\n    <value>Priority        : {0}</value>\n  </data>\n  <data name=\"FeatureDisplay_State\" xml:space=\"preserve\">\n    <value>State           : {0} ({1})</value>\n  </data>\n  <data name=\"FeatureDisplay_Type\" xml:space=\"preserve\">\n    <value>Type            : {0} ({1})</value>\n  </data>\n  <data name=\"FeatureDisplay_Variant\" xml:space=\"preserve\">\n    <value>Variant         : {0}</value>\n  </data>\n  <data name=\"FeatureType_Experiment\" xml:space=\"preserve\">\n    <value>Experiment</value>\n  </data>\n  <data name=\"FeatureType_Override\" xml:space=\"preserve\">\n    <value>Override</value>\n  </data>\n  <data name=\"FixLKGNotNeeded\" xml:space=\"preserve\">\n    <value>'Last Known Good' rollback system data corruption was not found</value>\n  </data>\n  <data name=\"FixLKGPerformed\" xml:space=\"preserve\">\n    <value>'Last Known Good' rollback system data has been fixed successfully</value>\n  </data>\n  <data name=\"FixPriorityNotNeeded\" xml:space=\"preserve\">\n    <value>No configurations in this store need to be moved</value>\n  </data>\n  <data name=\"FixPriorityProcessing\" xml:space=\"preserve\">\n    <value>Moving Override type {0} configurations from Service to User priority...</value>\n  </data>\n  <data name=\"FullResetCanceled\" xml:space=\"preserve\">\n    <value>Full reset canceled</value>\n  </data>\n  <data name=\"FullResetPrompt\" xml:space=\"preserve\">\n    <value>Are you sure you want to perform a full reset?</value>\n  </data>\n  <data name=\"Help_Commands\" xml:space=\"preserve\">\n    <value>Available commands:\n  /query\t\tLists existing feature configuration(s)\n  /enable\t\tEnables a feature\n  /disable\t\tDisables a feature\n  /reset\t\tRemoves custom configurations for a specific feature\n  /fullreset\t\tRemoves all custom feature configurations\n  /changestamp\t\tPrints the feature store change counter (changestamp)*\n  /querysubs\t\tLists existing feature usage subscriptions*\n  /addsub\t\tAdds a feature usage subscription\n  /delsub\t\tRemoves a feature usage subscription\n  /notifyusage\t\tFires a feature usage notification\n  /export\t\tExports custom feature configurations\n  /import\t\tImports custom feature configurations\n  /lkgstatus\t\tPrints the current 'Last Known Good' rollback system status\n  /fixlkg\t\tFixes 'Last Known Good' rollback system corruption\n  /fixpriority\t\tMoves Override type configurations from Service to User priority*\n  /appupdate\t\tChecks for a new version of ViVeTool*\n  /dictupdate\t\tChecks for a new version of the feature name dictionary*\n\nCommands can be used along with /? to view more information about usage\n*Does not apply to commands marked with an asterisk</value>\n  </data>\n  <data name=\"Help_Export\" xml:space=\"preserve\">\n    <value>Syntax:\n  /export /filename:&lt;path to new file&gt; [/store:&lt;both | runtime | boot&gt;]\n\nExports all currently loaded feature configurations to a file. By default both stores are exported.\n\nExamples:\n  /export /filename:features.bin</value>\n  </data>\n  <data name=\"Help_FixLKG\" xml:space=\"preserve\">\n    <value>Syntax:\n  /fixlkg\n\nAttempts to fix corrupted 'Last Known Good' rollback system data. Windows system components can occassionally\ninvalidate this data due to a programming oversight.</value>\n  </data>\n  <data name=\"Help_FullReset\" xml:space=\"preserve\">\n    <value>Syntax:\n  /fullreset [/store:&lt;both | runtime | boot&gt;]\n  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\n\nThis command removes all custom feature configuration overrides, effectively reverting\nfeature store contents to their clean install state. Both stores are targeted by default.\nIf a priority is specified, only features in that specific priority will be reset.\nUse with caution.\n\n{0}</value>\n  </data>\n  <data name=\"Help_Import\" xml:space=\"preserve\">\n    <value>Syntax:\n  /import /filename:&lt;path to file&gt; [/store:&lt;both | runtime | boot&gt;] [/replace]\n\nImports all feature configurations stored in a file into your system. By default both stores will be imported to.\n\nSpecifying /replace performs a full reset before importing data.\n\n{0}\n\nExamples:\n  /import /filename:features.bin\n  /import /filename:features.bin /store:boot /replace</value>\n  </data>\n  <data name=\"Help_LKGStatus\" xml:space=\"preserve\">\n    <value>Syntax:\n  /lkgstatus\n\nQueries the 'Last Known Good' (LKG) rollback system status. The LKG blob is a snapshot of feature\nconfigurations known to cause no critical system failures.\n\nStatus descriptions:\n  - BootPending\t\tFeature configurations have changed since booting up, a reboot is required\n\t\t\tto confirm that they don't cause boot-time failures\n\n  - LKGPending\t\tThe system was able to boot successfully after a feature confguration change,\n\t\t\tthe current state will shortly become the new LKG blob\n\n  - RollbackPending\tRecent feature configuration changes were found to cause issues, the current\n\t\t\tstate will soon be replaced by the LKG blob\n\n  - Committed\t\tNo feature configuration changes were made since booting up, the LKG blob\n\t\t\tmatches the current configuration</value>\n  </data>\n  <data name=\"Help_NotifyUsage\" xml:space=\"preserve\">\n    <value>Syntax:\n  /notifyusage {/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}\n  /reportingkind:&lt;0-65535&gt; /reportingoptions:&lt;0-65535&gt;\n\nFires a feature usage notification. If a subscription with matching Kind &amp; Options conditions\nis found, the Target WNF state ID associated with it receives usage info.\n\nFeatures can be specified using both their IDs and names, mixing and matching is allowed.\n\nExamples:\n  /notifyusage /id:12345678 /reportingkind:4 /reportingoptions:1</value>\n  </data>\n  <data name=\"Help_Query\" xml:space=\"preserve\">\n    <value>Syntax:\n  /query [/store:&lt;runtime | boot&gt;] [/id:&lt;comma delimited feature IDs&gt;]\n  [/name:&lt;comma delimited feature names&gt;]\n  [/priority:{&lt;imagedefault | ekb | safeguard | imagedefaulteditionoverride |\n    service | dynamic | user | security | userpolicy | test | imageoverride&gt; | &lt;0-15&gt;}]\n\nIf no store is specified, the Runtime store will be queried by default.\nYou can specify feature IDs or names to filter the query results, in this case only\nthe override with the highest priority will be displayed.\nIf a priority is specified, only features in that specific priority will be shown.\n\nBoot store queries reflect the state on system startup, if you've made any changes\nto it since, a reboot is required for them to show up in the output. This is intended\nas it reflects what the Windows API sees when querying particular feature stores.\n\nExamples:\n  /query\n  /query /store:boot /id:12345678\n  /query /store:runtime /name:TIFE,STTest</value>\n  </data>\n  <data name=\"Help_Reset\" xml:space=\"preserve\">\n    <value>Syntax:\n  /reset {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}}\n  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\n  [/store:&lt;both | runtime | boot&gt;]\n\nFeatures can be specified using both their IDs and names, mixing and matching is allowed.\n\nBy default the features you've chosen will have their configuration overrides erased from\nall priorities and both stores. Specifying a priority will limit the scope of the reset.\n\n{0}\n\nExamples:\n  /reset /id:12345678\n  /reset /name:TIFE,STTest\n  /reset /name:SmartClipboardUX /id:33000420 /priority:user</value>\n  </data>\n  <data name=\"Help_Set\" xml:space=\"preserve\">\n    <value>Syntax:\n  {0} {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}} [/variant:&lt;0-63&gt;]\n  [/variantpayloadkind:&lt;none | resident | external&gt;] [/variantpayload:&lt;0-4294967295&gt;] [/experiment]\n  [/priority:{{&lt;safeguard | service | dynamic | user | userpolicy | test&gt; | &lt;2-14&gt;}}]\n  [/store:&lt;both | runtime | boot&gt;]\n\nThe parameters in square brackets don't need to be specified and will use these defaults:\n  Variant           : 0\n  VariantPayloadKind: None\n  VariantPayload    : 0\n  Experiment        : false\n  Priority          : User\n  Store             : Both\n\nFeatures can be specified using both their IDs and names, mixing and matching is allowed.\n\nService priority overrides are managed by Windows's automated A/B feature delivery mechanism. Experiment\ntype overrides with this priority may get deleted without notice. Creating non-Experiment overrides with this\npriority may negatively impact automated A/B feature delivery. Using the Service priority is not recommended.\n\nWriting to the Boot store is necessary for features to persist across reboots. Changes to this store become\neffective the next time you reboot. The Runtime store can be used to make instantenous changes, however not\nall features support this, meaning a reboot may be required to apply changes. Use both for best results.\n\nExamples:\n  {0} /id:12345678\n  {0} /name:TIFE,STTest /variant:1\n  {0} /name:SmartClipboardUX /id:33000420 /experiment /priority:user /store:boot</value>\n  </data>\n  <data name=\"Help_SetSubs\" xml:space=\"preserve\">\n    <value>Syntax:\n  {0} {{/id:&lt;comma delimited feature IDs&gt; | /name:&lt;comma delimited feature names&gt;}}\n  /reportingkind:&lt;0-65535&gt; /reportingtarget:&lt;wnf state id&gt;{1}\n\n{2}\n\nFeatures can be specified using both their IDs and names, mixing and matching is allowed.\n\nExamples:\n  {0} /id:12345678 /reportingkind:4 /reportingtarget:0d83063ea3bdf875</value>\n  </data>\n  <data name=\"Help_SetSubs_Add\" xml:space=\"preserve\">\n    <value>Creates a feature usage subscription. When the conditions specified by the Kind &amp; Options\nparameters are met, the Target WNF state ID receives usage info.</value>\n  </data>\n  <data name=\"Help_SetSubs_Delete\" xml:space=\"preserve\">\n    <value>Deletes a feature usage subscription.</value>\n  </data>\n  <data name=\"ImmutablePropertiesInfo\" xml:space=\"preserve\">\n    <value>ImageDefault (0), EKB (1), ImageDefaultEditionOverride(3), Security (9), and\nImageOverride (15) priorities are immutable and can't be written to.</value>\n  </data>\n  <data name=\"ImportBreakdown\" xml:space=\"preserve\">\n    <value>File contains {0} Runtime type and {1} Boot type applicable feature configuration(s)</value>\n  </data>\n  <data name=\"ImportProcessing\" xml:space=\"preserve\">\n    <value>Importing {0} feature configuration(s) into the {1} store...</value>\n  </data>\n  <data name=\"IncompatibleBuild\" xml:space=\"preserve\">\n    <value>Windows 10 build 18963 or newer is required for this program to function\nYour current build: {0}</value>\n  </data>\n  <data name=\"InvalidEnumSpec\" xml:space=\"preserve\">\n    <value>'{0}' is not a valid {1} specification</value>\n  </data>\n  <data name=\"InvalidEnumSpecInScenario\" xml:space=\"preserve\">\n    <value>'{0}' is not a valid {1} specification in this scenario</value>\n  </data>\n  <data name=\"LKGQueryFailed\" xml:space=\"preserve\">\n    <value>An error occurred while querying the 'Last Known Good' rollback system status ({0})</value>\n  </data>\n  <data name=\"LKGStatusDisplay\" xml:space=\"preserve\">\n    <value>LKG status: {0}</value>\n  </data>\n  <data name=\"LKGUpdateFailed\" xml:space=\"preserve\">\n    <value>An error occurred while setting the 'Last Known Good' rollback system status ({0})\nChanges were made but their persistence cannot be guaranteed (Current status: {1})</value>\n  </data>\n  <data name=\"NewAppUpdateDisplay\" xml:space=\"preserve\">\n    <value>Found release: {0} (published on {1:d})\n\nRelease notes:\n{2}\n\nDownload at: {3}</value>\n  </data>\n  <data name=\"NewDictUpdateDisplay\" xml:space=\"preserve\">\n    <value>Newer dictionary found (revision {0})</value>\n  </data>\n  <data name=\"NoFeaturesSpecified\" xml:space=\"preserve\">\n    <value>No features were specified</value>\n  </data>\n  <data name=\"NoFileNameSpecified\" xml:space=\"preserve\">\n    <value>No file name was specified</value>\n  </data>\n  <data name=\"NoNewerVersionFound\" xml:space=\"preserve\">\n    <value>You're using the latest version</value>\n  </data>\n  <data name=\"NoReportingTargetSpecified\" xml:space=\"preserve\">\n    <value>No Reporting Target was specified</value>\n  </data>\n  <data name=\"NotifyUsageFailed\" xml:space=\"preserve\">\n    <value>An error occurred while firing a usage notification for feature ID {0} ({1})</value>\n  </data>\n  <data name=\"NotifyUsageSuccess\" xml:space=\"preserve\">\n    <value>Successfully fired usage notification for feature ID {0}</value>\n  </data>\n  <data name=\"QueryFailed\" xml:space=\"preserve\">\n    <value>Failed to query feature configurations</value>\n  </data>\n  <data name=\"QuerySubsFailed\" xml:space=\"preserve\">\n    <value>Failed to query feature usage subscriptions</value>\n  </data>\n  <data name=\"RebootRecommended\" xml:space=\"preserve\">\n    <value>A reboot is recommended for all changes to take effect</value>\n  </data>\n  <data name=\"ResetBootFailed\" xml:space=\"preserve\">\n    <value>An error occurred while resetting feature configurations in the Boot store ({0}), configurations will return after reboot</value>\n  </data>\n  <data name=\"ResetRuntimeFailed\" xml:space=\"preserve\">\n    <value>An error occurred while resetting feature configurations in the Runtime store ({0})</value>\n  </data>\n  <data name=\"ResetSuccess\" xml:space=\"preserve\">\n    <value>Successfully reset feature configuration(s)</value>\n  </data>\n  <data name=\"SetBootFailed\" xml:space=\"preserve\">\n    <value>An error occurred while setting feature configurations in the Boot store ({0}), configurations will revert after reboot</value>\n  </data>\n  <data name=\"SetRuntimeFailed\" xml:space=\"preserve\">\n    <value>An error occurred while setting feature configurations in the Runtime store ({0})</value>\n  </data>\n  <data name=\"SetSubsBootFailed\" xml:space=\"preserve\">\n    <value>An error occurred while setting feature usage subscriptions in the Boot store ({1}), subscriptions will revert after reboot</value>\n  </data>\n  <data name=\"SetSubsRuntimeFailed\" xml:space=\"preserve\">\n    <value>An error occurred while setting feature usage subscriptions in the Runtime store ({0})</value>\n  </data>\n  <data name=\"SetSubsSuccess\" xml:space=\"preserve\">\n    <value>Successfully set feature usage subscription(s)</value>\n  </data>\n  <data name=\"SetSuccess\" xml:space=\"preserve\">\n    <value>Successfully set feature configuration(s)</value>\n  </data>\n  <data name=\"SingleQueryFailed\" xml:space=\"preserve\">\n    <value>No configuration for feature ID {0} was found in the {1} store</value>\n  </data>\n  <data name=\"SubscriptionDisplay_ReportingKind\" xml:space=\"preserve\">\n    <value>ReportingKind   : {0}</value>\n  </data>\n  <data name=\"SubscriptionDisplay_ReportingOptions\" xml:space=\"preserve\">\n    <value>ReportingOptions: {0}</value>\n  </data>\n  <data name=\"SubscriptionDisplay_ReportingTarget\" xml:space=\"preserve\">\n    <value>ReportingTarget : {0:x16}</value>\n  </data>\n  <data name=\"UnrecognizedCommand\" xml:space=\"preserve\">\n    <value>Unrecognized command: {0}</value>\n  </data>\n  <data name=\"UnrecognizedParameter\" xml:space=\"preserve\">\n    <value>Unrecognized parameter: {0}\n</value>\n  </data>\n</root>"
  },
  {
    "path": "ViVeTool/UpdateCheck.cs",
    "content": "﻿/*\n    ViVe - Windows feature configuration library\n    Copyright (C) 2019-2023  @thebookisclosed\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n */\n\nusing Newtonsoft.Json;\nusing System;\nusing System.IO;\nusing System.Linq;\nusing System.Net;\nusing System.Security.Cryptography;\nusing System.Text;\n\nnamespace Albacore.ViVeTool\n{\n    internal class UpdateCheck\n    {\n        private const string GitHubRepoApiRoot = \"https://api.github.com/repos/thebookisclosed/ViVe/\";\n        private static WebClient UcWebClient;\n\n        internal static GitHubReleaseInfo GetLatestReleaseInfo()\n        {\n            return GetJsonResponse<GitHubReleaseInfo>(\"releases/latest\");\n        }\n\n        internal static bool IsAppOutdated(string versionTag)\n        {\n            var foundVersion = new Version(versionTag.Substring(1));\n            var currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;\n            return foundVersion > currentVersion;\n        }\n\n        internal static GitHubRepoContent GetLatestDictionaryInfo()\n        {\n            var resp = GetJsonResponse<GitHubRepoContent[]>(\"contents/Extra\");\n            var dictInfo = resp?.Where(x => x.name == FeatureNaming.DictFileName).FirstOrDefault();\n            return dictInfo;\n        }\n\n        internal static bool IsDictOutdated(string sha)\n        {\n            return sha != HashUTF8TextFile(FeatureNaming.DictFilePath);\n        }\n\n        internal static void ReplaceDict(string url)\n        {\n            EnsureWebClient();\n            UcWebClient.DownloadFile(url, FeatureNaming.DictFilePath);\n        }\n\n        private static void EnsureWebClient()\n        {\n            if (UcWebClient == null)\n            {\n                UcWebClient = new WebClient();\n                UcWebClient.Headers.Add(\"User-Agent\", \"ViVeTool\");\n            }\n        }\n\n        private static T GetJsonResponse<T>(string apiPath)\n        {\n            EnsureWebClient();\n            try\n            {\n                var stringResponse = UcWebClient.DownloadString(GitHubRepoApiRoot + apiPath);\n                return JsonConvert.DeserializeObject<T>(stringResponse);\n            }\n            catch { return default; }\n        }\n\n        private static string HashUTF8TextFile(string filePath)\n        {\n            if (!File.Exists(filePath))\n                return null;\n            using (var sha1Csp = new SHA1CryptoServiceProvider())\n            {\n                var fileBody = Encoding.UTF8.GetBytes(File.ReadAllText(filePath).Replace(\"\\r\\n\", \"\\n\"));\n                var fullLength = fileBody.Length;\n\n                var preamble = Encoding.UTF8.GetPreamble();\n                var filePortion = new byte[preamble.Length];\n                using (var fs = new FileStream(filePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))\n                    fs.Read(filePortion, 0, filePortion.Length);\n\n                for (int i = 0; i < preamble.Length; i++)\n                    if (preamble[i] == filePortion[i])\n                        fullLength++;\n\n                var preface = Encoding.UTF8.GetBytes($\"blob {fullLength}\\0\");\n                sha1Csp.TransformBlock(preface, 0, preface.Length, null, 0);\n                if (fullLength > fileBody.Length)\n                    sha1Csp.TransformBlock(preamble, 0, preamble.Length, null, 0);\n                sha1Csp.TransformFinalBlock(fileBody, 0, fileBody.Length);\n\n                return BitConverter.ToString(sha1Csp.Hash).Replace(\"-\", \"\").ToLowerInvariant();\n            }\n        }\n    }\n\n    public class GitHubReleaseInfo\n    {\n        public string html_url { get; set; }\n        public string tag_name { get; set; }\n        public string name { get; set; }\n        public DateTime published_at { get; set; }\n        public string body { get; set; }\n    }\n\n\n    public class GitHubRepoContent\n    {\n        public string name { get; set; }\n        public string sha { get; set; }\n        public string download_url { get; set; }\n    }\n}\n"
  },
  {
    "path": "ViVeTool/ViVeTool.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{4DAAB723-3613-4133-AE54-646133538E44}</ProjectGuid>\n    <OutputType>Exe</OutputType>\n    <RootNamespace>Albacore.ViVeTool</RootNamespace>\n    <AssemblyName>ViVeTool</AssemblyName>\n    <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>\n    <Deterministic>true</Deterministic>\n    <TargetFrameworkProfile />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>TRACE;DEBUG;SET_LKG_COMMAND</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n    <Prefer32Bit>false</Prefer32Bit>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n    <Prefer32Bit>false</Prefer32Bit>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationManifest>app.manifest</ApplicationManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|ARM64'\">\n    <DebugSymbols>true</DebugSymbols>\n    <OutputPath>bin\\ARM64\\Debug\\</OutputPath>\n    <DefineConstants>TRACE;DEBUG;SET_LKG_COMMAND</DefineConstants>\n    <DebugType>full</DebugType>\n    <PlatformTarget>ARM64</PlatformTarget>\n    <LangVersion>7.3</LangVersion>\n    <ErrorReport>prompt</ErrorReport>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|ARM64'\">\n    <OutputPath>bin\\ARM64\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <Optimize>true</Optimize>\n    <DebugType>pdbonly</DebugType>\n    <PlatformTarget>ARM64</PlatformTarget>\n    <LangVersion>7.3</LangVersion>\n    <ErrorReport>prompt</ErrorReport>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Newtonsoft.Json.13.0.3\\lib\\net45\\Newtonsoft.Json.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"ArgumentBlock.cs\" />\n    <Compile Include=\"ConsoleEx.cs\" />\n    <Compile Include=\"FeatureNaming.cs\" />\n    <Compile Include=\"UpdateCheck.cs\" />\n    <Compile Include=\"NativeMethods.cs\" />\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DesignTime>True</DesignTime>\n      <DependentUpon>Resources.resx</DependentUpon>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n    <None Include=\"app.manifest\" />\n    <None Include=\"packages.config\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\ViVe\\ViVe.csproj\">\n      <Project>{80dcda4d-8022-4740-8ccf-459dd3fe6f72}</Project>\n      <Name>ViVe</Name>\n    </ProjectReference>\n  </ItemGroup>\n  <ItemGroup>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n      <SubType>Designer</SubType>\n    </EmbeddedResource>\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "ViVeTool/app.manifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n  <assemblyIdentity version=\"1.0.0.0\" name=\"Albacore.ViVeTool.app\"/>\n  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\">\n    <security>\n      <requestedPrivileges xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\" />\n      </requestedPrivileges>\n    </security>\n  </trustInfo>\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\" />\n    </application>\n  </compatibility>\n</assembly>\n"
  },
  {
    "path": "ViVeTool/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n  <package id=\"Newtonsoft.Json\" version=\"13.0.3\" targetFramework=\"net481\" />\n</packages>"
  }
]