Repository: thebookisclosed/ViVe Branch: master Commit: 3f8c6a342598 Files: 28 Total size: 797.6 KB Directory structure: gitextract_aftryl0m/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug.yml │ └── config.yml ├── .gitignore ├── Extra/ │ └── FeatureDictionary.pfs ├── LICENSE ├── README.md ├── ViVe/ │ ├── FeatureManager.cs │ ├── FeaturePropertyOverflowException.cs │ ├── NativeEnums.cs │ ├── NativeMethods.Ntdll.cs │ ├── NativeStructs.cs │ ├── ObfuscationHelpers.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── ViVe.csproj ├── ViVe.sln └── ViVeTool/ ├── App.config ├── ArgumentBlock.cs ├── ConsoleEx.cs ├── FeatureNaming.cs ├── NativeMethods.cs ├── Program.cs ├── Properties/ │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── UpdateCheck.cs ├── ViVeTool.csproj ├── app.manifest └── packages.config ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/bug.yml ================================================ name: "Report a ViVeTool bug" description: Experiencing unexpected crashes or unintended behavior? File a report here! labels: ["bug"] body: - type: markdown attributes: value: | Thank you for taking your time to file a bug report! Before filling out the form, please give the report a brief title. e.g. _Unhandled exception when using /export_ In case you've followed a tutorial for toggling features and didn't get the desired result, this is most likely **NOT a bug.** 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. Please read [this FAQ article](https://github.com/thebookisclosed/ViVe/wiki/Which-features-can-ViVeTool-toggle%3F) if you have any further questions. - type: input id: tool-version attributes: label: Tool version description: Which version of ViVeTool is this report for? placeholder: e.g. v0.3.3 validations: required: true - type: input id: os-version attributes: label: OS version description: Which version of Windows were you using when this bug occurred? placeholder: e.g. Windows 11 build 22621.1413 validations: required: true - type: dropdown id: architecture attributes: label: Architecture description: Which architecture did you encounter this bug on? options: - "x64" - "x86" - "arm64" validations: required: true - type: textarea id: screenshot attributes: label: Screenshot description: Please include/paste a screenshot of the bug in the field below. placeholder: Make sure that the problematic command is clearly visible in the screenshot. validations: required: true - type: textarea id: extra-steps attributes: label: Extra steps description: If the bug occurrs only under specific circumstances, please describe the steps you've made to encounter it. Otherwise say "None." placeholder: | 1) Run /fullreset 2) Reboot 3) Run /export validations: required: true ================================================ FILE: .github/ISSUE_TEMPLATE/config.yml ================================================ blank_issues_enabled: false ================================================ FILE: .gitignore ================================================ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # Visual Studio 2017 auto generated files Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUNIT *.VisualState.xml TestResult.xml # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c # Benchmark Results BenchmarkDotNet.Artifacts/ # .NET Core project.lock.json project.fragment.lock.json artifacts/ **/Properties/launchSettings.json # StyleCop StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c *_i.h *.ilk *.meta *.obj *.iobj *.pch *.pdb *.ipdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.tmp_proj *.log *.vspscc *.vssscc .builds *.pidb *.svclog *.scc # Chutzpah Test files _Chutzpah* # Visual C++ cache files ipch/ *.aps *.ncb *.opendb *.opensdf *.sdf *.cachefile *.VC.db *.VC.VC.opendb # Visual Studio profiler *.psess *.vsp *.vspx *.sap # Visual Studio Trace Files *.e2e # TFS 2012 Local Workspace $tf/ # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user # JustCode is a .NET coding add-in .JustCode # TeamCity is a build add-in _TeamCity* # DotCover is a Code Coverage Tool *.dotCover # AxoCover is a Code Coverage Tool .axoCover/* !.axoCover/settings.json # Visual Studio code coverage results *.coverage *.coveragexml # NCrunch _NCrunch_* .*crunch*.local.xml nCrunchTemp_* # MightyMoose *.mm.* AutoTest.Net/ # Web workbench (sass) .sass-cache/ # Installshield output folder [Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT DocProject/Help/*.HxC DocProject/Help/*.hhc DocProject/Help/*.hhk DocProject/Help/*.hhp DocProject/Help/Html2 DocProject/Help/html # Click-Once directory publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. !**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets # Microsoft Azure Build Output csx/ *.build.csdef # Microsoft Azure Emulator ecf/ rcf/ # Windows Store app package directories and files AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt *.appx # Visual Studio cache files # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !*.[Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ *.rptproj.bak # SQL Server files *.mdf *.ldf *.ndf # Business Intelligence projects *.rdl.data *.bim.layout *.bim_*.settings *.rptproj.rsuser # Microsoft Fakes FakesAssemblies/ # GhostDoc plugin setting file *.GhostDoc.xml # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ # Visual Studio 6 build log *.plg # Visual Studio 6 workspace options file *.opt # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/ModelManifest.xml **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions # Paket dependency manager .paket/paket.exe paket-files/ # FAKE - F# Make .fake/ # JetBrains Rider .idea/ *.sln.iml # CodeRush .cr/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc # Cake - Uncomment if you are using it # tools/** # !tools/packages.config # Tabs Studio *.tss # Telerik's JustMock configuration file *.jmconfig # BizTalk build output *.btp.cs *.btm.cs *.odx.cs *.xsd.cs # OpenCover UI analysis results OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log *.binlog # NVidia Nsight GPU debugger configuration file *.nvuser # MFractors (Xamarin productivity tool) working folder .mfractor/ ================================================ FILE: Extra/FeatureDictionary.pfs ================================================ Servicing_SearchIconOnTabSwitch_56246293,56246293 DesktopSpotlightImprovementsXRFixes,56201342 CameraQI2505,56192424 Bugfix_PcaUiTelemetry,56192165 InvSvc_GetAppInfoLocking,56172704 Servicing_RdFreezeFix,56163435 ArbiterMetadataContainer_56160316,56160316 Servicing_CloudFilesSearch_GroupedResults,56159287 Servicing_LogonTouchKeyboardCrash_56146500,56146500 SimplifyRootPageVariable,56133263 ShellUIHostCoordinatorSkuCheck,56120340 DesktopSpotlightGetImageFileNameReturnBugFix,56119970 UXFrame_LocalizedAccessibilityName,56115719 Servicing_UninstallTencentEmulator,56112312 Bugfix_TSFBL_56110835,56110835 ResolveTVSErrorNullSecurityDescriptorIssue,56098563 PerUserSetup_TIPIntervalDetection,56096818 VAMTBF,56083323 CapabilityForConsent_EnterprisePolicyFix,56080169 EnergySaver_StatusApi_Updates,56079640 Servicing_FailFastGuardICallCheckFailure,56079061 PCA,56073636 LODTTC,56071983 DesktopSpotlightOnByDefaultForUnattendAutoLogon,56069809 Muse_Settings_FixIPUHistoryTitle,56066957 Servicing_CloudFilesSearch_ThumbnailNotifications,56066650 Servicing_CloudFilesSearch_DisableIndexerRowsetEvents,56066642 Servicing_CBSEU,56049913 Servicing_WCPMDCMAX,56048502 ActivePivotSelectionFallback,56048098 DefineWindowsUpdateManaged,56036357 UninstallTencentEmulator,56034819 StorageReserve_HelperLib_Hardlink_fix,56033854 Servicing_FEAiDadTestScopeIncrease,56031573 RadialControllerSettingsProtocolFix,56023062 Servicing_WinREVersionTelemetry,56020814 CU_56012900_ICI,56012900 CorrectListOrderingForColorCpl_Extended,56005324 FixInteractiveAllowDisallowList,55994102 Servicing_AudioEndpointBuilderAPOMigration,55993121 GenTel_PrivacyIncident,55991540 FixInvalidTokenHandleDuringScan,55964290 NameColumnHeaderUXFix,55958955 Servicing_FodLPEnumHardeningErrorHandlingFixes,55957701 CTPAUI,55954773 TSM,55954321 StopWebAppTipTestOnNavigationFailed,55952497 Servicing_IEMode_CheckFailure_BrokerCallPostMessageOrBrokerCallAsfwAndWait,55951187 Servicing_EnableInspect_55950615,55950615 Servicing_InspectBugFixes,55950532 MicaUpdateSolidColor,55940373 PSTTM_Test,55939528 NonArpInvSvcRemoval,55936748 WuSettings_StopBackwardProgress,55935625 UpdateCryptoAPIs,55934965 Servicing_EAXReverbRemoval,55934177 Servicing_RecoveryRobustnessFeature2,55934048 Servicing_ClientProxyTipTest,55933734 MsiReinstallModeOverrideLeakFix,55928707 MODSITR,55927463 UICTPA,55925420 SMB2,55920876 SMB1,55920864 BMB2,55920855 BMB1,55920676 Capture_ItemClosedEventOnVisibility_2,55919943 SettingsHomepage_SigninCardDelay,55919400 Servicing_CloudFilesSearch_GalleryFix,55918674 WBKSV,55915660 SustainabilityFixes_Q4,55914679 FileExplorer_FixTileModeMultiSelect,55910487 Servicing_CloudFilesSearch_QueryCancelTipFailure,55905055 WBWVLTA,55899600 Servicing_NodeMgrCompilerWarningC4146,55898029 Servicing_CloudFilesSearch_GalleryNavigate,55888583 Containment_UUS_WinRTUpdateBlock_55878418,55878418 PrintAccessibilityFixes_2505,55878033 Servicing_RemoveStoreSls,55877808 WebView2inWAMPlugin_55874806,55874806 FRWF,55870198 Containment_UUS_EnableGraphProviderPolicyV2_55857940,55857940 LanguageFodSizeCheck,55849117 MSRC94207_55848306,55848306 FBSCCR,55843856 DriverSetup_WuImportLogImprovement,55832322 Servicing_FixAutoUpdateForCTA_55830286,55830286 Servicing_FixAutoUpdateForCTA_55830256,55830256 Servicing_StateTransitionForTransientStates_55830200,55830200 Servicing_StateTransitionForTransientStates_55830164,55830164 SHINE_2504_Bugs,55828635 Servicing_GpRsopBloating_55824335,55824335 DesktopSpotlightRightClickContextMenu,55823572 WBDCN,55823050 Containment_UUS_WinREHistory_55819174,55819174 Servicing_CBSDTO,55816837 Capture_CAMIGraphicsCaptureItemInterop,55816742 Containment_UUS_OneSettingsAppendFeatureId_55816302,55816302 EnrollmentAttestationDebugFields_55815706,55815706 Servicing_PABNarratorACDC,55814650 DriverStore_PrimitiveDriverEnumeration,55814370 KEKUpdateBlockList,55813602 KEKUpdateAllowList,55813532 Containment_UUS_Bugfix_PurgeUpdates_55812863,55812863 UCPD_55805446,55805446 Servicing_SearchUXHighContrastBorderFix_55802560,55802560 Servicing_FEAiDadTestsCompleteOnClose,55801115 BitLocker_Backup_MSA_Command_Line,55800676 Servicing_SearchEducationAnimatedIconThemeFix_55800030,55800030 ValidateTest,55798745 UpdatedAccountProfilePictureDisplay,55798434 Servicing_NDUPRearrangeSkipChecks,55798016 MSRC94087_55797119,55797119 Servicing_Narrator_LocalizeCloseButton_55789214,55789214 Servicing_DBUpdate_External_Rollout_55767368,55767368 Containment_RefactorGraphProviderTelemetry_55767062,55767062 DesktopSpotlightShellLauncherKioskCheck,55763438 COTFTest,55762478 HoverCards,55754297 RecoveryFix55754018,55754018 Containment_UUS_EnableWinRESupport_55752990,55752990 Servicing_HotpatchDoNotIgnoreRevision_55752359,55752359 Servicing_WpfCrashInTransitoryDocument_55752217,55752217 GamepadVKeyRoutingOptIn,55740572 ResetRecycledTaskListButtons,55739408 RobocopyEfsRawNoRetryFix,55739196 Servicing_RemoveSearchDelayTimer_55738909,55738909 WuSettings_CloudUpdatePolicyList,55738531 Servicing_AccessAgentItem_55735922,55735922 Bugfix_LLTD_TVS_Warning_26837,55729475 WBSWVC,55729153 Servicing_VFPElbDsrResource,55723553 NpuMultiNodeEnergyFix,55723466 Return_NoRedundancy_Disks_Fix,55722781 Servicing_DowntimeEvaluationFix_55722353,55722353 Servicing_SdoSensorSelectionFix,55719655 ExpanderHeaderDisplayString,55719046 RecoveryFix55718781,55718781 RecoveryFix55718774,55718774 Servicing_Narrator_LocalizeCloseButton_55714585,55714585 Servicing_FodLPEnumHardening,55714093 Servicing_TelibFixRetryLogic,55713571 GamepadInvocation,55710785 Servicing_BatteryUsageSortbyDuplicate,55709674 EnhanceContainsOperator,55708326 Servicing_CBSEnableEcoQoSConfiguration,55706234 TvsWarningFixes,55697412 WBODFSFF,55696032 MSRC93888_55687352,55687352 Servicing_ADSD_LAPS_BA_pwd_rotation_fix,55686984 FujitsuRsErrataFixes_55686671,55686671 CanUseD3DKMTIsFeatureEnabled,55684787 WBLSTF,55683073 PrintPlatformStabilizationFixes_2505,55677794 Census_WMI_TPM,55676715 WBODICF,55672795 Servicing_SearchUXIconNonIndexedLocationFix_55656186,55656186 SrumEnableConfig,55648371 BugFix_XamlIslandsfixForFlyoutsCTTA,55645816 Servicing_Kerb3961ApRepOfferKeys,55641152 NetworkUX_BugFix_55623962,55623962 Servicing_SessionXmlParseFix,55619081 WBDPPF,55617340 FDPAD_55608277,55608277 SmartInstallFixPayloadHardcoding_55606662,55606662 Appraiser_Remove_CTAC_Telemetry,55591761 ECU532,55590532 Servicing_LeastSetBitC4146Fix,55578844 LeastSetBitC4146Fix,55578803 CAMStorageDatabase_Wave1,55578545 WBSOD_55575516,55575516 ODTTVA_55575501,55575501 Servicing_RecDisk_Telemetry,55572123 MSRC93585_55569279,55569279 MSRC93582_55568968,55568968 DeviceCatalogPriority,55565157 CDLiveCaptionsMMF,55559405 FST,55557761 WBFTSCU,55556675 Servicing_Feeds_ExposeUserTriggerTimestamp,55555721 NetworkUX_BugFix_55554471,55554471 AutopilotClearUserEspCacheOnComplete,55554139 ChsPinyinDsRwlock_TVS_Fixes,55553644 Servicing_FixAutoUpdateForCTA_55553084,55553084 Servicing_ContextMenuLabelsCrashFix_55550636,55550636 LocalizeBatteryUsageSystemName,55549115 WidgetsCommonComponentContainmentV2Store,55548655 PSAF,55543394 ReFSDedupSvc_Batch_Dec_BugFixes,55536860 Scenario55536346,55536346 VAPKILS,55532803 Appraiser_Setup_EndLessLoopFix,55532675 FDPAD_55527452,55527452 FirewallLogs,55521637 Servicing_SPRBatteryUpdates,55520808 RemoveInsertedPreSearchCall,55520675 Servicing_FileExplorer_SessionWatcherMetricsOptOut,55518345 AutopilotDppRebootFix,55517900 Servicing_UniscribeGB18030,55514917 Servicing_EnableMSIEFTPDll_Telemetry_55512851,55512851 IMATest,55512263 Appraiser_SummaryAggregator_Null_Check,55500300 SystemSetting_SearchLanguageUpdate,55495805 WuSettings_ImprovedUpdatePolicyListBugfix,55495037 DesktopSpotlightPersistWallpaperSettingsCallAvoid,55494172 Servicing_FixNullLockscreenAdaptiveCard,55493936 TCPIP_BugFixes_2504,55490688 PreregisterPackagesIfNecessary,55483477 Servicing_PfxImport_EmptyInstanceData,55482091 RestoreTab_55481270,55481270 Servicing_RemoteAudioExclusiveStreamFix,55480234 DesktopSpotlightKioskFix,55480224 Servicing_RDGDeviceRedirection_55480083,55480083 QualcommPrimaryJpegEncoderHardcodeRemove,55474173 WBODICMF,55474164 WBLTA_55471283,55471283 WBLTA_55471278,55471278 Servicing_InternalL2LayerMissing,55465894 Servicing_InputScenarioCheckUpdate,55464315 PurchaseCallFastFail,55462183 TrackDailyLaunchCount,55455917 Servicing_DwmCrashLoopInBamoPrincipalImpl,55448959 Servicing_SBE_FCK_Rotation,55448318 Servicing_AccessAgentItem_55447238,55447238 Servicing_AccessAgentItem_55447237,55447237 Servicing_SCC_NullWorkConnection,55447215 Servicing_NoNullWorkItemInQueue_55447202,55447202 Servicing_NoNullWorkItemInQueue_55447193,55447193 SetTicketVariables,55445286 DisplayMux_PostGA_BugBundle_1,55445215 ODTTVA_55442377,55442377 Servicing_SearchEducationAnimationTypingEventFix_55435574,55435574 DisplayBugBundle_2504,55435102 Enable3x4StagingControls,55435097 DisplayBugBundle_2503,55435015 SystemSettings_ProcessorSpeedDisplayFormat,55434785 Servicing_SendRecvBidi_AV_55434697,55434697 LogEventNonStringSupport,55434497 Servicing_AudioSettingsDefaultCheck,55433299 RefactorCommonSettingsProtocols,55431989 ShellUIHostCoordinatorRegionalPolicyCheck,55430721 FUSTFB,55425271 FEST,55424992 CompSwapchainBufferAddFailCrash,55416766 KioskCenterFix,55411042 HighContrastModeCrash,55410587 Containment_UUS_CaseSensitiveLessJsonValidation_55405872,55405872 XWVIF,55397056 PreventTaskbarPins,55394562 NarratorImageDescriptionWithVisualAssist,55393518 VTSFDF,55392126 CCA,55390938 ContainerNetBugFixes2503,55390665 Servicing_SendRecvBidi_AV_55388717,55388717 Servicing_UOConfigExpeditedApps,55387887 Servicing_WebauthnHybridTimeoutAccessibility_55387480,55387480 PcaUiArmUpdate,55385540 Servicing_StopSearchUXAnimationsWhenTurnedOff_55384482,55384482 MSRC93228_55383329,55383329 TNNOIF,55377862 UTBF,55377719 Servicing_AudioEndpointDriverUpdate_55374427,55374427 Servicing_ResolveORInfo_NULLDereference_55373979,55373979 Servicing_SVRRealtimeEconomyQueueingPriority,55373025 FMULCP1_55371478,55371478 Servicing_Feeds_Fix1SCallHttpError,55371128 ID55370200,55370200 DoNotLowerCpuPriorityForInteractiveStaging,55369402 NativeNVMeStackForGeServer,55369239 NativeNVMeStackForGeClient,55369237 WallpaperSurfaceException,55368916 CloudStoreBackupRestoreForAAD_55368779,55368779 RemoveStoreSls,55368198 RestrictHIDGamepadDelegation,55367790 Servicing_V13SearchesForP3_55367728,55367728 Servicing_SPRFixes,55367354 Containment_UUS_DbExec_55365991,55365991 LCFOCC,55365939 Servicing_OverflowFlyoutModelUnsubscribe,55365813 XblAuthDeprecateWlidUsageForDelJwt,55363219 VALTMC,55362165 SWAAP,55360026 WSTTDTest,55357951 Servicing_SuggestionBehaviorFix,55353539 HandleMetadataFix,55353523 SetCorrelationVectorForDeploymentRequest,55353132 MTestAbShSEOPHI,55352276 CompositionSwapchainAdvancedSyncSupport,55352145 ImmediateRetryAcquireLicense,55345663 WBPFTPDE_55343717,55343717 WBPPPDE_55343650,55343650 WBPFTPDE_55340398,55340398 Servicing_FodSynchronization,55339599 CastDiscoverability_UnHandledException_Bugfix,55338118 ID55337484,55337484 WBPPPDE_55336956,55336956 SWACFF,55336479 LCUDownloadCountTelemetry,55327955 UtcProcessPerf,55327669 Servicing_PDFInfiniteLoopMSRC93096,55327636 Servicing_StartMenuMsanSuggestedApps_FireAndForgetCrash,55327327 Containment_UUS_UIEOrchestratorCOMImpl_55324173,55324173 Servicing_FodTelemetry,55321020 SuperWetInkWait,55320787 SACCFBOT,55315677 UCPD_55313881,55313881 RichCalendar_DataClean,55312276 KnowYourPC_W11FAQList,55305888 RdpInputDesktopCheck,55289228 STCFF,55288104 Servicing_TaskbarSnapGroupPendingItemList,55284361 EntraCancelAndPerfMats,55280724 NFUWPF,55277652 FUROI,55276373 GdiPlusOptimizations_Misc,55265210 GdiPlusOptimizations_ScanOpConvert,55265204 GdiPlusOptimizations_ScanOpQuantize,55265202 GdiPlusOptimizations_ScanOpBlend,55265199 GdiPlusOptimizations_GpBitmapScaler,55265196 GdiPlusOptimizations_ScanOpAlphaMulDiv,55265190 Servicing_WpfCrashInTransitoryDocument_55264352,55264352 Firewall_BugFixes_2503,55263160 CNUIT,55258574 NWEF,55253859 Containment_UUS_NanoServerSupport_55251062,55251062 Muse_UIEOrch_DockedAPI,55250520 Containment_UUS_ScanIntent_55249686,55249686 ICapabilityAccess_AgileRef,55248491 Servicing_Devinv_EmptyProviderCrash,55247747 D3D12DisplayableCD,55247264 Servicing_OmadmClient_AadTokenExpiration_55247244,55247244 Servicing_OmadmClient_AadTokenExpiration_55247206,55247206 Containment_UUS_AttributesNotImpl_55247191,55247191 FNHFP,55241894 Bugfix_RemoveLegacyCompatTs,55237111 Servicing_Feeds_SetMUIDOnMultipleDomains,55236949 Servicing_CopilotPWA_StampInstalledForSysprep_55235339,55235339 Servicing_EDAMCSP_OrchestrationFixes_55235087,55235087 Servicing_EDAMCSP_OrchestrationFixes_55235086,55235086 Servicing_EDAMCSP_OrchestrationFixes_55235085,55235085 DefaultIdSupport,55233460 SysMan_GPRR_Errors,55232308 SCSCBF,55230352 55226240_TM_v08,55226240 VADMT,55225600 Census_CTAC_System_Requirements,55214833 MediaQI2505,55203471 Servicing_DXGI_AutoHDR_HDR10SaturationFix,55202160 Servicing_EnableInspect_55199570,55199570 FujitsuRsErrataFixes_55197922,55197922 MSRC92894_55187075,55187075 FixUsoCallback,55184410 VRRSurfaceSyncRefreshTime,55182474 Servicing_FEDisclaimerIndexerCheckCompleteAndAsync,55182332 Servicing_PreSearchForPackages_55181879,55181879 Servicing_PreSearchForPackages_55181866,55181866 PrivacyBonusBarIconChange,55181820 Servicing_CloudIdentitySSOCookieCachePersistentRegKeyFix,55181166 Servicing_DXGI_AutoHDR_BindCrashFix,55181116 Servicing_ExtMonStatusSPR,55181064 Disable_UNP,55180470 WRPC,55173043 KYP_WBC,55171166 UpdateBannerOnAlertRefresh,55170992 MachineLockHangFix,55170095 ShowTNII,55167716 ScoobeWascNodeDisplay_55164311,55164311 Servicing_AsyncMFLParentPath,55163988 Servicing_ImmediateRetry_InternetIssue_55163877,55163877 Servicing_ImmediateRetry_InternetIssue_55161159,55161159 Containment_UUS_FixEOSLogic_55159474,55159474 DeeplinkPinFix,55151711 WSTB,55150237 Servicing_Feeds_FeedsAnimatioSlideFromRight,55133311 Servicing_XInputHidExclusive,55132711 NoSmartInstallDialogForPSI,55132583 AdminlessElevatedToken,55120247 Servicing_RebaseLCUAndGDRFix,55119128 StagedAppUpdates,55118026 Containment_UUS_UsoSvcWhileServicing_55115644,55115644 FixDependencyPropertyInitializationInSnap,55113996 SEBWorkerThread,55113933 OobePC2PCMigration,55111207 VAPDAP,55107619 WISE_ForegroundHelperFix,55095770 Servicing_BitLockerRecoveryTelemetryCore_55086356,55086356 Servicing_BitLockerRecoveryTelemetryCore_55086347,55086347 Servicing_BitLockerRecoveryTelemetryCore_55086335,55086335 Servicing_PrintPsaPdrFirstTimeFix,55084787 RecoverySettings_IgnoreUpdatePolicyForUserIPU_55083146,55083146 AvoidRedundantPurchaseCall,55081259 MSRC92705_55080005,55080005 FixCtacRules,55073494 FEGB18030_Compliance,55070915 Servicing_PBRBitSuspendedVolumeFix,55065928 DisableTelemetryForTests,55065546 NewDWMFailFastErrors,55065097 CompositionTextureDirtyRects_55063468,55063468 AllowForCdmTestHook,55062919 Containment_UUS_v14_55061656_ReportMccInXvcStartEvent,55061656 Allow3PUEFICARollout,55061616 NxtKspTransaction,55061615 Servicing_DefaultPolicyStateNotApplicable_55061385,55061385 Servicing_DefaultPolicyStateNotApplicable_55061349,55061349 Servicing_StartMenuMsanSuggestedApps_Commercial,55060465 Servicing_StartMenuMsanSuggestedApps_CTA,55060412 MSRC92681_55059962,55059962 MSRC92679_55059929,55059929 Muse_Settings_HistoryTextFix,55055185 PreventRepeatedAdminChecks,55049146 Servicing_NoThumbBarButtonIcon,55046793 RecoverySettings_IgnoreUpdatePolicyForUserIPU_55045870,55045870 BugFix55045501,55045501 Containment_UUS_UUPRemoteProcess_55045381,55045381 RTCoreProcessor,55042835 Servicing_InstallTelemetryDurationBytesDownloaded_55042703,55042703 Servicing_MFShutdownFix,55042684 Servicing_InstallTelemetryDurationBytesDownloaded_55042682,55042682 WBNCR,55037241 MgCurRes,55037004 WAMPluginWin32Activation,55035554 ModifyPermissionsInSlui,55035472 Containment_UUS_v14_55033754_DownloadPausedEvent,55033754 NLM_Fix_NlaPluginRaces,55032533 DL55030749,55030749 WuSettings_DisplayExtendedErrorCode_55029013,55029013 WuSettings_DisplayExtendedErrorCode_55029005,55029005 Silence_Noisy_ASL,55028837 Servicing_AudioClientInitNotFound_55028683,55028683 Servicing_IndexingLogAdapter,55023225 CDPDisableDDSRegistrationRetryForAAD,55016787 Capture_SameItemMultithread,55009883 SystemSetting_AddL1PageGroupsSearch,55007914 MSRC92552_55007864,55007864 Servicing_FEStatusBarDisclaimerCollapsingFix,55007559 Containment_UUS_RequestedRestarts_RegKey_Cleanup_55007506,55007506 Servicing_FEStatusBarDisclaimerNarratorFix,55007364 SWT_2,55006994 WBRBESPF,54998316 Servicing_EnableMSIEFTPDll_Telemetry_54997663,54997663 Servicing_SFC_Unbind_Removal_54988908,54988908 WidgetsCommonComponentContainmentV2,54974880 Containment_UUS_UpdatingAUOptionRebootAction_54974392,54974392 MTestAbShFCDITTF,54972474 RulesEnginePOCheck,54963414 Servicing_FileExplorer_CFD_ColumnAdjustmentFix,54962544 InventorySvc_Log_Feature_State,54961840 MSRC92521_54961704,54961704 Servicing_StartMenuMsanSuggestedApps_ANID,54960852 Servicing_CFDSaveAsEnterFix,54956591 NSC,54931599 GlobalTouchGesturesTelemetry,54924805 Servicing_CISBaselines,54924609 GetStartedTelemetrySummaryFix,54924461 LogonFrameworkTelemetryImprovements_V2,54923739 Servicing_PlaybackFailureInWindowsAppSDK_54921375,54921375 DisplayMux_ForceMuxFullSupport,54920706 Location_LocationHistoryDeprecation,54920368 Servicing_ITaskbarListThumbnailWindowFix,54918555 FileExplorer_CommandBarFlyoutPerf,54917906 TulipAccessibilityBugFixes,54917360 MSRC92483_54917005,54917005 FailGlobalObjectsCreationForAppContainerShim,54915066 ChangeSettingsAppMinimumWidth,54915060 MSRC92475,54913976 RSST,54913653 Servicing_CopilotHWKeyFallbackOption,54907172 Servicing_TVS_WNPNET,54907064 BugFix54906891,54906891 TVS459,54903677 EnableRailV2,54900690 Census_Increase_String_Cache_Retrieval_Size,54899902 Location_Fix_ServerUrl,54899509 NoAdvancedDFlipOnMultiMon_Ni,54898377 Containment_UUS_AddingForcedAutoRebootStoredValue_54898243,54898243 Servicing_MissionControlAggregator,54897663 Servicing_PlaybackFailureInWindowsAppSDK_54886703,54886703 Servicing_AdminGamepadInjection,54886014 Servicing_RollbackOnAICrash,54884356 WuSettings_SettingsPage_LoadDelayIssues,54884159 Servicing_BLPruning,54883171 Containment_UUS_RequestedRestarts_RegKey_Cleanup_54880654,54880654 Servicing_CFR_GroupBypass,54880379 DisableBioSignatureCheck_54880074,54880074 DisableBioSignatureCheck_54880065,54880065 Servicing_UADisableStageBeforeInstallContainer,54879743 ImproveUupErrorLoggingForRQVs,54879109 SegmentationFix,54874886 UCPD_54870449,54870449 ShowSourceApps,54870388 Servicing_54865933,54865933 BugFix54865346,54865346 Servicing_MdmdiagnosticsEmptyRegMultiSzCrash_54861824,54861824 Servicing_MdmdiagnosticsEmptyRegMultiSzCrash_54861822,54861822 Servicing_MoreHashMismatchWorkarounds,54853785 Servicing_LogicPipelineResolver,54852096 AsyncMFTWrapper_FormatChangeLostOnFlush,54851118 Servicing_HangDetectorInConfigApplyComplete,54851097 OobeListViewKeyPressSearch,54847396 SMUSM,54847279 VelTest_ControlledByProxy_DBD_External_Child_DBD_External_Parent,54846952 VelTest_ControlledByProxy_EBD_External,54846949 VelTest_ControlledByProxy_DBD_External,54846942 VelTest_ControlledByProxy_AE_External,54846931 UCPD_54845374,54845374 Bugfix_Anqp3gppParsing,54843867 MSRC92338_54837850,54837850 NSCEHB,54833190 Servicing_CBSACRScavengeOnce,54824051 AddEditBufferSelectionTipTests,54823862 WXHDeprecateRewards,54795784 Servicing_WarpNoY210Y216SupportForHEIFRendering,54792993 WholeExplorerProcessRunOnWASDKCBS16,54792954 MSRC92285_54792938,54792938 Capture_LazyClosedEvent,54792395 MSRC91378_54792354,54792354 MSRC92145_54781857,54781857 MSRC92277_54780802,54780802 DeliveryOptimizationPoliciesInfoBarV2,54777674 HandleEmptyIrisPlacementId,54776587 SysprepCreateFamiliesFolder,54770207 TakeCacheLockWhenClearCache,54764968 ModelCacheGeneration,54764634 Servicing_TaskbarNoFocusAfterJumplistClose,54764167 WCM_Experiment_AppPrioritization_EnableLedbat,54762180 Compattelrunner_Gmd_Asl_PipeConnectBugfix,54761421 Servicing_FileExplorerDehydratedThumbnailsChangeNotificationsFix,54761410 Servicing_CBSRepairStagedCapabilities_54761281,54761281 TransientErrorTelemetry,54760525 Servicing_DmGetAllTasksInDiagnostics,54759314 Servicing_DuplicateLocalTicketReferenceFix_54758580,54758580 Servicing_DuplicateLocalTicketReferenceFix_54758573,54758573 InputSwitcher54754475,54754475 Servicing_Excessive_SysvolDC,54744879 XboxGamepadSupport_54733141,54733141 Servicing_FidoAutoHealFix,54731872 Servicing_OmaDmClient_Retry_ScheduledTask_54730668,54730668 SdGeCuReTiFi,54728641 Servicing_OasisAlternateHomeErrorHandling,54726686 W32PTU_54722642,54722642 NLM_Fix_UpdateNetworkCapability,54721970 DisableBreakForRemoteVidPnCheck,54721703 LogUusVersion,54716722 Servicing_DWMCrashesInBamoPrincipalImplLoop,54716082 FindMyPenSubtitle,54714397 IddMonitorListReference_54712811,54712811 PCTIPCF,54708665 AltTextWindowsBackup,54707867 11D_BugFixes,54706322 Servicing_DispatchToUIThread_54704371,54704371 DeviceInstall_NonNativeDriverImport,54704091 Containment_UUS_Bugfix_StorageReservesInheritance_54703063,54703063 AddDurationAndBytesDownloadedToEndStageTelemetry,54702923 Containment_UUS_Bugfix_DeadlineDriver_54702276,54702276 ID54700386,54700386 PnpSysprep_InstallType,54697338 MSRC92188_54696213,54696213 RODSI,54695056 ASIFF,54694035 DL54693893,54693893 PPBF_Test,54693827 Servicing_Feeds_FixWebview2LoopCreate,54689397 AllowListForBlockNonAdminUserInstall,54689274 Servicing_FEStateRepoVerbsCacheReducedLocking,54682491 BugFix_54678501,54678501 Servicing_TransmogPostBaselineFix,54665154 Containment_UUS_UpdatingAUOptionRebootAction_54663692,54663692 Servicing_NpfsMemcmp,54663392 FocusEnabledControlNullCheck,54661253 VARET,54659278 SuppressTouchGestures,54652173 MSRC92136_54648301,54648301 DXGI_1_7_API,54648291 PowersnapPowermode,54647229 Servicing_AADTokenSeenInDeviceDrill,54646078 SettingsHomepage_AccessibilitySettingsCard,54645886 Capture_WindowRootSelection_Scoped,54644335 Mesh2DNRE,54643200 MSRC92110_54631840,54631840 ReFS_Rollback_Protection_Persist_FailMountOnMismatch_UEFI,54631734 AppxPackagingCoCreate,54630891 MSRC92102_54630601,54630601 Bugfix_RemoveAcmDeveloperPreview,54629898 D3D11AndDXGIReportRGBMPOSupport,54628290 Containment_UUS_QUDowntimeNewAPI_54627384,54627384 CaCGVelocity,54627019 Servicing_SPRPowerSourceFix,54625969 Servicing_ADSD_Ftcache_Regression,54625146 SxSContainment_TextInput,54621264 SpeechRuntime_1_41_1_TextInput,54621188 KnowYourPC_W11TopCards,54618938 SpeechRuntime_1_41_1_VoiceAccess,54618497 SxSContainment_VoiceAccess,54618482 Servicing_TriggerACRforZeroByteCorruptDeltaFiles,54616917 RemoveClientIdForInteractiveCallerCheck,54616282 KVS_BugFixes_54616193,54616193 Servicing_WME_WinAppSDK,54614208 Servicing_SetupUseEXBINSFlag,54612362 Containment_UUS_FixingSettingRebootUXLaunched_54611501,54611501 PCBF1D,54605795 Containment_UUS_CleanupProductAfterAttempt_54603591,54603591 Servicing_UnstagedFilesRepair_54603524,54603524 Containment_UUS_v14_54603230_RemoveEncryptedFileIdFix,54603230 MSRC92077_54601761,54601761 HnsEndpointRoutes,54599261 MSRC92072_54599163,54599163 ESIM_APDU_STOP,54590809 DolbyVisionVSVDBv4_Support,54586575 DeveloperCohorts_54586416,54586416 MSRC92063_54586290,54586290 DriverSetup_RelatedDriverUninstall,54585615 Servicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_54581290,54581290 Servicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_54580909,54580909 Servicing_NdupNthEulaFromDCAT,54578341 WBPLPDE_54577235,54577235 MSRC92043_54576964,54576964 InHpWaOnSFi,54576272 SpeechRuntime_1_41_1_Narrator,54575455 WBULU_54573516,54573516 WBPDE_54572042,54572042 SxSContainment_Narrator,54569774 AppInv_EscapedUnicode,54565798 Servicing_LocalSystemAccessRights,54564890 TaskbarSuppressAnimationsFix,54557673 DeviceSetup_FixRaceIssue,54550508 Servicing_RemoveDeviceFormatChangeHandling,54546473 Servicing_ValidateAgentItem,54546004 SupportOSVerCheck,54541764 DualEngine_CheckFailure_BrokerCallDualEnginePostMessageOrBrokerCallAsfwAndWait,54541741 USFAN,54540874 MSRC91941_54539706,54539706 DodVsyncEnsureLocked,54538721 EnableUdpRegardlessOfAvdConfiguration,54537892 Servicing_RemoveStagePartialSectionfromActionListforWinPE,54537382 BugFix_SessEnvThreadHandleManagement,54535558 AccessEnableVSyncEventAtomically,54532698 DUSM_Fix_RacyAccesses,54532695 HwndSwapchainSkippedToken,54527528 InkManagerAggregateTelemetry,54520009 TIPDynamicTelemetry,54519870 UnsupportedPrinterDriver_Notification,54519779 DeviceSetup_DriverNotFound,54517547 Servicing_TaskItemThumbnailViewRefIssue,54517502 RemoveUserVisibilityStateIfDeferringPackageInstalledForAnyUser,54516163 ID554514561,54514561 ID54514554,54514554 Muse_Settings_OptionalTextInitFix,54498515 MSRC91950_54490477,54490477 BugFix54487659,54487659 Servicing_MareBackupAumids,54485722 MSRC91940_54485143,54485143 MTestAbShFCDI,54484372 MSRC91936_54484335,54484335 MSRC91935_54484259,54484259 SystemStateTelemetry,54484191 AppReadinessCheckSrUser,54482854 NetworkUX_BugFix_54482353,54482353 DeliveryOptimizationDisabledMonthlyUpload,54481640 Servicing_FirewallCmiPluginDuplicateNameRules,54481534 Servicing_RecoveryRobustnessFeature,54480577 Servicing_CandidateItemsFont_54476554,54476554 CAI,54475355 AppInv_InventoryWatchdog_CrashFix,54472073 DcuOnExitAlwaysInCalleeContext,54471807 BugFix_54469418,54469418 WBBTDE,54467824 FullSearchPageControlledListFix,54466291 NMUP1B,54466202 IPS54464903,54464903 WebAccountListCrashFix,54458485 InvSvc_CrmReleaseCrash,54457625 DL54452090,54452090 DeviceInternetIssue,54448889 ImmediateRetryScan,54448779 SoftLandingNullCheck,54448084 MSRC91922_54447919,54447919 IddCxExtendLogAdapterCaps,54447807 SAFE,54446122 CheckStartScreenManagerExtensionForNull,54446066 Servicing_CBSContainerEnableSetsReoffer_54445623,54445623 SrbDataCheckReorder,54445019 Bugfix_ClearNonVgaSupportAfterStopDevice,54444834 Containment_UUS_BugFixIUpdateSupportSessionData_54444424,54444424 PreSearchForPackages,54444306 RestrictInputCloudStoreLocalUpdates,54441181 Servicing_M365PreloadCheckFix_54440432,54440432 WuSettings_DisableUserIpuForManagedDevice,54439941 PowersnapBattpctFix,54436693 DFlipAsMPO,54435379 AccessibleSuiteFoldersInAppList,54433352 DontCallFixStateLocationsAccessWhenRootOnly,54433304 WBPLPDE_54429261,54429261 EkRsa2kDefaultFix,54423021 LockWidgetMenuCustomize,54421973 MSRC91886_54418939,54418939 Servicing_FileExplorerSearchResultSetReliability,54416778 AllApps_HideWindowsFolders,54416368 Servicing_OmadmClient_AadTokenRetryUserLogon_54415139,54415139 Servicing_OmadmClient_AadTokenRetryUserLogon_54415112,54415112 Servicing_TaskManagerProcessorAffinityIndex,54414200 Servicing_FileExplorerDehydratedThumbnailsRenderFix,54412425 ImmediateRetryDownload,54412067 Servicing_ReofferFailsForPermanentBaselineDU_54411685,54411685 Servicing_CBSFODRetryWithBaselineAndPostBaseline_54411650,54411650 Bugfix_54405666,54405666 IddNoDFlipSupport,54404678 Servicing_HotpatchDoNotIgnoreRevision_54404432,54404432 Servicing_FileExplorer_CloudVerbMultiUserOptimization,54403078 AppInv_NoLocalPiiFilter,54402754 Servicing_NotifyStartCompleteAfterSenseServiceStart,54402139 BackgroundTask_WSW,54399521 BatterySignals_WSW,54399508 WBFTFF,54398118 Servicing_Feeds_FixDeviceLostCrash,54395530 StartInvokeTIPTestFix,54395306 BugFix54385915,54385915 WuSettings_ImprovedUpdatePolicyList_54380711,54380711 WuSettings_ImprovedUpdatePolicyList_54380703,54380703 ID54380617,54380617 Servicing_FeaturePendingSize,54380561 Servicing_SCC_QueueLockForCopy_54378087,54378087 Servicing_SCC_QueueLockForCopy_54378082,54378082 Bugfix_HostedNetworkMemoryLeak,54376802 EnableMskssrvAlwaysOn,54375117 5437_3643,54373643 MSRC91816_54369877,54369877 UCPD_54369541,54369541 Servicing_DXCore_TelemetryException,54368480 Servicing_DXCore_PrivateInterfaceFlag,54367780 BitLocker_Backport_Cleanup_AAD_Stale_RPs_For_Max_Limit,54367306 MSRC91752_54366245,54366245 CAMStorageDatabase,54365364 CTIPF,54361209 SBRpcNullPC,54358856 PdSTestFcRl,54351801 SettingsSearch_ControlPanelKeywords,54351350 DL54350909,54350909 Allow3POROMRollout,54350110 MSRC91753_54349633,54349633 Servicing_CBSRepairStagedCapabilities_54347155,54347155 Servicing_SenseSyncQueueHang,54346920 MSRC91745_54346469,54346469 AllowAutoRotateToDockOrientationPolicy,54340500 Bugfix_PcaDeadlock,54337110 Servicing_WIM_MFL_fallback,54332738 Servicing_USOReserveTelemetry,54331375 WinIoTBugFixBundle_Ge_4,54330149 IncreaseSyncAlpcTimeoutValue,54329859 MSRC91713_54328020,54328020 Servicing_IDisplayMonitorStaticsCrash,54326667 MAI,54323135 Mg1T,54322778 Servicing_JpegEncodeFix,54321657 WISERemoveTIPCompletionReq,54319670 AddCmpltReasonToHpdTipTest,54319669 Netman_Fix_LanNames,54319055 Servicing_WinREAgent_NewPartition,54318385 Servicing_JpegMetadataFix,54318313 NXTBitlockerAttestationReboot,54317906 Servicing_ReofferFailsForPermanentBaselineDU_54317880,54317880 Servicing_RawImageMetadataFix,54317680 NfcCx_Send_HLTACmd_Before_Deactive_Bugfix,54317575 PrivacyScreenMDMPolicies,54316665 DisableDirectBootFirmwareSignatureCheck,54316220 AllDiskEntries,54313919 MDMWNFSettingsSetFix,54313301 MSRC91681_54313041,54313041 FixRdpGraphicsSurfaceFlush,54312849 Servicing_FileExplorerF11OverlappingAddressBarFix,54311730 IncreasedWULogFolderSize,54307601 NNSA,54306680 MSRC91675_54305866,54305866 VelTest_ControlledByProxy_DBD_Child_EBD_Parent,54298369 VelTest_ControlledByProxy_EBD_Child_EBD_Parent,54298363 Servicing_DisableDirectBootFirmwareSignatureCheck,54288069 Bugfix_54287744,54287744 NTT11D_54287283,54287283 MSRC91666_54287202,54287202 NTT11D_54286601,54286601 MSRC91403_54286513,54286513 Servicing_DXCore_AdapterListConcurrency,54285763 Containment_UUS_ComplianceDeadlineThreshold100_54285490,54285490 MSRC91649_54285128,54285128 SpeechRuntime_1_41_1_LiveCaptions,54278110 SxSContainment_LiveCaptions,54277953 FLBTest,54277749 Servicing_CBSFODRetryWithBaselineAndPostBaseline_54271495,54271495 Servicing_CBSContainerEnableSetsReoffer_54270466,54270466 Servicing_FileExplorer_SessionWatcherLoggingQuieting,54269993 AADClientCloudApCookieCache_54269957,54269957 StaleBackdropCacheFix,54268553 CacheHivePerProvider,54268480 ID54268227,54268227 ColorProfileAfterHibernate_54267862,54267862 Containment_UUS_MultipleAcquisitions_54267726,54267726 WUSARebaseMultiMSU,54267669 WUSAMultiMSURebase,54267662 Containment_UUS_FixEOSLogic_54265050,54265050 Servicing_TaskbarInitializationTest,54264929 Servicing_FixSerializedDownload,54264451 SustainabilityFixes_Q3,54264117 WBPBEF,54260846 CacheTerminateOnIndirectStall,54260808 Bugfix_54255860,54255860 StartBadgingExceptionHandling_54253523,54253523 Servicing_Avoid_Nullref_54249480,54249480 Servicing_FileExplorer_NullBrowserHost_Fix,54249253 Servicing_PersistenceVolume,54248550 Servicing_WmiCESSPollingObjectsLeak,54245287 TipProviderInfoNullFix,54243167 Servicing_TS_RepairLog,54242100 WlansvcFuzzingCleanups,54240930 AllowDBUpdate2023Rollout,54240764 Servicing_Avoid_Nullref_54239961,54239961 Servicing_AppxPackageManagerExtendedErrorMissing,54239880 GatePerf,54238000 ImplVal,54237993 TestGateImp,54237988 TestLabVal,54237977 PerfImpTest,54237969 TIPFixCorruptData,54237966 TestConfNum,54237951 Bugfix_54236577,54236577 Capture_AllDisplaysSizeFix,54222616 TM_BranchSync_UsersKeyNav,54218610 KITC,54213766 Bugfix_54213081,54213081 SafeEventRegistration,54212298 MSRC91530_54211991,54211991 ESB54199015,54199015 Servicing_FCON_ReconcilePerfImprovements,54198177 PcaUiTitleArmPrinter,54197538 MSRC91520_54197173,54197173 MSRC91519_54196899,54196899 MSRC91518_54195941,54195941 MSRC91507_54194237,54194237 MSRC91505_54193805,54193805 Servicing_HyperV_TVMGSP_Telemetry_GE,54192329 MSRC91496_54192143,54192143 Servicing_FESearchEngagementMetrics,54191533 Backport_ApplyDisplayChangeButtonHighlight,54191467 MSRC91488_54189412,54189412 54185343_TM_v07,54185343 PCToPhoneLTW,54183122 CTPA_54183053,54183053 FodLPEnumHardening,54182394 Servicing_FCON_StorageWriterCreateImmutable,54181841 Servicing_RebaseUseParallelHydratorHydratedFiles,54180965 Servicing_ExpanderCancel,54164088 Servicing_OmadmClient_AadTokenExpiration_54163957,54163957 ARM64SE,54162406 FixInvalidGlobalId,54162316 MSRC91474_54161922,54161922 ID54161711,54161711 MSRC91471_54161264,54161264 DeviceInstall_GroupUpdateImprovements,54161194 Servicing_LocationHistoryBugFix,54160908 Servicing_FidoCachedLogonFix,54160686 NCSI_Fix_MoreResponsiveToDisconnectedStandby,54158214 Servicing_Warning6215InSmartClipboardCppFile,54158208 SettingsEuropeanConformityLogo,54157537 PrintPlatformStabilizationFixes_2502,54157168 WidgetsCommonComponentContainmentStore,54153633 WidgetsCommonComponentContainment,54153614 MSRC91453_54152573,54152573 MA,54148177 MSRC91445_54145259,54145259 MSRC91444_54145054,54145054 BreadcrumbingShutdownInStandby,54144069 UseWNCPlugin,54137221 Servicing_OmadmClient_AadTokenRetryUserLogon_54134686,54134686 WuSettings_FixIpuNotFoundInfobarVisibility,54134129 StartMenuAccountBadgingRulesEngine_54131686,54131686 HvciScanHvptHandling,54131612 ID54131603,54131603 WebResourceApiContract,54131524 Muse_Settings_IPU_Title_Modification_PI_Model_Copy,54129191 Servicing_RebaseNullAfterForwardDeltaFix,54128837 NoAdvancedDFlipOnMultiMon,54128362 FI54124886,54124886 FI54124521,54124521 WBSOD_54122123,54122123 TipTestCentennialLaunchUriForResultsImprovements,54121714 SkipNetworkStatusTelemetry,54120684 WBSACF,54118281 GeHiberbootSessionInputFix,54117495 HpdPsn,54117209 HpdPsbo,54116820 ODR_AppExecAlias_BestEffort,54115445 WBIPRF,54114820 Servicing_ReofferFailsForPermanentBaseline,54114063 NfcCx_Identify_STDV05_Series_Tag_Bugfix,54113441 ID54113335,54113335 Servicing_IaKerbAchDomainContainment,54112487 Servicing_NoLCU_For_WinRE,54111874 DefaultPolicyStateNotApplicable,54111790 IndirectSwapchainDirty,54107903 Servicing_WebauthnHybridTimeoutAccessibility_54105195,54105195 SUXBFTest,54104865 Servicing_LegacyKoreanIME,54103449 Servicing_Feeds_FixPaintBadge,54100492 IdsBugFix1,54100127 Containment_UUS_CallerIDTelemetry_54100102,54100102 WCM_Fix_GlobalPowerState,54099730 WUModernStandbyImprovementsV2,54099440 ReFSDedupSvc_Batch_Sep_BugFixes,54096824 Containment_UUS_MadeProgressCheck_54096031,54096031 Servicing_OfficeHubUpdate,54095124 Servicing_SSUWithLCUNotCrit,54094094 MSRC91369_54093779,54093779 NetworkUX_BugFix_54093603,54093603 Secondary_Account_TelemetryImprovement,54086976 WofScavenge,54086698 Servicing_ScavengingTransactionalDependency,54083196 CompatTabAVXCheckbox,54074916 Servicing_FilteringAppsForCopilotHWKey,54074445 MSRC91339_54073745,54073745 MSRC91337_54073507,54073507 DisplayBugBundle_2501,54072972 MSRC91332_54072804,54072804 Servicing_VFPLoadBalancerRules,54072713 Servicing_VfpRulesEqualOptimization,54072661 MSRC91324_54071901,54071901 Servicing_UnstagedFilesRepair_54071625,54071625 FileExplorer_UpdateTipTest_SwitchPivotsPerfTest,54070337 Calling_Fix_ImprovePhoneClientListenerRestart,54069373 Servicing_Win11AccessibilityStartPowerBadging_54064187,54064187 54062068_TM_v07,54062068 MercuryMSATelemetryFix,54052639 TelCacheProvider_GetStringMetadata,54042888 VelTest_ControlledByProxy_EBD_Child_DBD_Parent,54036290 VelTest_ControlledByProxy_DBD_Child_DBD_Parent,54036150 VelTest_ControlledByProxy_DBD,54036148 VelTest_ControlledByProxy_EBD,54036147 VelTest_ControlledByProxy_AE,54036146 MSRC91305_54036081,54036081 Servicing_CBSScavengeCorruption_54036047,54036047 Servicing_AddStagedComponentsCancel,54035455 Servicing_WebauthnCtapNfcIgnoreUicc,54034887 Muse_Settings_Reboot_Invoked_Telemery,54032959 Containment_UUS_v14_54031844_KvControlForMccAutoDiscovery,54031844 MSRC91289_54030884,54030884 SoftwareXORCursor,54029587 MSRC91274_54027067,54027067 Servicing_VideoSettingsEnabledDefaultFix,54024890 CompositionTextureDirtyRectsUsage_54020481,54020481 Servicing_NLM_DefenderQuirk,54019191 BugFix54018385,54018385 Muse_Settings_ActiveHours_Invalid_Error_Message,54016809 MSRC91261_54016219,54016219 MSRC91260_54016170,54016170 RemoveHardcodedExtensionNames,54016126 AddCollectionFlagsToAllowOneAfcCallOnCollectionEnum_54015885,54015885 AllowMissingOverlayMedia,54015020 EarlyWakeupTokenDeadline,54014964 Containment_UUS_FixInconsistentFlagUsage_54014547,54014547 EnableFlex2,54014281 AppResolverContextMenuPerfImprovements,54013257 Servicing_OsConfigRefreshBehaviorUpdateNew,54012866 NXTPowerHibernate,54011495 PIPLCBFTest,54001089 SBFE2501Test,54000467 EnableIddCx111,54000107 Servicing_StorSvc_MultiPathFormatSupport_53998073,53998073 Servicing_Feeds_ExposeIdxContentDebugId,53994960 CompSwapchainRenderAndPresentSync,53994671 CompSwapchainDX12Support,53994611 Servicing_AppxCrash_SRDatabaseClose,53993352 Servicing_PreviousPasswordBadPwdCount,53992468 UnifiedConsentCorrelationTelemetry_53992255,53992255 RegistryImprovements_53992244,53992244 UnifiedConsentCoordinatorTVSFixes_53992231,53992231 DefaultIdExceptionContainment_53992224,53992224 UnifiedConsentCorruptionFix_53992203,53992203 CloudStoreCollectionItemsOptions_53992177,53992177 CloudStoreTimeoutExceptions_53992159,53992159 FI53991953,53991953 MSRC90263_53991221,53991221 ColorProfileSettingRefreshListFixAndEnablePreviousFixes,53990958 Servicing_RebaseUseMoveInsteadOfCopy,53990407 Servicing_MsfteditGB18030_2022_53989961,53989961 HdrInRdp_53989221,53989221 WuSettings_AssigningEffectiveDeadlineTime,53988334 Servicing_IMCCVM,53988062 Servicing_FileExplorer_CFD_GallerySearchBoxFocusFix,53986467 Servicing_SessionDivideZeroFix,53985856 Containment_UUS_FixingUnwrappedError_53982220,53982220 Servicing_Feeds_EnablePinFlyout,53979754 Census_WMI_On_Server,53979501 ApplyDisplayChangeButtonHighlight,53978093 MSRC91204_53975472,53975472 MSRC91203_53975324,53975324 Containment_UUS_CoreClass_53974549,53974549 MSRC91201_53974268,53974268 FeatureTuningPriorityReconcile,53973482 MSRC91200_53973447,53973447 NDF_Fix_DiagnosticsLaunch,53970925 RailShellAppRuntimeGP,53968345 MSRC91191_53966772,53966772 MSRC91189_53964860,53964860 ImproveFrequencyToastMfaGe,53961564 Servicing_NgcIsoStartupTimeoutExtension_53959282,53959282 Servicing_GameInputXbox360ControllerSupport,53958782 Servicing_OmaDmClient_Retry_ScheduledTask_53958589,53958589 Servicing_OmaDmClient_Retry_ScheduledTask_53958588,53958588 Servicing_OmaDmClient_Retry_ScheduledTask_53958587,53958587 Servicing_Move_Renew_To_EnrollmentService_53958573,53958573 Servicing_Move_Renew_To_EnrollmentService_53958572,53958572 Servicing_Move_Renew_To_EnrollmentService_53958570,53958570 GE_EssentialsBundle_D,53957535 MSRC91177_53956433,53956433 MSRC91176_53956376,53956376 Servicing_DeclaredConfigurationTask_Present_53953011,53953011 Servicing_DeclaredConfigurationTask_Present_53953010,53953010 WindowsServer_DisablePolicyAllowList_DisableUserRightsMapping_53952918,53952918 Servicing_DocumentDeletionTransientErrorHandling_53952058,53952058 Servicing_DocumentDeletionTransientErrorHandling_53952057,53952057 Servicing_DocumentDeletionTransientErrorHandling_53952056,53952056 CopyStringInProgressHandlerMap,53943262 CheckCurrentDispBrokerMode,53941570 AllowTimeTravel,53934708 BugFix53931218,53931218 Servicing_FileExplorerCancellingAddTabCrash_Fix,53886247 Servicing_NestedComponentFixes,53885783 Servicing_ContainerETWLogAdapter,53885082 MSRC91141_53883495,53883495 Servicing_RebaseMapKeyExistenceCheckBeforeAccess,53880545 PLSTest,53871483 Servicing_OmadmClient_AadTokenExpiration_53867347,53867347 MSRC91119_53866817,53866817 MSRC91112_53865908,53865908 MSRC91111_53865779,53865779 WuSettings_UpdateSettingsManagedStatus_53864433,53864433 MSRC91108_53864264,53864264 MSRC91107_53864219,53864219 ID53863504,53863504 NXTObjectBroker,53861925 Servicing_VmswitchLbfoLockContention,53861624 Containment_UUS_MoveDowntimeTelemetry_53861623,53861623 Servicing_RegistryFlushAfterCommit_53861184,53861184 DriverStore_DrpGetFileOwners,53860103 Containment_UUS_ConfigProp_53859443,53859443 Servicing_CNDShare,53859265 SnapAssistTipBugFix,53858571 DeliveryOptimizationV2GroupPolicy,53857549 Servicing_HnsAccelNet_HcnCreateNetworkFix,53856816 IHIPF,53855592 FI53852624,53852624 FI53852528,53852528 WindowsBackupPFTPE,53851561 Bugfix_53850178,53850178 Servicing_AppxOSIMCrashFix_RemoveRequest,53850043 AvailablePlacehoderForShouldCreatePlaceholder,53849082 BubblesStackOverflowFix,53846605 ScoobePinSiteBridgeApi_53846217,53846217 ID53846034,53846034 MSRC91069_53845848,53845848 Servicing_CopilotHWKeyCheckInstallationAndRegion,53845253 MSRC91066_53845088,53845088 Servicing_CopilotHardwareKeyURIProtocol,53844968 Servicing_RebootlessTIPTestImprovements,53844566 LockSpotlightToprightHotspotExp,53844009 MSRC91057_53842578,53842578 WBPDE_53839079,53839079 Containment_UUS_BugFix_DownloadPriorityForOs_53837915,53837915 Servicing_DispatchToUIThread_53837449,53837449 Servicing_MDEPayloadCapabilities,53836691 VTFTWDDIO,53836420 LCFTWDDIO,53836418 VAFTWDDIO,53836393 FI53836283,53836283 FI53836280,53836280 FI53836276,53836276 FI53836269,53836269 FI53836263,53836263 AllowReleaseTargetOwnershipIfStopped,53835159 MTestAbShFHSET,53833058 WuSettings_SeekerBannerFallbackErrorFix,53823572 Servicing_Suppport_UndockedDEH_3,53823322 Arm64VcRedistInstallPcaSvc,53818329 TaskbarExtensibleLayout,53818150 StateLocationsSemaphore,53817154 GE_2025_02_Cellular_Bugfixes,53816507 MSRC91022_53816054,53816054 MSRC91021_53816021,53816021 MSRC91020_53815938,53815938 Servicing_PreferSRCachePackageFullNameForGetPackageRegistrationStatus,53815738 GestureOnlyTouchpadParam,53814925 GestureTargetingPTPFrameSplitFix,53814692 AppExAliasAbsPath2,53813530 NTTFX_53811998,53811998 MSRC91006_53811888,53811888 MSRC91004_53811833,53811833 WuSettings_FixDisableUXWUAccessPolicyCheck,53811467 MSRC91000_53810186,53810186 Servicing_WpfCrashInTransitoryDocument_53808436,53808436 Servicing_RepairWithoutEditionCompDb,53808258 Servicing_SenseTask,53808040 Servicing_GetZoneIdentifierForExistingFileOnly_53807682,53807682 Settings_3PPasskeyProviders,53807628 WBSPAF,53807114 2b29f7d13c894fd6a28aba3c3beeb2e3,53805754 SBFETest,53805269 CursorClipOverridingByInputDelegation,53803319 SystemSetting_SearchContentUpdate,53802726 WindowsConnectionManager_DisconnectInStandbyNoMinimize,53802543 Servicing_XamlMultiTaskingView_TelemetryAssert,53801381 ConfigureMSIXAuthenticationAuthorizedDomains_Ni,53801269 Servicing_OrchestratorResume_53800918,53800918 Servicing_OrchestratorResume_53800891,53800891 CxhForwardCompatibleNavmesh,53800532 Containment_UUS_Bugfix_AddMetadataReserve_53799536,53799536 Servicing_LsaClientProcessInfoTelemetry_53799140,53799140 Servicing_EnumDeadlockFix_53799015,53799015 Servicing_LsaClientProcessInfoTelemetry_53799003,53799003 MSRC90976_53798961,53798961 RemoveCallbackUri,53798299 7c91ef923e64407ca2bde02cab1bdc35,53790638 FileExplorer_UpdateTipTest_InitializePivotsTest,53788541 NTTFX_53788498,53788498 HVAT_53725109,53725109 ProcessInfoOverflowMitigation,53724936 Bugfix_DontUnregisterMonitorMgrPnPIfNotRegistered,53723253 Servicing_RegeditHandleDuplicatedBackslashes,53719981 SHINE_2501_Bugs,53719087 Containment_UUS_Bugfix_LogonScheduledTime_53718611,53718611 ImproveFrequencyToastMfa_53717850,53717850 Servicing_UnglommedTaskbarWindowIcons,53717761 MSRC90947_53717468,53717468 DcompK_MarshalerReleaseFix,53715526 WuSettings_RestartDeadlineStringChange,53715246 Containment_UUS_DisabledPolicyUpdates_53714440,53714440 ShellNotifyImprovements,53713572 USO_AdminInitiatedExpedite,53704699 MSRC90928_53703621,53703621 MSRC90927_53703514,53703514 Servicing_InProcMediaSourceExtensionLifetimeFix,53696619 AutopilotDppResilience,53695381 Containment_UUS_Bugfix_StorageReservesInheritance_53695152,53695152 XamlPresenterFontScaleFix,53694700 Servicing_UseConfigurationOptionsForContainer_53694281,53694281 Servicing_Nullpointer_ActiveConnList,53690510 Servicing_WslPolicyErrorMessage_53690341,53690341 AppUriValidationFix,53689991 MSRC90902_53686277,53686277 CoreIndexerBugFixes,53685942 SpeechSDKUpdate_1_39,53684771 NetworkUX_BugFix_53678232,53678232 WBBEIPF,53677315 Servicing_FileExplorer_EmptyAddressBarFix,53675450 MSRC90891_53672450,53672450 Servicing_GetZoneIdentifierForExistingFileOnly_53671664,53671664 MSRC90874_53669696,53669696 MSRC90868_53669052,53669052 Servicing_LuafvTableNode,53668556 MSRC90866_53668533,53668533 TUSTest,53668455 NcfHiddenBugFix,53663508 MSRC90850_53660701,53660701 NSMF,53659974 Servicing_StashingCorruptFilesinPossibleCorruptionList,53658959 Servicing_ACPIAcpSNonPagePoolLeak,53656746 SnapBarDiscoverabilityInlineMessage,53655173 SnapFlyoutDiscoverabilityInlineMessage,53655156 SISBOTest,53654840 NXTDeviceUnlockedWatermarkHiddenOnAspen,53648029 NXTDeviceUnlockedWatermark,53648003 MSRC90826_53647066,53647066 MSRC90824_53646821,53646821 CLPTC,53645597 Servicing_CopilotPWA_CommercialPinningOnlyForCPWUsers,53645370 PrintPlatformStabilizationFixes_2411,53641450 IsMountedLogs,53640525 Servicing_CustomShellHostInitFix,53639811 Servicing_AADtoMSGraphMigration,53637824 MSRC90788_53636358,53636358 DisableBioSignatureCheck_53635816,53635816 EMOAR,53629770 Containment_UUS_BugFix_GetCost_53623918,53623918 Servicing_RebaseSameTargetHashIssue,53620693 RunDllFullPath,53620097 BackupStNotify_53615602,53615602 BackupStNotify_53615593,53615593 HVAT_53615505,53615505 SMBAE,53615242 CopyFileOptionPreviewSection,53614885 ContainerNetBugFixes2501,53613491 Servicing_CustomShellExtensionAddressBarCrash,53612174 BugFix_HamActivityWaitsForRestore,53608294 WPP_API_Support,53588922 Servicing_FileExplorer_NavpaneItemHeightFix,53573189 FixLockAcquisition_UpdatePivotView,53573094 PowerModesACDCDifferentiation_EnergyRecommendationsBugFix,53572131 CreativeControlTelemetry,53572043 Muse_UsoDocked_DockedClient_WaitForInstall,53571568 Servicing_CBSPBRFoDMD,53549098 HnsNpmPerfOptimization,53548939 LParamOlmapi32CompatTweak,53548023 WParamOlmapi32CompatTweak,53547982 UnifiedConsentSyncTimeTriggerEnablement_53547539,53547539 UnifiedConsentSyncTimeTrigger_53547523,53547523 DeviceBasedLicensing_IdentityFileRegex,53537721 Servicing_HandleNullCEMValues_53537664,53537664 Servicing_HandleNullCEMValues_53537659,53537659 Servicing_HandleNullCEMValues_53537658,53537658 NetworkUX_BugFix_53537481,53537481 Containment_UUS_AADJNullCheck_53536875,53536875 BugFix53536518,53536518 Servicing_GDI_GB18030_2022A,53524091 Servicing_WebauthnHybridStackCorruption,53523260 Census_SpeechCortanaRemoval,53523253 OptFeatSettHideTextWhenNA,53522474 dwmredir_RefreshChildOffsets,53521841 DeliveryOptimizationSettingsV2IsExpandedBind,53521222 VirtualModeMPOCapsChange,53520828 FTConfigurationAllowed,53520691 CU_53520664_NRTAni,53520664 FixVideoEncodeL0L1DistinctCount,53520467 MSRC90709_53519517,53519517 MSRC90705_53518109,53518109 AddRulesEngineTipTest,53517471 ICBFTest,53514755 CastDiscoverability_Bugfix,53512618 PreviewComponent,53511882 Win32ProvisionInfoFix,53511732 PerRootFolderColumnFix,53510636 Containment_UUS_UOConfigBasedRegistration_53507816,53507816 ChangeAllAppsHeaderTextToAll,53498084 Servicing_WindowTabHostInitializedFix,53497987 CAMBugBundle_Se,53496814 FixSnapBarLoadedTipTestFailure,53496501 FMUVTP1,53493790 BPT_CD_BugFixes_2501,53493359 MSRC90670_53491849,53491849 RCUXPC,53490203 NSMIT,53486824 SMLN,53486786 WBSRRF_53486211,53486211 Servicing_DetachedOCDisableFix,53486191 EffectHash,53485075 SrumTierLevelMaskQuery,53483753 ID53481887,53481887 RecoverFromIdleAndDesktopSwitchTimeoutFalseNegatives,53481633 Bugfix_FixAnqpBeaconParsing,53481025 Containment_GraphProviderFastInteractiveScan_53480229,53480229 Servicing_PrestageVDLMarkCorrupt_53479728,53479728 Servicing_UpdateRecoveryBCD,53479582 MSRC90652_53477303,53477303 Containment_UUS_RpcErrors_53476628,53476628 VASACNC,53476151 Toast,53475297 HttpBugFix24Q4,53475280 Servicing_KeepRemoveInboxPackagesFromSRDuringRemove,53474703 WinIoTFileNamespaceRestrictionConsolidation,53474267 LauncherCustomizationDisabledCheckFix,53472551 FileExplorer_BlackFlashDuplicateWindow,53472520 ThemeCachePerfFix,53469963 Servicing_ParallelHydratorDeltaLoopIssue_53467062,53467062 FixVpBltAlpha,53466710 Servicing_CBSGetOnlineStoreFree,53464366 MediaQI2411,53462318 PostTrackingSystemShim,53461424 UndockedSRTransaction2,53461331 DeprecateTouchGestureEducation,53460890 NativeButtonProgrammaticFocus,53460771 NXTOOBERegistryOperations,53460761 Bugfix_53458410,53458410 TranOnWIDCF,53456682 Servicing_GetZoneIdentifierForExistingFileOnly_53454481,53454481 Servicing_GetZoneIdentifierForExistingFileOnly_53453097,53453097 LCCMD,53451155 e966a35c59d94d77bf28c8a6ab17874f,53450425 53449465_FaceErrPgNarrFocus,53449465 SASBF,53446662 ReturnCachedInventoryItems_Fix,53443113 OpenWithLogoLoaderBackplateFix,53441366 7b234fd8152756ae7406ca0b748e9563,53441326 Servicing_CrashOnSessionControlRelease,53435549 NHQVCF,53434412 PEATest,53433910 UXChangesCTTAInAdminless,53433737 Servicing_RegistryFlushAfterCommit_53430142,53430142 dwmcore_DXGIFactoryLeak,53427951 Servicing_ScavengeOperationLoopFix,53426725 SettingsLogoLoader_BackplateFix,53426464 Servicing_CopilotPWA_CatchExceptionOnTaskbarPinning,53424547 ContentModeExpandCollapseFix,53423904 ChangeExpiredPassword,53421001 KFMAW,53417495 a0ea56ca7a084596b5c3508f4de343ef,53416979 Servicing_PcaWallpaperAppDetector,53415507 IBDPWF,53414899 Servicing_TCExpandTarget,53412671 No_Aepic_GetPrivacyLevel,53409456 Servicing_ShellConfigSuppressStartMenu,53399534 ImproveRewardsIdealStateLogging,53399334 NACS,53398306 BASBF,53397306 STWP_Test,53397005 Servicing_TaskManagerPerfGraphColorFix,53396579 CdsJournalValidateReferenceFix,53394828 NetworkUX_BugFix_53394538,53394538 SFS_CD_BugFixes_2501,53393881 Servicing_ContainerMissingContentFix,53393275 SIP53391992,53391992 Regsvr32ArchCheck,53391599 FI53391453,53391453 FI53391447,53391447 Servicing_KerberosS4UWithoutRC4,53391016 86a80c45e9235b056c83820e66806c46,53390791 MSRC90507_53390552,53390552 Servicing_win32k_timers_bugcheck,53389196 VelocityProxyContainerSupport_SetOrResetLayerBootConfigurations,53386125 MSRC89746_53385590,53385590 MSRC90486_53385196,53385196 MSRC90484_53384996,53384996 ALNF,53382726 Containment_UUS_Bugfix_DeadlineDriver_53380296,53380296 Servicing_FixSerializedDownload_53379951,53379951 StartupTaskActivatedEventArgsMarshalByValue,53377768 PreventLogOffErrorForLocalService,53376086 ID53375151,53375151 WdfCD2,53375129 SettingsHomepage_YourAccountsCard,53371975 Servicing_ClipESU_Diagnostic,53371696 Servicing_ClipESU,53371488 Servicing_ExtendedUIPositionAnnouncement_53365180,53365180 MoveHDRVideoStreamingToHDRExpander,53364970 WuSettings_LogProgressPerUpdate,53364664 WuSettings_SettingsNotifyDeadlockFix,53364301 MSRC90442_53363836,53363836 MSRC90441_53363761,53363761 Servicing_RepositionSelectedTabUsingKeyboard_53344668,53344668 CopilotHardwareKeyBugFixes,53341953 Servicing_ParallelWuUpdates_53341258,53341258 Servicing_ParallelWuUpdates_53341256,53341256 TipsLinkCrash,53339773 SHINE_2411_Bugs,53339186 UUP_PackageContainment,53338696 SES,53338564 Servicing_RebaseDeltaLoopIssue,53334762 SSMCTT_Fix,53331440 Servicing_PFVC_ReconcileNetworkCalls,53331326 TFS,53331305 FixTIPFailure,53331303 95f39d1a945c4960af0155b6254343dd,53330962 8aa30532fc9549248a428cc55017ef6d,53330816 WBPPQFBF,53323054 AppInv_File_Attributes,53321510 DontSetDeploymentInProgressForIndirectlyServicedRegistrationRequired,53310369 Servicing_FileExplorerSearchBoxFocusFix2,53310315 MSRC90385_53309790,53309790 MSRC90380_53309050,53309050 Firewall_BugFixes_2501,53308487 LcFeatureTuningConfig,53308415 Servicing_SCC_StubToFull,53308361 InvSvc_Refresh,53308193 TouchKeyboardBugFix2410,53299531 Bugfix_53299261,53299261 TpmToolUseCurrentLogs,53298291 UnifiedConsentCorrelationTelemetry_53297613,53297613 WBSBIF_53293386,53293386 WBSBIF_53293376,53293376 WBSRRF_53293348,53293348 Servicing_TaskbarIconConversionException,53292757 WBSATA_53289690,53289690 WBSATA_53289683,53289683 GetDefaultAccountTokenWXHHelper,53284862 OobeWv2HostDll,53284810 LCITC,53283290 Containment_UUS_TimeUntilDeadlineCheckForNull_53282315,53282315 Servicing_PolicyManagerRefresh_53282311,53282311 Servicing_PolicyManagerRefresh_53282310,53282310 Servicing_CloudFile_SyncRoot,53281866 Containment_UUS_FUOnesettingsHeuristic_53281387,53281387 HomepageCommercialSupport,53281237 DriverStore_PrimitiveDriverUnreflect,53280900 Servicing_ParallelHydratorDeltaLoopIssue_53280158,53280158 Servicing_IsCallerInteractive_53280029,53280029 Servicing_IsCallerInteractive_53280025,53280025 MSRC90341_53277730,53277730 Servicing_iertutil_uri_cachcheck_fix,53277060 SRCacheNotInitializedMeansNotFound,53276226 8283cfaadd004642a259063ea15fce36_53272922,53272922 ScoobePinSiteBridgeApi_53271557,53271557 EnergySaver_HeuristicToast_Send,53265686 Servicing_FixTwoAEPIcon_53260350,53260350 CopyButtonControlScanMode,53260331 MSRC90308_53259083,53259083 Servicing_NtlmDeprecation1P3PTelemetry,53256580 Servicing_TelemetryStringFixInPlaceholderCode,53256044 WBFBSF_53254283,53254283 TSMI,53253281 SH,53252471 Feeds_LockScreenContent,53252378 Containment_UUS_TaskModified_53250547,53250547 Servicing_FODBaselinePlusRebasedReoffer,53195965 UpdateInputConfigHr,53193367 Servicing_PrestageVDLMarkCorrupt_53193114,53193114 EnableWppWorker,53192840 Muse_Settings_Active_Updates_Clear_Condition,53191380 MSRC90287_53190397,53190397 ReduceForceCacheScope,53188312 ConfigureRecallOC,53188129 Servicing_SmartInstallPSIInSMode,53187243 Servicing_SCC_NewQueueEval_53187214,53187214 Servicing_SCC_NewQueueEval_53187210,53187210 UnblockingTestTakingInAdminless,53186993 TIPTaskManagerTerminatedRecovery,53185014 5318_3720,53183720 WBNCPWF_53182327,53182327 WBEPETF_53181195,53181195 Servicing_NgcIsoStartupTimeoutExtension_53180723,53180723 BlockCertainAppRestore,53180507 FMULCP1_53179304,53179304 MSRC90255_53178712,53178712 MSRC88798_53178699,53178699 IgnoreSLValueNotFoundErrorCode,53177319 RemoveUnnecessaryCooldownLogging,53177058 FeatureTuningHeartbeat,53175971 ScoobeM365PageRegionPolicyBypass,53175777 ScoobeOneDrivePageRegionPolicyBypass,53175774 W365Boot_ManagedPCSettings_SystemL1_Rejuv,53175707 W365Boot_ManagedPCSettings_Account_Rejuv,53175704 W365Boot_ManagedPCSettings_Sound_Rejuv,53175691 IconRect,53163362 MSRC89933_53163211,53163211 MSRC90239_53161874,53161874 Servicing_BFSVCTelemetry,53160872 CaSET,53160659 Servicing_GDIObjectLeakStackHashZeroSet,53159173 DontRemovePackageRightAfterRegisteringIt,53155534 NTF9D_53152282,53152282 Servicing_MultihopWithMultipleBaselineAlternateSource,53151568 SBFE2502Test,53151032 eaa394d902c04eafb05af7ede9477930,53151015 TC,53149432 ODATT,53148593 W365Boot_ManagedPCSettings_Display_Rejuv,53146827 W365Boot_ManagedPCSettings_LocalBluetooth_Rejuv,53146824 MediaQI2502,53145125 CameraQI2502,53145084 Search_EnableRedirectionGuard,53128986 DDisplayDirtyRects_53117202,53117202 MsfteditGB18030_2022A,53117045 MSRC90211_53113138,53113138 MSRC90210_53112830,53112830 MSRC90208_53112471,53112471 Servicing_itss_MSRC_90208_fix,53112469 EnableRemovingAIComponent_Analysis,53111904 EnableRemovingAIComponent_ImageSearch,53111900 EnableRemovingAIComponent_ContentExtraction,53111895 Servicing_SessionReferenceCountingFix,53111649 Servicing_WinMSIPC_CertMigration_53111364,53111364 Servicing_WinMSIPC_CertMigration_53111260,53111260 NXTBackgroundUpdateScans,53109640 Servicing_SpeakForMeAudioStreams,53104070 MSRC90193_53102063,53102063 Servicing_ContentRetentionRetainFullFiles,53100365 Servicing_RemoveStateRepoCallInTileStoreNotification,53099989 Servicing_NDUPCommercial,53097967 Servicing_BluetoothLEAudioStreamingState,53095908 EnergySaver_GroupPolicy,53095234 Servicing_MsilHashWorkaround,53095211 Containment_UUS_PackageContainment_53093331,53093331 BatteryUsageGraphSectionLabels_53092139,53092139 Servicing_AudioSettingsFlickerFix,53090886 LIN,53088519 VBlankBoostCaps,53086770 AddWebView2NavigationCompletedTimer,53086435 NXTCreateAdminUserFromLogonUIWhenDeviceUnlocked,53082801 MSRC90167_53082621,53082621 Servicing_InvalidIteratorCrash,53082576 DisplayBugBundle_2411,53082192 DisplayBugBundle_2410,53082189 OSK_SecurityDllFix,53081723 ShadowAdmin_SFR,53079867 Servicing_RDGDeviceRedirection_53079741,53079741 FixEvaluationLogic_53079193,53079193 Servicing_ProtectedCodecSwitch_53078869,53078869 Containment_UUS_PreDownloadManageWuError_53077595,53077595 MSRC90154_53077297,53077297 FindstrWidePaths,53069952 PPISBFTest,53068363 Servicing_eSCLProtocolCheck,53066413 SustainabilityQualityFixes_Q2,53062497 Servicing_TiWorkerRace,53062308 BackportDisableEdgySettings,53062269 Bugfix_BroadcastDisplayChangeMessageInCallerThread,53062197 Servicing_FixMarkSelfCorruptDispositionOverrideIssue,53061361 Servicing_ExternalKeys_ChangeTime_Adjust,53061307 OpenWithWASDKPrep,53061306 Servicing_LastResortPrestagingFix,53060844 ID53060104,53060104 Servicing_EnumDeadlockFix_53059724,53059724 MSRC90123_53057920,53057920 WCG_WideColorSpace_Check,53054233 MSRC90104_53052810,53052810 WuSettings_OverrideTitleForDycoUpdate,53046894 SCF,53046817 WnfBugFix,53045678 Servicing_TaskbarFocusTransitionFix,53044579 FrameworkElementLayoutRoundingFix,53043463 MSRC90100_53042954,53042954 Servicing_DefaultToastNoToast_53042450,53042450 Servicing_DefaultToastNoToast_53041502,53041502 IncreaseUdpTransportTimerInterval,53039167 FixEvaluationLogic_53038370,53038370 RemoveActivityPrivacyPage,53036850 Containment_UUS_IPUWait_53036111,53036111 Servicing_WIM_GetPackageInfo,53035791 RepairAppRegistration_Preserves_ApplicationData2,53035716 Servicing_FixAepFailFast_53035703,53035703 Servicing_Fix_Regression_ProcessPackageGraph,53035445 ODKFMTTF_53034586,53034586 Servicing_InvalidPathHandling_53033901,53033901 PromotedAppsExternalPlacementId,53033461 NDTF,53030381 SPL,53029956 PBFTest,53029492 WBRABEFBPP,53018494 InjectedPenPressureFix,53016155 Adminless_53014983,53014983 Servicing_XamlMultiTaskingView_States,53007813 EE_RSExemptionErrata,53005584 NXTDisableNewWindowsFromCaptivePortal,53005012 Servicing_RecoveryDrive_CopyEXBINS_53004463,53004463 Servicing_RecoveryDrive_CopyEXBINS_53004454,53004454 DCP_Edge_Enlightenment,53001506 MSRC89503_53000946,53000946 ID52999927,52999927 Containment_UUS_DDFCV_52999696,52999696 Containment_UUS_RemoveXVariant_52998355,52998355 AvailableKeyboardsToolTip,52998184 MSRC90045_52998183,52998183 MSRC90044_52997980,52997980 VASNMI,52997426 MSRC90043_52996509,52996509 Containment_UUS_v14_52992949_AggregatePeerAndFileSystemErrors,52992949 NetworkUX_BugFix_52991823,52991823 SmartInstallPSIInSMode,52989638 Generate_NPU_Targeting_Attribute,52989470 PrintPlatformStabilizationFixes_2410,52989350 Servicing_WinMSIPC_CertMigration_52988965,52988965 BugFix_UseCachedSensorOrientation,52987254 TKBEM_TVS,52987186 Containment_UUS_UOConfigBasedRegistration_52984667,52984667 Containment_UUS_CallerIDTelemetry_52984547,52984547 Backup_Preferences_TelemetryImprovement,52980759 RepairIfMissingExtensions,52973182 NotifyIcon2411BugFixes,52973115 Servicing_HydrateBackToBaseline,52972955 PahcHibernatePcrFix,52969581 MSRC90016_52968975,52968975 Servicing_RegistryFlushAfterCommit_52968406,52968406 MSRC90005_52967269,52967269 RFS,52966583 MSRC89997_52965668,52965668 9D_BugFixes,52964436 WebView2Widget,52963925 WidgetSharedWebView2OSClient,52963885 HShellAppComandInputMessageSourceCleanup,52945638 FSSOF_52945058,52945058 Servicing_CBSWNFNotificationpublish,52944350 MSRC89973_52944081,52944081 FSSOF_52941711,52941711 WBTTFBEFB,52941184 NTF9D_52940288,52940288 MSRC88572_52938370,52938370 WBNCPWF_52938358,52938358 LaunchUriForResultsMeasureEvents,52937186 BugFix52936871,52936871 Bugfix_DisablePerUserProfileUpgradeToWpa3,52936187 SearchPoFRemoveGleamWhenUserTypes,52934740 FixUarmDeferralBug,52934731 ShowGraphicAnimationCompleteDispatch,52934196 SearchPofTipRemoveUiNotUpdated,52931707 ID52930508,52930508 Servicing_HeapCorruptionDoubleFreeD3d10warp,52929485 BioThreadStackSize,52926491 MSRC89942_52925665,52925665 MSRC89890_52925046,52925046 Servicing_MitigateBitLockerSBV2,52914294 KnowYourPC_Surface_Trade_In_Recycle,52900454 Servicing_NoPFLFixForMFLFallback,52896701 Servicing_ThaiBoxCharactersReEnablement_52896431,52896431 Servicing_ThaiBoxCharactersReEnablement_52896421,52896421 Bugfix_52895746,52895746 MSRC89919_52892275,52892275 MSRC89914_52891720,52891720 WuSettings_MuOptinWithLink,52890066 FI52888896,52888896 SkipPerUserSetupIfBlockedOnPreviousLogon,52888229 Servicing_ReduceWUCleanupSize,52888039 MSRC89892_52886118,52886118 BitLocker_Provisioning_NXT,52883139 CDLCMMF,52882955 GeDownlevel,52881528 AppListHelperIsUninstallable,52881503 SearchFilterHost_LPAC,52876528 FodLPEnumHardeningEnhancements,52875806 UCPD_RENAME_ATTACK,52873407 LayoutFileFormat,52869982 WDF,52854637 MSRC89863_52848535,52848535 FileExplorer_FastFlagToImproveNavPerf,52847238 MSRC89857_52846868,52846868 Devinv_UseTempCacheOnError,52846520 WTSActivityId,52846231 BugFix_UserGetDefaultReturnNull,52845996 Servicing_CertEnrollVerifyBStr_52844967,52844967 Servicing_CertEnrollVerifyBStr_52844872,52844872 Ac_TxClp_Fix,52802796 MRK,52802274 STAIATest,52800817 UCPD_BACKTRACE,52799658 QueryExtraDownloadContentInfo,52799601 DesktopSpotlightHotspots,52793632 Servicing_PreloadCancel,52784163 Aepic_AlwaysOpenCache,52772862 Servicing_InitializeCOMInPackagesToBeInstalledGetter,52768733 Servicing_WslPolicyErrorMessage_52768688,52768688 LauncherServiceForegroundRightsFixForCentennialTarget,52767525 MismatchAadTokens,52766310 FODSIT,52758099 CredUI_Support_For_MulColSVG,52757074 WBFBSCN,52757065 TAIBugFixes,52755835 PersonalizedOffersNthLogon,52753873 Servicing_CertEnrollVerifyBStr_52753170,52753170 ISMReliabilityBackport,52750913 SoftNumaIrqlFix,52750597 MSRC89798_52750266,52750266 Servicing_DocumentDeletionTransientErrorHandling_52749107,52749107 MSRC89901_52748362,52748362 UCPD_52747459,52747459 IOD,52747001 DriverStore_ServiceValidationCrash,52744910 Servicing_WHfB_HybridPin_Reset,52743673 CD2409_SACBF,52743271 FSOE,52742204 Containment_UUS_BugFix_UserIpuRebootPending_52739089,52739089 Servicing_CodecExtensionCacheFix,52736852 Servicing_VANotListedInSettings,52734540 Containment_UUS_PreDownloadManageWuError_52733955,52733955 DefaultToastNoToast,52733442 StopWebAppTipTestOnBackAction,52733319 EngagementManagerInitialization,52733308 MSRC89759_52730452,52730452 DriverStore_ConditionalDriverValidation,52730260 ResetCorruptedAfcDatabaseInShutdown,52730157 MSRC89755_52729891,52729891 Servicing_AutoRotation_SensorRaceConditionFix,52729739 Containment_UUS_RecoverStoreExpeditedAppsRegistration_52729536,52729536 TipTestCentennialLaunchUriForResults,52728402 MSRC89744_52727921,52727921 MSRC89742_52727839,52727839 Servicing_DnsClientLsassBootDeadlock,52727711 Containment_UUS_Allow_ServerFeatureUpdate_PI_52726944,52726944 MSRC89730_52726421,52726421 Servicing_FileExplorer_PreserveDateTimeOnAddingMotW,52726066 Servicing_FixHistoryCixListOrderingForRepair,52724980 FMUVAP1,52721440 TPWCC,52719705 bc2e200cdf654a6bb611f4c938e7779d,52718464 PCBF11D,52718027 MSRC89719_52713599,52713599 MSRC89718_52713558,52713558 MSRC89709_52711477,52711477 MSRC89706_52711137,52711137 MSRC89704_52711038,52711038 MSRC89701_52710088,52710088 MSRC89691_52709110,52709110 SSCCF,52700703 Servicing_PageRequestFallbackFailure,52699927 Servicing_AutoRotation_DockOrientationFix,52608729 ConfiguringSettingsCopilotHardwareKey,52608608 FixNarratorKeyboardFocusInFullScreenWizard,52607816 OobeShellHostWin32App,52601469 MSRC89642_52597493,52597493 Containment_UUS_AddIsSerializedTelemetryData_52596913,52596913 BackPortSearchFullActivationTest_52596046,52596046 CBR_AAD,52592383 Bugfix_Wpa3SoftAp_ErrorCodeOnReassoc,52587083 Servicing_MaskSetThreadInformationApiOnXbox_52583794,52583794 Servicing_DualEnrollment_52581264,52581264 Servicing_DualEnrollment_52581256,52581256 Servicing_DualEnrollment_52581248,52581248 Servicing_Accessibility_DCCWAddColorLabels,52580475 CleanupTextInputAppExtensionName,52580348 Servicing_ModifyMemcpyArgument,52579667 FixUndockedCompareVersionsInsteadOfPointers,52578970 Servicing_Suppport_UndockedDEH_2,52576459 Bugfix_52575055,52575055 MSRC89566_52574067,52574067 CD2409_VAFixesNi,52571336 Servicing_GDIPlus_Fix16MulRoundToByte_52568217,52568217 Servicing_GDIPlus_Fix16MulRoundToByte_52568185,52568185 FixGetRebootRequiredWoW64,52568137 Servicing_WUTraceSplitLargeLogs_52566811,52566811 DispBroker_AllowClearContentResolution,52565850 Servicing_win32k_timers_resilience,52565380 BackportMouseAccelerationSetting,52565324 ParallelWuUpdates,52564901 Servicing_WinPEOCFix_52563599,52563599 DLWG,52563196 Add_Thread_To_Remove_Obsolete_DevNodes,52562687 Servicing_MemoryLeakInMsctfEditBoxComboBox,52561005 DriverStore_DelayConfigurationCompletion,52560602 MSRC89541_52560180,52560180 MSRC89541_52560178,52560178 HWDRMByDefault,52559209 Servicing_MemoryLeakInMsctfComboBox,52559007 HololensSharePickerFix,52558470 ODKFMTTF_52554234,52554234 Servicing_OneDsAnchorTrust,52554147 WBEPETF_52554141,52554141 Servicing_FixOverflowRepeaterNotLoaded_52553901,52553901 607cd3c1c69c4b20b2a4cd4c1bb48b3d,52552402 LaunchFileEventsAndRefactor,52550223 LIF2,52546549 BulkDelete,52544668 BitLocker_Support_TLS_OneDotThree,52540104 Servicing_UseConfigurationOptionsForContainer_52539524,52539524 RemoveCEM_ActivationPage,52537686 Remove_Clustered_Pool_Drive_Removal_Limit,52536872 LocalKDC_52534821,52534821 Servicing_SRCheckProcessToken,52534767 MSRC89505_52532487,52532487 LogAutoplayDEHFailure,52532424 NFMUP1,52529075 UnblockAWSInAdminlessFeature,52528957 Servicing_EnableMSIEFTPDllTelemetry_52528519,52528519 DL52526773,52526773 Servicing_vFreeMHE,52525734 Bl_CSP,52522534 DLSDR,52514267 DeviceManager_Accessibility,52512767 DefaultSingleResouceOwnership,52511471 MSRC87127_52511090,52511090 LauncherFixForFullTrustCallers,52500631 ID52500500,52500500 DCompEffectIUnknownFix,52499696 BackportReverseMouseWheelDirection,52498451 Containment_UUS_UnusedFlagReportDrvImp_52496405,52496405 Containment_UUS_UnusedDownloadCurrentUserOnly_52495838,52495838 ExtendedAuditingForKerberos,52494403 DL52492825,52492825 Servicing_CBSRestartHandling_52492276,52492276 Brain_V12SearchesForP3_52487830,52487830 OnDevRNpF,52481230 Servicing_HydrateWithTargetVersion,52480414 IRICFTest,52473697 Muse_UsoDocked_IDockedSystem3,52472442 Servicing_HonorMSAWhenNoIdentity_52471843,52471843 Servicing_HonorMSAWhenNoIdentity_52471836,52471836 Servicing_Limit_Snat_Ports,52471088 wAtomCatTVS,52471014 Bugfix_52470900,52470900 Servicing_SkipExpressMetadataDelete,52470042 AbortFailedBackgroundUpdates,52469642 Servicing_ForceISvcStoreFree_52468088,52468088 MSRC89442_52467814,52467814 Servicing_QuietHoursGetMode,52467150 WindowsServer_DisablePolicyAllowList_DisableUserRightsMapping_52465221,52465221 Servicing_AnimateDefaultPreview,52459630 Servicing_MemoryLeakComboBoxDestruction,52458457 Servicing_OutOfScopeUpdates_52455873,52455873 Servicing_FileExplorer_BreadcrumbBarSearchFix,52455474 Servicing_DowntimeContextFix_52455036,52455036 Servicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454680,52454680 Servicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454678,52454678 Servicing_IEMode_BrokerCallPostMessageOrBrokerCallAsfwAndWait_52454676,52454676 ReduceNCSIAsserts,52453758 PCAIDSIntegrationFix,52452917 8D_BugFixes,52450976 Servicing_UnabandonFix_52449803,52449803 Servicing_UnabandonFix_52449790,52449790 WBULU_52449174,52449174 BRC_TelemetryImprovement,52446107 Servicing_eSCLScannerCheck,52444727 WindowsBackupPLPE,52444479 Servicing_AppListHelperIsUninstallable,52444182 Servicing_EnableMSIEFTPDllTelemetry_52443941,52443941 WindowsBackupPPPE,52442556 SCFF3PTest,52441334 NNSF_52440405,52440405 BNODU_52440402,52440402 BNODM_52440395,52440395 Capture_BufferCollectionLeak,52439772 Muse_UsoDocked_IDockedClient5,52437067 Muse_UsoDocked_IDockedPower2,52437051 Servicing_Not_Nested_2_52437006,52437006 MSRC89405_52436436,52436436 ID52435335,52435335 MSRC89392_52434496,52434496 DL52433724,52433724 ImproveFrequencyToastMfa_52432863,52432863 VASFB,52427916 Servicing_OneDs,52421653 Feeds_AddQspToSupportPromotion,52421246 Servicing_UpdatePrelaunchTimerParameter,52421068 SAB,52420965 Servicing_RegisterPreLaunchTimerWithoutLastInteractedDateCheck,52418700 Servicing_AccessCheckGeExApis_52417543,52417543 Servicing_ColorProfileSettingsFixes1,52415585 FI52415187,52415187 Muse_Settings_Seeker_Link_To_Button,52414281 ID52412703,52412703 Bugfix_WaitForCallOutReadyInNotificationForPnPStop,52412609 Servicing_LampArrayHidTelemetry_52412549,52412549 MSRC89363_52412383,52412383 PAPL_CDEH_Test,52412312 Servicing_InvalidPointerClockFlyoutFix,52412305 Containment_UUS_ExpediteDLSQuery_52410603,52410603 KeyboardInputDelegation_52410453,52410453 MSRC89348_52408989,52408989 BNODM_52408647,52408647 BNODU_52408633,52408633 SAR_DeadlineLeakFix,52407066 EnsureSearchBoxTopPositionOnInputPaneShowing,52404941 TailoredScoobeODSignUp_52328947,52328947 52328120_OEMLinkFileSearch,52328120 Servicing_HpSureStartSecureBootIssue_52326176,52326176 Servicing_HpSureStartSecureBootIssue_52326168,52326168 Servicing_HpSureStartSecureBootIssue_52326151,52326151 MSRC89332_52326029,52326029 Servicing_DeviceInitializationAfterFlr,52325061 MSRC89323_52324725,52324725 MSRC89321_52324442,52324442 FI52324335,52324335 Servicing_ReturnScavengingFailure,52324024 MSRC89315_52323250,52323250 FullReFastForwardAuxIAT,52322413 Servicing_TelibTrustAnchors,52321961 Servicing_WinREFreeSpaceInMBRegDWORD,52321286 Bugfix_TSFBL_52320930,52320930 SettingSyncRemovalDisableDownloadHelper,52320252 MaskSetThreadInformationApiOnXbox,52318289 MTestAbShAOOLU,52318288 OALaunchImprovements,52316363 HWDRMTeardownSwapchainHang,52315456 PCMeTipBug8D,52314613 Servicing_HangDetectorInConfig,52309163 Servicing_FixWNSCrash_WAPSDKDynamicDependency,52303736 BugFix52303419,52303419 Servicing_BatchedFlightId,52297073 ShaderCache_SQLite,52296014 Servicing_DetectSSIRPKickbackState_52295862,52295862 Servicing_DetectSSIRPKickbackState_52295832,52295832 Servicing_DetectSSIRPKickbackState_52295829,52295829 AvailableLanguagesToolTip,52294697 WallpaperRemoveInvalidSurfaces,52290299 Servicing_ConfigChangedRecovery_52285243,52285243 Servicing_LetAppsAccessCellularDataPolicyFix,52282767 Containment_UUS_UUPRemoteProcess_52280390,52280390 BugFix52277862,52277862 DDisplay_FBR,52273767 PSSBG8dTest,52273716 ShareSuggestionLoadingBugFix8d,52271954 Servicing_CBSScavengeCorruption_52267944,52267944 FlipexStretch,52267674 FixRTASFlagOnIntel,52266303 Containment_UUS_AIReoffer_52265800,52265800 MSRC89217_52265617,52265617 MTestAbShRQI2501,52264793 FederatedSignInGoldenPathFixes_52263987,52263987 Servicing_SpatialRefreshInQuickSettings,52263073 ExternalSidLookups,52262653 Containment_UUS_CleanDownloadEvents_52261543,52261543 AppSiloEnumeratePolicyCheck,52261497 PAD6421,52256631 REGDB_E_CLASSNOTREG_TriggersRepair,52254740 Servicing_CopilotPWA_TIPTest_InstallEligibility_52147677,52147677 Servicing_ColorManagementFilePickerUpdate,52147586 MSRC89180_52147574,52147574 ApplicationSecretsDEH,52147220 HPDHandleSetWNFChngeInDisState,52146682 FontTileOptionsButtonContrast,52146169 Appraiser_Smoothing_Logic,52145931 Servicing_UpdateUninstallSecurityWarning_52145659,52145659 DesktopSpotlightIconVisibility,52145430 VisualTargetRegistrationTracking,52144996 AppCompat_InstallTracing_AppFootprint_ApiSampling_Server,52144911 ManagedCameraSupportUXMediaSelection,52142480 DisplayBugBundle_2409,52142404 Servicing_LsaIso_Restartability_Enhancements,52141198 DXGI_UMADedicatedMemoryShim,52140373 RemoveInkingOptionOnServer,52138268 MSRC89152_52137962,52137962 MSRC85675_52135243,52135243 VASDTSB,52133830 Servicing_UpdateUninstallSecurityWarning_52130351,52130351 Servicing_ModifyUninstallUpdateSettingString,52130337 MSRC85165_52129982,52129982 DesktopSpotlightSetActiveIndexTraceCrash,52129064 Servicing_StorSvc_MultiPathFormatSupport_52129042,52129042 Servicing_CopilotC2Pivot,52127557 ID52127539,52127539 Servicing_Win11SystemServiceExceptionOnNullReparse,52126042 WlansvcFuzzing,52125550 LogColorPipelineStateInDispdiag,52125306 HorizontalUXLightDismiss,52124603 Servicing_PfximportProperties_52123479,52123479 FeatureTuningTask,52123111 Servicing_PfximportProperties_52122930,52122930 FeatureTuningMetadataChangeTimePriority,52122780 FeatureTuningCheckForUpdates,52122766 MSRC89118_52122458,52122458 PnpDiag_ExportDriverStoreFileInfo,52121811 Containment_UUS_DownloadQOS_52119350,52119350 Servicing_ADSD_LAPS_ShutdownMessageFix_52118843,52118843 LFP,52117644 AutoIpuInbox,52111480 0f8a64a3f8634af1b726dfa22ce11b53,52110492 LFFH,52108822 OpenWithInterimDialogForForeground,52103299 Servicing_PostureChangeCrash_52102671,52102671 PerMachineModelRegistration,52097363 WBCDSCF,52088787 Servicing_RPCSSFirewallIntegration,52087985 CustomNavigationViewItem,52087575 DDisplayUnpin,52087375 Servicing_TiCrashDueToCapabilityManager_52086049,52086049 AppInventory_VerifyAndNormalizeFilePath,52083618 DisplayMux_MarkD3D9Incompatible_ExcludeWpf,52081985 MSRC89090_52081809,52081809 Containment_UUS_RecoverStoreExpeditedAppsRegistration_52081559,52081559 Servicing_InvalidPathHandling_52081278,52081278 FileExplorer_InMarket_24C,52081114 ShellUIHostCoordinatorRelaunchPolicyFixes,52077431 SSRATest_52068774,52068774 ThirdParyAppInstall_52066963,52066963 AllowBackupEntraHybrid,52065424 Servicing_CopilotPWA_TIPTest_InstallEligibility_52065224,52065224 IddMonitorListReference_52064540,52064540 ID52063793,52063793 MSRC89050_52061001,52061001 SeparateBRFromESR,52060425 Servicing_BlackScreenOnS5ResumeWithDDSEnabled,52060117 13dafc55b7395cb883e82102cbdefcd2_52059738,52059738 W365Boot_BlendedDisplaySettings,52059286 Servicing_CopilotPWA_TIPTest_InstallEligibility_52058560,52058560 Servicing_SupportOnDemandRegisterForVDI,52058221 DebugTaskbarDefaultIcon,52057950 Bugfix_FixDisplayScenarioOverReleaseIssue,52057923 MDMBattSaverAndExtDisplayWakeLock,52057521 UseDynamicIdentityForQueryTipTest,52057111 EnergySaver_HeuristicToast,52055643 NetworkUX_ECMC,52055309 WaASusF,52052482 Servicing_OsConfigDeletionCorruptedState,52049479 NNWIXSA,52048992 Containment_UUS_BugFix_ConfigChangedRecovery_52046288,52046288 Containment_UUS_DowntimeCacheFix,52045886 MSRC89032_52044827,52044827 MSRC89030_52044645,52044645 FixBlackLines,52044515 RegistryImprovements_51999145,51999145 AddTelemetryIdToDsbTipTest,51999072 Servicing_WorkplaceJoinDualEnrollment_51999022,51999022 ALR,51997565 StateRepository_StartupIndexesOfflineUupProductChanges,51996460 Servicing_OobeScansAsWuInteractive_51996451,51996451 Servicing_EstablishedTrustAnchorTrust,51992834 DL51992796,51992796 Servicing_CellularDataNetworkFix_51992667,51992667 MSRC89003_51991812,51991812 MSRC88996_51989922,51989922 ColorChangeUWPFix_CherryPickNi,51989127 MSRC88992_51982978,51982978 44912315bca7459b9716359ccfb11326,51978387 UndockedWindowsSandboxParity,51977635 HotPatchingImprovements,51977489 ShellHandwriting_BugfixShutdownDeadlock,51976254 MSRC88988_51975247,51975247 Servicing_CACRLPartitioningSupport,51974103 DispBroker_InitializeVirtulizationFlagsInDisplayView,51974024 ContainerNetBugFixes2409,51973698 MSRC88985_51973123,51973123 WindowPrivacyAndUrl_51972449,51972449 Servicing_DDisplay_SetDisplayModeSharedPrimary,51972423 AppFootprint_InventorySvc,51972283 Containment_UUS_OobeScansAsWuInteractive_51971811,51971811 DisableTroubleshooters,51970774 NXT_IAM_ShellInfrastructure,51970433 Containment_UUS_ActionExclusivity_51969987,51969987 Servicing_Improve_AppxsvcPerfInUserlogoff,51968537 Servicing_FileExplorerTabLineFix,51960011 Servicing_CellularDataNetworkFix_51957457,51957457 Containment_UUS_AddStorageReserveLog_51957018,51957018 Containment_UUS_ProductScanDriverSkip_51956157,51956157 Arm64XMatching,51955724 Servicing_ReportSurfaceSizeMismatch,51955549 MSRC88964_51954402,51954402 MSRC88963_51954352,51954352 PowersnapEmiEnergy,51953782 CheckUndockedModulePackagePresent,51953184 MSRC88958_51953151,51953151 Servicing_FixZeroDeltaInsufficientMemoryIssue,51950543 EBBCG,51950537 Bugfix_CdsResetNonOptimizeFix,51949744 Servicing_WinPEOCFix_51949698,51949698 FTDemo,51949149 MSRC88939_51947013,51947013 WBFBSF_51945948,51945948 Servicing_ContainerClearMigrationXml,51945499 Search_Indexer_Media_Duration,51944598 SBFTest,51942247 Containment_UUS_FixRebootPendingAPI_51941332,51941332 Servicing_FixArbiterActionListOrdering_51938153,51938153 Servicing_DeviceManagementMdmdiagnosticsEmptyRegMultiSzCrash,51934651 Servicing_SenseLifetimeReverseOrderPerfComp,51934230 Servicing_subscribeOfflineSubscribeStartComplete,51932986 FixUndockedUnloadUseAfterFreePackageFullname,51927748 BuildAcpiHmat,51916883 Servicing_FileExplorer_AddressBarPathSubmitFix,51916681 Servicing_HealthpihDeadlockMemoryLeak,51914824 MSRC88918_51914361,51914361 RegisterWindowServiceWithOptions,51914276 Servicing_FixArbiterActionListOrdering_51913300,51913300 DoNotHardlinkCodecFiles_51912750,51912750 ID51912085,51912085 Servicing_DriverStorePrimitiveDriverUnreflect,51911457 MSRC88903_51907863,51907863 CQWF,51906552 FixInfiniteLoopWarningInSnap,51906539 FixJumpListPinUnpinFocusOrder,51905280 Containment_UUS_ActionExclusivity_51900148,51900148 NI_EssentialsBundle_A,51900073 Servicing_WorkplaceJoinDualEnrollment_51899637,51899637 Servicing_AvSyncIssueAtmosDecoder_51897923,51897923 PCA2023BootMgrUpdate,51896780 Servicing_FixReverseDeltaUseAfterFree,51895376 SupportPackagedToPackagedPinMigration,51895281 AutoSR_PostGeRTM,51894012 Servicing_FconVerifyMicrosoftAad,51891477 RemoveConfirmRemovePinHandler,51889563 OrgMsgPushPull_51882943,51882943 UsePPEServer_51882892,51882892 ProcessIrisActionsStateChangedWNF_51882840,51882840 SessionContextHook_51882784,51882784 OrgMsgAuthBeacons_51882759,51882759 OrgMsgPolicy_51882701,51882701 Servicing_ForcePSRL,51880205 RepairAlwaysRecreatesStateChangeNotification,51879608 NetworkUX_BugFix_51879549,51879549 DoNotPublishUserActivitiesToAfc,51878560 MSRC88869_51878476,51878476 bc05a7f502ba56e9a489c904421f2930,51878426 Servicing_DoublePrompt,51878334 IAIRV2,51877603 Servicing_BluetoothAvrcpEventNotification,51877599 NNSF_51876475,51876475 AADEarlyDownloader,51875814 MSRC88862_51875357,51875357 DL51875140,51875140 Servicing_OOBECompleteCheck,51874666 ShareBugFix8d,51874363 Servicing_StageFilesIntoPendedContent_51873496,51873496 Containment_UUS_SearchReturnExtendedValues_51873491,51873491 Servicing_NXTBadSavedPointer,51873471 uDWMDeviceLost,51869938 CimFix,51868790 Servicing_FixACLForLPAC,51868516 WallpaperInvalidate,51867815 HIDUWP01,51863907 CD2409_CMBF,51863893 Servicing_ResolveORInfo_NULLDereference_51861073,51861073 Servicing_RebaseBaselineEvaluation,51860546 Servicing_Rebasegeneralreliabilityfixes,51859486 EcoModeEnergySaver_2409_BugFixes,51859111 ID51859108,51859108 Muse_Settings_DisplayDownloadEstimates,51858858 RichCalendar,51858330 Servicing_RebootlessDontRestartControl,51857401 RuntimeBypass,51856824 Servicing_ALBStateCaptureRemoveAppsAndCompatTelemetry,51856626 Servicing_FixForASZQU,51856001 Capture_BufferCollection,51855954 PdSTestDRC,51855770 Containment_UUS_Allow_SupplementalTitle_PI_51855741,51855741 d76123de27ac48e0bb0c68160087239f,51855160 CTPA_51849637,51849637 FE_LivePersonaCard,51848093 SmartInstallFixPayloadHardcoding_51845701,51845701 EnsureUupProductIDInPackageManagerSummaryError,51842966 MSRC89629_51841959,51841959 Containment_UUS_RemovePendingServices_51841928,51841928 Servicing_RemoveSBCEntryPoints,51841904 EapTipTest,51841324 Servicing_VoiceClarityToggleFeature,51841220 MpdBkCompF,51841009 MSRC88794_51840984,51840984 Servicing_MsixvcArmSupport_51840921,51840921 OrgMsgAuthBeacons_51840494,51840494 MSRC88787_51839943,51839943 SystrayCodeQL,51839750 Brain_ClientAndServerP3Control_v13,51839631 PlayB_ModelInstallation,51839079 IppPdlPassthrough_BlockingIssues_07,51838997 MSRC88777_51838441,51838441 Containment_UUS_ScanPropsConsistency_51838388,51838388 7D_BugFixes,51837074 Servicing_ADSD_LAPS_ShutdownMessageFix_51836510,51836510 Servicing_AICSettings_51836481,51836481 Servicing_AICSettings_51836368,51836368 VelocityProxyContainerSupport,51835698 FixLensModeFlickeringIssue,51834208 SnapGroupsRecommendedOnTaskbar,51833641 Servicing_FixMultipleBaselinesSingleHopInstall,51832744 DynamicNavigationPaneAutomationPeers,51829765 NTFFreq_51829280,51829280 DisplayMux_Pass_Brightness3_At_Start,51826169 Servicing_RemoveArbiterGeneratedFilesHardlink,51817570 Containment_UUS_RemoveSBCCode_51809050,51809050 ReencryptAndFlushIumDataAsHinted,51807786 Containment_UUS_BugFix_UserIpuBusy_51806830,51806830 Brain_ClientAndServerP3Control,51806567 Servicing_RODCSlotCreationLdapPermissionIssue_51805186,51805186 Servicing_RODCSlotCreationLdapPermissionIssue_51805126,51805126 Muse_Settings_IpuNotFound_Not_Displaying,51805072 Bugfix_ColorServerEventThread,51804928 DPWF,51802419 TelemetryLogging,51799796 Servicing_BioThreadStackSize,51799247 Capture_StopFilteredCaptureFix,51794052 MSRC88732_51793624,51793624 ShareBackingStoreWithKMD,51793266 MSRC88721_51792711,51792711 Containment_UUS_WuProviderTelemetry_Events_51792371,51792371 SenQI2411,51791259 Containment_UUS_STSEndpointCleanup_51790640,51790640 Containment_UUS_DMMOZeroRatingCleanup_51790408,51790408 Servicing_IncorrectExitCodeInDeviceSetup,51789744 Servicing_AccelNetFixesAndTelemetry,51789652 Servicing_BritannicaPowerflexOfflineFix,51789431 Servicing_BritannicaFixPrivateVmSwitch,51789355 Servicing_BritannicaUpdateFlAnyNode,51789327 KnowYourPC_Win11Surface,51784082 NTF7D_51783986,51783986 BugFix51781348,51781348 Muse_Settings_CIToggleAccessibleDescriptionFix,51781303 DisableOTR_StateSeperation,51780233 Bugfix_Stringify80211ReasonCodes,51778096 CameraHandleSoftwareMediaSource,51777506 Servicing_AppListBackupStateCaptureTelemetryNotFiringLogs,51777062 SingleEnduserOobeApp,51776237 OrchestratorInitedByApp_51776221,51776221 Servicing_PdlPassthroughFix,51775336 Servicing_ClusterCertificateNotBeforeCheck,51772536 CameraSourceComponentWatchdog,51772392 Muse_Settings_FixingSettingsCrash_DeadlinePolicy,51772373 NetworkUX_BugFix_51769982,51769982 Servicing_ArbiterIntermediateBaselineMissingCheck,51764364 RulesEngine_InfoBannerExperience,51762939 Census_Speech_Watson,51759272 MSRC87855_51752385,51752385 ReFS_Rollback_Protection_Unfreeze,51751256 CompositionTextureDirtyRects_51746100,51746100 DeviceId2UserId,51742390 Servicing_StateRepositoryVerbCacheFix_51741992,51741992 Location_GatewayMacAddressInferencing,51739822 PerfMeasureMRUCR,51738774 SupportBackupForHAADJ,51737431 SSASS,51734382 a12f4b789cde4f8b9a0d12345ef789cd,51732807 Servicing_DeadlockOnSessionControlRelease,51732198 RichCalendarAnalysisTelemetry,51731724 Servicing_Feeds_AddCallerForExplorerStartup,51729542 MSRC88641_51728893,51728893 MSRC88640_51728821,51728821 Servicing_Win11AccessibilityStartPowerBadging_51727514,51727514 UC_ConfigFix,51725516 Servicing_Windows10LTSCBSOD0x124DG2DriverInstall,51725414 Servicing_GDIScaledAppsWrongContentPosition_51724940,51724940 Servicing_Bug51724813,51724813 CentennialLaunchUriForResults,51724290 Servicing_Containers_DisableChpeForHotPatching,51721202 HpdOemExtP2Api,51720802 WinIoTBugFixesOctober2024,51719761 WinIoTBugFixesSeptember2024,51719753 WinIoTBugFixesAugust2024,51719703 HpdOemExtP2,51718710 Servicing_EnhancedAuditingForKerberosEtypes,51718644 Servicing_NoIdentifyLevelPacValidation,51718582 Servicing_KerberosMSRAFix_51718578,51718578 Servicing_KerberosMSRAFix_51718538,51718538 Servicing_ADSD_Netjoin_Reuse_Cleanup,51718061 Servicing_EndpointDlp_IgnoreEAv2ADS_51711561,51711561 Servicing_EndpointDlp_IgnoreEAv2ADS_51711038,51711038 Servicing_LanguagePackEnumPerfFix_51710682,51710682 Containment_UUS_BugFixIUpdateSupportSessionData_51702183,51702183 ECONSMTest,51694161 MSRC86930_51693600,51693600 MSRC86776_51693581,51693581 MSRC86691_51693573,51693573 ReconnectOptimizationAndFixes,51691060 MSRC88556_51690963,51690963 MSRC88551_51690956,51690956 MSRC86861_51690860,51690860 MSRC86817_51690859,51690859 MSRC86647_51685640,51685640 Servicing_PfximportProperties_51682002,51682002 FilteredCapture_SuspendOnScreenOff,51681986 AICSettings,51676966 HonorMSAWhenNoIdentity,51676373 Muse_Settings_CombiningFairwarningWithDeadline,51670271 GE_ServiceUsingFsTxLibOnReFS,51655782 RefreshSearchCacheBasedOnUDKAPI,51652320 Servicing_HideSystemPackages_51629559,51629559 Servicing_ModernSearchBoxInfoSupport,51628248 Servicing_EndpointDlp_IgnoreEAv2ADS_51626288,51626288 Servicing_MSRC86686AppCompatRegression,51624751 Servicing_Settings_Result,51621185 WinDC_Logging_Improvement,51621096 Capture_ItemClosedEventOnVisibility,51621005 Servicing_PerfDatPreventingUpgrade,51620984 Servicing_ContainerCleanUpBeforeCreation_51619581,51619581 Servicing_ExpandLcuBlockForContainers_51618468,51618468 MSRC88537_51617975,51617975 Servicing_MultiProcessorCacheSizeOvercalculation_51617560,51617560 FEHI,51617480 Servicing_JpnIhdsMemoryLeakFix_51617099,51617099 Servicing_JpnIhdsMemoryLeakFix_51617095,51617095 Servicing_Feeds_EnsureAppContainerAccessesOnEncryptionKey,51612396 BugFix51611369,51611369 CD2408VABugFixesForGE,51610844 e156fcec8eca46b8b4c9549d640ff490,51605502 Containment_UUS_v14_51603798_NoDownloadProgressTelemetry,51603798 SFS_CD_BugFixes_2409,51603474 SFS_CD_BugFixes_2410,51603460 SFS_CD_BugFixes_2408,51603439 PolicyCacheRefreshTelemetryWSUSHash,51602840 Containment_UUS_RemoveOIIFromWSUSPolicy_51602823,51602823 Containment_UUS_CurrentVersionAcquire_51602484,51602484 Servicing_MsixvcArmSupport_51601201,51601201 BugFix_UpdatingStringsforDynamicLock,51600624 Servicing_GameInputBtShareButtonXinputHid,51599677 NXTSleepOnAoAcDevices,51599529 Servicing_AudiosrvHeapcorruption,51597974 RebootDowntimeEstimateFUUXHeuristic,51597662 RulesEngine_ReportSnoozeOnBannerDismiss,51596622 MTestAbShOQRCH,51595600 DG452,51595452 VACTAC,51592621 TVS_BugFix_51579922,51579922 Arm64PreInitApplication,51578828 Bugfix_WlanSaveTemporaryProfile,51578711 AppExAliasAbsPath,51578581 Servicing_tcpip_autoportreuse,51577606 TrustedRoots_Flighting_51577548,51577548 Servicing_EditionQueryForContainers,51576482 PayNowAutoLaunchValueBanner,51576196 MSRC88491_51575332,51575332 Servicing_CopilotPWA_StampInstalledForSysprep_51574654,51574654 MSRC88482_51570952,51570952 NXTDefaultDelayLockInterval,51569191 MediaCaptureVideoCaptureColorSpaceFix,51569143 Servicing_RebootlessBackgroundTaskSupport,51569115 MSRC88479_51568965,51568965 EnableRicheditCore,51568282 BugFixCassLoadApi_51568279,51568279 Servicing_FlightSettings_LcuIdRegression,51566757 Servicing_VbBackportWin32ReconversionIssue,51566567 Servicing_AudioHangFullLkdCollection,51550807 MSRC88454_51549942,51549942 FileExplorer_Home_DateAccessedFix,51549767 Servicing_OmadmclientCertCompare,51546953 Servicing_AddPackageRequeue,51544517 Containment_UUS_RemoveSBCCode_51544240,51544240 Servicing_SBE_Special_FCK,51544114 DL51543428,51543428 ProvisioningPackages_NXT,51542650 DeviceMetadata_LocalOnly,51541241 FixClearDeviceHistory,51540319 QueueLaunchOnUnlock,51540178 MSRC88440_51539923,51539923 MSRC88439_51539884,51539884 ID51538523,51538523 Muse_Settings_Invalid_Active_Hours,51535837 PAD6420,51535398 DSSTest,51534709 Servicing_RebaseScavengeDeadlockFix_51533475,51533475 4c96145c34e1416f9d2a8904116f43a5,51532159 MRUCRHT,51529424 c5805dcc8d41431699c109181ef7bc5f,51527781 Servicing_MrmCorerIntegerOverflowMSRC88420,51512768 WuSettings_UpdateSettingsManagedStatus_51504566,51504566 Servicing_Bug51504345,51504345 AvoidCheckingVisibilityForHookEventHide,51503750 D3DAndDXGIReportRGBMPOSupport,51492859 ShellUIHostCoordinatorNickelBackport,51489859 Servicing_IppWpad_51489356,51489356 IsCallerInteractive,51485483 MSRC88411_51483258,51483258 MSRC88411_51483256,51483256 MSRC88411_51483253,51483253 MSRC88411_51483248,51483248 BugFix51482192_ImeNotificationWatcherCrash,51482192 MSRC88402_51481333,51481333 CollectFullLiveKernelDump,51480241 SetSearchResultsBeforeStatusUpdate,51465073 DDisplayDirtyRects_51462862,51462862 Containment_UUS_ClearFlyoutFlags_51462681,51462681 TailoredScoobeODSignUp_51461459,51461459 Servicing_UnexpectedCopilotPWAInstallOnSkus,51459758 Containment_UUS_OutOfScopeUpdates_51459664,51459664 Servicing_WidgetsRDSH,51459613 Servicing_ClusterUpgradePluginSAP,51455815 Servicing_RecallConsentPage,51454687 Servicing_StampCopilotPWAInstalledForSysprep_51453701,51453701 HideStoreVerbsOnServer_51450353,51450353 TTDOSH,51448529 Servicing_CompatAppraiserMaxThreadCount,51448428 UseUndockedStartForPinMigration,51447940 Servicing_ITManagementPolicy_51446536,51446536 IRISCacheConfigChange,51443862 13dafc55b7395cb883e82102cbdefcd2_51442169,51442169 Bugfix_PassingRapidHpdInfoInSDC,51440112 Servicing_CommandsMode,51439909 NetworkUX_BugFix_51424507,51424507 dfce0f0a85ae43be975a67bba6322093,51409649 Servicing_PrivacySettingsPageFlicker,51408452 FixAccessViolationBugLocationSession,51407819 ID51407079,51407079 Servicing_Changing_CipherSuite_51406589,51406589 AdminlessConsumerConfig,51406324 MSRC88363_51406290,51406290 Containment_UUS_v14_51405773_DhcpOptionNullTerminator,51405773 MSRC88359_51405186,51405186 AvoidCheckingVisibilityForHookEventForeground,51405009 Servicing_LSAPerformanceCounterUpdatesBackport,51404916 CompositionUsageTelemetry_51403001,51403001 Containment_UUS_RefactorGDR_51402841,51402841 DisableSharingViolationToast,51402663 MSRC88348_51402083,51402083 WinREAgent_SaveCanDeleteList,51401534 MSRC88344_51399567,51399567 Servicing_Not_Nested_3,51397430 Servicing_StickyNotesAPIs,51396357 Servicing_WinPEWMIDeadalockFix,51385668 Servicing_ContainerCleanUpBeforeCreation_51378781,51378781 MSRC88334_51378733,51378733 Containment_UUS_FUHeuristic_51377535,51377535 Servicing_LsaAutologgerFix,51375872 Servicing_PkinitFallbackFix,51375851 Servicing_FCONMetadata_51373984,51373984 ID51373487,51373487 MSRC88314_51369035,51369035 Servicing_AddSBATSupportInSecureBootAI_51368537,51368537 Servicing_AddSBATSupportInSecureBootAI_51368495,51368495 ID51367344,51367344 Servicing_CBA_SendPRTOnLogon_51363636,51363636 CBA_SendOldPRTOnNetworkLogon,51363633 ILS,51361879 TB396,51360396 SCIBF7dTest,51359559 FFCF,51349637 TL063,51345063 TL959,51344959 TriggerDesktopBridgePinMigrationOnPackageUpdate,51304479 Servicing_CBSFODLPReservicing,51299134 Servicing_IppWpad_51292811,51292811 Servicing_ClusterSSUFilterFix,51291249 Servicing_MFTEnumExCacheByPassForCamera,51290874 MSRC88269_51289671,51289671 Bugfix_WallpaperTaskCleanup,51285421 Muse_Settings_AllowOptionalUpdate_ToggleFix,51280130 Census_Remove_EnableLogging,51275296 Servicing_Wow64DefenderClientLoad_51254353,51254353 Servicing_Wow64DefenderClientLoad_51254211,51254211 PrintPlatformStabilizationFixes_2407,51252780 CDMLite2407,51251641 ReFSDedupSvc_Fix_Dedup_Scrub,51251183 ShortUserPresenceTimeout,51247650 Servicing_HibernateIdleSettings_51246607,51246607 Servicing_GPPreferencesIssueInOneWayTrusts_51245983,51245983 CCIB,51241633 UpdatedHDRSettings,51228992 Servicing_StampCopilotPWAInstalledForSysprep_51221062,51221062 Servicing_FixSSUSkipCondition,51220080 Servicing_MUMServicingWinRE_51218567,51218567 Servicing_AlwaysProductKeyForOSActivation_51217964,51217964 Servicing_AlwaysProductKeyForOSActivation_51217952,51217952 HideNearShareSettingsOnServer,51210662 Servicing_Cldflt_Purgable_EA_Telemetry,51210396 IconLoadTIPFix_Ni_Backport,51210158 Servicing_LogmanStopHangFix,51209057 Servicing_CopilotPWA_DisableOtherEntryPoints,51208909 Servicing_CopilotPWA_HardwareKeyWin10,51207874 Servicing_CopilotPWA_PinToTaskbarOnLogon,51207788 Servicing_CopilotPWA_InstallOnLogon,51207760 Servicing_CopilotPWA_PrimaryKey,51207571 Servicing_CurrentVersionUpdateNoData_51207061,51207061 RSExWOA,51206174 Servicing_CBSTurboContainerFix_51204016,51204016 MitigateSpartanSubdomains,51202700 FixAttributeRefresh,51195101 GE_EssentialsBundle_C,51190848 GE_EssentialsBundle_B,51190812 GE_EssentialsBundle_A,51190751 MSRC88215_51186834,51186834 OobeCloudNavMesh,51185170 Servicing_ExpandLcuBlockForContainers_51185077,51185077 Servicing_FileExplorer_CopyEngineNarratorFix,51165104 OAMAWLE7dTest,51162520 MSRC88178_51160578,51160578 EditionCommonSchema,51158824 AllowUserActivityLookupForMultiAppPackages,51156718 IntelligenceInTextAndImage,51155566 ID51155027,51155027 Firewall_BugFixes_2409,51153219 PinnedPackages,51153171 NpuProcessAttribution,51150923 HDRSustainabilityTelemetry,51145502 Servicing_JumplistActivatingTwiceFix,51143577 MSRC88169_51140770,51140770 Servicing_SmartInstallCloudSku_51138273,51138273 Servicing_SmartInstallCloudSku_51138135,51138135 Servicing_PolicyExtensionLocksPreventsServicing,51138078 Servicing_ServicingIssueDueToPolicyLibLock,51137904 Servicing_GipGenericCommand,51137062 Servicing_RebaseBaselineOverBaseline,51136552 Containment_UUS_CurrentVersionScan_51135582,51135582 BugFix51133813,51133813 Containment_UUS_v14_51129833_UnlimitedDOAbsoluteMaxCacheSize,51129833 MSRC88157_51126091,51126091 Servicing_PszTargetName_51124739,51124739 LoadFix,51119082 LexicalSearch_VideoExtended,51118741 LexicalSearch_Video,51118727 CheckUserScopeHideRecommendedSectionPolicy,51110502 Servicing_HP_PSA_Crash_51105705,51105705 AssetsWithExtension,51105633 Servicing_HotpatchWithReoffer,51102786 UnifiedConsentDefaultValueRegionApplicable,51102360 WUModernStandbyImprovements_51099995,51099995 Servicing_SCC_ActivatePluginNullCheck_51095868,51095868 Containment_UUS_GetNetworkCostRefactor_51094813,51094813 MSRC88132_51092846,51092846 MSRC88127_51092541,51092541 MSRC88120_51091979,51091979 a5ffe38045374b7f8a032ec59b5dd0ef,51087964 Servicing_UDWMLeakedGlassSheetFix,51037600 Servicing_Include_Register_RequireAsciiSamName,51026015 ID51025379,51025379 RemoveTabletPostureFRE,51025107 CopilotForImage,51024982 Backport_PermanentIdTipTestFixes,51024404 Capture_RequestFrameAPI,51020604 FixActiveRuleId,51020329 MSRC88102_51019596,51019596 Move_Renew_To_EnrollmentService,51018766 Inventory_GetAppInfo2_NoDelay,51018233 RestoreManufacturerHeader,51017189 ImproveSnapFlyoutSuggestions,51016952 WISE_ThreadingFix,51011842 MSRC88082_51010259,51010259 CompsurfSwapchainTransform,51009903 Servicing_SFC_Unbind_Removal_51006801,51006801 BANSA,51005721 CD2408_VAFixesNi,51005399 OobeLanguageCustomShowProgressTimeout,50998787 Containment_UUS_OneSettingsPolicyCheck_50996870,50996870 AllowBypassStartMenuPackageHostCheck,50994793 Servicing_UwfServicingModeFinalizeLockIssue,50993161 Servicing_UwfCfgSetServicingModeLockIssue,50993157 Containment_UUS_OOBEApprovedOnExpeditedScans_50992816,50992816 Servicing_SCC_ActivatePluginNullCheck_50992570,50992570 WdfWUDFHostProblem2ReportModuleName,50986058 STFWBF7dTest,50980986 CotextualCopilotActionsOnStartRecommended,50980255 Servicing_DriverVerifierGuiTriageContext,50978176 SnapLaunchProtocol_50976353,50976353 CMAISSTest,50968699 Capture_DisconnectFix,50966150 Containment_UUS_FixRebootNotificationCadence_50958274,50958274 UnifiedConsentCoordinatorTVSFixes_50956495,50956495 SHINE_2408_Bugs,50955614 MultimonPrimaryMinFrequency,50955371 MSRC88029_50951990,50951990 OrgMsgBackport,50948264 Appraiser_MaxThread_RegOverride,50947817 Servicing_PointsOfFlexibilityTipIncludesTelemetryId_50947270,50947270 AppSiloSparsePackageLaunch,50947119 SHINE_2409_Bugs,50946844 Servicing_AudiosrvSaResource,50946671 WebAccountUPNFix,50937614 MeContactBugs6d,50933332 PSSBG7dTest,50931274 GetCuReF,50930498 IPS50918696,50918696 Servicing_Containers_MapHostCatalogs,50916384 RemoveSleepWhenQueryingContextMenu,50916038 DoNotHardlinkCodecFiles_50915942,50915942 SearchBoxIcon_StartDockedComponent,50915590 Interaction_NullptrSmackdown,50915548 Gui_TriageContext,50913527 Servicing_DisplayRefreshRateSettingDeadlockFix,50911880 UCPD_NEWDENYLIST,50910371 RollbackOnAICrash,50908255 CompositionUsageTelemetry_50907720,50907720 Servicing_CBA_SendPRTOnLogon_50901012,50901012 Servicing_GDIScaledAppsWrongContentPosition_50900553,50900553 Servicing_ModeChangeAnimationEnable,50899785 SMPNI,50897220 Servicing_PhoneLinkNetworkConsent,50890930 Servicing_NarratorOptinPanel_50889992,50889992 Servicing_NarratorOptinItem_50889636,50889636 Servicing_QuickAction_50889411,50889411 QueryParseTimeoutTimes,50885993 Servicing_RebaseScavengeDeadlockFix_50885861,50885861 Servicing_MUMServicingWinRE_50882089,50882089 Servicing_LocationPromptForWiFiAdapterFactoryFunctions,50881189 GetDefaultAccountTokenCXHHelper,50881018 PassCallerUriArgs,50880979 5087_9031,50879031 Servicing_PaygoFuzzing,50878818 DLORB,50878630 DL50873979,50873979 Servicing_UninstallInstallGroup,50866313 CDVACRM,50860414 Servicing_NdisMDmaChannelFailure,50857951 WindowsBackupFTU_50855378,50855378 Servicing_JpnIhdsMemoryLeakFix_50854741,50854741 Muse_Settings_HistoryInitFix,50852270 CD2408_VASDBF,50835274 Servicing_TaskbarSnapGroupMatchHwnd,50783360 WinUSBReliability,50776981 FastReconnectWithAADCreds,50776650 MFACheckInClipRenew_HandleAccessDenied_50774797,50774797 MSRC87918_50761919,50761919 MSRC86131_50759704,50759704 SnapLauncherAPI,50759055 NfcCx_IdleWithSleepReq_Bugfix,50740518 MSRC87642_50739946,50739946 DDisplayReliability,50735495 Servicing_HibernateIdleSettings_50734189,50734189 FederatedSignInGamingOverlayBugFix_50733973,50733973 2f52270c66ec426aaeab9897ea95f253,50733819 MPODisplayAdapterLuid,50728999 IrisContextNoTe,50727752 Servicing_BitLockerMetadataExtensionForCVM_50727684,50727684 Servicing_BitLockerMetadataExtensionForCVM_50727637,50727637 Containment_UUS_OOBEApprovedOnExpeditedScans_50726568,50726568 MSRC86883_50724843,50724843 UnifiedConsentSyncTimeTriggerEnablement_50724635,50724635 Servicing_Copy_UserName_50724591,50724591 Servicing_Copy_UserName_50724557,50724557 Servicing_CorporateIdentifiersSupport,50724547 UserTileConcurrencyFixes_50724508,50724508 ReFS_Fix_Asi_Format,50723397 MSRC87906_50722903,50722903 IsolatedMachinePasswordAuditByDefault,50719657 Servicing_DsbTelemetryFixes_50714696,50714696 MSRC87899_50713245,50713245 Servicing_FileExplorerSearchDispatcherTimerLeak_50712415,50712415 CadmusMPO,50710620 Servicing_PszTargetName_50709482,50709482 MSRC87641_50707122,50707122 Servicing_MDEDecoupleConfigFromCapMan,50701838 SMT,50698724 BugFix_PassingLocalisedStringtoCredUI,50696807 Bugfix_50694055,50694055 MSRC88281_50693616,50693616 Servicing_CBSTurboContainerFix_50693259,50693259 BleepWave2,50692177 XboxGamepadSupport_50692135,50692135 MSRC87883_50692063,50692063 Containment_UUS_NdupPropertiesMarkOobeApproved_50691842,50691842 Servicing_ValidateRangesReceived,50691303 MSRC87669_50691299,50691299 KFMC_50690570,50690570 AASPolicyNotify_50690565,50690565 BackupStNotify_50690558,50690558 NotificationMaintenanceTrigger_50690548,50690548 BackupNotify_50690529,50690529 BackgroundTU_50690508,50690508 Servicing_EditionPartA,50689305 MSRC87875_50688134,50688134 Muse_Settings_SchedulingInMinutes,50687791 Servicing_XuidPartARestrictions_50687277,50687277 Servicing_XuidPartARestrictions_50687271,50687271 Servicing_XuidPartARestrictions_50687111,50687111 Servicing_MetricAppDataFix_50682460,50682460 Servicing_MetricAppDataFix_50675899,50675899 Servicing_TelSyntheticProductFix_50675857,50675857 Servicing_TelSyntheticProductFix_50674316,50674316 Servicing_TelSyntheticProductFix_50674072,50674072 Servicing_DisplaySettingsShowSliderOnAllInOneDevices,50673808 ClipboardEdpManagedCheck,50662425 Servicing_PhantomPackageRepair,50660650 SCFFATest,50658022 SCFFMTest,50657999 NTFFreq_50657875,50657875 b0561c8963fb42ccb0dd27aeda069ba8,50657384 8283cfaadd004642a259063ea15fce36_50656637,50656637 Servicing_MediaEngineSyncD3DDeviceCreationIssue,50656427 Servicing_TouchpadSnapTelemetryAssert,50653738 Servicing_DBUpdate_External_Rollout_50653443,50653443 Servicing_DBUpdate_External_Rollout_50653416,50653416 Servicing_RebootlessIdleFix,50652644 MSRC87850_50651792,50651792 ETWBufferCountSameMinMax,50651429 RemoveTipsLinks,50648833 Bugfix_50648763,50648763 MSRC87386_50646767,50646767 NTF7D_50638759,50638759 MSRC87836_50631908,50631908 MSRC87835_50631885,50631885 MSRC87834_50631820,50631820 Servicing_UpdateIdMismatch,50631473 MSRC87830_50630507,50630507 MSRC87829_50630378,50630378 Servicing_SysDeleteKeyCrash_50630221,50630221 Containment_UUS_UXAIHistoryCategory_50629990,50629990 Servicing_DriverServiceFailureAction,50629963 Servicing_IEFrameShutdownDelayFix_50629139,50629139 Servicing_IEFrameShutdownDelayFix_50629136,50629136 Servicing_IEFrameShutdownDelayFix_50629134,50629134 TaskbarIconPresentationTelemetry,50628891 SharedPasskeyDependencies,50627524 FlyoutStatesTelemetry,50627503 Servicing_StageFilesIntoPendedContent_50627414,50627414 Containment_UUS_v14_50627404_ReportMccErrorForPHF,50627404 Servicing_SurfaceLaptopSEAutopilotIssue,50626874 Servicing_SVNBlockingSystemBootManager_50625696,50625696 Servicing_SVNBlockingSystemBootManager_50625667,50625667 Servicing_SVNBlockingSystemBootManager_50625648,50625648 CD_MJPEG_MFT_Decoder_444_Support,50625444 Containment_UUS_ToastCodeQL_50622556,50622556 NetworkUX_BugFix_50620853,50620853 Servicing_SupportDenyDDC,50620152 59e9d31a452b4840975b15be063c7300,50619826 296c6422c65c41698a17f05c6575b23f,50619762 BTCBF,50617828 Servicing_Opnum_Filter,50613711 MTestAbShFSBH,50592616 EnduserOOBEFlyoutBugFix,50592036 Servicing_DispBroker_FallbackToVirtualClone,50589003 CimDeletePathFix,50587321 Servicing_MFPresentAt_LoopingPlaybackStall_50586036,50586036 HDRWallpaperBrightness,50585158 MSRC87532_50583939,50583939 EnlightenSearchForSxS,50582951 ServerDefaultLayout,50582401 ManageAccountsRelatedLinkAccessibilityFix,50576712 AADClientTLSOneDotThreeSupport,50574609 Containment_UUS_BugFix_CurrentVersionUpdateUnexpected_50570650,50570650 MTestAbShRQISept,50569668 SSLBT_50569047,50569047 EnsureUnsetImpressionIdTip,50568628 MSRC87761_50568267,50568267 Containment_UUS_InactiveHoursRefresh_50567298,50567298 RewriteInWindow,50566996 SearchWebByTextKW,50566956 Servicing_FileExplorer_ProgressDialogNarratorFix,50565903 MSRC87750_50565718,50565718 TestConfVal,50565295 TestValidate,50565209 TestConfVar,50564332 Servicing_BaselineAcquisitionMergingPackage,50564213 SettingsDel,50564196 Containment_UUS_FixSerializedDownload_50563205,50563205 AVC_ClearLead_Moho_Chrome_AMD_and_Intel,50561271 UxConfTest,50557073 ValConf,50556886 WinBrandWithComApartmentSelection,50556241 Servicing_PKU2UInfLoopIssue_50554222,50554222 Servicing_PKU2UInfLoopIssue_50554220,50554220 MSRC87727_50553884,50553884 MSRC87726_50553816,50553816 MSRC87725_50553751,50553751 MSRC87723_50553153,50553153 Servicing_UnsetSblMaintenancemode_NonExistingDisks,50552999 Bugfix_50552411,50552411 DL50551681,50551681 EndTask_Bugfixes2407,50550889 UndockedDEHVersionChecks,50549933 DeviceAssociation_ge_10d_bugfixes,50494401 Containment_UUS_Bugfix_TaskModified_50492621,50492621 LauncherMeasureEvents,50491969 NotificationMaintenanceTrigger_50489160,50489160 ShareBugFix7d,50485877 Servicing_StopDBDBXUpdateIfUpdateInProgress_50484206,50484206 Servicing_StopDBDBXUpdateIfUpdateInProgress_50484193,50484193 Servicing_StopDBDBXUpdateIfUpdateInProgress_50484172,50484172 Bugfix_BadWlanTriageConnectionFailedLog,50483398 Servicing_RenewalEventsSpikingSyncCount,50483159 GE_10D_Cellular_Bugfixes,50481657 Servicing_ReinstallCurrentLCU,50481053 SamsungMouseRenderingFix,50480746 Servicing_LoopbackStreamsShouldNotDuck,50480120 MSRC87494_50477131,50477131 Servicing_MDELoadSenseDllCorrectly,50475637 CorrectListOrderingForColorCpl,50471557 Servicing_SearchBoxEverywhere_SmallIconFix,50469518 TPAIPATIPFixes,50469206 TPAIITIPFixes,50469168 Servicing_PointsOfFlexibilityGleamFallbackTheme_50467861,50467861 GM666,50466666 FixCNBTR,50466459 Servicing_FileExplorerHomeSearchFix,50465617 MSRC87667_50463196,50463196 MSRC87665_50463014,50463014 TouchHoldSettingFix,50462781 WebsiteInfoFiltering,50460862 ColorThresholdsLightSensorApi,50460413 HpdPsApi,50460138 Containment_UUS_InstallAppForAllUsersStringFix_50459165,50459165 NSTWF,50451615 GDSIIF,50445776 Servicing_PofxPepReadyActivityCount,50439514 DualEngine_BrokerCallDualEnginePostMessageOrBrokerCallAsfwAndWait,50434491 Muse_Settings_Remove_Holistic_Error,50431768 MTestAbShHTTU,50407370 Servicing_SCC_CancelInstallation_Events,50396409 FileExplorer_InMarket_WinAppSDK1dot5_Backport,50395209 ParallelNodeCache,50395128 RemoveStoreRequirementForSearchProviders_50394860,50394860 ReprocessFailedDataEvents,50394590 Servicing_SFCOfflineArm64,50394299 AlwaysRepairSystemMetadataTLACEOnRegister,50393476 713d88993f244fb28b4a55db409930dd,50392166 Servicing_SysDeleteKeyCrash_50391073,50391073 FileExplorer_InMarket_24B_Backport,50390676 UnprocessedEventsLimit,50390552 c8ddda7ad5bc4bb4b32bc6a4465a43ec,50389189 Servicing_ScreenCaptureCrashFix,50388816 KFMC_50383852,50383852 MSRC87617_50383406,50383406 MSRC87610_50381968,50381968 MSRC87609_50381870,50381870 DWMInkFlicker,50381656 MSRC87606_50381632,50381632 MSRC87604_50381409,50381409 MSRC87598_50380700,50380700 RemoveStoreRequirementForSearchProviders_50379950,50379950 NetworkUX_Backport_10D,50347043 Servicing_BluetoothHfpHoldFix,50346090 ID50345160,50345160 GetPrimaryAccountTokenCXHHelper,50345156 MSRC87583_50344468,50344468 RDXEWCS,50340463 Servicing_Appx_CentennialLaunchResilience_BadAppDataFolder,50309891 Servicing_AudioEffectsWnfCrash,50309748 PdSTestCtUg,50309508 5599eeb18d27402da17ed3a559f8f948,50309446 ID50308974,50308974 ID50308968,50308968 ID50308962,50308962 CameraEffectsToastRegPath,50308124 Servicing_RestrictedStandbyReference,50307768 CameraDMFTVersionSupport,50307669 MSRC87574_50305950,50305950 PrintPlatformStabilizationFixes_2406,50305573 WUModernStandbyImprovements_50305300,50305300 SteelixInlineNvmeCryptoEngine_50304065,50304065 PartialProcessLimit,50303602 InputSwitcherTipTestFix,50302163 YUV_DRM_Fix,50302018 SetEventWhenNonArpDisabledInactive,50301498 PSSTest_50300583,50300583 RulesConfigImprovements,50297098 DispBrokerOptimizations,50294838 OnDemandUsesMostRecentlyStaged,50294497 Servicing_MDMCertAttestationFailureMultipleWPJ,50294358 Servicing_MDMCertAttestationFailureMultipleWPJAccounts,50294353 ManagedCameraSupportUX,50292326 FixMissingDDIVersionCheck,50292261 AppSiloActivationOverride,50292181 FixUAVSizeValidation,50292129 Servicing_MDMReaderForAutoRestartCountdownMinutes,50291430 ID50291163,50291163 MSRC87535_50289275,50289275 Compattelrunner_Gmd_Asl,50288680 Servicing_InitialInputProfileFix,50288275 Muse_Settings_IPU_LoggingImprovement_50288096,50288096 Muse_Settings_HideMosetupErrorInUx,50288057 ID50287681,50287681 Servicing_ArbiterLCUVersionCompare,50286887 Servicing_Media_AudioGraphCaptureQuantum_50286424,50286424 DiWaLoThFi,50280084 RetrieveAndCacheContinuable,50278032 RestoreDatabaseFromImageMetadata,50277594 Servicing_MSIIntelPropertyPopulation,50277134 DeclaredConfiguration_EnterpriseDesktopAppManagementCsp_Support,50275695 SkipAdvancedColorPolicyFromInitVideo,50275337 Servicing_WinREAgent_Repartition,50275321 BackNavigationToEulaPage,50274230 Servicing_RebaseMPInstallImprovements,50272635 Servicing_OsConfigSupportUserless,50269098 Containment_UUS_v14_50267923_EmptyBufferAfterDecryption,50267923 SearchBugs6d,50264919 Servicing_CurrentBuildNumberString,50264354 WindowsBackupM365UU_50263893,50263893 HideGlobalPromptSuppressionSwitch,50259444 PcaWallpaperAppDetector,50258392 WdfUmdfScmOpNew,50250067 Servicing_CBSReservesRebootRequired,50249130 NetworkUX_BugFix_50239495,50239495 PdSTestSmAO,50239112 MSRC87442_50238871,50238871 AIXDiscoveryCopilotIntegration,50238141 Servicing_FileExplorer_NavpaneNewFolder,50235585 MSRC87437_50234971,50234971 MSRC87431_50233361,50233361 Servicing_AccountPictureErrorAfterKB5036893Install,50230851 Bugfix_CddDisableClearDispModeFix,50229054 0f8498a613ff4665910f9f73646d48f1,50228026 Servicing_DisableAllCopilotEntryPoints,50223223 ID50222972,50222972 NXTLandingPage,50222711 FeatureTuningRebootlessPipeline,50221999 FTOnLastProcessPromotion,50221998 FTOnReboot,50221997 FeatureTuningPipeline,50221995 FeatureTuningAPI,50221994 Servicing_ArgonContainerCommonSchema,50221983 Servicing_WorkQueueResetAndDeviceMFTEventInFlight,50219960 AppNodeCacheLogging,50219195 Servicing_LocalProviderIndexingComponentActivationFix,50219172 MSRC87402_50216742,50216742 MSRC87401_50216405,50216405 6D_BugFixes,50216275 Servicing_OnboardingSenseTerminateAfterClean,50213481 COBF,50212554 SKAS,50210837 WindowsBackupM365UU_50209798,50209798 ShellUIHostCoordinatorAppExtensionFixes,50206257 SupportOSUpgradeForOTRPackages,50205457 Servicing_RefreshGmsaPasswords_Fix,50205382 Servicing_CBSRestartHandling_50204381,50204381 CameraMediaFrameSourceGroupLegacy,50204276 MSRC87382_50203813,50203813 MSRC87381_50203692,50203692 Test_Proxy_2503,50203215 Test_Proxy_2502,50203200 Test_Proxy_2501,50203185 Servicing_LifetimeManagerServiceRetryFix,50202619 InitAndPolicyEnhancements_50202050,50202050 Containment_UUS_AllowPCManagerUpdateForUO_50200788,50200788 Containment_UUS_AllowPCManagerUpdateForUO_50200536,50200536 Census_CollectAllProcessorData,50198379 PSSNSSFTest,50191158 Bugfix50190955_HKBopomofo,50190955 DispBroker_ReturnLastSucceededStatus,50190925 SACCF,50190902 EnduserFlowsRemoveNarratorInstructionTimer,50183555 Servicing_Feeds_SignalForDifferentTimeDurationAcrossPreviews,50182101 Servicing_PendingSmartFeatureFix,50181614 MSRC87338_50180720,50180720 Servicing_VidSchStatLock,50180372 Servicing_AddingBackRestartCountdownPolicy_50179913,50179913 GeWin32kReliabilityJune2024,50179365 LockWidgetCanvas,50179255 EcoScoreBugFix,50179230 BackgroundTU_50174355,50174355 BackupStNotify_50174338,50174338 BackupNotify_50174317,50174317 Servicing_QueryServiceAccessViolationsFix_50173170,50173170 Servicing_LenovoPenFunctionCallOmission,50169059 WindowsBackupM365CU_50165534,50165534 WindowsBackupM365CIU_50165516,50165516 WindowsBackupSDCU_50165510,50165510 Bugfix_PrimaryTrackerCheckDisplayedPrimary,50164241 Servicing_RebootlessReportUsage,50163639 GdiScaleFactorFix,50162720 Servicing_ADSD_Trust_Missing,50161665 MSRC87313_50161641,50161641 UndockedDEHRequeue,50160968 Filtered_Capture_Infinite_Loop_Fix,50160819 PGTBValuePropCard,50160744 AASPolicyNotify_50160435,50160435 Servicing_HideSystemPackages_50159440,50159440 MSRC87301_50159375,50159375 Servicing_DDisplay_GetMpoCapsNew,50158819 Servicing_FolderOnDemand_SearchHydrationFix_50157400,50157400 Containment_UUS_PersistUserInitiatedReboot_50157117,50157117 Servicing_USOExtendedErrorAPIs,50156915 MSRC87264_50155541,50155541 MSRC87263_50155514,50155514 NotifyOobeChange,50151666 MTestAbShOSXY,50150578 PTPKeyboardInjectionOrder,50148645 BlockSemanticSearchQueriesOnBlocklistFailure,50148125 IdsSoftBlock2,50147580 Servicing_RacePowerOffGdi_CheckMonitorResolution,50145438 MSRC87209_50138637,50138637 Muse_Settings_History_Grouping_Fix,50138376 MSRC87205_50137116,50137116 MSRC87203_50135818,50135818 Servicing_CFR_ChangeTime_Upgrade,50135075 MSRC86656_50125053,50125053 NiWin32kReliabilityJune2024,50124594 MSRC84634_50123981,50123981 DwmOverrideBorderMargins,50123822 Servicing_WslMsiExecution_50123766,50123766 Fixing2ndMonitorAEPOverlap,50123717 MSRC86685_50121221,50121221 MSRC86453_50121096,50121096 MSRC86192_50121013,50121013 MultiModel_Fix,50116660 FixTextBlockAccessibilityInNativeButton,50115844 FixVASMDR,50114715 PSSBG6dTest,50111032 Servicing_LanguagePackEnumPerfFix_50109719,50109719 Servicing_DispBroker_OnlyUpdateDatabaseIfApplied,50107038 Servicing_SMBLeaseEpochFix,50106841 DeferredPackageRemoval,50106489 DeviceMetadata_Replacement,50105274 SearchHomeRenderTip,50104895 FileExplorer_InMarket_24B,50104492 Servicing_WslMsiExecution_50104230,50104230 MSRC86490_50103439,50103439 MSRC87143_50103182,50103182 Servicing_VbIoTWWANCell,50102558 Servicing_SystemExecutableAsDesktopApp,50101851 Servicing_EventLogMatchIds,50101503 Containment_UUS_v14_50101394_DOVpnKeywords,50101394 SAC_MSI_Telemetry,50100264 MSRC86665_50099612,50099612 Servicing_WDACMemoryLeakPerCall_50099559,50099559 Servicing_WDACMemoryLeakPerCall_50099557,50099557 MSRC87125_50097292,50097292 MSRC87124_50096678,50096678 MSRC87123_50096553,50096553 Servicing_MDESmartScreenHangFix,50092413 DefaultIdExceptionContainment_50090769,50090769 Servicing_CameraSettings_DisableEnableFix,50089491 NetworkUX_BugFix_50089372,50089372 MSRC86687_50089128,50089128 Capture_TabFilteringTypo,50087890 Servicing_IsOperatingInDownlevelMode,50087286 Servicing_CodeIntegrityManagementReporting,50087056 Containment_UUS_Feature_CancelReasons_50086872,50086872 Servicing_Fix_TVSWarning_RegisterClientCBS_FWService,50086760 NDPQuality2406,50086529 Servicing_AudiosrvDestroyStreamCrash,50086149 Servicing_ConstraintDeadlock,50086138 Servicing_DXGI_AutoSRUndoResQuirksIfNoPackage,50085700 AdaptiveDrainExperiments,50085677 Servicing_DXGI_AutoSRVerticalTearing,50085411 SignalManager_SRUMLeakFix,50085120 Servicing_ProtectedCodecSwitch_50084915,50084915 DesktopSpotlightSxSSupport,50083170 Servicing_PrintScanTwainDriverCrash,50082853 Servicing_InProcMediaExtensionDllUnloadPlatformShutdownFix,50082287 Servicing_RelaxBlockForHPDevices_50082161,50082161 Servicing_QueryBlockListAllowsQueries_50081867,50081867 Servicing_STSTimeBugfix,50081550 Servicing_Skip_Package_Status_Modified,50081497 NXTWebApps_LanguageMenu,50081389 Servicing_RelaxBlockForHPDevices_50081380,50081380 Servicing_RelaxBlockForHPDevices_50081323,50081323 Servicing_BluetoothHogpNotifyPresenceSynchronization,50080848 MSRC86667_50080639,50080639 VAPBF,50076593 NetworkUX_BugFix_50075719,50075719 AppInventory_NetworkPathFix,50075202 WindowsBackupFTU_50072770,50072770 MSRC86644_50071840,50071840 InstantHAADJ_50067161,50067161 ExplorerLeakCompositionOnShutdown,50066185 SearchTopStoreApps,50065374 ToastsInSlui,50065219 Servicing_ConfigRefresh_50064969,50064969 DesktopSpotlightPeriodicUpgrade,50064370 DoNotExcludeNullKindFilesFromAllScope,50064304 Servicing_SearchDsbPofTipFix,50063771 Servicing_CrashOnSleepEntry,50063730 Servicing_StagingRaceConditionFix,50062843 WindowsBackupWVLCF,50062611 UCPD_ANTIUIA,50054740 UCPD_ANTIINJECTION,50054602 Servicing_SourceResolutionCancellationLeakFix,50052560 DWMResourceUsageS0,50050836 Servicing_Capture_Picker_50049968,50049968 Servicing_Capture_Picker_50049963,50049963 NfcCx_StressCrash_Bugfix,50049896 Containment_UUS_WatcherDownloadAPI_50045289,50045289 MissingThisPCCategorizerStrings,50045005 VAIOC,50044725 Servicing_SecureZeroPassword,50044297 WinsasGe5DProposedFixes,50043986 TerminateAndActivateApplicationAumidCaseCheck,50040324 D3D11ShaderAccessRestrictedResource,50036719 NetworkListManager_NetworkEventDebounce,50033830 ImprovedMemoryTelemetry,50027266 TypeToSearchTip,50027259 Bugfix_50021738,50021738 NetworkUX_BugFix_50017895,50017895 Bugfix_50013617,50013617 GeWin32kReliabilityJuly2024,50012660 PrintAdvInstIppFix,50006585 MSRC86959_50005951,50005951 RobocopyCZDirPathRecursionFixes,50005844 ID50005657,50005657 Brain_RestrictTelemetryAddP3Always_Containment,50004919 Servicing_PredictionToleranceFix,50004740 Muse_FriendlyErrorMsg_50004466,50004466 MCGEBugFixBackport,50003213 Servicing_Color_PreventCrashOnQueuedRefresh,50002538 OfficeAddinMatchingPlugin_PerformanceFix,49992839 AppCompat_DataCollection_Backup_Policy,49992001 Muse_Settings_HideIpuInfoBar_Server,49985640 MSRC86947_49985338,49985338 Servicing_SandboxFail_PendingOperation_49985120,49985120 NNVDDLI,49984487 Servicing_EcPointFormats,49974810 Servicing_Ec_Point_Formats,49974212 Servicing_HP_PSA_Crash_49930370,49930370 Servicing_DisplayHandler_CheckMinimumRefeshRate,49930235 FixSMAAFF,49929661 Bugfix49927939_CHS,49927939 FixBlackBoxesOnLogonScreen,49927659 Servicing_FodRemovalDeadlock_49926703,49926703 MSRC86686_49925596,49925596 MSRC86327_49925507,49925507 MSRC86615_49925472,49925472 BugFix49925147,49925147 Servicing_Enforce_FoD_Add_Compliance_49925028,49925028 DeviceSetup_Bugfix,49924497 MSRC86928_49924492,49924492 Servicing_VsmUtilsOldVelocityDefaultState,49922091 Bugfix_49920750,49920750 MSRC86932_49919933,49919933 UseOpenProcessForOLEACC,49918560 MSRC86929_49918104,49918104 Servicing_CustomShellExtensionAddressBarFix_49916753,49916753 Servicing_GpRebootless,49915661 CopilotFrameFunctionalityCheck,49911265 Servicing_AudioClientInitNotFound_49910842,49910842 Servicing_EnergyDllMutableGlobals,49910134 Servicing_SPRUnregisteredDevices,49910076 MSRC86914_49904198,49904198 LexicalSearch_Audio,49860202 CadBugs,49822849 ClearRegistrationRequiredBlockingPackageStatusesForOTR,49822509 Servicing_GameInputBtShareButton,49822099 CapsCheckDFlipOnMPO,49821627 WindowServiceForStartScreenManagerAPI,49820095 MSRC86902_49818367,49818367 MC2406BugFixes,49818167 FileExplorerSyncFlyoutTab_HideIfCommandsNotSupported,49816101 DisplayMux_PostGeRtmFixes,49815597 Servicing_ExpediteNextReboot_49811837,49811837 Servicing_SurfaceHubNewBootMgrOptInIssue,49810487 LogCriticalUserEngagementTelemetry,49805431 PreinstallPCManagerByUO,49805075 ChangePathRegistryKeyForMFAFeature,49803604 Bugfix_PcaPplShow,49803390 CloudProviderStatusAPI_49802581,49802581 Servicing_DispBroker_DonotApplyEmptyState,49802279 FileExplorerSyncFlyoutTab,49802016 Servicing_SHQUNS_QuietPeriod,49801380 Servicing_Sandbox_MissingFiles_49801371,49801371 MSRC86581_49800706,49800706 Muse_Settings_RemoveUxAccess_PolicyImprovement,49800102 CastDiscoverability_DevicesLoaded,49799212 MSRC85322_49796288,49796288 DolbyVisionAndUpdatedHdrUx,49793372 Servicing_TransmogMissingPackageFix_49792578,49792578 Servicing_BatchedPresentCausesFlashTearing,49786892 Servicing_MDERestartCapabilities,49783691 HoldingModeChangeLockwhenCheckingMonitorPowerState,49780181 Servicing_ResolvingEmptyStringProcessName,49780088 LsaAdtEmptyStr,49780086 BugFix_ConvertLegacyTargetId,49779448 CD2406VABugFixesForGE,49777971 Servicing_DeadlockOnConnectDisconnectLock,49775453 Servicing_Qualcomm_Detection_49774870,49774870 Servicing_Qualcomm_Detection_49774857,49774857 Servicing_Qualcomm_Detection_49774848,49774848 Servicing_Fix_bsod_appxdeploymentclient_nullptr,49774703 Servicing_Media_PresentedContent_PlaybackLoopStall,49774464 CameraWatchdogFingerprint,49773418 ATFOI_Test_AIX,49773224 Servicing_FileExplorer_ContextMenuAccessKeysFix,49770822 PredictionBiasCorrection,49770345 MSRC86848_49769292,49769292 Servicing_SSOAppGroupInTokenForDMARestriction,49768596 OneDriveOloobeUrl,49768484 Servicing_DMClientFailsWhenAddSentToPFNNode,49767836 NotifyOnPolicyChange,49767564 SFS_CD_BugFixes_2406,49766340 ShowSearchBoxInMultipleMonitors,49764634 Servicing_CBSLCUUninstall,49762303 WindowsBackupM365CIU_49761931,49761931 WindowsBackupM365CU_49761922,49761922 WindowsBackupSDCU_49761809,49761809 8b7deeeb52e04e58a23fc6e9d7a3f122,49759314 DisplaySearchSettingsForStandardUsers,49757605 Servicing_DeviceLicensingUniqueMutex,49757601 Redund_File,49755561 Wall_Back,49755133 Servicing_ScavengeBaselineEditionPackages,49754531 f3bdcb1627155811d48c5ae56376deda,49753995 CopilotNudges_V2Bugfix,49753773 Servicing_DDV_doublefree,49734929 Muse_Settings_DisplayHeroButton_PausePolicies,49729220 Containment_UUS_BugFix_PerformActionProgress_49729144,49729144 Muse_Settings_AddWuCharmCondition,49727580 Containment_UUS_Bugfix_AllowMoUsoCoreWorkerToIdleToExit_49726585,49726585 Muse_Settings_Use_USO_Callbacks,49726033 PSSOACCFTest,49725883 FixDateFormatForEastAsianRecall,49725743 Servicing_SnapEAAImmersiveShellHangFix,49725434 Containment_UUS_UXDowntimeEvaluationTimeout_49725400,49725400 UpdateSpoolerTraceTech,49723790 RulesEngineMultiSessionDisablement,49722927 Servicing_HEATPenIdFix,49722757 ID49718509,49718509 AppInv_Android_Cleanup,49716677 MSRC86792_49714647,49714647 Containment_UUS_v14_49709355_MccFromKvShownAsFromPolicy,49709355 WindowsBackupODSST,49708390 WindowsBackupODSS,49708338 Servicing_BlockHPMachinesWithFirmware_49707496,49707496 4970_3878,49703878 Muse_Settings_WrongForcedMessage,49702841 Servicing_MsfteditGB18030_2022_49702579,49702579 AggresiveExceptionHandling,49702497 Servicing_Enforce_FoD_Add_Compliance_49702396,49702396 Servicing_ShowCastInQuickActionsIfWFDSConMgrLoaded_49701881,49701881 MTestAbShFreUpLi,49700528 Servicing_NCSI_FixLeakingExceptions,49700386 VerbosePantherLog_ForPrepUserOOBEDiagnosis,49697603 Muse_Settings_COMLeakFix,49689860 MTestAbShMWOA,49689210 CadTest,49688645 BackgroundBatchProcessingEventLimit,49688135 Bugfix_49687435,49687435 MSRC86767_49686646,49686646 PnpUtil_XmlOutput,49686528 Servicing_MFAudioCnv_AES_SampleProtection,49686343 Bugfix_49686287,49686287 CopilotNudges_FileDrag,49684526 TPMAttestationProvisioningDiagnostics,49684405 TaskbarDefaultIconFallback,49683902 Capture_WindowRootSelection,49683563 FileExplorer_InMarket_24A_Backport,49682398 Containment_UUS_ExtendedErrors_49682220,49682220 Servicing_CameraWatchdogFullDumpGeneration,49681943 Servicing_DefaultBundleFirstLaunch_49680909,49680909 Servicing_SecurityDescriptorConditionalACEIssue,49680893 Servicing_SBUEFI_DBX2024_49680384,49680384 Servicing_SBUEFI_DBX2024_49680318,49680318 Servicing_C7P7q8k9,49680032 StorageAPIsJsonObjectSupport_49680014,49680014 Servicing_y7C9r7C6,49679968 Appraiser_DecisionEvents_Cleanup,49679448 AppCompat_DataCollection_Policy,49679257 Triage_MobileHotspot,49678712 OMPH,49673449 WBBEFB,49673274 FixGarrulousCheckContainerTelemetry,49669994 HEATPenIdFix,49669976 FixSecondaryScreenTaskbarSearchControlFocus,49669772 Census_CollectBaseboardManufacturer,49668957 Containment_UUS_Bugfix_AllowMoUsoCoreWorkerToIdleToExit_49668955,49668955 AppInv_NoRegex,49668936 CDMLiteSystemProviderUdk,49668827 InventoryWatchdog_ResourceMonitoring,49668776 Servicing_CheckLayoutAllowedByPolicy_49668690,49668690 Servicing_BaselineAcquisitionFix,49668334 Servicing_UwfCfgServicingModeMissingFinalizeCall,49668240 MSRC85169_49668112,49668112 MSRC86719_49667995,49667995 Servicing_BlockHPMachinesWithFirmware_49667845,49667845 Servicing_BlockHPMachinesWithFirmware_49667741,49667741 Servicing_RebaseOnHopatchMonth,49667411 DeveloperCohorts_49666949,49666949 BootWithDes,49666675 TipCrashAwareness_49666529,49666529 HotkeyForSpeakforme,49666413 SettingsPersonalizedOffers,49666228 WindowsBackupABMSARE,49660475 HRPCFDL,49655762 Servicing_UWFShutdownRestart_49653200,49653200 Servicing_UWFShutdownRestart_49653197,49653197 SuggestionTriggerCondition,49652730 CameraDefaultConfigPayloadInit,49652245 Servicing_Feeds_ImproveFeedsStartupPerformance,49652136 CompositionTextureDirtyRectsUsage_49651217,49651217 Servicing_DO_MccHostConfigUpdates_49650105,49650105 MSRC86704_49649841,49649841 MSRC86700_49648632,49648632 Adminless_49648593_2403,49648593 8bb25db765314f089402a2b02e89352e,49646220 8d11c6bddbd349a3a4fa3b603ba34ca6,49646204 Servicing_SecondaryTaskbarUpdateSize,49645819 Servicing_Get_Windows_Package_CrashFix,49645280 Servicing_RecoveryDrive_CopyEXBINS_49644942,49644942 MJPEG_DXVA_IMP_2409,49642928 Servicing_ConstraintStreamDestroy,49641428 MediaQI2409,49631999 CameraQI2409,49628077 MSRC86668_49618591,49618591 Capture_CaptureItemType_Backport,49616265 TIPPreserveUDKReasonNames,49616208 CloudStoreCollectionItemsOptions_49615603,49615603 Servicing_GPPreferencesIssueInOneWayTrusts_49615496,49615496 NativeNVMeStackUpdateGeContinuousDelivery_SN0,49613284 PrintPlatformStabilizationFixes_2409,49613256 PrintAccessibilityFixes_2409,49612667 Revamp_AlertBanner,49612571 Servicing_Sandbox_MissingFiles_49611800,49611800 PNH004,49611004 EnergyRecommendations_HDR,49607261 NQSCM,49604667 Servicing_Media_AudioGraphCaptureQuantum_49602824,49602824 FconFasterUsageDataReportingBackoff,49602268 Servicing_DevHomeStub_Provision_ARS_49601920,49601920 RdpShellExtension,49601421 CopilotNudges_OnSelectedStaticText,49600489 EcoModeEnergySaver_Toast20,49598909 FixDynamicSearchBoxTipTestFailures,49598346 NCEDR2,49598269 DisableCursorForFilteredCapture,49598156 Containment_UUS_TailoredReboot_49596090,49596090 MSRC84705_49589544,49589544 MSRC84854_49589519,49589519 AppxSip_Extensions_COMSafetyCheck,49588529 InputScenarioCheckUpdate,49585390 WSTF2,49585260 COSTBFTest,49585254 MSRC86588_49582338,49582338 RailV2DVC,49582076 CheckFRE,49581961 DateTimeFilterFromNaturalLanguageParser,49581601 SystrayCopilotFallback,49580950 FixTouchHitTestingRetVal,49580270 PrimeTestFixes,49579899 MSRC86580_49579399,49579399 AutoSR_Allow10BitAlways,49579327 MSRC86578_49579032,49579032 Servicing_RemoveEsclUsbAssociation_49578433,49578433 MTestAbShFSLIEA,49578238 UnifiedConsentSyncTimeTrigger_49577493,49577493 MFACheckInClipRenew_HandleAccessDenied_49577403,49577403 Bugfix_49576218,49576218 StorageAPIsJsonObjectSupport_49576148,49576148 Servicing_WebView2TextScaling,49576146 Containment_UUS_AllowPCManagerUpdateForUO_49575890,49575890 BugFix_49575771_NarratorBreaksKBFocusInOHA,49575771 ManagedCameraSupport,49575624 FixingDisablingDashboardOnTaskbar,49572415 SkipCDPInitializeIfServiceIsDisabled,49570780 PersonalizationBackgroundFolderVectorClearFix,49566714 VAICSE,49566288 Servicing_ReflowScenario_49565982,49565982 CloudSuggestionUpdate_OSClient,49565920 Servicing_QuickSettingsAndHeroTileDoesNot,49565654 UX_Settings_AI_History,49562474 Remove_Thin_Space_blocker,49560522 CustomDurationVRRQueryFix,49560148 SearchBoxOnTaskbarShyTaskbar,49559611 Servicing_StartInstallRaceCondition_49558575,49558575 Servicing_XamlScopedBatchHandlerRemoval,49558180 WebsiteInfoSorting,49557553 LockMultiAdaptiveCardStatus_MainPageXamlFixes,49557539 Containment_UUS_PreventServerExpedite_49556959,49556959 Servicing_Feeds_ClearBadgeCrash,49556554 Servicing_TermsrvProgramFilterRegressionFix,49553175 RemoveBatterySaverForWake,49550391 PSSBGTest,49548912 SSWHU,49547796 SSWU,49547784 AckLoadOnlyOnHigherVersion,49546807 SAR_AllDevicesLostRecovery,49543599 RemoveDisableJitOption,49543479 AppVerifForArm64EC,49542556 GenTel_DoubleFree,49542070 Servicing_Adam_FFL_49541826,49541826 Servicing_Adam_FFL_49541812,49541812 Servicing_FodRemovalDeadlock_49541431,49541431 HideGetStartedOnServer,49541141 NoCBR_NoActivation,49540344 Standalone_24_04_NonSec,49539900 NetworkUX_TetheringSvcFuzzTests,49538968 MSRC86508_49538493,49538493 Bugfix_49538257,49538257 Connectivity_ModernStandbyImprovements,49535846 Servicing_DSE,49535274 Servicing_NlmTls,49533730 BTA11Y,49532481 CameraQueryAcceptMediaTypeGen,49531424 ID49527529,49527529 FileExplorer_KnownFolderSyncProviderFix,49520299 MSRC86483_49494600,49494600 Servicing_TransmogMissingPackageFix_49492782,49492782 Servicing_SLAPIInternal_49491815,49491815 CheckRestrictedDescriptionNotNull,49487355 ShellUIHostCoordinatorCOMServerLaunchSupport,49487276 Containment_UUS_ServiceFailureResiliencyNewError_49484733,49484733 ID49479119,49479119 Brain_NoDoubleP3SxSCheck_Containment,49476961 Servicing_FixWebview1EarlyFileSearchCall_49476243,49476243 Servicing_BluetoothBrEdrSCWithSmpUnsupported,49475409 MSRC86431_49473723,49473723 Servicing_SandboxFail_PendingOperation_49472274,49472274 Containment_UUS_BugFix_PreDownloadProgress_49472004,49472004 SenQI2409,49471425 TIPForAltTabAndSnapAssist,49467103 BackPortSearchFullActivationTest_49456391,49456391 Firewall_042024,49454120 Standalone_Future,49453572 Standalone_24_05_NonSec,49453553 Standalone_24_06_NonSec,49453544 Muse_Settings_WUPauseSubtitleFix,49452927 Muse_Settings_RemoveExtraThreading,49451670 Servicing_MsiInstallerLogInEventViewerFix,49449122 SettingsSearchCopilotEntryPoint,49445394 Servicing_MFPresentAt_LoopingPlaybackStall_49444563,49444563 Muse_Settings_IPU_LoggingImprovement_49442561,49442561 Servicing_FixFeedsTelemetryMissing,49433270 Kerb3961PoolNx,49430348 A9HWKEYW10,49427126 Servicing_SecondaryAndPrimaryRoutesBeatTheSame,49426670 RemoveLowPrioritySetTrustLabel,49426184 LoggingForAddDependencyToProcessPackageGraph,49425193 Containment_UUS_HideErrorInUx_49424388,49424388 Servicing_RestoreDeviceOnce,49423767 f91eec64eea950855cb02d7419bc9627,49422722 DispBroker_ReturnCorrectErrorFromCDS,49416273 Servicing_Changing_CipherSuite_49415129,49415129 FixCoreIndexerBugs2409,49415123 VNTF,49414981 CopilotHWFloorCheck,49412065 WUTraceSplitLargeLogs,49411865 TVS49408394,49408394 ffd2ccf986e0427a8b53972dd6b69e04,49407484 ToleranceTimer_Time,49406510 BugFix_HidingWindowsHelloInServerSku,49406258 PhaseBSystemTrayReliabilityUpdates,49406070 Servicing_ADSD_EventAuditLogFix,49405454 Servicing_UwpAppsMuteOnSleep,49405215 ToleranceTimer_Type,49404957 0f8498a613ff4665910f9f73646d48f0,49402909 Servicing_FixVoiceShortCutClickEntry_49395877,49395877 BootBackgroundProcessingDelay,49394164 InboxMostRecentlyStagedDowngradeRegistrationFix,49393646 Servicing_EnableVBScriptTelemetry,49393347 SAR_EndpointSwitchDebounce,49389282 SMI,49385087 ShutdownDialogFocusFix,49382077 FullTrustStartMenu,49381526 FastForwardAuxDloadIAT,49376878 TakeBackCalendarReclaimFix,49369648 RedirProcessCommandUseAfterFreeFix,49369550 Servicing_DevHomeStub_Provision_ARS_49368540,49368540 Servicing_MiracastGrfxVendorIdFix,49367224 Servicing_SnapBarHostControl_MeasureOverride,49365118 MSRC86306_49364866,49364866 EnergyRecommendationsFocus,49361660 Servicing_ReNavigateOnlineFix_49348960,49348960 BugFix_49347877_WebviewAndProgressRingPadding,49347877 BugFix49347806_KeyboardFocusVisual,49347806 Containment_UUS_StoreProviderNotBlockedByExternalCalls_49346712,49346712 OobeNdupOngoingUpdatesStatus,49346253 Filtered_Capture_Window_Close,49345934 Muse_FriendlyErrorMsg_49345649,49345649 Setup_NativeUIForCompat,49345131 OneDriveAsyncInvokeTimeoutResponse,49345015 Servicing_TaskbarSnapGroupOnItemResolved,49344322 SHTC_49343691,49343691 SHTC_49343499,49343499 ESIM_PUK_LOCKED,49341036 DL49338986,49338986 LockMultiAdaptiveCardStatus_2DWidgetsAppCompat,49336997 WindowsBackupODSF,49335794 Servicing_Feeds_LifecycleServerControl,49334917 Servicing_Not_Nested_123,49333544 CloudSuggestionUpdate_49332391,49332391 DisableBioSignatureCheck_49330271,49330271 SoftLandingHotkeyWinShiftA,49329079 Servicing_ADSD_DjoinOneWayTrust,49328180 PSSOOVDFTest,49326192 Servicing_StoreAgentBeginEventsCoreCritical_49324920,49324920 TaskManagerWorkUnits,49324097 Servicing_SystemSettingCrashOnNarrator,49323128 Servicing_StoreDownloadDiagnostics,49322923 CD2406LCFixes,49322701 BugFix49320135_CHSIME,49320135 Servicing_HnsObjectLock,49315761 Servicing_FixGleamMissingOnTaskbar_49315702,49315702 Servicing_HandleBandwidthLimitPoliciesSetToZero_49315237,49315237 Servicing_StoreAgentBeginEventsCoreCritical_49312041,49312041 CimFsRemoveDeprecatedGetTempPathCall,49310878 WindowPrivacyAndUrl,49310721 Servicing_G6j8v9r9,49309804 UnifiedConsentCorruptionFix_49309588,49309588 MSRC86147_49308184,49308184 DevInv_Usb4_Tunneling,49305511 Servicing_TLS13_PreventConcurrentTicketSharing,49304780 Bugfix_PcaWnfCb,49303561 MSRC86207_49303445,49303445 MSRC86204_49303211,49303211 NSSTest,49300650 FaceEnrollmentTelemetryThrottle,49294069 DmaSyncCrossThreadComCallFix_49293359,49293359 MSRC86192_49293320,49293320 MSRC86192_49293316,49293316 MSRC86192_49293311,49293311 Servicing_WinAppSdkFixPinchZoom,49293098 NDUPEarlyOobeNode_49292347,49292347 Containment_UUS_UOExpedite_BoundChecks_49292314,49292314 Servicing_CopilotEligibilityRedirectFix_49291024,49291024 Servicing_CopilotEligibilityRedirectFix_49291005,49291005 EOLCorrectlyInMigrationPlugin,49290629 Servicing_RegistryFlushAfterCommit_49289712,49289712 ClearOverrideConfig_PackageRowNotFound,49288999 Servicing_HNS_PolicyRehydration,49288931 Containment_UUS_Bugfix_StoreProviderRemoveIfWUNoUpdate_49288421,49288421 SearchBoxOnTaskbarAutoHide,49287050 Bugfix_49283143,49283143 ShellGesturesControllerReliability,49281291 HnsAccelNet,49278966 PlatformFixesForFullTrustAndWin32Start,49268249 MsixFrameworkUpdatesAtLogon,49266517 AllowSemanticQueryBlockListSuppression,49257765 NXTLockScreen,49257501 NewPropertiesOnSystemSettingEntryPoint,49257236 VsmUtilsVelocity,49256507 ModernCompressToNIBackport,49256040 MSRC86142_49255632,49255632 Servicing_ADSD_MinPwdLengthAuditFix,49253756 Servicing_ProgrammableTaskbarRunOnceCriteria,49253617 Servicing_DetectSqliteIndexCorruptionAndRecover_49252337,49252337 NetworkUX_BugFix_49248062,49248062 OverlayUX_2409,49241453 MSRC86117_49240315,49240315 CloudStoreTimeoutExceptions_49239926,49239926 Servicing_StartInstallRaceCondition_49238441,49238441 Servicing_NonHNSHostPortResourceRehydration,49238421 Servicing_UmfdHostDeadlock_49236811,49236811 Servicing_AACCoreDecoderDisableLegacyDrcKB5034848,49236005 TzAutoupdateStandardUser,49229351 NgcWebAuthnEccSupportedInIsoContainers_49224902,49224902 Servicing_UseWindcDocChecksumForPFXImport_49224097,49224097 Servicing_UseWindcDocChecksumForPFXImport_49224059,49224059 Servicing_PfximportDocResultNotInAlert_49223955,49223955 Servicing_PfximportDocResultNotInAlert_49223888,49223888 Servicing_WinDCFixMultipleCertDeletes_49223824,49223824 Servicing_WinDCFixMultipleCertDeletes_49223766,49223766 Containment_UUS_DeserializationUsingAppInstallItem_49222910,49222910 Servicing_FindPackageForUserRPCFail_49222274,49222274 AIXCopilotImageActions_FindSimilar,49221547 Servicing_OverflowNullRepeater_49220907,49220907 Servicing_RoundedImageSupport,49218143 Servicing_VfpRcuBasedLock,49217298 Servicing_InboxPassingAppidTagging,49216715 BonusBarPrivacyLinksTouchTarget,49214574 SearchFiltersEnableTypeConversionWarnings,49211207 UXExperiment,49208286 Containment_UUS_BugFix_RevertCleanup_49207784,49207784 UiaEndpointsForContentIslands_49205006,49205006 ChildHwndForIslandInputSite_49204999,49204999 AddCollectionFlagsToAllowOneAfcCallOnCollectionEnum_49204591,49204591 Servicing_FESearchMoveFocusToViewFix,49204282 POIrisClients,49203781 DesktopSpotlight_49203500,49203500 AIXCopilotImageAction_CreateSimilar,49203151 MSRC86031_49202539,49202539 Servicing_RemoveFakeGdiSurface,49199897 VirtualPrinterFrameworkUpdates,49199085 Servicing_ADSD_PAABugAfterRebootTake2_49196884,49196884 Servicing_ADSD_PAABugAfterRebootTake2_49196534,49196534 Servicing_StorSvc_MultiPathFormatSupport_49196340,49196340 StartMenuAccountBadging_ColorFix,49194827 EKNIH,49185468 AccessCheckGeExApis,49181456 Containment_UUS_Feature_HotPatchingTelemtry_49179730,49179730 Servicing_GfxDriverEventsMemoryLeak,49179358 Servicing_GpuAcceleratedVideoDecodingLeak,49178883 Containment_UUS_BugFix_DownloadJobCreationFailure_49178678,49178678 Firewall_Rules_Filters_Performance_Counters,49178402 Containment_UUS_StartupDownloadFailed_49177054,49177054 MSRC86010_49176067,49176067 NoCloudStoreOverrideOnInit,49175271 MouseAccelerationSetting,49174155 SystemComponentsWindowsFeatureExperiencePack,49171408 OsConfigurationRegistryProvider,49170978 MSRC86002_49170239,49170239 MSRC85996_49169153,49169153 Devi_Res_Handler,49165413 Devi_Back_Handler,49165411 LogonFrameworkTelemetryImprovements,49164871 WdfDriverEntryFailNoDriverCreated,49158433 Bugfix_49154898,49154898 HiddenFontNarratorAnnouncement,49148967 ListViewHelper_SettingItem_Lifetime_Fix,49148533 Servicing_OneDriveRemoteApp,49146478 IFFMinQueryLengthThresholdForENLang,49145296 Servicing_ListViewScrollingFix_49143632,49143632 AlwaysOpenFoldersInNewTab,49143212 HnsInternalVLAN,49142546 DesktopSpotlightInteractionExperiment,49140016 KernelPnP_SwDeviceAttributes,49138292 WppModeEnhancements,49137590 MsfteditGB18030_2022,49136693 Servicing_CopilotDefaultToFalseForBlockedCountries_49135583,49135583 MSRC85956_49130590,49130590 WNFF,49126436 TaskbarStuckWorkAreas,49124644 Servicing_RepairFrameworkPackageRegistration_49123588,49123588 ID49123463,49123463 Servicing_CtacStoreAppsVer_49123157,49123157 ID49121850,49121850 BackNavigationToRegionPage,49121726 FixVAPWBRD,49120173 Servicing_HnsPaRouteLock,49119702 Servicing_FconFasterUsageDataReporting,49118773 Servicing_GameInputXUSBRequestToIrps,49116965 STFWBFTest,49112366 Search_Video,49112006 Search_Audio,49112004 Search_AudioAndVideo,49111862 Servicing_DenyWriteAccessAuditPolicyIssue,49110414 SoundSettingRestoreHandler,49109861 Servicing_TimeServerUI_49107247,49107247 UnifiedConsentNotApplicableDefaultValue,49106743 MSRC85910_49106649,49106649 Servicing_RemoveTailingSlash_49106420,49106420 Servicing_APRequestAADUsertoken_49105358,49105358 Containment_UUS_v14_HandleBandwidthLimitPoliciesSetToZero,49104139 Settings_StartupApps_ChevronAndArrowButtonAccessibilityFix,49103806 MSRC85901_49103658,49103658 Servicing_IPPUSBMatchingPort_49101313,49101313 SysMan_ErrorOnDupFamilyId,49100962 NetworkUX_BugFix_49097460,49097460 IMETest4717,49086542 Servicing_APRequestAADUsertoken_49085149,49085149 Servicing_AutopilotDevicePrepProvisioning,49084403 Servicing_CleanUpRedundantCodeInVerifyServerIsMmpc_49083448,49083448 UupDeploymentLoggingFix,49083158 WindowsConnectionManager_PreventPowerRequestRaces,49082984 SystrayPBN,49082522 Servicing_UpgradeAIFailure_49082483,49082483 Servicing_ScreensaverGDILeak_49080498,49080498 SysMan_FailureReporting,49079964 DriverSetup_OptimizeRegFlushes,49079856 DeviceInstall_ReduceLogWarnings,49079717 DeviceInstall_RootDeviceSynchronization,49079143 MSRC85832_49078942,49078942 Servicing_RandomCrashAddPrintingDeviceViaSettings,49078478 MSRC85805_49077193,49077193 Containment_UUS_UserSchedulingLimitInMinutes_49076972,49076972 DevLogging,49075328 ThirdParyAppInstallBugFixes,49074033 Containment_UUS_BugFix_CurrentVersionSessionData_49072601,49072601 AddBackTipTestState_BugFix,49056752 FixRqvWnfBackupBanner,49054871 Servicing_PromptDeferral,49054611 Servicing_BLEHeapLeakFix_49047844,49047844 BugFixOobeTouchKeyboardLaunch,49046212 Servicing_HnsFixVsid_49041195,49041195 Servicing_HnsFixVsid_49041191,49041191 BatterySaverDelay,49039975 Containment_UUS_BugFix_UserIpuConflict_49039173,49039173 CopilotNudges_ShowMiniMenuOnCopy,49035782 CopilotNudges_OnSelectedEditableText,49035743 Servicing_ContextMenuPrimaryCommandLabelsFix_49033481,49033481 Servicing_V8Y7J7V4,49030292 Localization,49029305 UnifiedConsentCDSHangFix,49028071 CopilotDefaultToFalseForBlockedCountries,49027835 CrossDevice_49027547,49027547 Containment_UUS_Feature_ReportPolicyDailyWhenAADJoined_49026421,49026421 Servicing_TaskbarAnimationIcon_49024627,49024627 UnifiedConsentCDSInitFix,49024536 ATFOI_Test_V3,49023326 UnifiedConsentCdsWnfCheck,49023096 Servicing_UOAppsDeprovisionedCheck,49022679 Servicing_ListViewScrollingFix_49021458,49021458 Servicing_FileTypeHelperLogging_49020562,49020562 Servicing_RDlockedsession,49020328 Servicing_ConfigLockScreenBehavior,49020174 Servicing_BtLeAsyncCancelHang,49014221 Servicing_PrjfltConnectionLimit,49011747 CopilotNudges_V1Bugfix,49010421 MSRC85679_49008904,49008904 Servicing_PkinitTelemetry_49008659,49008659 Servicing_PkinitTelemetry_49008658,49008658 PersonalizedOffersSupportInUTC,49007945 ExceptionSafeActivation,49006869 Servicing_SFAPHelloSupport_49006768,49006768 WdfUmdfNetDrvInSafeMode,49006722 UKPStoragePathOverride,49005855 UKPStorageACLReApplicationOnStartup,49005850 OobeLanguage_ConfirmationButtonTextContainsSelectedLanguage,49005015 TIPContinueOnProcessSuspend,48996379 AutoAuthentication,48993254 Servicing_UnlockDuringSessionEnum,48991368 EnableHotkeyForSpeakforme,48989247 Settings_StartupApps_SortByButtonAccessibilityFix,48988257 AppDefaultTelemetry,48986653 SearchRemoveMinimumVersionCheckForAvailableWV2Version,48985381 DeprecatePeopleOnTaskbar_48984893,48984893 MSRC85646_48983588,48983588 MSRC85643_48983307,48983307 Servicing_SmartScreenHandlesClientRPCErrors_48981039,48981039 TaskbarJumplistOnHover,48980211 CCtxCallUseAfterFree,48977873 MRTResourceLoader_48971223,48971223 AllowI3CHostEnumeration,48969973 ShellUIHostCoordinatorVelocityControlledConfigs,48966816 ShellUIHostCoordinatorHardwareCheck,48966803 Containment_UUS_BugFix_OfframpOneSettings_48966333,48966333 MarkerWindowSetForegroundWindowProtection,48965875 Servicing_EventManagerAccessViolation,48965542 AppIconFromTileAPI,48965331 MSRC85614_48963389,48963389 ID48963325,48963325 Bugfix_48962006,48962006 HStringReferenceUseAfterFree,48956860 Servicing_GpRsopBloating_48951518,48951518 Servicing_GpRsopBloating_48951509,48951509 RFSFCTAOTest,48950219 ID48930609,48930609 PBSysTrayReliabilityUpdates,48930387 Servicing_PkinitTelemetry_48928714,48928714 Servicing_CatchTagDatabase_48928645,48928645 NXTCredUI,48928032 ID48927990,48927990 Containment_UUS_Feature_RemoveIAUpdaterIfStoreProviderEnabled_48927779,48927779 WindowsBackupODU,48917127 PriorityIdleTimer,48915761 ForwardCompatibleNavmesh,48914786 XamlIslandToolTipUiaFix,48914366 Servicing_CTrackerServerImplLockingIssue_48912942,48912942 Servicing_CTrackerServerImplLockingIssue_48912916,48912916 DisplayMux_QID2_Before_QQC,48912674 HuPrRS,48911692 Containment_UUS_InteractivePDCReferences_48910114,48910114 OneDriveUnpinForCopilotv2,48908327 OfflineDecryptionKey,48900033 OobeHostRetrieveCXHSharableData,48898165 UseSemanticQueryBlockList,48897689 ID48897491,48897491 FI48896771,48896771 DeviceSetup_Metadata,48896670 Servicing_RDPClipDCR,48896654 Servicing_ADSD_SecretsMemoryLeak_48896609,48896609 FE_ProfileIcons,48895801 DL48895357,48895357 Servicing_SystemComponentsUpdate_48895065,48895065 Servicing_SystemComponentsUpdate_48894724,48894724 OmaDmClient_BackOff_Retry_ScheduledTask,48893763 BackgroundBatchProcessing,48890705 Servicing_BypassGraphicsFreezeNotification,48888708 SRE,48885365 OM,48885351 Servicing_NFCReaderFreeze,48882218 FixNullMonikerAV,48878835 GID,48878314 MareBackup_BadUninstallJsonFix,48876985 ActionsPullLimit_48875215,48875215 Servicing_AMSIUtil,48874964 IE_CV_List_Download,48872221 AppInv_IsWin32,48872129 Containment_UUS_UXPredownloadSupport_48872055,48872055 Servicing_GetDSEViaRegkey_48871883,48871883 NearbyShareDeviceNameFix,48871787 Servicing_FileExplorer_RegistryLeakWithContextMenu,48870529 MSRC85486_48869063,48869063 VACBPUSN,48868878 VASCINT,48866648 MSRC83823_48864506,48864506 Servicing_SiHostCustomShell_48863867,48863867 Servicing_FEHomeGroupHeadersKeyboardingEAA_48863184,48863184 DeclaredConfiguration_BulkTemplate_CheckSum,48860261 Servicing_KerberosRCGPDUFix_48860141,48860141 MSRC85468_48858995,48858995 Servicing_FirstPartyGleamNotSetProperlyFix_48856196,48856196 RemoveEOLPackages,48855637 Servicing_CdsMoreTipAdditionsAndTweaks,48855414 CharMapAccessibilityFix_V2,48849268 EnhancedErrorMessageForUpdateRebase,48847233 NetworkCostManager_ErrorNoNetwork,48842633 HiberbootSessionInputFix,48840350 DisplayMux_Relocate_QueryIntegratedDescriptor,48833358 Servicing_WUSettingsFuturePauseTimeFix_48825596,48825596 d29d6ee4fc045e47e42fe94bc74e3430,48823463 Update_BatteryIcon,48822452 DefaultBundle,48818825 DwellTimeQueryFix,48818546 MSRC85417_48817909,48817909 Servicing_ADSD_SecretsMemoryLeak_48817643,48817643 OobeForceFeatureConfigurations,48813707 DesktopTrainingSpeakerVerification,48812316 FixVAL48810781,48810781 DeviceBrokerRemovalDuringFilterPinCreation,48809324 PIPLTest,48808241 Servicing_VPBltTMMinimumControl,48805323 Servicing_LbnatDynamicArray,48804878 AMD_P384_EK_Cert,48803766 InlineCompose_Dispatcher_Watson_Fix,48802283 e5270a63fc3d5b2ceb3474a599c94879,48801414 Servicing_PofExtendNotifyInvokeTimeout_48800576,48800576 Servicing_AudioOffloadErrorCode,48800432 DmaSyncCrossThreadComCallFix_48800088,48800088 NetworkUX_BugFix_48799594,48799594 OverlayBoot,48799479 WSEV2SystrayDocked,48799383 Servicing_CameraCopilotDCR,48799298 Servicing_c4V6Q9c7,48799129 SteelixInlineNvmeCryptoEngine_48799070,48799070 Brain_Containment_DefaultDisallowP3SxS,48798897 FEHIU,48798390 CopilotHoverV3,48797455 CopilotHover,48797432 BingSearchButtonOnJpnCW_MoreDiscoverable_48794884,48794884 MSRC83685_48791709,48791709 PermanentId_URILookup_48790661,48790661 UCPD_WSB,48789334 FileExplorer_CommonFileDialogPropertiesEditControlAccessibilityFix,48785938 Containment_UUS_BugFix_DeploymentErrorCode_48783771,48783771 MSRC85342_48780396,48780396 ReverseMouseWheelDirection,48780289 FixUpdateStateCrash,48779432 MSRC85333_48777588,48777588 Servicing_UserSignInFailureGCCH,48773094 AesSha2,48772363 ID48766636,48766636 Servicing_BFSVCExFiles,48765488 Servicing_SearchDmaDeveloperModeFix_48764818,48764818 Servicing_BluetoothMouseStopsWorkingAfter30,48762273 PasspointOnlineSignUp_Removal,48758626 MSRC85282_48757552,48757552 Servicing_EnableStorageSense,48747278 ExposePTPButtonSupport,48746838 Servicing_SearchDmaDeveloperModeFix_48746729,48746729 Servicing_GameInputCancelIo,48746550 AllowDiscoveryOverlay,48746488 DeprecateVoiceAssistantLighting,48746228 Servicing_WUSettingsUpdatelistAfterPause,48743910 ColorThresholdsLightSensor,48739604 MSRC85250_48738146,48738146 MSRC85249_48738086,48738086 Servicing_GameInputUwpFocus,48736964 Servicing_DisableTLS13,48735932 Containment_UUS_GetFederatedServicesLogging_48731870,48731870 Servicing_RequiredNetworkWin10OOBE_DisableSkipNetworkOnAadCapableEditions,48726757 WordBreakerRITPFix,48720827 Servicing_FESearchActiveViewReliabilityFix,48719061 TopLevelSuggestionsListHeightException_48705107,48705107 ModelAcquireWithUsoWithoutUdi,48703602 Containment_UUS_ProductAcquisition_48703545,48703545 DisableAutoDismissLockByDefault_Cleanup,48702665 BugFixCassFindAccountProvider,48702291 CursorScaledByHW,48700811 MRTDynamicPackageFix,48698673 AutoDismissLockTelemetry,48697684 OEMCustomImagesAreDesktopSpotlightImages,48696782 Containment_UUS_FodSafety_48696662,48696662 ExtensionTIPTestIdContainment,48695812 Servicing_Media_AddNS100ToMilliSecs_64,48695688 Servicing_EsclOverUSBNullReference,48694996 Servicing_ModalUserSetupEligibilityUriFix,48686180 Containment_UUS_AddingBackRestartCountdownPolicy_48684155,48684155 Servicing_RollbackForAtomicTransactions_48683374,48683374 Servicing_RollbackForAtomicTransactions_48683359,48683359 ID48681553,48681553 CopilotNudges_CopyImage,48681146 NewMultiPagePrivacy,48680411 WinAppSdkEnabledPlaceholder_48679441,48679441 Containment_UUS_PrioritizeIPU_48677136,48677136 Servicing_SmartScreenHandlesClientRPCErrors_48674217,48674217 RetryDashboardExtensionFailure,48673337 Servicing_Fix_Apps_StartupPage,48671285 Servicing_AuthManagerAPIExposesUserName,48668472 PasskeySyncOTS,48667980 NXTApps_UseSystemWebView2,48667032 ColorProfileAfterHibernate_48666138,48666138 Servicing_Suppport_UndockedDEH,48663057 TeamsAppHydrate,48662360 CameraSettings_WindowsStudioPerfNotification,48661595 Servicing_NLANotify,48661334 EditionFallBackForEULAByOOBE,48661037 ExtendedModeAEPForTaskbar,48660958 FixFeedsButtonFocusBorder,48659998 FixShiftTabTaskbarSearchHidden,48659981 MSRC85167_48659264,48659264 Servicing_AppContractsCrashFix,48659012 Servicing_BluetoothHidAppearanceAdditions,48658606 MSRC85160_48657030,48657030 Servicing_Add_CloudEnabled_Telemetry_48656742,48656742 DesktopSpotlightIconHoverAndSingleClick,48656084 Containment_UUS_ClearNotifications_48655841,48655841 Servicing_VmBusSendQueryAdapterInfo_StatusIssueFix,48655700 WCM_Fix_CellularFailoverToastAndHandover,48647670 Servicing_AllyBugAutoSuggestFocusStuck,48646849 AIXContextMenuCopilotPrompt,48645912 DisableAutoDismissLockByDefault,48644160 Servicing_PostQueryMultipleValueKey,48643845 MSRC85140_48642897,48642897 IdealState_TryLoadControl_Safe_Fix,48642234 NCRB,48641934 Servicing_PSA_Custom_Media_Size_48640548,48640548 Servicing_TaskMgr_SupportNonDXNPUs,48640456 GPM_OverlayEvents,48639887 FEAccessibleBanners,48637472 ID48636059,48636059 Servicing_FixCloudapDeadlockPart2_48635985,48635985 Servicing_FixTokenCloudapCache_48635900,48635900 Containment_UUS_Bugfix_AddAdditionalSignalPostlogon_48635487,48635487 Servicing_SetEntryPointWebXTTelemetry_48634533,48634533 FixVAVMC,48633200 MTestAbShSPEH,48631772 WBDGNF,48629944 DownloadModelAsMsixPackage,48624087 FOFUEP,48617543 MSRC83236_48616995,48616995 MSRC85100_48616333,48616333 MSRC85099_48616200,48616200 Servicing_GpioClxD0Entry,48616179 AIA_Telemetry,48614339 NativeNVMeStackEnableForClientOS,48613417 Servicing_PreInstallUseInstallForAllUsers,48611385 ShellUIHostCoordinatorMdmPolicyCheck,48611144 MSRC85088_48610290,48610290 MSRC85087_48610109,48610109 Servicing_HEATDropsIOCTLFix_48606809,48606809 FixVAFREC,48605273 Servicing_IME_candidate_window_display,48600873 Servicing_WUSettingsBlankAfterUserIpu,48598909 Servicing_GPWaitTimeReductionduringAsynchLogon,48596095 ControlSizePrefastWarningFix,48588626 Containment_UUS_Feature_MinorUSOFixes_48575932,48575932 PSSOLCFTest,48574953 Servicing_AvSyncIssueAtmosDecoder_48572399,48572399 Servicing_WUSettingsFuturePauseTimeFix_48571088,48571088 SystemComponentsAutoUpdate,48570769 MSRC85054_48568874,48568874 WBPDP,48565966 NewToastNotification,48557685 MTestAbShESRNP,48557657 Servicing_Bugfix_MSRC85039,48557168 MSRC85033_48555431,48555431 MSRC85031_48555331,48555331 CompatBuildInVb,48552977 NaturalVoiceDelayFix,48549822 Servicing_UpgradeAIFailure_48549288,48549288 WBFACE,48548210 Servicing_FixTouchKeyboardLogonJP106_48546972,48546972 MyDevicesInAccountsSettings,48546544 Containment_UUS_WUHotpatchSupport_48544521,48544521 DoNotDisturbMigrationLogOnTask,48543305 NDUPEarlyOobeNode_48542401,48542401 Servicing_ATMFDTelemetry,48541482 WallpaperBackupBugFix,48540911 Servicing_GdiLeakTelemetryThreshold_48540838,48540838 Servicing_GdiLeakTelemetryThreshold_48540835,48540835 Servicing_FEStatusUISecondaryCommandsFix_48539574,48539574 MSRC85003_48538707,48538707 TipFixForWindowsBackupPreferencesRestoreHandler,48532693 ModelAcquireWithUso,48526432 SystrayPBDT,48525682 Servicing_LDAP_TLS13_Interop,48525532 Servicing_WinRELogging,48524462 AEAForOTRPFNFolder,48523561 MSRC84958_48523004,48523004 MSRC84956_48522668,48522668 FixCrashInStagingUpdateOfRelatedSets,48522596 LockStatusWeatherAdaptiveCardAnimations,48522261 Servicing_RequiredNetworkWin10OOBE,48521561 Servicing_Update_LastLogonTime,48519625 Servicing_MspaintGdipV3,48519080 AppControl_AccessibilityFix,48518006 Servicing_PlaybackDeltaGenerationV2,48513760 PAPLTest,48513251 BatterySaverWnf,48512403 WBISB,48508470 WBTLOSB,48508461 EID,48504539 TVS48501105,48501105 DisplayMux_MarkD3D9Incompatible,48498279 BitLocker_UsePPF,48495436 BitLocker_TPMPV2_MultiBinding,48495433 MSRC84918_48487697,48487697 WorkAccessOnServer,48487520 MSRC84910_48487248,48487248 Servicing_PofDsbClear_48486499,48486499 ServiceUsingFsTxLibOnReFS,48486299 SILBasedCBSFileSystemInterfaces,48484778 MSRC84907_48484237,48484237 Xbox_RegionPolicyProvider_CatchAV,48483794 Containment_UUS_BypassStandby_48482468,48482468 Servicing_Invoke_BFSVC_48481628,48481628 Servicing_Invoke_BFSVC_48481616,48481616 DontOverwriteStartRegistrySettings_48478269,48478269 KnowYourPC_Surface,48478026 ShellUIHostCoordinatorHostCrashLoopFix,48475665 HBWFER_48474373,48474373 Servicing_ReflowScenario_48473464,48473464 HomeSearch_NoResultFix,48472359 InlineCorruptionRepair,48471036 MSRC84886_48470785,48470785 MSRC84886,48470783 FixRedudantantFileClosure,48470033 NiwTest,48468541 TestUx32,48468527 MSRC84869_48468272,48468272 SCICFSS,48466982 Staging_FixNarratorTeachingTipVA_48462825,48462825 UseFutureTaskQueue_On_Ni,48461840 Servicing_Feeds_FixFirstViewModeChangeNotWorking,48458196 AppDefaultVolatileKeyError,48456790 MTestAbShIPRHCD,48456234 Servicing_Media_PresentedContent_SetPresentationSurfaceProperties_CrashFix,48456076 Servicing_FixInvalidPointerReadOnSetValue_48454652,48454652 Servicing_SmbQuicMA,48454505 Servicing_MoveConfigRefreshPath,48454474 Servicing_LowILPrintingTelemetry_48454279,48454279 AIXHDR,48451716 ID48450453,48450453 NTUserRailV2Support,48450187 Servicing_NoDesktopTrayFix,48446971 SignIn_Reentrant_Fix,48446354 CDVAFUN,48444466 CDVACR,48443535 ExpeditedUpdateCoreImprovements,48440244 HEVCEnc_CodecPack_Enumerate_First,48435339 AV1Enc_CodecPack_Enumerate_First,48435294 AV1Enc_CodecPack,48435178 HEVCEnc_CodecPack,48435131 ExplorerArchiveBatchTransfer,48433831 UxAccOptimization,48433719 UxSettingTest,48433706 PerfTestCen2,48433541 Servicing_Add_CloudEnabled_Telemetry_48433066,48433066 Servicing_ResetNavigationRequestedArgsWithDetachBinding_48432662,48432662 Servicing_msds_DiskUsage_48431818,48431818 Servicing_msds_DiskUsage_48431808,48431808 Servicing_Jet_SpaceOwned_48431788,48431788 Servicing_Jet_SpaceOwned_48431776,48431776 Servicing_eMMC_48430519,48430519 InkPenBackupHandler_48429837,48429837 WindowsBackupStatusAPIExperience_48428917,48428917 Servicing_PSA_Custom_Media_Size_48425454,48425454 Servicing_BLEHeapLeakFix_48425117,48425117 Servicing_FixExceptionInWV2CreateWebResourceRequestAsyncTask_48424290,48424290 AVCEnc_CodecPack,48422028 Servicing_WCMCellularFix,48421276 MSRC84770_48420523,48420523 Servicing_ShowLiteralTruthInRA,48419698 Servicing_CompositionSwapchainIFlipAttributeCheck,48416953 Servicing_LockWeatherPolicyFix,48416497 FixBondSaveForDefaultSettingBackup,48414562 CFPSTest,48413250 FixVAL48412743,48412743 Settings_PasskeysSyncManagement,48412482 WindowsBackupSessionId_48411314,48411314 WindowsBackupSessionId_48411244,48411244 WindowsBackupODT_48411023,48411023 WDDTelemetryApi,48394262 Servicing_Feeds_EnableFeedsReclaimCampaign_48394139,48394139 Servicing_FeedsCompactModeOptimization_48394138,48394138 Servicing_Feeds_AddEncryptionForFeedsSettingRegistry_48394137,48394137 Servicing_Search_FixMissingHighlightsInZeroInput,48393708 955f4bc824695a7c1152882648316681,48392734 Servicing_NDUPOobeSeekerLifeSpan_48392538,48392538 Servicing_Fix_InboxpackageRemoval_OSupdate,48392127 OobeZdpUdk,48391851 BitLocker_TPMPV2_TCG_Log_Parsing,48391549 MSRC84724_48391402,48391402 Servicing_MEMAddHostTerminationCXH,48391050 Servicing_AllowDisablePostLogonProvisioning_48390156,48390156 Servicing_AllowDisablePostLogonProvisioning_48390137,48390137 MSRC84716_48388568,48388568 MSRC83768_48388172,48388172 Servicing_FeedsPCParamTo1S,48387123 WindowsBackupODTelemetry,48385304 CorrectAvWhenBuildingLoadAckMutex_48381212,48381212 TaskManagerA11yFixes_v01,48380607 Servicing_DisableEndpointExperimentation_48378528,48378528 CorrectAvWhenBuildingLoadAckMutex_48378078,48378078 Containment_UUS_DatapointMissingInUpdateMetadataIntegritySignatureEvent_48376547,48376547 WindowsSandbox_Store_App,48374981 WindowsBackupTopLevelOnlySettingsBackup,48374821 MSRC84693_48372589,48372589 Servicing_BitLockerSupportForBootmgrAuthority_48366109,48366109 Servicing_BitLockerSupportForBootmgrAuthority_48366107,48366107 Servicing_SetFlightId_48364246,48364246 D2DBlurForFSIABackground,48363735 PhoneSourceIcon,48361282 Servicing_InstallService_PluginDeadlock_48360403,48360403 Servicing_InstallService_PluginDeadlock_48360397,48360397 MSRC84633_48347471,48347471 Containment_UUS_GraphProvider_48345727,48345727 WakeLockDistanceFix,48345713 NXTSecureBackgroundUX,48344088 DownloadStuckTIP,48342372 DesktopTrainingFlow,48339425 DeviceCountryCode_SilentRegistration,48336923 BitLocker_Cleanup_AAD_Stale_RPs_For_Max_Limit,48331790 Containment_UUS_UXDowntimeFUInputs_48316174,48316174 MSRC84590_48308861,48308861 MSRC84587_48308642,48308642 WSRRemoval,48303084 Servicing_FileExplorer_RefreshDesktopAfterRestore,48301763 Servicing_HideSystemPackages_48296380,48296380 Servicing_HideSystemPackages_48296377,48296377 MSRC84526_48291381,48291381 MSRC84525_48291364,48291364 MSRC84524_48291341,48291341 WindowsBackupSessionId_48287509,48287509 CCFNS,48281163 MSRC84518_48266647,48266647 MSRC84513_48266052,48266052 Servicing_DeferCalloutNtUserGetHDevName,48264461 SpotlightThemeSkipOnMainVkDisablement,48263980 MSAAddAccountWithTransferTokenFlow,48259403 Servicing_FeedsWebView2VisibilityChange,48258095 MTestAbShRQIApr,48256906 ExtendedPurchaseResult,48254236 HBWFER_48248478,48248478 Servicing_SecureDesktopBugFixes_48245029,48245029 SyncSettingRestrictedBackupCallerIdUpdate_48244343,48244343 SyncSettingRestrictedBackupCallerIdUpdate_48244240,48244240 Servicing_UmfdHostDeadlock_48241382,48241382 Servicing_SystemComponentSettingsLaunchFix,48241206 Servicing_FconDeleteStaleMetadataProps,48238540 MSRC84437_48233465,48233465 DesktopSpotlightOEMImageAsFallback,48232376 Servicing_PSA_Multipage_Doc,48232326 DispBroker_MdmNotifications,48231398 Servicing_MSDTC_RegConnectFix_48229583,48229583 Servicing_MSDTC_RegConnectFix_48228968,48228968 Servicing_TaskbarNarratorUnpinnedItem,48226192 NarratorDragAndDropUnglommed,48225801 MSRC84416_48223915,48223915 LockStatusWeatherDeepLink_cleanup,48219791 Servicing_X7M4j8t8,48219584 Servicing_d8f7x4h8,48219488 Servicing_Create_Metadata_directory,48215167 Servicing_FileExplorer_DwmCrashFix,48207748 AddStrongRefsToSearchAppearanceAsyncCalls,48194277 Location_GatewayMacAddressCrowdsourcing,48193912 MSRC84382_48193487,48193487 Servicing_Export_MsixPackageVolumeRepair_API_48193367,48193367 Servicing_Fix_SetVolumeOnline,48193333 ID48192395,48192395 MSRC84369_48188219,48188219 Servicing_RogueRunningIndicator_48188030,48188030 HideMdagEntrypointInWsa,48187519 MSRC84351_48185968,48185968 AllowTSLRedemptionForOEMNONSLP,48180651 ID48177934,48177934 ID48177092,48177092 MSRC84329_48175914,48175914 MSRC84323_48173826,48173826 TelemetryLoggingForTipIssues_48173651,48173651 FixTipOnSuspendBackupBanner_48173615,48173615 Servicing_CopilotDesktopIconsFixFollowup,48173563 MSRC84322_48173208,48173208 WindowsBackupODT_48164579,48164579 Servicing_Feeds_DeviceEnterpriseCheck,48162860 Servicing_FlightingSSOCompliance_48161795,48161795 Servicing_FlightingSSOCompliance_48161749,48161749 Containment_UUS_BugFix_RefactorCompletedUpdateStorage_48161683,48161683 CopilotUpsell,48160917 Servicing_FixSyncRootManagerTestMock10Issue,48160250 DisplayMux_ForceDriverFullSupport,48160154 Servicing_Fix_ActivatedEventArgs_OpenWith_48159982,48159982 Servicing_FconGenericMetadata_48157228,48157228 Servicing_WinDC_SCEP_PFX_48156326,48156326 Servicing_Coredpus_Lock_48155754,48155754 MSRC84296_48154747,48154747 RegionFormattingUri,48154165 Servicing_IPPUSBMatchingPort_48153766,48153766 MTestAbShIAV,48153673 Servicing_InvokeAfterPin_48150376,48150376 DesktopSpotlightOEMContent,48146206 Servicing_NoRootCleanup,48144867 Servicing_FileTypeHelperLogging_48144658,48144658 MigratePerfDiagnosticEventsToTraceLogging,48143955 FixLCSP,48143454 OobePersonalizedOffers,48142773 HealthAttestationPdcIntegration,48142675 HealthAttestationDiagnostics,48142662 Servicing_CopilotForADUsers,48141774 CopilotForADUsers,48141534 UserHistoryFiles,48140740 MSRC84263_48139641,48139641 Servicing_DirectoryEnumFailOnLongSymlinkPaths,48139422 Servicing_DialogChildFocusFix,48132628 Servicing_WUDMAEnforcement,48132421 Servicing_WUDMAEnforcement_48132409,48132409 Servicing_WUDMAEnforcement_48132395,48132395 MSRC84242_48131142,48131142 MSRC84238_48130678,48130678 BingSearchButtonOnJpnCW_MoreDiscoverable_48130544,48130544 MSRC84237_48130389,48130389 Servicing_CopilotDesktopIconsFixWithIface,48129951 Servicing_AdamSyncDeleteFix_48129774,48129774 Servicing_AdamSyncDeleteFix_48129755,48129755 MSRC84228_48129623,48129623 Servicing_Bug48129184,48129184 TokenProviderChangesForDMACompliance_48128364,48128364 TokenProviderChangesForDMACompliance_48128356,48128356 RulesEngineImprovements_48128030,48128030 RulesEngineImprovements_48128028,48128028 WSTFTest,48128019 MSRC83200_48126461,48126461 SyncSettingLastBackupTime,48126293 OobeNdupUsoTask,48126282 SSLBT_48126226,48126226 SyncSettingAppsToggleSeparation,48125873 Servicing_DMA_FoDInstallBlock_V2,48125081 AHDTB,48121519 DesktopSpotlightCleanupOnMainVKDisablement,48114077 Servicing_ForceISvcStoreFree_48107547,48107547 Servicing_WUPersistentSeekerDialogOneSettingControl,48101076 AIXForegroundWindowRelatedFiles,48100447 UnfilteredCtacSessionContext,48100411 Servicing_Feeds_1SCallTelemetryRefine,48099921 Servicing_Feeds_DifferentTimeDurationAcrossPreviews,48098984 RAIL_ServerWindowRounding,48098797 Servicing_Win10TaskbarReasonTelemetry,48098763 CyberEOCompliantVoiceModels,48095422 AddStrongReferenceCanvas,48088552 Servicing_Fix_TVSWarning_SmartActionController,48086150 UseFutureTaskQueue,48085191 Servicing_FCONPrefetch,48084845 AppraiserAdlPipeline_Instrumentation,48084555 MSRC84166_48084121,48084121 MSRC84161_48083903,48083903 Servicing_FPBResourceRestore,48083248 Muse_Settings_ERRORNOTREADY_Cleanup,48082968 LockStatusWeatherDeepLinkReplaceCalendar,48082515 MSRC84149_48082365,48082365 Servicing_UOExpediteDMACompliance_48081844,48081844 TipCrashAwarenessFix,48078266 WindowsBackupFileTelemetry_48074187,48074187 VANarITA,48073970 MSRC84138_48072558,48072558 Servicing_WUSettingsConfigUpdatesImprovements,48071207 Servicing_VMConnectMultiMon,48070781 Servicing_HDR_HW_fallback,48070601 Servicing_UOExpediteDMACompliance_48070452,48070452 Containment_UUS_Feature_HotPatching_ModDB_48069993,48069993 MuteVerboseTelemetry,48069183 MSRC84131_48066503,48066503 MSRC84124_48065471,48065471 MSRC84122_48065430,48065430 WindowsBackupFileTelemetry_48063665,48063665 BugFixFinalizeCompositionOnFocusMove,48058799 Servicing_FEExpandCurrentFolderCustomNamespaceFix,48053648 MSRC84101_48053612,48053612 MSRC84100_48053568,48053568 WindowsProtectedPrintSpoolerWorker,48052777 Servicing_AudioSWDRemoval,48052120 Servicing_CameraSettingsResetFlowFix,48050306 ID48050255,48050255 TokenProviderChangesForDMACompliance_48049715,48049715 Servicing_Update_SBE_FCK_48049217,48049217 Servicing_NoFlashForAudioNotifications,48049122 Servicing_TaskbarIconLoadPending,48047560 MSRC84083_48047245,48047245 MakeCredentialPRF,48045451 FailAfcAssetCallForNonMsaUser_48044262,48044262 FailAfcAssetCallForNonMsaUser_48044176,48044176 Servicing_OldMonitorPropCleanup,48042498 Servicing_BetaOffRampChanges2024,48041029 InvalidCastPrevention,48038103 Bugfix48037667_tsf3Leak,48037667 Bugfix_48036908,48036908 FoDInstallBlockDFP,48036771 OpenTypeColrV1_48036452,48036452 Containment_UUS_BugFix_IgnoreDownloadError_48036326,48036326 ValueBannerm365CharmQuebecPIPL,48035875 DisableLSMPlugin,48035104 MSRC84046_48034275,48034275 ArgonContainerCommonSchema,48033613 FixBorderColor,48032177 MSRC84033_48031723,48031723 BackupBannerL3Alerts_48031278,48031278 MSRC84032_48031242,48031242 MSRC84031_48031109,48031109 MSRC84028_48030784,48030784 MSRC84026_48030684,48030684 MSRC84024_48030557,48030557 MSRC84023_48030508,48030508 Servicing_SenseAcceptMsTestSignOnboardingBlob,48026642 Containment_UUS_QueryDynamicAttributes_48026448,48026448 MSRC84010_48014487,48014487 MSRC84007_48014468,48014468 MSRC84003_48014443,48014443 TIPFixUseAfterFree,48013146 Servicing_StorSvc_MultiPathFormatSupport_48004388,48004388 Servicing_FileExplorerViewLocationNullptrFix_48004377,48004377 Servicing_CopilotLaunchActivateExplorer,48004022 WeakPublicKeyBitLength_Deprecation,48002234 PersonalVoice,48002155 Servicing_ComplianceSSO,48000500 ComplianceSSO,48000432 NarScriptTIPImprovementFixes_v2,47994811 SystemSettingEntryPoint_EvaluatePolicy,47992302 Servicing_CopilotDesktopIconsFix_47991031,47991031 HideSystemPackages,47989338 Servicing_Fix_ActivatedEventArgs_OpenWith_47987701,47987701 MSRC83974_47986177,47986177 Servicing_OnboardingSenseFixParamCheck,47985950 ID47983836,47983836 Servicing_WinDC_SCEP_PFX_47976422,47976422 Unzip,47976395 Servicing_PDEPage_47976101,47976101 TelemetryForCopilotVerticalTaskbar,47975063 Servicing_TermsrvProgramFilterFix,47973375 MSRC83962_47973003,47973003 Containment_UUS_DownloadTimeRemaining_47972559,47972559 MTestAbShTFC,47972262 Servicing_VSS_CS_Regression_47971659,47971659 Servicing_VSS_CS_Regression_47971637,47971637 Servicing_AudioEndpointDriverUpdate_47970228,47970228 MSRC83958_47969003,47969003 Servicing_HEATDropsIOCTLFix_47968804,47968804 HideWAMErrorPage,47968726 MSRC83948_47966871,47966871 MSRC83939_47964658,47964658 Servicing_RebootlessRolloutAnalytics,47950755 Servicing_CopilotEligibilityRedirectFix_47948560,47948560 Servicing_FCONMetadata_47947851,47947851 AllowExoL1VH,47947197 Servicing_EnsurePresentationContinues,47946892 MatsOnCancel,47942828 CopilotCard,47942561 InitAndPolicyEnhancements_47942004,47942004 WUModernStandbyImprovements_47940961,47940961 NCLETest,47939077 NCRTest,47938920 Servicing_GdipV3_47938686,47938686 Servicing_GdipV3_47938681,47938681 Servicing_CameraSettingsMissingEffectsFix,47924406 MSRC83895_47921880,47921880 LockMultiAdaptiveCardStatus,47921574 LockStatusWeatherAdaptiveCard,47921515 Servicing_EphemeralKeyReuse,47920987 Servicing_Export_MsixPackageVolumeRepair_API_47919965,47919965 Containment_UUS_ExtendedErrorEndpoints_47919956,47919956 BackportWin11Fixes,47919543 Servicing_Unblock_SystemApps_Registration,47919369 Servicing_AACCoreDecoderDisableLegacyDrc,47916854 FixSRADP,47916847 Servicing_RSA_PSS_47916012,47916012 Servicing_RSA_PSS_47915731,47915731 MSRC83877_47914863,47914863 MSRC83785_47914157,47914157 MSRC83875_47913970,47913970 Containment_UUS_UOExpedite_DMACompliance_47913262,47913262 Servicing_TPMCannotFindEKCert,47912551 PutThrottleOnWV2ReloadAttemptsOnProcessFailure,47912333 MSRC83793_47912222,47912222 Text_346,47906614 NarratorTelemetryAdditions,47898313 TelemetryLoggingForTipIssues_47879935,47879935 ThirdPartyAppsInstall,47851478 Servicing_HMBBufferAllocationFix,47836758 CheckPresenceCapable,47834423 Servicing_FlightingSSOCompliance_47826411,47826411 Containment_UUS_DMAEnforcement_47826378,47826378 Crash47824800,47824800 CameraWatchdogRefactor,47820566 Servicing_UWPUserExcludeRouteVPN_47819318,47819318 Servicing_UWPUserExcludeRouteVPN_47818452,47818452 HandlerWorkerWindowUnowned,47804988 MbmStrAlignment,47802780 Servicing_CleanUpRedundantCodeInVerifyServerIsMmpc_47801948,47801948 MSRC83784_47801514,47801514 MSRC83776_47799907,47799907 Servicing_CustomShellExtensionAddressBarFix_47796589,47796589 CUDIEX,47796414 Servicing_CopilotKeySearchFallback,47796090 ESMCITest,47787509 AADClientSessionKeyRolloverV2_47783745,47783745 AADClientSessionKeyRolloverV2_47783734,47783734 Servicing_SetPlaceholderGleamEmptyIcon_47778913,47778913 Servicing_SetAppAsDefaultRegionCheck,47776845 DCATScanShedding,47773924 MSRC83716_47773605,47773605 NeonImageCopy,47773385 Servicing_IncreaseMaxFwSize,47771986 DoNotSkipProcessingEOLFrameworks,47749906 Servicing_tellib_upload_restriction_breaks_MDI_47742259,47742259 Servicing_tellib_upload_restriction_breaks_MDI_47742257,47742257 Servicing_FileExplorer_CommandBarExtensionCrash,47718842 A2dpAptxAdaptiveLosslessModeSwitch,47714366 VASGF,47711659 VACHPF,47711138 UseOneDriveItemId,47707090 Servicing_RemoveInvalidReparseTag,47697398 WingetUpdateInApplistBackup,47693004 DeprecatePeopleOnTaskbar_47691186,47691186 MSRC83678_47691137,47691137 MSRC83677_47691053,47691053 MSRC83676_47691012,47691012 Servicing_Correct_ICC_PeakLuminance,47689668 SettingsAIComponentsPage,47688503 Servicing_WDAGVerticalMonitor,47686998 Servicing_FixingIppCollectionArray_47686519,47686519 MSRC83670_47685925,47685925 Servicing_QueryServiceAccessViolationsFix_47681899,47681899 Servicing_Install_DevHome_ARS,47680587 ProtocolLaunch_PassOnOptionalParameter,47668078 caa4645c40c058f5e3fce5c1bae0f140,47666086 Servicing_OptionalFeaturesResourceChanges_47665329,47665329 Servicing_InstallDeduplicateFix_47665119,47665119 Servicing_OptionalFeaturesResourceChanges_47665099,47665099 Servicing_InstallDeduplicateFix_47665070,47665070 BreadcrumbDragAndDrop,47664723 FEBackupToolsTab,47664679 MSRC83654_47663842,47663842 Servicing_LowILPrintingTelemetry_47663390,47663390 EnableResourceManagerForSpotlight,47650970 Servicing_WindowsUpdateElevatedInstallerCrashFix,47650848 RetireDDisplaySetDisplayModePrimary,47647108 DevInv_BIOSNotWMI,47644489 MagnifierExtensibility,47639991 FixTipOnSuspendBackupBanner_47636837,47636837 MSRC83626_47635637,47635637 MSRC83625_47635339,47635339 MSRC83623_47634948,47634948 MSRC83622_47634844,47634844 Servicing_PreFetchVelocityConfigs,47634439 TelemetryLoggingForTipIssues_47625241,47625241 Servicing_WUSettingsNoBrowserCrashFix,47623000 WindowsBackupPlacementIdDefaultPayload,47622525 Servicing_CopilotDefaultToFalseForBlockedCountries_47621424,47621424 RdpLite,47615030 SettingsAlertBannerDismissOnActionButton,47614646 Servicing_WuSettingsContinuousInnovationOptInDlg,47613327 Containment_UUS_UXDowntimeSignalQuery_47612276,47612276 Servicing_KCC_ADLDS_Crash,47611733 AppInstallerBackgroundUpdateShouldNotPassPauseArgumentToUpdateOrchestrator,47611293 MTestAbShCTU,47610223 MSRC83596_47607157,47607157 AIXCopilotImageActions,47606305 QuebecPrivacyLaw,47602898 Servicing_FODApplicabilityToInstallDuringMFL,47601348 W365Switch_VDConfirmator,47593933 Servicing_ResetAllocatorDXGIManagerNull,47575023 Servicing_CameraOcclusionMonitorFix,47574889 MSRC83579_47557794,47557794 MSRC83578_47557687,47557687 EnableMoveSizeInterception,47557459 AccountAndRegionalPolicyEnforcement,47557358 Servicing_HideTaskViewButton_47552263,47552263 Servicing_ResetRecommendedAppFix_47551594,47551594 Servicing_SmartFeatureRolloutControlFixes,47550148 Servicing_SBE_Icon_Fix,47544706 CloudPCCommon_v3,47542902 VAIEOUF,47541392 Servicing_AuthProtectorCheckNullTicket,47540190 WindowsBackupPBUCF,47538892 CopilotActiveStateFromEdge,47530616 EnableHostedCtrlAltDel,47530096 Servicing_CompositionSwapchainDisableScanoutOnUnbind,47528329 MSRC83556_47527701,47527701 LockStatusWeatherDeepLink,47526873 ID47526251,47526251 Servicing_IEModeFocus_RegressionFix_47526015,47526015 SetAppAsDefaultUpdate_47525196,47525196 FingerPrintStringBugFix,47524897 SuppressFeaturedApps_47524812,47524812 PublisherValidatedLaunchFallback_47524804,47524804 MSRC83540_47523729,47523729 Servicing_ArchivePackagedAppOpeningFailsFix,47522536 MSRC83529_47522373,47522373 Servicing_AttestationRetryAIKCertMissing,47521071 BackgroundSlideShowRestoreHandler,47514554 WindowsBackupDeviceGroupNarratorFix,47511446 Servicing_SRH_XboxNarratorCrashFix,47510471 BackgroundSlideShowBackupHandler_47509692,47509692 BackgroundSlideShowBackupHandler_47509666,47509666 UCPD_PRONG2,47508383 Servicing_WindowsStorage_OTSAllowAppLaunch,47505778 Servicing_SecuredCoreConfigLockFix,47501590 Servicing_BitlockerCAFailure_47501508,47501508 Servicing_BitlockerCAFailure_47501500,47501500 Servicing_ReallocPointer,47501379 EnablePaygoLicensing,47501126 Servicing_GlyphPaintReaderAV,47500644 Servicing_FontCacheLayoutVersion,47500607 Servicing_sortNPUsAfterGPUs_47500599,47500599 Servicing_MSCTFCitrixCrash_47500144,47500144 Servicing_MSCTFCitrixCrash_47500143,47500143 CCWX,47498891 MSRC83511_47495206,47495206 Servicing_AlwaysClearAdminApprovalAfterAction_47484593,47484593 Servicing_BetweenBufferingDetectionFix,47481501 Servicing_SARDynamicSpatialNonSpatialFormatChange,47480609 Servicing_FixPdevLeak,47480070 ConfigurableEligibilityHttpDefaultResultForCopilot,47480023 PrivateInputScope,47478597 Servicing_Bug47478355,47478355 Servicing_AsyncAllowDrop_47476131,47476131 Servicing_Remove1PAppPrivacyExceptions_47473867,47473867 Servicing_Remove1PAppPrivacyExceptions_47471857,47471857 Servicing_Remove1PAppPrivacyExceptions_47471832,47471832 DeprecatePeopleOnTaskbar_47471671,47471671 Servicing_HangDetectorV2,47471362 BugFix_GetDefaultUserNullCheck,47466792 WindowsBackupFinalKFMStateAsync,47466721 WebShareTargets,47465834 Servicing_WUCategoryScanOptimization_47464597,47464597 W365Boot_CSPImprovements,47463591 BioEnrollmentVerifyUser,47455729 TaskManagerServerIsClient,47455341 AllowCrossDeviceUpdateForUO,47452530 MSRC83451_47451131,47451131 OtherLinkedDevices,47448915 UCPD_TASKBAR,47443885 FixTipOnSuspendBackupBanner_47418043,47418043 Servicing_UserIPU_47414731,47414731 OobeDisableAltF4,47409595 MSRC83417_47405491,47405491 SpeakForMeWebApp,47405131 FailAfcAssetCallForNonMsaUser_47393602,47393602 StartBadgingExceptionHandling_47393018,47393018 Servicing_DisableAutoLaunch,47392348 Servicing_SearchThemeColorForHighContrast_47391337,47391337 Servicing_EnableSearchSuspensionAPI_47391258,47391258 Servicing_MultiProcessorCacheSizeOvercalculation_47386787,47386787 MSRC83401_47386370,47386370 ActivitySuggestions,47385153 CCWP,47384741 SystrayCopilot_47381523,47381523 MSRC83386_47380699,47380699 TIEWB,47379363 W365Boot_BluetoothSupportForB2CAndSwitch_BugFixes,47376559 VALEP2,47375114 Servicing_CPUModelFallbackInMTLDevices_47374906,47374906 Servicing_MiracastPriorityFix,47369998 Servicing_WuSettingsConfigUpdates,47368948 Servicing_DetailsPaneInvalidPointerTimeoutFix_47367186,47367186 Mercury_App_Backup_Validation_V2,47366888 SettingsAIProfileImage,47364920 W365Switch_Engineering_Improvements_VDAnimationWallpaperJumpBugFix,47353589 ConsentGatingForAssets_47352392,47352392 WindowsBackupInkSettingsBackup,47352032 Servicing_WinAppSdkOverlappedPresenterMinMaxRegression,47351829 Servicing_SessionStateLogoff_47351449,47351449 DropLegacyKerberosKeyStorage,47350999 Servicing_OneSettingsProviderRebootWorkaround,47350633 MSRC83359_47347701,47347701 MSRC83358_47346625,47346625 MSRC83357_47346587,47346587 Containment_UUS_UsoCapabilities_47346049,47346049 Servicing_PresentAtGetsStuckAfterFullScreen,47345794 Servicing_FileExplorer_AllowSetForegroundBoxDriveShim,47345339 WindowsBackupWV2IE,47343535 MSRC83349_47343038,47343038 Location_Fix_TimerConcurrency,47338009 PersonalizationCustomThemeRestoreHandler,47337060 MSRC83345_47336863,47336863 MSRC83344_47333134,47333134 MSRC83343_47333056,47333056 MSRC83342_47332914,47332914 MSRC83341_47332581,47332581 Servicing_LoggingImprovements_47332552,47332552 Servicing_ADSD_SchemaUpgradeInProgress_Sam,47330859 MSRC83338_47327667,47327667 MSRC83336_47327431,47327431 LightThemeAccentColorRedirectionForRail,47326335 AuditExceptions,47325108 UserActivityReportsToAiPlat,47324922 MSRC83323_47321244,47321244 FixAccessibleNameOnWin10RestoreFolder_47319032,47319032 FixBackupStatusTIPErrors,47318328 LockOnLeaveDefaultTrue,47315186 PermanentId_URILookup_47303551,47303551 CloudRestoreBugFix47297631,47297631 Servicing_ComTaskPoolRace,47295674 W365Boot_CopyCorrelationId,47289434 FixSearchItemViewModelDestroyCrash,47287403 Containment_UUS_UsoCapabilities_StoreProviderImprovements_47287245,47287245 ConsentGatingForAssets_47287096,47287096 ConsentGatingForAssets_47287095,47287095 Servicing_CleaningAutoRebootByUserSessionKey,47283624 Text_345,47280187 ID47274802,47274802 Servicing_RebootTimeBoundCache_47273838,47273838 MSRC83294_47271471,47271471 MSRC83293_47271415,47271415 MSRC83292_47271352,47271352 CameraOcclusionImageReplacement,47271156 CenterCluster,47270778 Servicing_AllowOptionalContentPolicy,47269819 MRTResourceLoader_47268074,47268074 MSRC83284_47267331,47267331 MSRC83283_47266843,47266843 Containment_UUS_ImproveAccessDeniedLogging_47266300,47266300 Servicing_Media_Zero_Read_Is_Error,47264396 Servicing_GipBufferOverflow,47263094 MSRC83274_47261820,47261820 MSRC83273_47261705,47261705 MSRC83272_47261494,47261494 MSRC83271_47261424,47261424 MSRC83269_47261226,47261226 Servicing_tellib_upload_restriction_breaks_MDI_47260238,47260238 Servicing_tellib_upload_restriction_breaks_MDI_47259968,47259968 AADToMicrosoftEntra_47256402,47256402 AADToMicrosoftEntra_47256399,47256399 FailAssetCallForNonMsaUser_47251105,47251105 Servicing_NameSpaceTreeDriveRemoval_47250856,47250856 EnableCopilotForLocalAccounts,47247224 Servicing_FeedsCompactModeOptimization_47246563,47246563 MSRC83245_47245019,47245019 Servicing_IToolTipIsOpen_47244081,47244081 Servicing_FileExplorer_GalleryICloudShareToWhatsAppFix_47243999,47243999 Servicing_OneSettingsProvider,47237781 Servicing_PrefetchCall,47237753 CompatFeatureSafeguard,47234579 Servicing_TaskManagerPerfAndReliability,47233599 GestureCopilot,47232920 Servicing_CompositionSwapchainCrossBindingScanout_47232624,47232624 MSRC83219_47230526,47230526 ID47229774,47229774 DWMAcrylicSheetDerefFix,47229772 Servicing_WinAppSdkReduceFocusStealing,47229546 ReplaceAppEvent2,47229234 MSRC83214_47228435,47228435 MSRC83213_47228385,47228385 MSRC83210_47228214,47228214 MTestAbShIIPD,47227476 Servicing_FixBackTrace,47226774 MSRC83195_47225807,47225807 MSRC83188_47225054,47225054 MSRC83185_47224051,47224051 Servicing_BackupStatusApiTipEnhancements_47221046,47221046 Servicing_BackupStatusApiTipEnhancements_47221030,47221030 MTestAbShGEPU,47216656 Servicing_RAIL_Dynamic_Keyboard_47213403,47213403 Servicing_PSAMovePSABrokerCall,47212188 MSRC83167_47211732,47211732 Servicing_ProbeESCLRequest,47211597 Servicing_WuSettingsContinuousInnovationOptIn,47209304 Servicing_CopilotEnabledForLocalAccounts,47206438 MSRC83138_47205321,47205321 HideActivityHistoryCloudSyncSettingForAllWin10,47205170 HideActivityHistoryCloudSyncSettingForAll,47205155 MSRC83137_47205149,47205149 Servicing_SurfaceHubTimeSyncIssue,47201420 Servicing_PasswordRotationFix_47199602,47199602 PreventLaunchingTabTipInMultiSession,47182059 PatchEditBufferServerEvents,47173529 Servicing_Remove_Nonce_47173219,47173219 Servicing_MFADelegationTokenFix_47173217,47173217 Servicing_Remove_Nonce_47173216,47173216 Servicing_MFADelegationTokenFix_47173215,47173215 ID47173054,47173054 FailAssetCallForNonMsaUser_47171888,47171888 UnifiedConsentDefaultAADStatePrimaryAccount,47171816 FullUpdateManagementHololens,47171091 OneDriveUnpinForCopilot,47170469 Servicing_Feeds_SupportNotificationLifecycle,47170353 Servicing_Feeds_EnableFeedsReclaimCampaign_47169866,47169866 Servicing_Feeds_AddEncryptionForFeedsSettingRegistry_47169728,47169728 ID47168973,47168973 Servicing_Fix_Uninitializedmember_PackagedServices,47163312 DesktopSpotlightRescaleImprovements,47162830 Servicing_SignRsaPadPss_47153323,47153323 Servicing_WV2RuntimeSelectorAllowAccessForNoVelocityApps,47150758 Servicing_FoDMetadataOverrideWMPL,47149454 MSRC83107_47148994,47148994 CrossDeviceStubPreference,47148933 MSRC83106_47148896,47148896 ID47146776,47146776 MSRC83098_47146258,47146258 Servicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_47138959,47138959 Settings_StorageSpacesBoot,47137995 Servicing_ThemeHelperSingletonInitFailureMitigation,47137540 Servicing_Suppport_appLicensingCapability,47135504 FE_SharedBackend,47135408 PGTBPlaceholderPinning,47134981 MSRC83086_47130937,47130937 MSRC83084_47130607,47130607 Servicing_LenovoTIHLeakFix_47129557,47129557 CastDiscoverability_UI_MoreCastSettings,47129476 CastDiscoverability_UI_CantFindDevice,47129464 CastDiscoverability_UI_AllowInput,47129450 Servicing_AppDurationFix,47128619 BugFixCassLoadApi_47128017,47128017 MSRC83073_47127159,47127159 SpeakForMe,47123936 VoiceClarity,47119362 W365Switch_Engineering_Improvements_SwitchBugFixes,47119144 W365Switch_Engineering_Improvements_VDBugFixes,47118663 Servicing_LenovoTIHLeakFix_47117274,47117274 AppBarCleanupAfterCrash,47116114 40f141d14da5404d97013fef47bd1816,47115877 Containment_UUS_FCONMetadata_47113452,47113452 Servicing_FolderOnDemand_FreeUpSpaceFix,47113245 Servicing_FolderOnDemand_SearchHydrationFix_47113215,47113215 PreinstallCrossDevice,47113214 Servicing_DO_MccHostConfigUpdates_47112408,47112408 Servicing_NDUPOobeSeekerLifeSpan_47111358,47111358 Servicing_FeedsFlyoutDynamicHeight,47111256 frudk30,47110030 ID47109994,47109994 MSRC83037_47109561,47109561 NoErrorFromUnsupportedAccounts,47109273 Servicing_FdOneWayTrustFix_47107657,47107657 Servicing_FdOneWayTrustFix_47107642,47107642 Servicing_CvmVerifierCrashFix,47106341 Servicing_FileExplorer_FixFolderViewContextMenuInRTL,47106292 Servicing_DMA_FoDInstallBlock_Paint_47101945,47101945 CHSIMESOptIn,47099301 M365AppSearch,47098086 Servicing_R4M8K9b6,47097768 DownloadAssestsAsJpg,47097649 Servicing_ADSD_PAABugAfterReboot_47097415,47097415 Servicing_ADSD_PAABugAfterReboot_47097387,47097387 Servicing_MccHostConfigUpdates_47096501,47096501 DontLoadPausedUndockedDLL,47096238 DBUpdateFlighting,47095722 Servicing_sortNPUsAfterGPUs_47095521,47095521 FixTipFileNotFoundPersonalizationThemeBackupHandler,47094767 MSRC83002_47094437,47094437 Servicing_WinAppSdkMonitorTracker,47094211 Servicing_GetAvailableNetworkList,47092864 Servicing_PaintUninstall,47092196 Servicing_SnippingToolUninstall,47091917 Servicing_ADSI_IPV6_Literal_47091031,47091031 Servicing_ADSI_IPV6_Literal_47090983,47090983 MSRC82977_47089987,47089987 MSRC82976_47089856,47089856 MSRC82963_47088154,47088154 NightlightRestoreHandler,47084731 NightlightBackupHandler,47084629 OobeDeviceName_DnsValidateName_Fix,47080888 UCPD_PRONG1,47080059 Servicing_FeedsPreventMaliciousUnpin,47072104 Servicing_CopilotDesktopIconsFix_47069058,47069058 Servicing_CaptureDwmDisconnect_47065467,47065467 MSRC81095_47057119,47057119 Servicing_UncontainedWallpaperCode,47056216 SyncSettingAppsPolicyUpdate,47054270 AVXImageCopy,47054112 AddMicrosoftDeviceToMasterToggle,47053746 MSRC82945_47053160,47053160 Containment_UUS_UserIpuComplete_47052844,47052844 Servicing_LampArrayPowerPerf_47052612,47052612 Servicing_DMA_OCMetadataOverride,47052158 Servicing_HDRWallpaperInitAV,47051946 Containment_UUS_Feature_HotPatching_47051542,47051542 Servicing_StartMenuAccountBadgingIconDarkMode,47051347 Servicing_StartMenuAccountBadgingActionButtonBorder,47051299 MSRC82930_47050820,47050820 Servicing_WinAppSdkCommandBarFlyoutBackdropLeak,47050253 MSRC82929_47049674,47049674 Servicing_WorkFlowSvcCrashFix,47049408 Containment_UUS_UpdateModesSLA_47049334,47049334 Servicing_PCA2011DBxUpdate_47047960,47047960 Servicing_PCA2011DBxUpdate_47047939,47047939 Servicing_WebView2MousePointer_47047274,47047274 Servicing_CollectionFrozenCheckOnRepeaterItemsSource_47046062,47046062 Servicing_BadReentrancyFix_47045701,47045701 WSRDeprecation,47043546 SettingsHomepage_PermanentId_PageVisibilityListPolicyBugFix,47040547 Servicing_WebAccountProviderDEH_SkipReportProviderUpdate_47040453,47040453 Servicing_Feeds_AddCriticalTelemetryEventWith100SampleRate,47037034 Servicing_DiagSvc_CallCheckFix,47036773 PreserveFontShape,47036379 Servicing_Fix_MigrationProgIDs,47036361 FESessionWatcherMetrics,47035056 Servicing_MccHostForXvcDownloads_47021341,47021341 Servicing_FixPenClickOnenoteInvoke_47020467,47020467 NarratorSOI,47019672 Servicing_Fix_SRCache_init,46998498 ShowThirdPartyAppOnL1,46993263 DisableEdgySettings,46992296 Servicing_HelpPaneChanges_46988231,46988231 Servicing_Fix_TVSWarning_StartupApplist,46986631 Servicing_Fix_TVSWarning_AppListEntry,46985146 Servicing_TaskbarAnimationIcon_46984189,46984189 StorageCardDeviceBackup,46984166 Servicing_DMA_FoDInstallBlock_Paint_46983714,46983714 Servicing_DMA_FoDInstallBlock,46983705 Servicing_Dcr_WUSettingsConfigUpdatesImprovements,46983474 Servicing_FeedsFlyoutWiderWidthFor3Col,46983235 Servicing_AppIndexerIconCacheLock,46983226 ID46982417,46982417 Servicing_FileExplorer_GalleryICloudShareToWhatsAppFix_46978298,46978298 Servicing_DxgkrnlSoftRealtime,46977268 Servicing_BackportExplorerCrashesDueTo,46976619 Servicing_BitLockerSupportForBootmgrAuthority_46976614,46976614 Servicing_BitLockerSupportForBootmgrAuthority_46976605,46976605 Servicing_WDSDeployBootStl,46976554 Servicing_XamlTextPositionFix,46974923 ID46973925,46973925 Servicing_PrimaryMSA_OneDrive_MisMatch_46973443,46973443 Servicing_PrimaryMSA_OneDrive_MisMatch_46973189,46973189 WingetQueryOptimizationsInApplistBackup_46972953,46972953 WingetQueryOptimizationsInApplistBackup_46972950,46972950 ValidateOneDriveMismatch,46972141 DmaSsoAADCompliance_46969888,46969888 DmaSsoAADCompliance_46969703,46969703 HAIPTest,46968305 Servicing_IEMode_AllButCurrentEntryDeletedDeserialization_46967006,46967006 Servicing_IEMode_AllButCurrentEntryDeletedDeserialization_46967005,46967005 Servicing_SendBuildBranch_46966683,46966683 Servicing_71389RegressionFix_46966107,46966107 ContextMenuEnumVerbConfigSubCommands,46964803 Servicing_DMA_AppFodLabelingWindowsMediaPlayer,46964577 ImprovedWebView2RegistryValues,46963605 Servicing_Print_RemoveDeviceTelemetryFix,46963527 RequestCredentialEntryViewModel_46962269,46962269 Servicing_WOSC_BetterDownloadTelemetry,46961898 SVQC,46961347 Servicing_FileExplorerStatusUIHang,46961005 ID46960527,46960527 MSRC82850_46956702,46956702 Containment_UUS_BugFix_TimestampRefreshCancel_46956384,46956384 Servicing_ConnectProfileAsyncFailure_46954910,46954910 Servicing_ConnectProfileAsyncFailure_46954877,46954877 Servicing_CPUModelFallbackInMTLDevices_46951448,46951448 DeclaredConfiguration_MultipleAuthority_DriftControl,46951336 EnableValueAddedServices,46948689 MSSCBT_46948495,46948495 NCEDR,46947053 Servicing_StartMenuAccountBadgingHighContrastFix,46946995 Servicing_StartMenuAccountBadgingAccessibilityFixes,46946981 Servicing_FileExplorerUpdatingStatusIconFix_46946208,46946208 Servicing_RelaxDevauth,46944034 GetApplicationIdDataRaceBugfix_46943585,46943585 FoDMetadataOverrideWMPL,46943490 Servicing_CurrentTimeZoneFix_46943137,46943137 Servicing_CurrentTimeZoneFix_46942951,46942951 MTestAbShRPI,46942888 Servicing_WinRESupersededSSUCleanup,46942342 Servicing_UnkownProtocolDialogFix_46941345,46941345 Servicing_UnkownProtocolDialogFix_46941331,46941331 Servicing_FileExplorerSearchBoxFocusFix,46940441 MSRC82825_46939803,46939803 MSRC82819_46938771,46938771 Servicing_LampArrayPowerPerf_46936193,46936193 RecommendedItemContextMenuFix,46933509 CastDiscoverabilityIrisPrompt,46932225 Servicing_WlanihvextSetIGTKAndBIGTK,46929567 CD_MJPEG_MFT_Decoder,46913462 FixBug46913100,46913100 TaskbarExtensibility,46904079 Servicing_WebView2MousePointer_46901084,46901084 Servicing_TaskbarMultiMon,46900971 Containment_UUS_DockedFlightSettingsAPIs_46898267,46898267 OTR_OnlyAsNeeded,46898183 StartCustomizationPolicyRestrictionFix_46897654,46897654 Servicing_HPDBX,46897589 MSRC82786_46894531,46894531 BugFix46893211,46893211 DesktopSpotlightTipImprovements,46890315 Servicing_ControlPanelResizeFix_46887819,46887819 StaleBackdropCache,46887284 Servicing_ClassBasedExcludeRouteVPN_46884073,46884073 Servicing_ClassBasedExcludeRouteVPN_46883977,46883977 Servicing_WUCategoryScanOptimization,46882468 Servicing_WUCategoryScanOptimization_46882346,46882346 MigrationProgIDsBugFix,46879732 Servicing_GipDeviceIdentifierInfoIoctl,46879667 LostNotificationTaskFix_46879656,46879656 MultipersonApi,46874610 SystrayPB,46874415 SystrayCopilot_46874360,46874360 Servicing_FCONMetadata_46874316,46874316 Servicing_BetaOffRampChanges,46873827 Servicing_BetaOffRampDCR_46873795,46873795 Servicing_BetaOffRampDCR_46873766,46873766 Servicing_BetaOffRampDCR_46873329,46873329 Servicing_BetaOffRampDCR_46873256,46873256 DesktopSpotlightLogonFlagCheck,46868766 Servicing_DCW_FoDInstallBlockSnippingTool,46862012 Servicing_DCW_FoDInstallBlock_V2,46862011 Servicing_DCW_FoDInstallBlockPaint,46862010 Servicing_DcwAppFodLabeling,46861917 Servicing_DcwAppFodLabelingSnippingTool,46861915 Servicing_DcwAppFodLabelingNotepad,46861914 Servicing_DCW_SystemManagedOC,46861711 Servicing_DCW_OCMetadataOverrideRDC,46861710 Servicing_DCW_OCMetadataOverride,46861707 QueryParsingWithLLM,46857024 Servicing_USB4V2Settings,46856478 SyncSettingCredLangDescUpdate,46855420 MSRC82742_46854635,46854635 Containment_UUS_AHDefaultDetection_46853789,46853789 TransferTokenRequests,46853598 DesktopSpotlightThemeEnabledOnFirstLogon,46853503 Servicing_Coredpus_Lock_46852739,46852739 CloudStoreLoadOnAllAccounts,46852395 EnhancedTouchpadStreaming,46852388 MSRC82737_46851271,46851271 Servicing_NullAuthIdentityFix,46850499 CloudProviderLinkShareSourceAPI,46850368 ABM,46849696 Servicing_RepairFrameworkPackageRegistration_46848919,46848919 ExperienceHostModule_BugFix46847544,46847544 MyDevicesSettings,46846858 W365Boot_ManagedPCSettings_Account,46842903 Servicing_KeepWebView2Visible_46836316,46836316 Servicing_EnsureCoreWebView2Navigation_46836216,46836216 MSRC82707_46836114,46836114 Servicing_7ZipContentNotDisplayedFix,46835491 Servicing_WinAppSdkPauseRenderingOnWindowFocusRestore,46833401 Containment_UUS_UOvNext_46833319,46833319 DirectCloudSync,46833011 Servicing_WinAppSdkFlyoutPositioningFix,46832968 Servicing_WinAppSdkTabViewScrollButtonsDisableDManip,46832679 HideBackupWizardForIneligibleAccount,46825733 HideBackupWizardForIneligibleMsaBackupAccount,46825732 ExpeditedUpdatePILess,46817969 Servicing_cantReconnectToRDSinAVDinCitrix_46817529,46817529 Servicing_RebootTimeBoundCache_46817386,46817386 PayNowTesting,46817371 Servicing_RemovingIndexerStatusCheck_46816958,46816958 MTestAbShRQI,46816954 ATFOI_Test_V2,46816931 Servicing_UsePrimerWhereIdAlways_46814299,46814299 Servicing_AppLockerPolicyMergeFix,46813697 Servicing_ExpandVFPTag,46813317 Servicing_Media_PresentedContent_PendingClockInitialization_Fix,46807821 Servicing_Update_SBE_FCK_46807664,46807664 MSRC82657_46804863,46804863 WSL_LiftedInstallPrompt_46804250,46804250 WindowsBackupMasterBackupPolicyUpdate,46803755 MSRC82642_46803032,46803032 MSRC82635_46777540,46777540 MSRC82630_46774211,46774211 HandleUnknownInvokers,46772673 Servicing_PFVC_FixRaceCondition,46772309 Servicing_WinAppSdkLineUnderTabViewFix,46770740 Containment_UUS_HotpatchPreDownload_46770631,46770631 MTestAbShNHH,46770079 WindowsBackupSignInNavigationUpdate,46754389 MSRC82608_46754227,46754227 EcoModeEnergySaver_AcOnlyIcon,46753679 Servicing_DMA_SystemManagedOC,46753233 Servicing_Media_Remove_PII_From_JPEG_46752809,46752809 InlinePayNowCFR,46752087 Servicing_WinAppSdkXamlLocalizeDisplayLanguage,46751006 Servicing_SkipOnPackageStateChanged,46750618 SyncSettingTopLevelOnlyPolicyPersist,46750475 Bugfix_46745700,46745700 RefsDedupSvc_RunAtLowPriority,46743511 FixBug46742187,46742187 DesktopSpotlightRestoreLogon,46741527 MSRC82592_46737846,46737846 Servicing_NgcViaWam,46736857 DXGI_Detours,46736855 Servicing_DMA_OCMetadataOverrideRDC,46736810 Servicing_DMA_OCMetadataOverrideST,46736807 Servicing_DMA_AppFodLabeling,46736712 Servicing_DMA_AppFodLabelingQuickAssist,46736688 Servicing_DMA_AppFodLabelingPaint,46736684 Servicing_DMA_AppFodLabelingNotepad,46736681 ARCDSS,46736541 ConnectionQualityAPI,46735773 BackupRestoreCoordinatorDelayNetworkRestore,46735733 Servicing_FeedsFlyoutPreferredHeight,46734462 Servicing_FilePickerWindowingFix_46733530,46733530 Containment_UUS_DoWorkLock_46732892,46732892 OmaDmClient_CheckForDisconnectedNetworkDuringBackOff,46731456 MSRC82566_46731351,46731351 MSRC82559_46729783,46729783 SIIC,46724766 Servicing_SearchUIPolicyException_46724591,46724591 BugFixInputViewPositioningForCopilot,46723258 AddExtensionPackagesBeforeResourceAccess,46722668 WingetQueryOptimizationsInApplistBackup_46721863,46721863 Servicing_UnglommedVirtualDesktopIconsMissing_46720635,46720635 Servicing_AACDecoderBypassSamplingRatesMismatch,46720211 Containment_UUS_Feature_MinorUSOFixes_46718534,46718534 MercuryADEPTApplistBackupTaskCadenceChange,46718528 Servicing_SearchBoxInvokeCollapse_46718345,46718345 WindowsBackupFoldersApplicableCheckEnabled,46718084 FixLegacyShellMotW,46717995 Servicing_WinDCRA_46717939,46717939 Servicing_WinDCRA_46717900,46717900 EnableDesktopSpotlightOnRestore,46717502 Servicing_Media_Remove_PII_From_JPEG_46715705,46715705 LocalizedEarlyFileSearch_46715659,46715659 MSSCBT_46715620,46715620 Servicing_PinManagerRemoveShim,46715522 ID46715407,46715407 Servicing_NameSpaceTreeDriveRemoval_46712859,46712859 Servicing_NameSpaceTreeDriveRemoval_46712858,46712858 Servicing_VolatileNotifications_46712666,46712666 Servicing_VolatileNotifications_46712645,46712645 ID46709049,46709049 UupProductRepairReset,46703782 DualEngine_DisableMaySaveChangesOnClose,46703484 Servicing_WinAppSdkProvidePopupHWndToDManip,46702704 MDW,46702397 DXDiag_GatherMCDMAdapterInfo,46702164 Servicing_LeakedCheckpointFiles_46701249,46701249 Servicing_WidgetsStaticSvg_46701147,46701147 ID46700936,46700936 FENavigationAndSearchEAAImprovements,46700719 ID46700599,46700599 FEAccessibilityBugFixes,46700501 Servicing_LeakedCheckpointFiles_46700479,46700479 Schannel_STSTimeBugfix,46700378 FoDInstallBlockSnippingTool,46699897 FoDInstallBlockPaint,46699876 UpdateCoreIsolationESS,46698181 MSRC82514_46697143,46697143 MSRC82508_46696221,46696221 Servicing_FolderViewBrowserNavigateMouseButton_46695836,46695836 Servicing_DependencyGraph_logging,46695514 SWIN32STest,46687855 Containment_UUS_SetCorrelationIdOnWAMAPI_46687054,46687054 CopilotTaskbarIntegration,46686174 DesktopSpotlightCheckStateFix,46677043 Servicing_FixExceptionInWV2CreateWebResourceRequestAsyncTask_46674437,46674437 Servicing_ImproveFeedsPrelaunchRate_46670521,46670521 UnifiedConsentDefaultAADState,46670242 Servicing_TFLPrePinMDMFix_46669191,46669191 Servicing_StrongRefToXamlElement,46668872 FileExplorer_NavigateEndWithNavState,46666094 SpotlightUriDefaultBrowser,46661076 Servicing_ShellPolicyException_46658044,46658044 InitAndPolicyEnhancements_46656382,46656382 Containment_UUS_CountdownRelatedToastDisplaying_46654910,46654910 Servicing_LampArrayUnattend_46653959,46653959 Containment_UUS_BugFix_FiringDownloadResumedEvent_46651643,46651643 BugFix46650478_EmojiPanelWebViewDelayLoad,46650478 Servicing_HelpPaneChanges_46649440,46649440 Servicing_LampArrayUnattend_46649211,46649211 Servicing_TFLPrePinMDMFix_46645502,46645502 Settings_AutologinAfterRestart_46642396,46642396 GPM_ResidencyTracking,46642071 CheckRemoveBackgroundImageSetting,46641766 Servicing_PostLogonDisableServer_46639196,46639196 Containment_UUS_Feature_PostLogonDisableServer_46639152,46639152 Servicing_NDUPAutoAcceptEULASupport_46638769,46638769 LocalModelTaskSuggestions,46638715 DisableBlockedCameraSource,46637522 AVCMM,46636795 Servicing_Fix_LSASSCrashDueToAccessViolation_46634933,46634933 AppSiloBrokerShellObjectsGermanium,46634830 Brain_RestrictPreviewPackageScan_Containment,46633926 MSRC82452_46633319,46633319 Servicing_SearchUIPolicyException_46633267,46633267 MSRC82449_46631415,46631415 MSRC82448_46631299,46631299 WpcUapAppAllowList,46627309 XboxInlinePurchase,46624394 GPM_64kEtwBufferSize,46622726 Servicing_FixReentrancyHDRWallpaper,46621461 DisplayMux_AllowDdiInterfaceV1,46621090 BlockCloningSupportInCopy,46620550 CrossDevice_46619780,46619780 VAFESMDBF,46619562 Suggestions,46619511 UnifiedConsentSecondaryAccount,46619348 MercurySettingsStateCapture,46619189 Servicing_XAMLViewOnLoadedEventFix_46617862,46617862 Servicing_SettingsAppExcludedBrowserChange_46616982,46616982 Servicing_FconExposeTriggeredFlightIds,46616770 DesktopSpotlightProtocolLaunchUri,46616323 HideGlassSheetImmediatelyOnArrangementEnd,46616309 Servicing_CloudKerberosForCloudOnlyUsers,46614743 MTestAbShFreOnSVCRel,46614186 SpotlightTestability,46609834 Servicing_ConditionalAccess_46608931,46608931 Servicing_ConditionalAccess_46608180,46608180 EcoScore,46607893 Servicing_WinAppSdkCBFCBCacheLocalizedStringResources,46607274 Servicing_SettingsAppExcludedBrowserChange_46606860,46606860 Servicing_COMPlusJITDeadlock_46606746,46606746 UnifiedConsentPerUserId,46605404 DevicePolicyCheck_46605382,46605382 RulesEngine_AccountNotificationsToggle,46604216 Servicing_UsePrimerWhereIdAlways_46603472,46603472 OCMetadataOverrideST,46603200 OCMetadataOverrideRDC,46603168 Servicing_CommandBarStealsFocusOnShiftF10_46601248,46601248 Servicing_ChangeCimfs,46600555 BackgroundTaskImprovements,46599966 Containment_UUS_BugFix_CurrentVersionOnlyFU_46598616,46598616 Servicing_FwCspDeadlock,46596522 Servicing_71389RegressionFix_46594025,46594025 CheckWallPaperAndThemePolicy,46592582 Servicing_GroupPolicyCaching_46591841,46591841 UCPDV2,46591190 Servicing_InternetDisconnectFix_46590546,46590546 DesktopSpotlightOEMContentDefaultImages,46571039 Servicing_Appx_UpdateWindowsRTEKUPackage,46570851 Servicing_Remove3rdPartyAppData,46570552 MSRC82368_46570136,46570136 ImpressionReset,46570062 MSRC82365_46569809,46569809 Servicing_LeftArrowCrash_46567875,46567875 MSRC82361_46567049,46567049 MSRC82360_46566943,46566943 Containment_UUS_BugFixAppxDownloadStuck_46565892,46565892 IN,46560989 Servicing_FinishingPositions,46560885 EnableSpotlightForOEMThemeUsersOnReboot,46560585 BugFix46560374_InputAppTerminator,46560374 FoDMetadataOverrideQuickAssist,46560039 DesktopSpotlightOneTimeUpgrade_46559584,46559584 BugFix46558439_InputPanelPreloadTimestamp,46558439 FoDMetadataOverrideNotepad,46558073 Servicing_CompositionSwapchainCrossBindingScanout_46557400,46557400 Containment_UUS_AddPowerInfoToTelemetry_46552247,46552247 Containment_UUS_UxContextHashFix_46551987,46551987 EnableSpotlightForOEMThemeUsersUpgrade,46551979 EnableSpotlightForInboxImagesOnReboot,46551941 EnableSpotlightForInboxImagesUpgrade,46551929 EnableSpotlightForInboxImagesFirstLogon,46551901 Servicing_SuspendNonActivatedWindows,46551391 Servicing_ConfigRefresh_46551074,46551074 TTHT,46550971 MSRC82342_46550638,46550638 Containment_UUS_NotificationCadencedReset_46550572,46550572 Servicing_PinManagerCompatRedirectOnlyCopyShortcuts_46550480,46550480 DesktopSpotlightOnByDefaultOnUpgrade,46550267 DesktopSpotlightOnByDefaultOnFirstLogon,46550263 LpacComProxyAce,46549834 DesktopSpotlightWallpaperFitNotSetToFill,46546029 BluetoothLEAudioCoordinatedSetUXImprovement,46544283 MercuryADEPTAppTileBackupNameMissingFix,46541805 MercuryADEPTAppBackupCompatFileParseRetry,46541780 MercuryADEPTAppBackup10D,46541611 Servicing_FileExplorer_SubCommandFix,46535919 BugFixCBackingStoreConfusedCaretPosition,46535309 Servicing_MSAStateWnf_46535145,46535145 FoDMetadataOverrideSnippingTool,46533568 Servicing_FixSearchIconLabelOverlap_46533563,46533563 Servicing_DcwAppFodLabelingPaint,46533540 PlutonQueryAPI,46532062 MSRC82283_46530124,46530124 Servicing_Fix_PackagedServices_Leak_46529441,46529441 ID46518162,46518162 LaunchListItemRefactor,46518129 Capture_CaptureItemType,46518035 Containment_UUS_DbErrorHandling_46518005,46518005 WindowsBackupProgressBarUpdate,46516061 Servicing_ReFSDedupAvoidOverLogging,46514472 MSRC81952_46512934,46512934 MSRC82249_46512900,46512900 uDWMDeviceCreationError,46512709 MSRC82246_46512637,46512637 MSRC82244_46512428,46512428 Servicing_SearchWorkFolderSync_46511169,46511169 Servicing_CollectionFrozenCheckOnRepeaterItemsSource_46510628,46510628 ID46504797,46504797 Audio_MicCategory,46502013 SearchIndexerMultiSessionLockFix,46500419 MSRC82223_46499850,46499850 VirtualDesktopSpecificWallpaper,46499538 Servicing_NDUPAutoAcceptEULASupport_46499419,46499419 MSRC82219_46499076,46499076 SLAPIInternal,46498851 MSRC82218_46498669,46498669 Servicing_RemovingIndexerStatusCheck_46498509,46498509 Servicing_CameraVCamSharedModeUnblockingFix,46497684 Settings_AutologinAfterRestart_46497516,46497516 MSAAutologinAfterRestart23H2Parent,46497515 MTestAbShESFR,46497309 Servicing_BioPeripheralsWithESSUI_46496476,46496476 Servicing_WebView2RecoverTIP_46496295,46496295 MSRC82188_46496023,46496023 LFSFSRTest,46493758 Servicing_ConfigUpdateGetAction_46477567,46477567 Servicing_CacheProjectedCortanaAPI_46471305,46471305 Servicing_ImplementTopNApps_46471166,46471166 Servicing_CancelPendingFileQueriesOnAppHidden_46471154,46471154 Servicing_RequestCacheFlightIds_46471146,46471146 Servicing_ConvertToStringPropertyHits_46471141,46471141 Servicing_WinAppSdkCacheActivationFactory,46468883 LostNotificationTaskFix_46467104,46467104 DevicePolicyCheck_46466990,46466990 EnsureIrisServiceValid,46466879 ID46465499,46465499 Servicing_LeftArrowCrash_46465184,46465184 IE_LeftArrowCrash,46465181 Servicing_GetFreeEntitlementTelemetryReconfigure_46464995,46464995 Servicing_GetFreeEntitlementTelemetryReconfigure_46464889,46464889 Containment_UUS_ClientSupportForEncryptedUpdates_46464024,46464024 CallerIdentityLibDeprecation,46463928 SPAS,46460087 SSRTFLTest,46459826 SSRATest_46457961,46457961 Servicing_UninstallUpdatesThirdPartyAppsFix,46456993 Servicing_ConfigUpdateGetAction_46456972,46456972 Servicing_SignRsaPadPss_46456346,46456346 Servicing_SignRsaPadPss_46456297,46456297 MTestAbShRTT,46455205 Servicing_HyperVFWGpRuleCreation,46454935 Servicing_PrintconfigLoadJS_46451340,46451340 Servicing_PrintconfigLoadJS_46451295,46451295 OobeBloomUI,46450614 NXTAdminCmdHotkey,46450369 DimeCFR,46448655 Servicing_PFVC_CleanUpStagedConfigs,46448128 Inventory_EDPTransition_API,46448114 DL46444835,46444835 Servicing_SiHostCustomShell_46443203,46443203 MultiDetachedOC,46440044 Servicing_StartMenuPolicyException_46439818,46439818 Servicing_FixTokenCloudapCache_46439374,46439374 Servicing_RobocopyEfsrawFix_46436664,46436664 Servicing_RobocopyEfsrawFix_46436634,46436634 WatchDogTimerCollectLiveKernelDump,46436502 SnapSuggestionsAPI_46436100,46436100 OutOfProcSnapLayoutExtension,46436083 DeclaredConfiguration_DllRefactored,46435723 ID46435568,46435568 Servicing_MMPC_NullEnrollCheck,46434660 GPM_BufferRevert,46434420 GWPHF,46434234 Servicing_PasswordRotationFix_46430206,46430206 Servicing_NearByShareStringFix,46429493 LunarCalendarRestoreHandler,46427671 LunarCalendarBackupHandler_46427667,46427667 Containment_UUS_OSSwapDetectionPositiveSignal_46425039,46425039 Servicing_FixingIppCollectionArray_46424735,46424735 DriverRecovery_Support,46424179 DXDiag_GatherD3D12EncodeModes,46422806 Servicing_TextInputHostLeakFix_46422025,46422025 NtlmReturnsBlocked,46421727 MSRC82074_46421564,46421564 DesktopSpotlightV2RestoreHandler,46420898 MSRC82065_46420297,46420297 MSRC82046_46418054,46418054 Servicing_WinREServicingScheduleCommitReason,46417406 Servicing_PrintPopup_46417305,46417305 Servicing_PrintPopup_46417183,46417183 MSRC82040_46416463,46416463 Servicing_SetWrongFirewallProfile,46416407 NetworkIcon_ConnectionInProgress,46415665 Servicing_NewMonitorEvent,46415535 FamilyAppRedirectionRemoval,46413862 W365Boot_ManagedPCSettings_SystemL1,46412244 TailoredSCOOBEOneDriveAboveQuota,46411969 NarratorScanModeFolderFix_48705107,46411062 MonoAudioSoundSettingRestoreHandler,46409710 OptimizationsInApplistBackup,46406346 ExcelListItemAnnouncement,46403446 EnableThumbnailPrefetchConfig,46402487 Servicing_NetflixWVC1Fix,46402280 FixMruAutomationName,46401864 DesktopSpotlightToastForOnByDefault,46401678 VAMCHF,46399509 GPM_CheckEventsLost,46397055 Containment_UUS_UpdateAttentionDEWrapper_46396370,46396370 StateResetFix,46395625 EnrollmentAttestationDebugFields_46391183,46391183 TVSRO_fix,46389094 MSRC82022_46378877,46378877 MSRC82005_46378356,46378356 Servicing_AADDeviceTicketRetryCount,46377093 Servicing_AADDeviceTicketRetryCount_46377042,46377042 Servicing_PinManagerCompatRedirectOnlyCopyShortcuts_46369417,46369417 GovernanceReset,46367194 Servicing_AppX_WindowsRTEKU,46367076 ID46366954,46366954 MTestAbShSEA,46366027 WXHBackgroundTaskTIPFixes,46365929 DevicePolicyCheck_46365427,46365427 CopilotPersonalizationSettings,46363395 Servicing_AppReadinessPreShellGroup_LogonDelay_Fix,46363293 Servicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_46361515,46361515 Servicing_SnapGroupTaskItemIconCrash_46360957,46360957 Servicing_CacheDeviceItemAppItem_46359546,46359546 WindowsBackupIntegratedServicesPolicyControl,46359361 WindowsBackupConsentCore,46359346 Containment_UUS_SSValidationPredictionRefresh_46359109,46359109 Servicing_BatchedFeatureStateChange,46359008 MSRC81976_46356832,46356832 MSRC81975_46356795,46356795 AVC_ClearLead_Moho_Chrome_Intel,46356657 MSRC81972_46356507,46356507 DesktopSpotlightImg0AsFallbackwallpaper,46353846 Servicing_Feeds_FixWebview2RuntimeAvailableIssue,46353546 Servicing_Feeds_SendDeviceInfoToOneService,46353536 Servicing_FeedsWebView2MultiCreation,46353521 Servicing_ImproveFeedsPrelaunchRate_46353491,46353491 Servicing_GameInputXUSBSystemButtons,46351260 Servicing_hyperv_ux_fix,46347261 Servicing_ADSD_LocalUsersAndGroupsCspFix_46346413,46346413 Servicing_ADSD_LocalUsersAndGroupsCspFix_46346376,46346376 1550dceee7e6541f6947fc7822fcd3fd,46346320 Containment_UUS_ScanHotpatching_46346146,46346146 Containment_UUS_AppxProvision_46346123,46346123 Servicing_FileExplorer_InsightsImprovements,46345952 Servicing_3rd_party_MMPC_support_46345283,46345283 Containment_UUS_AddFlushTimer_46344601,46344601 Servicing_NPSMPrioritizeHWNDAumid,46344353 Servicing_MAPI_UndoC2RX,46343574 Servicing_ADSD_NetAPIETWLogger,46341752 ExplorerArchiveIntegrationPerf,46341257 Servicing_USOSustainabilityNarrowingFix_46341217,46341217 MSRC81952_46340642,46340642 ScanForUpdatesOnServer,46340594 Mercury_App_Backup_46340409,46340409 Servicing_Fix_PackagedServices_Leak_46339621,46339621 SyncSettingUIEnhancementsUpdate,46334003 Servicing_CDS_ContrastThemeTIP_46309398,46309398 Servicing_CDS_ContrastThemeTIP_46309271,46309271 AutopilotDeviceTagging,46301882 Servicing_SettingsMoveOptionalFeatures_46279816,46279816 Servicing_SettingsMoveOptionalFeatures_46279718,46279718 Servicing_SmallAdIssue,46276839 Servicing_Remove_Nonce_46275983,46275983 IE_SyncMode5,46275980 Servicing_IE_SyncMode5_46275694,46275694 Servicing_ParseResponse_46272979,46272979 Servicing_UpdateEspSyncSessionSemantics_46269898,46269898 Servicing_LampArrayHidTelemetry_46269702,46269702 Servicing_FileExplorerSearchDispatcherTimerLeak_46268888,46268888 Containment_UUS_UpdateForcedRebootScheduling_46268222,46268222 PasskeyPluginAuthenticators,46264199 Containment_UUS_BugFix_IpuCacheStatus_46264179,46264179 Servicing_IE_SyncMode5_46263752,46263752 UnifiedConsentRegistryPermission,46254670 NotifyExperienceLoadedInRecommendedRoot,46253296 HomepageRecognizesAssociatedMSA,46251949 MSRC81899_46251106,46251106 Servicing_OneWayTrust_46249744,46249744 SyncSettingPolicyStatePersistBugFix,46246277 Servicing_ShellPolicyException_46245958,46245958 CDP_WFDLimit,46245015 MTestAbShSPDFSL,46244440 W365Switch_Engineering_Improvements,46243917 IconLoadTIPFix,46241418 Servicing_UpdateEspSyncSessionSemantics_46241267,46241267 Servicing_FileExplorer_GalleryImprovements,46240254 FixConcurrentRequests,46238738 Containment_UUS_AutoActiveHoursRefresh_46238341,46238341 MSRC81890_46238158,46238158 KIDV2,46237304 MSRC81826_46236587,46236587 Servicing_null_check_on_siloState_ETW,46235411 Servicing_Media_PresentedContent_RetryDirectPresentation,46234762 W365Boot_BlackScreen_Bugfixes,46232528 NOSBImpl,46231593 DesktopSpotlightThemeSetToCustomIssue,46229605 Servicing_FixSearchIconLabelOverlap_46225611,46225611 W365Boot_ManagedPCSettings_Display,46225113 W365Boot_ManagedPCSettings_Sound,46225055 TrackWindowCoverage,46224912 Servicing_IToolTipIsOpen_46222664,46222664 Bugfix_46221769,46221769 Servicing_46212325,46212325 EnablePropertyOverride,46210758 ST,46207943 Servicing_TriggerEnsurePackageIsRegistered,46196582 ID46196572,46196572 TaskManagerFeb24BugFixes,46195996 Servicing_UOSupportsZeroExhaust_46195607,46195607 Servicing_LabelsNotExpanding_46195039,46195039 Sudo,46194939 ModernCompressToZip,46194714 CreateArchiveWizard,46194700 Servicing_AllowCrossProcessDisplayAffinity,46191124 MSRC81841_46189820,46189820 RetryBGTaskRegistrationIfNotAlreadyRegistered,46189746 Servicing_FileExplorerWinAppSDKCachedState,46188883 Servicing_KeepWebView2Visible_46188233,46188233 DL46185641,46185641 MSRC81829_46183092,46183092 SpotlightGeneralPolicy,46182641 W365Boot_Engineering_Improvements,46179275 ImeAccessibilityFix,46169883 WinLogonSimplifyDwmLaunchDecision,46158195 Servicing_WinAppSdkSkipInvalidateRectNull,46157957 Servicing_ReFSDedupHandleCsvMoveError,46154705 WASCConsentForOneDrive_46147435,46147435 WASCConsentForOneDrive_46147434,46147434 SSABBF,46146651 CameraControlDependentNotification,46145196 Servicing_WinAppSdkPackDCompISharedAllocations,46144133 NPUModelDelay,46125565 ELPCA,46122933 CDP_WFDFixes,46118490 CharMapAccessibilityFix,46115212 Servicing_FileExplorerThemeChangeRaceConditionFix,46114610 MSRC81807_46111893,46111893 Servicing_DellRegressionIOCTL,46111855 Containment_UUS_UXFeatureUpdateFix_46110984,46110984 SearchFeatureAPIFix,46110145 Servicing_InactiveInputAppDefaultView_46109814,46109814 Servicing_ReFSDedupLogStoppedMonitoring,46109607 MSRC81795_46109107,46109107 VAPS,46108764 CacheWithTimedCounter_PolicyQuery,46108018 WSESystrayIcon,46107637 SCOOBEandRecommendedBrowserSettingsDMA,46106935 Servicing_StartMenuAccountBadgingAllowTextWrap,46106919 Servicing_Match_OneDriveAccount_46106032,46106032 Servicing_OnboardingSenseAcceptSha256Pss,46102090 DLToastDelay,46097855 Servicing_Feeds_AddTTVRMarker,46096997 MSRC81785_46096886,46096886 ApiSampling_InventorySvc,46096527 MTestAbShFSC,46096237 WebXTFlightsTelemetry,46095865 HighPriorityFileProvider_46094352,46094352 Containment_UUS_BugFix_GetAttributeTargeting_46094346,46094346 Servicing_SnapFlyoutDeferredShutdown_46094120,46094120 ShowWebsitesAfter3pCompeteCheck,46092540 Containment_UUS_SLSTransientErrors_46091987,46091987 Containment_UUS_ScanTransientErrors_46091930,46091930 Containment_UUS_RemoveRefreshWuRedirRecoveryAction_46091646,46091646 Containment_UUS_LessNoNetworkRetries_46091514,46091514 MSRC81769_46091435,46091435 Servicing_WUSettingsSchedulingFix,46090119 Servicing_FileExplorerDesktopRepaintsOnNotifyHome,46085205 Servicing_FileExplorer_GetListPerfImprovements,46084709 Servicing_FileExplorerPerf_BroadcastSingleMessage,46084421 WindowsBackupStatusAPIExperience_46084210,46084210 Servicing_SkipValidateRelatedSet,46082118 Servicing_FixHamActivityStart,46081892 Containment_UUS_BugFix_MccHostConfigUpdates,46081111 Capture_MinUpdateInterval,46080945 MSRC81762_46080942,46080942 Containment_UUS_WisePredictionsAPIChange_46077814,46077814 TaskbarEAAFixes,46077465 MSRC81752_46077173,46077173 Servicing_WinAppSdkEnableThemeLookupCacheDuringLayout,46076120 MSRC81735_46074976,46074976 Servicing_WinAppSdkSyncCreateContentExternalBackdropLink,46074461 CheckPersonalizationCSPEnablement,46074233 Settings_AutologinAfterRestartPhase2,46064261 Servicing_XamlTextBoxFixVb,46063272 RDPRemoveRandomTabs,46062568 Servicing_BrowserHost_Fix_Ref_Count,46062473 UpdateInstallerAttributeSupport,46060660 Containment_UUS_BugFix_FederatedSearchResultLock_46059104,46059104 Servicing_FileExplorerAddressBarWrongThreadFix_46056757,46056757 AnimateWorkAreaChanges,46053324 AllowTestOverrideForPublisherIntentMetadata,46049481 Servicing_BAPMetaDataUpdate,46049013 Servicing_MSAStateWnf_46047122,46047122 MSRC81719_46047112,46047112 MSRC81713_46046947,46046947 MSRC81708_46045627,46045627 Servicing_SessionTicketFix,46044993 PlaceholderTileManagerTipTestImprovement,46043490 Servicing_EdgePinningWizardScenarioFix,46043353 Containment_UUS_FileVerificationTelemetry_46042231,46042231 VACHSDF,46037146 DownloadCDMLiteAssestsAsJpg,46036456 NarratorScriptingCTARegionFix,46032734 Servicing_TailoredSCOOBEOneDriveAboveQuota_46031120,46031120 PSRFeb24DeprecationBanner,46031077 Servicing_CacheLaunchExperienceContextDownloaderPerfMetricsLinguisticData_46030046,46030046 Servicing_FileExplorerGallerySerialization_46029533,46029533 Servicing_FileExplorerThemeChangeFix_46028495,46028495 Compattelrunner_RegDisablePredefinedCache,46027791 Servicing_FileExplorerDelayGRIMPathMapping_46026551,46026551 Containment_UUS_BugFix_MccHostForXvcDownloads,46026037 Servicing_SIPolicyHasPerAppPolicy_incorrectly_matches,46024877 MSRC81678_46024500,46024500 Feeds_DmaCompliance,46024061 MSRC81675_46023653,46023653 Servicing_RAIL_Dynamic_Keyboard_46022672,46022672 Servicing_Match_OneDriveAccount_46021784,46021784 Servicing_BlutoothSwiftPairCoordinatedSetSecondToastFix,46020011 Servicing_ControlPanelResizeFix_46018710,46018710 Servicing_ThaiBoxCharacters_46017289,46017289 Servicing_DmaMetrics,46014535 Servicing_Print_UPTreeview,46014390 Servicing_OutOfProcSnapLayoutExtension,46014097 FixDynamicSearchBoxTestCrash,46013904 OCMetadataOverride,46013271 FoDInstallBlock,46013197 FoDMetadataOverride,46013164 MirrorEnterpriseFeatureControlState_46012388,46012388 Servicing_WinAppSdkSkipCommandPropertiesDuringThemePropagation,46010864 BLDataFix,46010302 TF4BM_46009793,46009793 SettingsAlertBannerRulesEngine,46009617 UpdateTaskBugfix,46009404 Servicing_FileExplorer_LaunchAndEnumerationPerfInefficiencies,46008958 DevicePropertiesWXH,46008647 MSRC81648_46007957,46007957 Servicing_FileExplorerAvoidShortcutLink,46002324 Servicing_COMPlusJITDeadlock_46000308,46000308 Servicing_NoThumbnailsIItemVersionMismatchFix_45999747,45999747 MTestAbShLangExpEnCa,45999439 Servicing_CTFMONLeakFix_45997517,45997517 MSRC81643_45997224,45997224 SearchThemeColorForHighContrast,45995231 Servicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_45994852,45994852 Servicing_IIS_CloseDuplicatedHandleBeforeUlAtqStopListen_45994807,45994807 MTestAbShLangExpEn,45994554 GPM_CreatePSOTracking,45994299 MirrorEnterpriseFeatureControlState_45993900,45993900 Servicing_FEDrivePropertySheetCrash,45992289 Servicing_ThaiBoxCharacters_45991456,45991456 OobeRestoreDataLayerIsolated,45984759 Servicing_CacheProjectedCortanaAPI_45980057,45980057 MTestAbShDTS,45978602 Servicing_MSDTC_HandleLeak_45978510,45978510 Servicing_MSDTC_HandleLeak_45978496,45978496 Servicing_FileExplorerHomeDefCollectionLeak_45978227,45978227 Servicing_SFAPHelloSupport_45978067,45978067 Servicing_PinTileRestoreNarrator_45976991,45976991 Servicing_CompositionSwapchainLetterboxingInvalidation,45976576 D3D12VideoEncode_HEVC422444,45976446 MSRC81591_45976379,45976379 MSRC81577_45974809,45974809 Containment_UUS_BugFix_NoSLSRegistrationOfflineScan_45972399,45972399 SCFBTest,45970624 DL45962954,45962954 Containment_UUS_UXPauseStateSettings_45952994,45952994 MTestAbShLangExpKo,45952872 MTestAbShLangExpChs,45952823 MTestAbShLangExpIt,45952819 MTestAbShLangExpPt,45952795 MTestAbShLangExpDe,45952594 MTestAbShLangExpJa,45952583 MTestAbShLangExpEs,45951844 MSRC81565_45951547,45951547 Servicing_ADSD_LapsPwdExpiryFix,45951397 CheckHighContrastEnablement,45951034 MercuryAppBackup_Post2309,45949950 MTestAbShLangExpFr,45949789 MirrorEnterpriseFeatureControlState_45948678,45948678 ESIM_LPA_V3,45948544 Servicing_FileExplorerInvalidBatchTimer,45945617 DesktopSpotlightMultiMonitorPortraitFix,45941751 Servicing_CloudTGTAquisitionIssue_45938203,45938203 WdfUmdfDriversFailuresMoreActionable,45937377 Servicing_SearchMultiSessionDeadlockFix,45936933 MSRC81533_45934424,45934424 ExpeditedApps_EKBTriggerRetry,45932354 Servicing_ADSD_LapsSCForceOptionFix_45932197,45932197 Servicing_ADSD_LapsSCForceOptionFix_45932195,45932195 ForceSeptConfigUpdate,45931531 Mercury_App_Restore_V2,45931043 Servicing_StartMenuFixTouchInteractionStickySwipeUp,45930155 ID45930103,45930103 MSRC81525_45929489,45929489 DeviceSetup_CtaAutoUpdates_45919335,45919335 MSRC81503_45904802,45904802 Servicing_NoopWexpControl_45904585,45904585 Containment_UUS_ExpeditedAppsHonorWUZeroExhaust_45903863,45903863 MSRC81499_45903255,45903255 Servicing_ReFSSkipENDEntryDeletion,45901725 Servicing_FixOverlaysOnNonFocusStealingFlyouts_45900652,45900652 Servicing_IFM_CallbackColumn,45899464 MSRC81490_45899296,45899296 Servicing_RemoveTailingSlash_45897369,45897369 Servicing_OneWayTrust_45897345,45897345 W365Boot_FailFast_V2_Provider,45897081 W365Boot_FailFast_V2_Network,45896634 LostNotificationTaskFix_45894401,45894401 DynamicRetryTaskPeriod,45892232 MSRC81487_45889210,45889210 PreregisterRequeueBugfix,45888791 MSRC81477_45885655,45885655 Servicing_FileExplorerItemViewFlash,45884645 Servicing_TopDownDIB,45884634 Servicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_45884336,45884336 DL45881325,45881325 Servicing_AvoidLoadingOfficeWB_45880141,45880141 AutoSuggestBoxFlyoutFocusFix,45880110 CDMLiteBackportV3,45879529 DL45876810,45876810 23H2_Rollback,45875500 WindowsAccountSyncConsentSignals_45875311,45875311 MSRC81441_45871520,45871520 ConfigurableCopilotCommand,45870834 NXTCmdHotkey,45870533 Servicing_EidNameResolution,45870317 Servicing_SetBrightness_Usb_Fix,45868911 MSRC81432_45868315,45868315 RedeemSharingLinksForThumbnails,45867401 Servicing_NetshSingleSlotFix,45860608 BlockedShutdownCancelFocusStyle,45856030 SettingsHomepage_BluetoothPerf,45854889 SettingsHomepage_NetworkCharmPerf,45854826 Servicing_FixInvalidPointerReadOnSetValue_45854068,45854068 DesktopSpotlightUdkOnByDefault_45848734,45848734 Servicing_ThemeUINoIconSpacingUpdate,45846538 Servicing_ThemeUIFixBadIconSpacing,45846488 Servicing_IMEWindowDestructionIssue,45845271 D3D12VideoEncodeDriverBlock,45844816 RestoreNotificationUISetting,45844502 BugFix45843562_ImeNotificationCrashFix,45843562 MSRC81398_45839776,45839776 DmaSsoAADCompliance_45833058,45833058 ChangeMachinePasswordViaKerb,45832080 Servicing_WEFCrashInNullQueryWcslen_45831517,45831517 IdealStateDeadlockFix,45830968 ID45829750,45829750 EcoModeEnergySaver_AcOnly,45828729 MSRC81368_45828682,45828682 Audio_Drivers_HdAudBus_DmaAdapter,45826198 Servicing_CloudTGTAquisitionIssue_45825777,45825777 PackagedServiceUpdateCheck,45825686 MSRC81357_45824606,45824606 RDX_OOBE_Override_Toggle_Accessibility,45823232 Servicing_USBSupportForVTIOv2Onv2Hosts,45822878 RDX_OOBE_Narrator_ScanMode_Activation_Accessibility,45820239 SSRATest_45820237,45820237 RDX_OOBE_Edit_Box_Control_Type_Accessibility,45820078 Containment_UUS_MisattributedOSSwapDetectionBugfix_45817459,45817459 SettingsHomepage_PersonalizationPerf,45815822 Servicing_DeadlinePolicyCombiningFairWarning_45815673,45815673 Servicing_ReRegisterWithFamilyName,45815479 MTestAbShLIR,45815335 Servicing_Feeds_SendDeviceTierToOneService,45814882 Servicing_XamlTextBoxFix,45814810 Servicing_Print2pdfDisplayName,45814462 Servicing_AuditPolicySACLFix_45813954,45813954 Servicing_WEFCrashInNullQueryWcslen_45813872,45813872 Servicing_BioPeripheralsWithESSUI_45812398,45812398 MSRC81340_45811930,45811930 SrtmAntiRollback,45807149 Servicing_USBSupportForVTIOv2Onv1Hosts,45806472 Servicing_RDXNightLightStuckState,45803554 Servicing_RDX_HelloDemoURI,45803539 Servicing_RDXVirtualDesktopCleanup,45803437 ColorRestoreHandler,45802977 W365Switch_Frontline,45800512 LanguageListening,45799172 Brain_v13SearchesForP3,45799151 AllowWifiDeviceCrowdsourcing,45798985 GamingOverlayVisibilityRevokedEventHandling,45798624 Servicing_GDIInprocAppContainers,45798240 23H2_Enablement,45796396 WindowsAccountSyncConsentSignalsCDM,45795984 Servicing_ExtendSearchAppSuspensionTo5s_45795608,45795608 Containment_UUS_RebootHistory_45795558,45795558 Servicing_DoNotRaiseQueryTextChangedEventWhenSearchBoxClearText_45795409,45795409 PrintSupportAppV4,45792911 OverrideDeviceProductAttributes,45792099 ColorBackupHandler,45788472 ReenablePreviewButtonForSupportedNaturalVoices,45788203 UseThumbnailsApiForPreviews,45786747 Brain_V12SearchesForP3_45786681,45786681 Brain_V10SearchesForP3,45786062 Servicing_V12SearchesForP3_45785650,45785650 Servicing_V10SearchesForP3_45785611,45785611 SecondaryAccountsBackupHandler_45783670,45783670 DeliveryOptimizationRecursiveSRWAcquisitionFix,45780364 Servicing_IppVidPid_45779992,45779992 IddRuntimePower,45779857 WUNetworkUnavailableTelemetry,45778678 DelegatedTokenRequests,45778528 Servicing_IppVidPid_45777991,45777991 Servicing_GameInputInbox_45775523,45775523 Servicing_GameInputInbox_45775522,45775522 CCWM,45773963 MSRC81263_45773752,45773752 Servicing_CFONTPrintLeak,45772526 CredUI_InProcMode,45771802 HDRWallpaperReliability,45756137 MsctfProcessDetachSetResultTelemetryFallbackNull,45755345 DisableWindowSizeQueryOnWindowCreate,45752176 Servicing_ToastUIACrash,45746345 HStringMemoryLeakFix,45745323 Servicing_SpotlightThemeCleanup_45743572,45743572 Servicing_MstscApiCallsRefactor,45743100 Servicing_FVE_metadata,45742757 Containment_UUS_RebootEstimateSSConfig_45742613,45742613 MSRC81236_45739699,45739699 Servicing_ReduceCOMTelemetryNoise,45739158 SSFJVTest,45738940 Servicing_MAM_45738875,45738875 Servicing_MAM_45738778,45738778 STFWIGCTest,45735077 PersonalizationCustomThemeBackupHandler,45733106 Servicing_vTpmAttestation,45724197 DisplayMux_OpenGLPreference,45723228 Servicing_Longpath_Catalog,45722986 Servicing_BluetoothLEAudioWave2_45722808,45722808 Containment_UUS_GetUpdateManagerWithProviderFilters_45722020,45722020 Containment_UUS_TagMetadata_45721956,45721956 Servicing_AppBackupStateCaptureCrashFix,45721851 LocalizedEarlyFileSearch_45721604,45721604 ChildHwndForIslandInputSite_45720437,45720437 SnapSuggestionsAPI_45719403,45719403 UsernameSidCacheReturnUpnForHybridCloudTrust,45719231 Containment_UUS_SLSCleanup_45717484,45717484 IrisBackupSignals_45714793,45714793 GuestUserLogonWAMSSO,45710763 Servicing_Ref_Count_Disacrded_Kcbs,45706137 DesktopSpotlightOneTimeUpgrade_45705924,45705924 HeadingAnnouncementIssue,45705436 Voice_Pro,45703317 Servicing_FirstLetterNav_45697525,45697525 Servicing_MEMAddHostTermination,45696455 Servicing_AutoHideTaskbarFix,45695665 Containment_UUS_BugFix_IpuAutoRescan_45693608,45693608 MSRC81178_45692242,45692242 Servicing_PhoneLinkWindowsFeature_45691859,45691859 Servicing_PhoneLinkWindowsFeature_45691858,45691858 SecondaryAccountsBackupApi,45690989 GreenCharging,45690917 Servicing_45690884,45690884 Servicing_DmaUtcUpdate_45690825,45690825 Servicing_DmaUtcUpdate_45690816,45690816 Servicing_FixGleamDisappearWhenFocusLostOnSearchBoxWithFlyoutOpen_45690554,45690554 ID45690501,45690501 ScreenClipping3PCallback_45690427,45690427 ScreenClipping3PCallback_45690423,45690423 ScreenClipping3PNotification_45690421,45690421 ScreenClipping3PNotification_45690419,45690419 FI45690266,45690266 MSRC81169_45689859,45689859 SettingsOptionalFeaturesPageInSystem,45688785 MSRC81161_45688487,45688487 Servicing_GPSlowLinkDetection,45688293 Servicing_HFPHandsFree_WaitForHandsFreeEndpoints,45688060 EnableSearchSuspensionAPI,45687739 Servicing_GroupPolicyCaching_45687684,45687684 Servicing_GroupPolicyCaching,45687620 GuestUserRDPToAVD_45682905,45682905 Containment_UUS_SustainabilityNarrowingFix_45677336,45677336 AllowMaxSupportedItemNameSizes,45676407 Servicing_PersonalizationToggleNoShowFix,45676247 FederatedSignInQualityUpdates,45675939 Servicing_RequestCacheFlightIds_45673798,45673798 Servicing_CopyOperationFailsInAppVBubble,45673192 FixWiseMruShortening,45668285 NoopControlTestFeatureOnReboot,45668249 NoopControlTestFeatureOnReload,45668242 Servicing_TaskbarInstallProgressUpdateCrash,45667455 XNCF,45666383 Servicing_SeptConfigUpdate_45655451,45655451 ExpeditedApps_EKBTrigger,45647697 CopilotFEContextMenu,45647150 NodeCapabilityForNoInternetPage,45646163 EnforceWindowsProtectedPrint,45646055 DoNotRaiseQueryTextChangedEventWhenSearchBoxClearText,45644232 BatteryUsageGraphSectionLabels_45643758,45643758 Servicing_FocusManagement_45643611,45643611 Servicing_CameraSession0AudioStateMonFix,45643204 Servicing_WSLEnterprise_45643164,45643164 Servicing_MEPDefaultMediaTypeFix,45643149 LoadBloomCreatives,45636699 Servicing_NtSetTimerResolution_ExpTimeRefreshLock,45634767 DisplayMux_Dynamic_Enabled,45634100 Servicing_FixOMfxIndex,45633109 MultiShellSupport,45631568 MSRC81067_45630671,45630671 Servicing_CopyFileFATFix,45629933 Servicing_ScaledLayeredWindowRenderFix_45629437,45629437 MSRC81059_45628743,45628743 MSRC81058_45628639,45628639 Servicing_ScaledLayeredWindowRenderFix_45628173,45628173 Servicing_WLDPAPI_POWERSHELL_SANDBOX_REQUIRED,45627312 VADAN,45626293 BackgroundTaskCanceledTelemetry,45625845 DTF_Test,45624564 MSRC81036_45614508,45614508 Servicing_Ps2TelemetryUpdate_45613827,45613827 Servicing_Ps2TelemetryUpdate_45613817,45613817 Servicing_ADSD_KDSReferralChasingFix,45613157 W365Switch_Engineering_Improvements_VDTouchGesture,45613043 Servicing_StartBadgeAlertMismatchFix,45611944 Servicing_RemoveDuplicateQueueEventFix,45606594 Servicing_Cleanup_Framework_DependencyGraphs,45600155 SettingsHomepage_YourDeviceCard,45600144 AVCEnc_CodecPack_Enumerate_First,45598712 MSRC81003_45596786,45596786 CopilotNudges,45596742 Servicing_NoCandidateWindowModernStandBy,45596701 MSRC80997_45594542,45594542 Containment_UUS_BugFix_HistoryLimit_45592339,45592339 MTestAbShMUS,45582738 MSRC80988_45582712,45582712 StartReliabilityAndPerformanceImprovements_45581730,45581730 Servicing_WCMBlockDomainPolicyCellular,45580799 MSRC80981_45579217,45579217 Servicing_CredUIPreventUIInSess0,45576937 MSRC80963_45576317,45576317 MSRC80956_45575697,45575697 WASCConsentForOneDriveBackupBanner_45573624,45573624 VAOE,45572960 EVAIO,45572939 LaunchUriAsyncInCloudExperienceHost_45564165,45564165 WASCConsentForOneDriveBackupBanner_45562335,45562335 LaunchDimeForAquisitionUSQRenewal,45562151 Containment_UUS_BugFix_DataStoreLocks_45556653,45556653 Servicing_InvalidIteratorAudioPolicyManagerCrash,45552718 Servicing_FEMenuExtensionCrash,45550845 BitPump_InvalidationSinkErrorHandling,45539451 MSRC80940_45538791,45538791 Servicing_StatusIconCrash_45538063,45538063 Servicing_SkipEnsureRegisterAppxAsSystem,45535753 Servicing_FixCloudapDeadlockPart2_45533740,45533740 Servicing_OpenWithTabBug_45527695,45527695 Servicing_PCR5Fixup,45524527 MSRC80905_45522986,45522986 MSRC80903_45522815,45522815 ID45522024,45522024 Servicing_AllowDevHomeUpdateForUO_45520592,45520592 Servicing_45519185_SAC_DefenderDisabledOnUpgrade,45519185 Servicing_ExtendedFeatureProperties,45518518 Servicing_Resurrecting_45518293,45518293 Servicing_StateRepositoryVerbCacheFix_45515998,45515998 SyncSettingRestrictedUpdate_45512408,45512408 SyncSettingRestrictedUpdate_45512397,45512397 BlockTailoredScoobeBackupByCountry,45511840 SPSF,45510595 Servicing_BinaryString_45505657,45505657 UusBrainLogging,45503243 Servicing_UpdateESPLogic_45503101,45503101 Servicing_XblAuthSilentMsaRequest_45502981,45502981 Servicing_InteractiveLogonUserInputLanguageNotRemembered,45502797 MSRC80878_45501445,45501445 Servicing_PresenceWriterDMA_45500648,45500648 Servicing_PresenceWriterDMA_45500623,45500623 Servicing_IE_Edge_Uninstall_fixes_45500184,45500184 Servicing_IE_Edge_Uninstall_fixes_45500142,45500142 Servicing_WordPad_GB18030_45499981,45499981 Servicing_WordPad_GB18030_45499980,45499980 Servicing_Notepad_GB18030_45499572,45499572 Servicing_Notepad_GB18030_45499485,45499485 Servicing_WdacAppidTaggingPerfImprovements,45499455 ShowCloudFilesAfter3pCompeteCheck,45497667 L2HoverPreview,45495667 ExtendUIAEventsForNarratorScripting,45494219 W365Boot_Branding,45493830 Servicing_SAC_VALIDLY_SIGNED_EKUCHECK,45491930 NetworkUxBackupHandler,45490823 Servicing_RemoveXboxPreferentialTreatment,45490612 Servicing_RestartPresentationOnBind,45489920 Containment_UUS_StaticLinkingWuTrust_45488806,45488806 PCN,45488263 EnsureSyncTogglesMirrorMicrosoftToggles_45487912,45487912 EnsureSyncTogglesMirrorMicrosoftToggles_45487911,45487911 WebsitesNewDefaultIcon,45487162 EnforceExplicitUserContextForMua,45484969 MSRC80859_45484964,45484964 Servicing_Fix_LSASSCrashDueToAccessViolation_45484419,45484419 Servicing_ActiveX_UAC_Redirection_Guard_45481960,45481960 Servicing_ActiveX_UAC_Redirection_Guard_45481849,45481849 W365Boot_RetryAndReconnect,45481077 Containment_UUS_TaskBatteryTelemetry_45480261,45480261 Flighting_In_RS_Branch_For_Activation,45479253 W365Boot_DedicatedCloudOnly,45477326 Servicing_DMA_EdgeAI_Additional_EdgeInstall_Check,45477104 Servicing_WinHttpVpnInterfaceProxyCachingFix,45474910 LsaSrv_Manage_LsaIso,45474281 MSRC80849_45473501,45473501 Servicing_MMPCDiscoveryImprovement,45472812 DesktopSpotlightEnterpriseControl,45472624 Servicing_FsctlProcessMitigation,45471088 Servicing_FixWidgetBadgePosition_45470382,45470382 Servicing_Dcr_Future,45467134 EnsureSyncTogglesMirrorMicrosoftToggles_45438239,45438239 Bugfix_45436214,45436214 MSRC80825_45435786,45435786 InstallDefaultWebSearchProvider,45434783 FI45434311,45434311 MSRC80821_45433834,45433834 MSRC80820_45433772,45433772 NSAb,45429227 WSTTest,45425287 SCFTest,45425284 Servicing_DoNotCreateLocalBridgeStreamReference,45421106 ClearMsaWamCookies,45419461 Servicing_MFADelegationTokenFix_45419434,45419434 Media_P010DisplayableSupport,45418855 EnabledHighestSyncToggleIfMicrosoftHighTogglesEnabled,45418630 MSRC80799_45416767,45416767 EarlyDownloaderLogging,45416246 Servicing_ReportTIPFailureActivityTag_45415550,45415550 Servicing_ReportTIPFailureActivityTag_45415525,45415525 MSRC80792_45415051,45415051 Servicing_XblAuthSilentMsaRequest_45414404,45414404 Servicing_Reg_Map_Crash_45413659,45413659 Servicing_BluetoothLEAudioDisableCodecInDsp,45413386 CDPNearshareBTDiscoveryByMacAddress,45413255 MSRC80787_45413023,45413023 Servicing_IEModeFocus_RegressionFix_45412519,45412519 Servicing_CDS_PortingContrastThemeChange_45404047,45404047 Servicing_CDS_PortingContrastThemeChange_45404035,45404035 Servicing_ScoobeBrowserTriggeringChange_45401603,45401603 Servicing_ScoobeBrowserTriggeringChange_45401596,45401596 RefreshDataForNewContext_45401011,45401011 Servicing_IMEPadInitialization_45399687,45399687 Servicing_VidMmFlushEvictQueue,45399377 Containment_UUS_WaasTelemetry_45397723,45397723 KSGetMediaTypeCount_DataRanges,45397509 Servicing_AppVLogOffPublishingFailure_45397396,45397396 Servicing_AppVLogOffPublishingFailure_45397348,45397348 Servicing_Reg_Map_Crash_45396858,45396858 MSRC80762_45396324,45396324 ImproveThumbnailCache,45395580 Servicing_AllowScepToBePending,45393410 Servicing_MemoryLeakFix_CopyFile,45389246 IgnoreOAMarkerVersion,45387478 CheckSpotlightInOEMTheme,45387257 HT_Fix_NarratorScripting,45386863 EnableSpotlightForSolidColorBackground,45383288 FixGetMainOrOptionalPackageForUserRace,45381618 PGFF,45380551 Servicing_SnapFlyoutDeferredShutdown_45376598,45376598 DL45374966,45374966 Servicing_MapUrlToZoneDotlessTLD_45374431,45374431 Servicing_MapUrlToZoneDotlessTLD_45374333,45374333 MxProShPkgCont,45374166 EnableSpotlightForInboxImages,45373447 Servicing_FileExplorer_GalleryFilterLocalizationFix,45373428 Servicing_Fragment_Invalid_Discard_45372891,45372891 Servicing_Fragment_Invalid_Discard_45372876,45372876 Servicing_WUSettingsOnlineLinkFix2,45369463 MSRC80739_45364888,45364888 MSRC80737_45364651,45364651 MSRC80726_45363318,45363318 Servicing_SignRsaPadPss_45361851,45361851 MSRC80700_45361568,45361568 MSRC80693_45361143,45361143 Servicing_RemoveEsclUsbAssociation_45360937,45360937 BugFix_KeyboardFocusStuckIssue,45360552 ApiSampling_OnesettingsControls,45359968 Mercury_App_Backup_V2,45359090 W365Switch_Disconnect_and_Signout,45350634 Servicing_MRTSortDisplayNameFix_45340229,45340229 Servicing_FileExplorer_ThreadParamDoubleFree,45335796 Servicing_DragTargetCrash,45333194 HidingCloudMruFilesBasedOnRegionalPolicy23H2Parent,45318191 DmaSsoMSACompliance_45318178,45318178 MsiReinstallModeOverrides,45317952 DmaSsoMSACompliance_45317806,45317806 Audio_Drivers_Apx_Streaming,45307425 Servicing_TVSssefilter,45304744 EcoModeEnergySaver,45296388 SettingsSystemComponentsPage_45295732,45295732 StopOfficeMRURecoBasedOnConsent23H2Parent,45295441 Servicing_WorldWideAppDefaults,45294186 WindowsBackupOEMCampaign_45293302,45293302 WindowsBackupDimeDialogForPaidUsers_45293225,45293225 Servicing_AllowOutlookUpdateForUO_45293209,45293209 Servicing_AllowTFLUpdateForUO_45293196,45293196 DmaSsoMSACompliance_45292521,45292521 SOLFSTest,45286411 ARTest,45286394 ContextMenuAppsExp,45286384 NSTOW,45286380 PC,45286375 PSSTest_45286373,45286373 STMPVICMTest,45286369 Servicing_RestoreKeyboardFocusAfterUnpinning_45283883,45283883 MSRC80633_45279764,45279764 MSRC80633_DisableWerCplSupport,45279761 Containment_UUS_WatchdogActionTimeouts_45279571,45279571 Containment_UUS_HonorMeteredNetworkBlocks_45279540,45279540 MSRC80114_45278264,45278264 DMSAClient,45278002 DMSAKDC,45277919 Servicing_MercuryTIPDuringShutdownFix_45277016,45277016 Servicing_MercuryTIPDuringShutdownFix_45276998,45276998 Servicing_CDS_LockscreenTIPFix_45276971,45276971 Servicing_CDS_LockscreenTIPFix_45276957,45276957 Servicing_CDS_PortingBackgroundChange_45276945,45276945 Servicing_CDS_PortingBackgroundChange_45276934,45276934 BackupButtonVisibleTrigger,45276856 MSRC80611_45276661,45276661 Consent_Consumer_Win11_SPACE,45274409 Consent_Consumer_Win11,45274402 Consent_Consumer_SPACE,45274394 Servicing_DWMFixVR,45274147 Servicing_LegacyDisplaySwitchRegressionWatsonFix,45272003 Servicing_LiveCaptionsUIoverlapped_45266177,45266177 Servicing_WSLEnterprise_45264431,45264431 Containment_UUS_OneSettingsRedocking_45264146,45264146 CloudFilesSuggestions,45262892 FI45262758,45262758 MSRC80590_45262569,45262569 ID45262221,45262221 MSRC78931_45260447,45260447 Servicing_WindowSharingNullPtrCrashFix,45260294 MSRC80585_45260085,45260085 MSRC80583_45259219,45259219 Servicing_Enterprise_Firewall_Client_Container_Networking,45259073 Servicing_IgnoreStaleSystemResources_45258999,45258999 Servicing_NoCredTileWithMultiCert,45257695 CR368,45255368 MSRC80582_45250514,45250514 MSRC80581_45250409,45250409 MSRC80577_45248339,45248339 Servicing_GdiUmpdDisableLock,45247461 Servicing_GdiResetRecursiveBatch,45247254 NSCA,45243587 MeetingRecommendations,45240877 WindowsBackupDimeDialogForPaidUsers_45240241,45240241 Servicing_Kernel_DMA_Compliance,45236259 Servicing_ResetOptionalBrowserExtensions,45236164 Servicing_SessionStateLogoff_45235153,45235153 Servicing_TargetPathReadOnly_45233992,45233992 ID45233831,45233831 SkipGraphicsOptimizations,45233802 Servicing_MstscDeadlockFix,45233107 MSRC80552_45231566,45231566 MSRC78694_45231505,45231505 MSRC80547_45230744,45230744 Servicing_SBEncodingKickback_45230717,45230717 MSRC80545_45230307,45230307 MSRC80544_45230155,45230155 Servicing_ReFSDedupOptimizeHangFix,45220870 Servicing_AppPickerQueryServiceFix_45213069,45213069 Servicing_AppPickerPublicAPIFix,45213017 Servicing_InfoToolTipManagerWeakRefCrash_45210081,45210081 Servicing_DBUpdate,45207821 FixIssueWhenGettingAadInfo,45205209 Servicing_SecurebootAI_Bitlocker_reliability_45201763,45201763 Servicing_SecurebootAI_Bitlocker_reliability_45201749,45201749 SettingsHomepage_ThemeGalleryPerf,45196928 AllowColorimetryWithoutMHC2,45194707 MSRC80513_45190537,45190537 WindowsAccountSyncConsentSignals_45189206,45189206 MSRC80512_45189094,45189094 Servicing_SRH_SetDefaultVoiceModel,45189056 Servicing_ReFSDedupDoubleFreeFix,45188735 SystrayNotificationIcon,45188279 Servicing_UpdateESPLogic_45187954,45187954 Servicing_Feeds_SettingToDisableHoverBehavior,45187881 Servicing_ApplyNoExceptGuardForVolumeRemove,45186820 Servicing_WGC_CaptureServiceSync,45186741 Servicing_BFSVC_Bitlocker_Reliability_45185332,45185332 Servicing_BFSVC_Bitlocker_Reliability_45185321,45185321 Servicing_FconGenericMetadata_45185273,45185273 Servicing_OpenWithTabBug_45181184,45181184 Servicing_NestedVMBugfix,45180743 Servicing_GPDefaultTimeOut_45179614,45179614 CMDWarnOnAutorunFailure,45178653 SystemManagedOC,45178628 Servicing_ExpiringLink,45177384 Servicing_Deadlock_with_GroupPolicy_45176868,45176868 Servicing_Deadlock_with_GroupPolicy_45176828,45176828 Servicing_ReFSDedupLogJobFailed,45175016 Servicing_OSK_LockscreenCheck_45174402,45174402 ColorProfileSettingsClass,45173691 WebView2inWAMPlugin_45172564,45172564 ShadowAdmin,45172197 Servicing_BlockDefaultTabHandlingForWebView2_45171298,45171298 Containment_UUS_BugFix_TestKeysAllowedNoCache_45169978,45169978 PersonalizationThemeRestoreHandler,45169797 SecondsInSystrayClockSetting_Gpo,45167965 Servicing_Media_MinRectSize_45161187,45161187 MSRC80469_45160481,45160481 InstallTracing,45159410 SearchExtendSuspensionDelay,45147551 Servicing_Media_CPUIDonARM64EC,45146837 BugFixInputAppInfiniteRelaunching,45140377 MSRC80460_45140204,45140204 Servicing_PopulateDeviceProfileCorrectly_45140171,45140171 MSRC80458_45139709,45139709 Servicing_SIPolicyHasPerAppPolicy_incorrectly_matches_45138514,45138514 SignRsaPadPSS,45135510 ScoobeWascNodeDisplay_45135237,45135237 WascAwareNavMesh,45135066 RequestCredentialEntryViewModel_45133451,45133451 VASDMICINIT,45131628 FE_SharedIXH,45130483 Servicing_WER_Redirection_guard_45129885,45129885 Servicing_WER_Redirection_guard_45129860,45129860 Servicing_Feeds_ExposeLaunchTypeAndPCParamToUX,45129372 Servicing_CancelPendingFileQueriesOnAppHidden_45126541,45126541 WSL_MSI_Package,45126502 MSRC80442_45126153,45126153 Servicing_SAC_MSI_BLOCKS_45124075,45124075 WindowsBackupRestrictedBackupExperience,45122150 MSRC80426_45121758,45121758 HandleNullCEMValues,45120748 Servicing_UWFShutdownRestart_45119878,45119878 TF4BM_45117733,45117733 Servicing_OSK_LockscreenCheck_45116432,45116432 Servicing_ETW_XPath_Query_by_FileHash_45115730,45115730 TailoredScoobePCBackup_45115024,45115024 Servicing_AppDefaults,45113694 Servicing_FixSearchBoxButtonTabletPadding_45113639,45113639 Servicing_Feeds_FixTaskbarSettingCrash,45112367 Servicing_InsertGroupCrash_45106421,45106421 Servicing_FileExplorerFixAddressBarInvalidPointers_45106222,45106222 DLWatcherRetryLoop,45105418 AllowEDIDColorimetryWithoutCEAExtension,45097502 MTestAbShET,45091739 EnableOSConfigScenariosForDesktop,45091712 Servicing_ReFSDedupAddDefaultShardSize,45091638 Servicing_FileExplorerSettingChange_45091444,45091444 Servicing_ScreensaverGDILeak_45091161,45091161 EnableLaunchTIPTest,45090907 NetworkUX_BugFix_45090078,45090078 Servicing_RefsDedupTypeChangeFailurelRecovery,45090017 EnablePeripheralsWithESSConsumerUI,45089984 Servicing_AppCrusherNullCrash,45087736 VALSSCC,45087707 Backport_PointerEventArgsReliability,45085957 Servicing_FixKoreanTouchKeyboardSearch_45084694,45084694 FixVACOEC,45083364 Settings_Accessibility_HearingAids,45083000 DoNotEnableSpotlightForNewUsers,45080700 STFWTest,45080563 DesktopSettingsBackupRestoreHandler,45079713 VANOIF,45079285 MSRC80261_45079002,45079002 MSRC80287_45078980,45078980 MSRC80179_45078971,45078971 MSRC80204_45078951,45078951 MSRC80131_45078947,45078947 MSRC80225_45078934,45078934 MSRC80056_45078931,45078931 MSRC80194_45078913,45078913 MSRC80192_45078901,45078901 MSRC80111_45078894,45078894 MSRC80050_45078888,45078888 MSRC79820_45078853,45078853 MSRC79775_45078838,45078838 MSRC79680_45078818,45078818 MSRC79679_45078816,45078816 MSRC79668_45078813,45078813 MSRC79607_45078776,45078776 MSRC79518_45078770,45078770 MSRC79610_45078752,45078752 MSRC79444_45078740,45078740 Containment_UUS_UXBrokerDestructionOrder_45078736,45078736 MSRC79367_45078505,45078505 MSRC79256_45078493,45078493 MSRC79242_45078458,45078458 MSRC79199_45078457,45078457 MSRC79182_45078439,45078439 MSRC79109_45078424,45078424 MSRC78896_45078374,45078374 MSRC78627_45078340,45078340 MSRC78244_45078275,45078275 MSRC75730_45078099,45078099 MSRC77391_45078064,45078064 MSRC77176_45078050,45078050 MSRC77081_45078045,45078045 MSRC79053_45077756,45077756 MSRC79686_45077436,45077436 MSRC79604_45077293,45077293 HighPriorityFileProvider_45075103,45075103 IAKerbPrioritizedHigherThanKerberos,45072782 WindowsBackupCDSCF,45068425 InitiateNTHPrivacyOnServer,45067613 ServiceUsingFsTxLib,45067554 Containment_UUS_RebootTimeBoundCache_45066796,45066796 AG780,45066780 WindowsProtectedPrint,45066665 SecondaryAccountRestore,45065667 MSRC80176_45065494,45065494 Servicing_Ps2TelemetryUpdate_45064624,45064624 Servicing_RefsCheckBucketCount,45064140 MP4AV1Support,45063606 BugFix45063291_InvalidPointerReadFix,45063291 Servicing_SurfaceHubAccessibility_NarratorAnnouncementForPrivacyButton,45062560 EnableSpotlightForOEMThemeUsers,45058298 Servicing_NullRepeaterCrash_45056786,45056786 NGPC,45054291 Servicing_ToastCenterAccessibleNameWatson_45053614,45053614 FromDefaultLayoutLinkPathAsyncFix_45052367,45052367 Servicing_RemoveViewManagerCallInUWPDebug,45050959 Bugfix_PcaShutdownCrash,45050706 EnsureSetConversationIdTip,45049991 RemoveEdgeEnforcementOnHotspots,45049929 ST659,45049659 MSRC80371_45048086,45048086 MSRC80370_45047991,45047991 RefreshDataForNewContext_45047100,45047100 WebAuthnAutofillCrash,45047085 Servicing_NullCheckOnfacadeStorage_Ni,45046965 CCW,45046901 RD602,45046602 SODUFTest,45046231 SoftLanding2408,45045915 AttachHandlerContextFix,45045633 SupportEdgeMuIdsApi,45045429 SortAndDisplayVoicesByLocale,45039105 WtdImprovedConfig,45037130 Servicing_Dcr_25_12_NonSec,45036800 Servicing_Dcr_25_11_NonSec,45036797 Servicing_Dcr_25_10_NonSec,45036792 Servicing_Dcr_25_09_NonSec,45036790 Servicing_Dcr_25_08_NonSec,45036787 Servicing_Dcr_25_07_NonSec,45036785 Servicing_Dcr_25_06_NonSec,45036780 Servicing_Dcr_25_05_NonSec,45036777 Servicing_Dcr_25_04_NonSec,45036776 Servicing_Dcr_25_03_NonSec,45036774 Servicing_Dcr_25_02_NonSec,45036770 Servicing_Dcr_25_01_NonSec,45036769 ID45035559,45035559 DriverUpdateOsVersionChange,45034969 HLGSupport,45034964 MSRC79577_45034938,45034938 Servicing_Dcr_24_12_NonSec,45034808 Servicing_Dcr_24_11_NonSec,45034804 Servicing_PersistentHandleReconnect,45034802 Servicing_Dcr_24_10_NonSec,45034797 Servicing_Dcr_24_09_NonSec,45034790 Servicing_Dcr_24_08_NonSec,45034786 Servicing_Dcr_24_07_NonSec,45034781 Servicing_Dcr_24_06_NonSec,45034779 Servicing_Dcr_24_05_NonSec,45034775 Servicing_Dcr_24_04_NonSec,45034769 Servicing_Dcr_24_03_NonSec,45034764 Servicing_Dcr_24_02_NonSec,45034756 Servicing_Dcr_24_01_NonSec,45034749 Servicing_Dcr_23_12_NonSec,45034742 Servicing_Dcr_23_11_NonSec,45034731 Servicing_Dcr_23_10_NonSec,45034728 Servicing_Dcr_23_09_NonSec,45034724 Servicing_Dcr_23_08_NonSec,45034713 Servicing_Dcr_23_07_NonSec,45034704 Servicing_Dcr_23_06_NonSec,45034696 Servicing_Dcr_23_05_NonSec,45034690 Servicing_Dcr_23_04_NonSec,45034679 Servicing_Dcr_23_03_NonSec,45034674 Servicing_Dcr_23_02_NonSec,45034664 Servicing_Dcr_23_01_NonSec,45034616 Servicing_Dcr_22_12_NonSec,45034557 Servicing_RefsDedupStatusLogOnCancel,45034257 Servicing_TabProxyWindowIconsVisibility,45033133 ForceBackgroundTaskRegister_45031198,45031198 ForceBackgroundTaskRegister_45030863,45030863 Servicing_WUSettingsUpdatesFlashingFix,45030392 SettingsRejuv_PassKeyManagementPhoton,45030389 CDMLiteBackupSignals,45027619 Servicing_Ntfs_LogReplay,45027598 MSRC80336_45026704,45026704 DateTimeRestoreHandler,45026441 LockscreenRestoreHandler,45026434 WindowsBackupPrefrencesRestoreHandler,45026422 ContrastThemeRestoreHandler,45026394 BackgroundRestoreHandler,45026375 MSRC79945_45025293,45025293 AccessibilitySettingsBackupRestoreHandler,45024493 Servicing_SessionData_45023528,45023528 MSRC79085_45020020,45020020 Servicing_MediaSourceClapBoxParsing,45019553 EncodingProfileVP9AV1API,45019406 MSRC78969_45019308,45019308 MSRC79599_45018323,45018323 MSRC80300_45017994,45017994 Servicing_Not_Nested_2_45017779,45017779 MSRC80299_45017743,45017743 Servicing_ACRegFirewallException,45017596 Servicing_GameDvrVideoEncodeCheckOutputSample,45017452 Failover_MLControlsFailoverMarkingEnabled,45016847 MSRC80301_45015319,45015319 MSRC80222_45015020,45015020 Containment_UUS_HTTPServerDataDOAPI,45014229 MSRC80219_45011845,45011845 ThirdParyAppInstall_45009259,45009259 ICU,45006500 MSRC80283_45006314,45006314 ComboBoxTouchNavigationIssue,45003843 Servicing_NdrTimerDeadlock,45001829 Servicing_OplocksWritableMappedSectionsFix,44999533 MstscUninstallSupport,44991397 MSRC79422_44990530,44990530 Servicing_PopulateDeviceProfileCorrectly_44990388,44990388 ID44989684,44989684 SerializedSpatialAudioWithoutMetadata,44989624 PassAudioEndpointPropertiesToDecoders,44989470 MSRC80309_44989387,44989387 BitLocker_GetTcgLogFailFast,44988793 Servicing_PrivacySqliteRecovery_ConstraintNotNull_44987754,44987754 MSRC80305_44987692,44987692 Servicing_SecImageNoExecuteIntegrityCheck,44986289 Servicing_InitializationSequenceFix,44985564 Servicing_WebView2FatalProcessFailedRecoverTest_44984106,44984106 SFICMTest,44979388 Servicing_GB18030IMEFilter_44977806,44977806 Servicing_GB18030IMEFilter_44977786,44977786 Servicing_EXTERNAL_Bind_Regression_44977066,44977066 Servicing_EXTERNAL_Bind_Regression_44977062,44977062 InstantHAADJ_44976701,44976701 Servicing_MasqPrintFailure_44975608,44975608 BackupStatusFromBRC,44973308 Servicing_MCCFix_44972757,44972757 Servicing_SetContentString,44971065 WN317,44967317 Servicing_FilePickerWindowingFix_44965112,44965112 AADToMicrosoftEntra_44963667,44963667 Servicing_FeedsWV2TelemetryRefine,44961502 Servicing_USBHasIHVDriver_44961023,44961023 Servicing_CaptureDwmDisconnect_44959342,44959342 UnifiedConsentSyncTask,44958759 Servicing_MRTSortDisplayNameFix_44957025,44957025 SyncRichEditFocusSupport,44956996 BitLocker_BuildTPMPV2,44955113 Servicing_EOW_Crash,44954870 SpeakForMeDesktopApp,44950080 Servicing_RemoveStalevTPMNvHash,44949994 Servicing_FixSearchIconTooltip_44949062,44949062 Servicing_AllowOptionalContentPolicy_44944405,44944405 Servicing_IncorrectParametersInNtCreateFileFix,44943064 WinlogonTSActivityId,44929832 Containment_UUS_BugFix_CodeQLSM02986_44929136,44929136 Servicing_ADSD_LapsCmdletsShouldRequireElevationOnDCs,44927589 Servicing_ADSD_LapsEscapeCharactersNotCorrectlyHandled,44927383 Servicing_FilterTargetedContentTiles,44926793 HttpRequestWebViewTelemetry,44926358 Servicing_TelemetryActivationStoreDat,44926244 Servicing_WEFBookmarkMatching_44926129,44926129 Servicing_WEFBookmarkMatching_44926068,44926068 Servicing_ADSD_LapsPAABrokenAfterHibernate_44926047,44926047 Servicing_ADSD_LapsPAABrokenAfterHibernate_44926046,44926046 MSRC78595_44925527,44925527 PDE_HAADJSupport,44924266 ReFS_Temporary_Safe_Upgrade_Version_Override,44924115 LCFixes,44924088 VABF,44922301 CloudPCBootFrontline,44919447 Servicing_RebootlessRolloutFailure,44893675 AllowBypassUndockedShellHostCheck_44893524,44893524 RemoveAutoElevationForShadowAdmin,44892967 ResetDefaultUpdate,44892964 Containment_UUS_RemoveTelemetryAssert_44891567,44891567 Servicing_IPSecDeadlock,44890832 Servicing_SnapAssistWTMReliability_44885308,44885308 Servicing_FeedsWebView2CreationTimeout,44883096 DesktopSpotlightContextMenuIrisBeacons,44876995 MSRC78508_44876795,44876795 Servicing_MakePreinstalledAppsUninstallable_44876166,44876166 Servicing_MakePreinstalledAppsUninstallable_44876147,44876147 DoNotSetImpressionIdWhenSearchFlyoutIsDismissed,44872529 FixContextTrigger_44872472,44872472 W365Boot_BugFix,44864854 Servicing_ForwardAccountLogonFailure,44862504 UCPD,44860385 AADCloudKerbHaadj,44858842 Servicing_NCSIExcessiveArp,44858589 MSRC78784_44858372,44858372 Servicing_FSSourceDxgiLuidQueryFix,44857703 MSRC80067_44857076,44857076 Servicing_CameraProfileBlockedControlFix,44855961 TaskbarCopilot_Settings,44850061 RDX_VirtualDesktopCleanup,44848897 Servicing_RevertSensorControllerOptimization,44847343 Servicing_ResetFrameProcessorEvents,44847329 W365Boot_Lockdown,44847173 LayercakeStartup,44843132 UseFindAllAccountsAsync_44842378,44842378 WinAppSdkDisabledPlaceholder,44841298 WinAppSdkEnabledPlaceholder_44841297,44841297 Servicing_CheckClientForWinREServicing,44840911 Servicing_AllowExtensionsDuringAppServicing,44838144 Servicing_HMFreeObjectCleanupReliability,44836332 PromotedAppsInternalPlacementId,44834197 Servicing_NLMandFirewallProfile,44826070 ARFIO,44811738 PSWF,44801993 MSRC79614_44801194,44801194 MSRC79985_44800263,44800263 Servicing_ClipUpCrashesMalformedLicenseFile,44799983 MTestAbShCh,44799918 Servicing_WUSettingsOptionalDestructor,44799892 SecondaryAccountsRestoreHandler,44796018 NarratorSwitchToDefault,44794060 Servicing_WNS_TestConnection_LoopFix,44793775 UseFindAllAccountsAsync_44791358,44791358 WindowsBackupRestrictedBackupExperience23H2Parent,44790548 ReFS_JunctionRedirectionTrust,44789995 Copilot,44788892 MSRC79956_44787500,44787500 IncreaseReliabilityByDelayingAccessToPhoneSvc,44785855 RemoveBoldUserNames,44784324 Servicing_PDEPage_44784189,44784189 W365Boot_FailFast,44782637 Servicing_FileExplorer_XAMLIslandReparentingFix,44781949 DialogReadingWrongIssue,44779628 Servicing_FudemameConversionFailureWithFocusSwitch,44778199 Servicing_WuUxHideBlockByProviderUpdates,44777483 Servicing_DisableMMPCCertPinning_44777436,44777436 Servicing_DisableMMPCCertPinning_44777433,44777433 Servicing_HeavyHitterWatsonCrashNullPtrRead_44777379,44777379 Servicing_HeavyHitterWatsonCrashNullPtrRead_44777376,44777376 ID44776738,44776738 Failover_MLEvaluationEnabled,44776155 MSRC78455_44775686,44775686 WinREAgent_IntegrityFlagForMount,44775221 Servicing_TSFReadOnlyXAML_44775083,44775083 TaskbarCopilot,44774629 Servicing_ScoobeBrowserTriggeringChange_44774051,44774051 Servicing_WMIAutoRecoverOnEvent28_44773285,44773285 Servicing_WMIAutoRecoverOnEvent28_44773220,44773220 Servicing_PreventSuspensionForWebView2_44772902,44772902 Servicing_RemoveScreenSketchBanner_44771399,44771399 Servicing_SeekerPromotion_44771095,44771095 MSRC79910_44770521,44770521 Servicing_AnnounceMeetings,44768646 FixOCIDHelper,44767019 EnableUndockedDesktopSpotlightOnV1Upgrade,44763192 OverrideBuildNumberApplicabilityAsGE,44757655 MSRC79889_44757030,44757030 Servicing_TaskbarRpcFailfastFix,44756417 Servicing_LEAudio_EnumeratorDeadlock,44756340 DMA_Consent_Consumer,44755022 DMA_Consent_Core,44755019 MSRC79609_44754466,44754466 Servicing_44753543,44753543 Servicing_44753460,44753460 Servicing_Media_MultiAdapter_PlaybackFreeze,44750566 Servicing_VPN_OOBE,44748660 ID44743594,44743594 ChangeAllAppsHeaderText,44741313 DeviceIntegrationPolicyWXH,44740108 WindowsAccountSyncConsentWXH,44740065 Bugfix_SettingsAutoSuggestSearchBoxDelayedTextHandling,44738559 NarratorMenuItemCheckedAnnouncement,44735276 CloudDataStoreLongPathSupport,44718782 Servicing_TelemetryLoadingOfficeWB_44717672,44717672 LCEarlyTextWrappingFix,44717174 Kernel_CET_Security_UI,44717155 ID44716751,44716751 RPDV,44715077 FpSTestSm,44713148 Containment_UUS_RemoveUpgLib_44711117,44711117 Servicing_WidgetTipTestFix_44708562,44708562 STFWTPTest,44706270 Servicing_CopyFileImprovement,44705739 Servicing_CloudFilesCopyHookFix_44703566,44703566 SettingsSystemComponentsPage_44702824,44702824 Servicing_WNP_TCP_KeepAlives_44702133,44702133 Servicing_WNP_TCP_KeepAlives_44702082,44702082 DeclaredConfiguration_Allow_Custom_Endpoint_3rd_Party,44700043 C2rxDeploymentBugs,44698353 OutlookInstall,44697583 STFWIATest,44695056 ResetExclusiveControl,44691830 Containment_UUS_BugFix_ChunkingDSFilesUpdate_44686623,44686623 TFLHydrate,44686276 ShellUIHostCoordinator,44685875 TaskManagerPerfAndReliability,44684030 Servicing_WdacAppidTaggingPerfImprovements_44681456,44681456 Servicing_FixAepLottieIconCrash_44681146,44681146 Use3SCacheForFailingCalls,44679114 Servicing_dot3svcGPOProfileMigration,44675475 Servicing_WorkAccessDisconnectFix,44675215 Servicing_TelemetryLoadingOfficeWB_44673628,44673628 GetStartedNewTriggers,44671843 EnableMSAWASCFlow,44671690 EnableWASCFlow,44671686 MSRC79701_44671357,44671357 MTestAbShSU,44669717 BlockFidoAppletSelectionViaWinSCardIgnoreLc,44669353 Servicing_AudioPlaybackFreezeFix,44667895 Servicing_KerberosRCGPDUFix_44667202,44667202 Dism_UseInboxCOMRegistration,44666736 TradeInRecycleBugFix,44663432 HistoricalIntensityApi,44663406 EmissionMonitor,44663396 TailoredScoobeWindowsAccountSyncConsent,44661456 Servicing_DOIPv6_44658621,44658621 Servicing_InteractiveIpu_44657731,44657731 Servicing_MSEdge_44657148,44657148 ID44656322,44656322 Servicing_ADSD_LapsFailedAuthTriggersPAA,44654793 Servicing_D3D12IndependentDevices,44654781 MSRC79670_44654223,44654223 ConsentGating,44653065 DMA_EmailAndAccountsStringChanges,44652844 FSClientNoTryCatch,44650153 AddressPsaPartnerIssues,44649545 Servicing_Print_Blocking_Kyocera_44649175,44649175 MSRC79645_44648811,44648811 Servicing_CompSwapchain_DemoAttractGlitching,44648464 MSRC79174_44648414,44648414 CloudEyeControlSettingsRestore,44647912 Servicing_ADSD_PasswordResetTelemetry,44647197 FixContextTrigger_44644897,44644897 Servicing_Print_Blocking_Kyocera_44642151,44642151 WindowsAccountSyncConsentSignals_44637317,44637317 BackupRestoreCoordinatorThemeFSIARestore,44635706 CacheManifestContents,44634341 DesktopSpotlightMultiMonitorTranscodeFix,44633047 AnalyzeRpcssStateObjects,44628590 MSRC79619_44627059,44627059 Servicing_TaskMgrEndTaskGP_44626465,44626465 DeclaredConfiguration_MultipleAuthority_NotConflictForSameValue,44626014 Servicing_DO_DNSFix,44614180 UseKerberosNetworkTicketLogon,44613003 Servicing_WuSettingsWatsonFixes,44612523 Servicing_DefenderSpoolerCrash,44612208 Servicing_WUSettingsCItoggleAccFix,44612093 Servicing_SBEncodingKickback_44610756,44610756 Servicing_eMMC_44610611,44610611 Servicing_NNI_ArmNonAlignPointer,44606874 SSRTest,44604981 CloudStoreInCloudExperienceHost,44604678 Servicing_ForceRebootDeferralFix,44603107 DSBTelemetryIdOptimization,44601485 MSRC79596_44597941,44597941 IrisBackupSignals_44597171,44597171 MSRC70554_GroupPolicyNtuserFileLockFix_44595916,44595916 NarratorTableItemIssue,44592720 CastDiscoverabilityNotification,44592271 Servicing_AvoidFailFastForErrors_44589583,44589583 Servicing_Audio_HdAudBus_SxS0_LostDevice,44587420 Servicing_SystemWindow_Crash,44586303 Servicing_GleamToolTipFix_44586232,44586232 MSRC79554_44585456,44585456 CaptureLazyEventMitigation,44584080 OSK_SecureOnLockScreen,44583694 Servicing_WebAccountProviderDEH_SkipReportProviderUpdate_44580678,44580678 CredUI_Support_For_3P,44578948 LSTTest,44577490 Servicing_LDAP_CBT_Audit_44575751,44575751 Servicing_LDAP_CBT_Audit_44575732,44575732 ActionsPullLimit_44574455,44574455 MSRC79542_44574245,44574245 SparkPlaceholders,44573682 Servicing_fixACMinitialization,44573465 UnifiedConsentCoordinator,44572011 DesktopSpotlightFocusFixAfterClosingFlyout,44571790 MTestAbShAu,44571680 MSRC79530_44571596,44571596 Servicing_TimeServerUI_44570719,44570719 Servicing_HEIF_MF_E_SHUTDOWN,44569693 HomeXboxSubscriptionCard,44565828 ControlAccountsServiceBackgroundTask,44564887 SyncSettingForAppsAndAccesibilityToggles,44564796 Servicing_TaskbarMultimonForeground,44560958 DetachVHD,44560941 MSRC77542_44558980,44558980 Servicing_MFADelegationTokenFix_44558027,44558027 APCE_fix,44557781 Settings_AutologinAfterRestart_44552141,44552141 MsaBackupAccountEngagementFeature_44548688,44548688 MultipersonDdi,44547958 Servicing_SenseDynamicOsVersion,44545669 Servicing_ActiveVersionMismatchEventFixes_44543674,44543674 Servicing_CollectionFixForDeviceEntitlement,44537632 Servicing_3rd_party_MMPC_support_44535064,44535064 ImagePickerCustomThemeLockFix,44534329 BackupSignals_44532755,44532755 DeviceIntegrationPolicy,44532601 WindowsAccountSyncConsent,44532537 Servicing_PrinterConnectionDuplicatePrintQueue_44532492,44532492 TaskbarWin32RestorePlaceholders,44532023 OALaunch,44531625 Servicing_MDERestartableRegWatcher,44531195 Servicing_MasqPrintFailure_44531129,44531129 DesktopSpotlightDispatcherQueueShutdownFix,44529175 MSRC77698_44525895,44525895 RememberDesktopSpotlightFlyoutState,44525378 Servicing_DisableSnapFlyoutUIA,44523283 Servicing_TurbostackBaselineHydration,44522885 MSRC77470_44522460,44522460 MainKey_ChatCompliance,44520430 Servicing_ClearleadHEVCbuildCheck,44519633 Servicing_MTPOverStorageFoldersFix_44518474,44518474 MSRC77032_44518452,44518452 Servicing_SBE_FCK_Telemetry_Update,44517863 RemoveAdID,44517656 ValidateZombieServerOxidBindingHandleCleanup,44513384 Servicing_SeparateSldmAndMmpcWnfEvents_44509553,44509553 Servicing_SeparateSldmAndMmpcWnfEvents_44509506,44509506 ValidateClientOidLeakFixAndMitigation,44509108 Servicing_FirstSignInSettings_EnumerateUserIntentKeys,44507889 AppRestorePolicyRemediation,44507213 PrintScreenToSnippingToolStringFix,44505622 Containment_UUS_Feature_FairScheduling_44505567,44505567 StoreProvider,44505512 MSRC76940_44504847,44504847 Servicing_PDEPage_44504624,44504624 Servicing_PrinterConnectionDuplicatePrintQueue_44504568,44504568 MTestAbShMl,44504204 RegKeyCreationForBackup,44502250 5cdff46ad785473187b04fe5b23e1709,44498562 Servicing_44498039,44498039 Servicing_NullPtrReadPostManDequeue,44497338 MSABadStateWnf_44496455,44496455 Servicing_GamePadDoubling,44495973 MTestAbShES,44494340 EnableSubAuth,44493815 TotalTransparency,44492114 Servicing_ScoobeBrowserTriggeringChange_44491893,44491893 Servicing_FixWnfFeatureUsageMerge_44490779,44490779 Servicing_BioTelemetry,44490559 Servicing_EnableESSWOT,44490556 Servicing_EnablePeripheralsWithESS,44490532 EnergyRecommendationsUiV2,44487964 EcoModeDynamicRefreshRate,44487962 Servicing_TSFReadOnlyXAML_44484108,44484108 DelayInitFromConstructor_44482745,44482745 StartMenuAccountBadgingInternalCampaign,44480504 MSRC79387_44479440,44479440 Servicing_DatevWPFAppbar_44478375,44478375 Servicing_DatevWPFAppbar_44478307,44478307 MSRC77245_44478048,44478048 MTestAbShStg,44477625 BPhase2,44476839 NthLogonNdupExpeditedUpdate_44476254,44476254 InitialRenderPerformance,44476199 WOSFixes,44470355 D3D12GenericFeatureLevel,44469984 EIMFileExplorerAsyncDelete,44469705 Servicing_MakeUpdatePolicyCacheRefreshCore_44468289,44468289 CaptureDwmDisconnect,44468278 Servicing_MakeUpdatePolicyCacheRefreshCore_44468276,44468276 OnDemandRefresh,44466961 Servicing_ADSD_DomainJoin_V2,44465228 CameraSettingsWindowsStudioBranding,44462370 CameraColorInfo,44462340 Servicing_SetAllowedFolderLocationsCheck,44460975 TSFSensor2,44457067 FltDdAttachPol,44454775 ParallelHydratorFailuresFatal,44451277 MSRC79354_44420667,44420667 BrailleSupportForNarratorScripting,44407689 OobeWindowsAccountSyncConsentPage,44406154 ReFS_WOF_Support,44406110 LoadRsProviderShim,44405828 MSRC79347_44405804,44405804 BackupRestoreCoordinatorThemeInitialize,44404979 Servicing_RootEnumeratedMigrationFix,44404884 Servicing_ReduceObfuscationLocation,44404838 Containment_UUS_BugFix_AlwaysClearAdminApprovalAfterAction_44366152,44366152 DisableChatAPIs,44362796 FileExplorerTreeViewMSAAStateImageMapFix,44361984 Servicing_WUSchremsIIDCR,44359764 NthLogonLaunchDevHomeIfNotTriedYet,44358372 BorderedItemsControlDisconnectedExceptionFix,44358317 MSRC77818_44358071,44358071 AdminFlowRejuv_RetailDemoConfirmPage,44357190 MSRC79333_44356977,44356977 Servicing_TaskbarClipped_44356656,44356656 Servicing_WinHttpProbeConnectivityInALoop,44356315 DimeForegroundFix,44355268 MSRC79324_44355059,44355059 Containment_UUS_FailoverMLIntegration_44354618,44354618 Servicing_SmbCompressionXpressHuffFix,44354396 DeferralPolicyDelayTimes,44354103 IntegratedServicesPolicyEnforcement,44353396 SnapFlyoutHoverTimerExperiment,44352656 Servicing_WslInotifyUAF_Fix,44350942 Servicing_vid_decommit_deadlock_fix,44350914 Servicing_RpcFailfastFix_44350543,44350543 Servicing_TouchKeyboardModernStandBy,44347947 ThrowSCInSetActiveWallpaperIndex,44347162 Servicing_AddCloudTypeInOMSAgentConf,44347112 MSRC79312_44345930,44345930 DualEngine_AllButCurrentEntryDeletedDeserialization,44344386 MSRC79303_44342379,44342379 MSRC79302_44339162,44339162 MSRC79301_44339117,44339117 WdfCD1,44328278 Servicing_ADSD_LapsValidateBothPAAPolicies,44328099 Servicing_ADSD_LapsLogEventOnPasswordEncryptionFail,44328025 Servicing_ADSD_LapsLogEventOnPAAMaxRetry,44327946 Servicing_USOProvidersCVFix_44327856,44327856 Servicing_ADSD_LapsClearPolicyKeysOnUnjoin,44327135 MSRC78248_44326718,44326718 Servicing_OSK_SecureModeKeyboard,44325738 CDStoPDRSTIPTelemetry_44325217,44325217 Servicing_WmiSetBrightness_Handler_Fix_44325080,44325080 Servicing_ADSD_DCLocatorLDAPPerf_44325079,44325079 Servicing_SearchBoxOnTaskbarCampaign,44325009 MSRC79282_44324356,44324356 Servicing_TipTestsForAddADevice_44323113,44323113 Servicing_IndexeddbMultiThreadFix_44323083,44323083 EnableUserAgentVersioning,44321538 Servicing_print2pdf,44319236 Servicing_VPNCSPComparator,44316876 WdfUmdfDma,44314290 MSRC79254_44312578,44312578 MSRC78295_44311097,44311097 MSRC78294_44310873,44310873 MSRC79244_44310078,44310078 DisableWorkAroundBackupIntentForFilesystem,44309737 XAML_FE_Home_DragAndDrop,44306092 Servicing_FileExplorerHomeNetworkPathHang,44304240 MTestAbShGs2,44299428 Servicing_Media_CaptureBufferSize,44292839 Servicing_CorrelationVectorFix,44288510 OneClickConsent,44284707 Servicing_CBMRDownloadFix_44284547,44284547 Servicing_CBMRDownloadFix_44284518,44284518 Servicing_EDREngagingOnDCByDefault,44284275 Servicing_OobeHelloResolver,44283231 HideNotificationBadgeOnShyTaskbar,44280635 CameraSettings_WindowsStudioGeEffects,44274219 NetworkSettings_WifiPasswordDialog,44271056 NetworkSettings_NetworkHeroControlOptimization,44271033 SecondaryAccountsRestoreApi,44270954 Rn2309,44270738 MSRC79209_44270724,44270724 MSRC79194_44268151,44268151 MSRC79193_44267600,44267600 Servicing_MTPOverStorageFoldersFix_44267061,44267061 Containment_UUS_Deadlock_44266139,44266139 Servicing_RevertAADJ,44265163 Servicing_EDAMMinorUpdate_44265133,44265133 Servicing_EDAMMinorUpdate_44265126,44265126 Servicing_RemoveGPPrecedenceSupportFromMDM,44265086 HpdOemExtMecApi,44258687 DisplayMux_ColorProfileMitigation,44258538 MSRC79185_44256906,44256906 CacheWithTimedCounter,44256680 SearchBoxOnTaskbarExposeBChatConfig,44255858 MTestAbShFre,44255113 Servicing_ADSD_LapsAuthNotificationCrash,44253531 MSRC79170_44253388,44253388 MSRC79166_44253292,44253292 MSRC79165_44253266,44253266 MSRC79164_44253250,44253250 MSRC79163_44253220,44253220 MSRC79162_44253193,44253193 MSRC79161_44253152,44253152 MSRC79160_44253124,44253124 MSRC79159_44253106,44253106 MSRC79158_44253072,44253072 MSRC79157_44253047,44253047 MSRC79156_44253013,44253013 MSRC79155_44252951,44252951 MSRC79154_44252927,44252927 MSRC79151_44252761,44252761 MSRC79148_44252656,44252656 MSRC79144_44252499,44252499 MSRC79143_44252450,44252450 DMA_RemoveMicrosoftEdgeUriScheme,44252182 MemoryDumpDialogRejuvenation,44249864 NNVBugFixes,44247769 SkipRestorablePlaceholdersWhenDisabled,44245833 MMPC_Single_Discovery_Template,44240013 Servicing_TaskbarHoverInvoke_44238904,44238904 TpmTroubleshooter,44236143 StartMenuAccountBadgingDeveloperMode,44234959 MSRC79115_44234819,44234819 PreinstallOutlookForWindows,44234445 NetworkVerifyOrder,44232814 Servicing_DeprecateCoreEditViewInputScope,44227704 Servicing_TPM_Vulnerability,44223494 Servicing_GuardDroppedCharges,44223401 Servicing_CommandBarStealsFocusOnShiftF10_44221343,44221343 Servicing_FwReauth,44220507 MSRC79084_44218509,44218509 Servicing_NTLMSvcHostTelemetry,44218051 UserIntent_DeveloperIntentLaunchesDevHome,44217597 Servicing_EnsureCorrectInboxAppVersionIsRegistered_44217253,44217253 XamlWebView2UiaEventSupport,44216372 MSRC79068_44215792,44215792 MSRC79065_44215680,44215680 STMDTest,44214221 BluetoothSupportForB2CAndSwitch,44210199 OSTTest,44209656 FriendlyDeviceNameAdvertisement,44209225 Servicing_XboxHidUsb_44206223,44206223 Servicing_XboxHidUsb_44206218,44206218 PcaIntelligentDetection,44206036 Servicing_ApTimeSyncSeperation,44192942 MSRC79054_44192034,44192034 MSRC79050_44191750,44191750 StateRepository_DynamicDependencies_OnDemandRegistration,44190213 HomeSignedOutCard,44188500 UseOldIdFormatForSubstrateItems,44180321 Servicing_FileDirectory,44179547 DeploymentNotificationsOptimization2,44175363 Servicing_EnsureMomentConfigHistory_44174587,44174587 MTestAbShNlg,44174195 Servicing_IndependentDevices_44173920,44173920 Servicing_WidgetBadgeFix_44171963,44171963 MSRC79017_44171633,44171633 MTestAbShMCF,44171387 MSRC79016_44171330,44171330 BypassSCCDRequirementForInboxPackages,44169777 Servicing_ADSD_LegacyLapsInteropFix,44168903 XblAuthDeprecateWlidUsage,44156782 AIXDiscoveryUseCoreAIPlatform,44156104 Servicing_LocationRedirectionBackport,44153070 Servicing_FEReadAVMoreGraphItems,44151626 CameraSettingsDefaultConfigBadDataMitigation,44151549 MSRC78999_44151253,44151253 ShareSubstrateFilesInContextMenu,44150325 Servicing_TextInputHostLeakFix_44146619,44146619 Servicing_CTFMONLeakFix_44146516,44146516 Servicing_StartMenuFixJapaneseSorting,44143798 Servicing_Media_MinRectSize_44141816,44141816 EnableSuppressionDelay,44140992 MercuryADEPTUserIntentBackup,44140851 MSRC78985_44140830,44140830 MSRC78984_44140558,44140558 SettingsPageRejuvenation,44139361 MsaBackupAccountEngagementFeature_44137035,44137035 Servicing_DDSDeadlockFix_44137001,44137001 LocalKDC_44135766,44135766 MSRC78977_44134291,44134291 CloudPCCommon_v2,44131712 NarratorComboBoxSelectionIssue,44131114 CloudPCBootLogonUI_v2,44128751 StartMenuSettingsBackup,44128103 UserAccountProviderAccountEvents_44127424,44127424 PostSV2Improvements_44127420,44127420 CDMLiteAssetsValidation_44127416,44127416 CDMLiteDownloadAssets_44127413,44127413 AttributeProvidersConcurrentRefresh_44127408,44127408 OrgMessagesPolicy_44127399,44127399 SettingsHomepage_RecommendedSettingsCard,44124573 Servicing_IntunevTPM,44124022 HomeAccountCheckupCard,44121479 MSRC78961_44120667,44120667 Servicing_DeviceLockCSPpolicy_44120471,44120471 Servicing_DeviceLockCSPpolicy_44120458,44120458 Servicing_WUSettingsEOSFixes,44119772 MSRC78936_44119233,44119233 Servicing_DYMOPrintFix,44117054 MSRC78917_44116784,44116784 Servicing_FileExplorerSettingChange_44115054,44115054 GatewayMacAddressInferencing,44107119 Servicing_WSCInvokesLatestMpCmdRun_44101449,44101449 MSRC78906_44094288,44094288 MSRC78896_44092826,44092826 RDX_OOBE_Accessibility,44085332 EIC_SurrogatePair_44083712,44083712 HandwritingSurrogatePairCharacters_44083703,44083703 Servicing_NDUP_RegkeyCapabilities_44081633,44081633 Servicing_PowerButtonDesignUpdate,44081591 Servicing_DisableMSMQTracing,44081076 Servicing_UMPDRaceCondition_44080964,44080964 Servicing_CameraFrameQueueWEP_TokenCheckFix,44080540 MSRC78873_44079953,44079953 HomeSearchResultsWithShowOfficeFilesSetting,44079899 Servicing_StorportDeadlockForUnitList,44078590 dwmredir_StaleClips,44078144 MTestAbShAg,44074811 Servicing_Medic_IPU_Escalation,44071317 Servicing_FeedsWebView2SRMMitigation,44070188 SrumAsyncRealtimeStats,44070010 Servicing_SearchInUnloadPerUserCatalog,44067435 Servicing_BackupMuOptIn_44065660,44065660 PrintScreenYieldableHotkey,44064766 MSRC78658_44064110,44064110 AccountCheckupWizardInline,44063183 Servicing_44063117,44063117 Servicing_44062844,44062844 BitLocker_Backup_RP_On_Resume,44061860 Servicing_TeamsUWPDeprecated,44061699 MSRC78843_44061188,44061188 Servicing_WSCInvokesLatestMpCmdRun_44060433,44060433 ForceConfigUpdate,44060363 HomeSubscriptionCard,44059374 Servicing_44053926,44053926 Servicing_44053072,44053072 Servicing_CloudFileGetDeleted,44051563 DualEngine_BlockDoubleMouseActivateWhenMouseInPointer,44049913 SetSearchBoxModeFromSearchAppActivatedArgs_44049736,44049736 FixSinglePaneSearchBoxOnTaskbarPortraitIssue_44049719,44049719 SettingsHomePage_NetworkCharm,44049197 Servicing_WNP_Reset_Shutdown_Flag,44049107 MSRC75263_44047930,44047930 MSRC75263_GroupPolicyNtuserFilePermissionRestriction,44047928 Servicing_MCCFix_44047306,44047306 Servicing_AutoRestartDeadlineFix,44046888 MSRC78821_44046641,44046641 FixBug44046226,44046226 MSRC78809_44044721,44044721 Servicing_MultiUserSkuCpuUsageFix_44044232,44044232 PersonalizationThemeBackupRestoreHandler,44036889 VANAINT,44035077 Servicing_IgnoreStaleSystemResources_44035054,44035054 Servicing_USOGetUpdateManagerFix_44032479,44032479 Servicing_USOGetUpdateManagerFix_44032465,44032465 Servicing_UpdateDatabaseCatchErrors,44032455 Servicing_RdpAvenc,44031547 UiaEndpointsForContentIslands_44031145,44031145 W32PTU_44030954,44030954 HomeStorageCard,44030564 Servicing_NullPointerFix_44029684,44029684 Servicing_WufbWSUSFiltering_44029373,44029373 Servicing_WufbWSUSFiltering_44029363,44029363 Servicing_IndexeddbMultiThreadFix_44026119,44026119 Servicing_SSDuration_44025698,44025698 GroupPolicyCaching,44023223 WindowsBackupOEMCampaign_44022337,44022337 Servicing_ZOrder_HangFix,44022055 Servicing_FastfatLockFailureDueToLazyWrite,44021559 MicrosoftRequiredPermissionScope,44020657 MagnifierVoiceSliderContrast,44020297 MSRC78038_44019033,44019033 Servicing_AddARMARM64SupportToGP,44017618 WirelessAppDiscoverability,44017476 Servicing_MTFPortNameIssue,44014985 Servicing_Medic_Numeric_Base_AutoDetect,44000231 Servicing_HoverDispatchTimerStopFailure_43999669,43999669 LunarCalendarBackupHandler_43998350,43998350 SearchWebView2_Master,43998308 DSBSearchAPIParamRefactor,43998261 DefaultOptionalToMini,43997187 DesktopSpotlightInternalId_43995743,43995743 MSRC78715_43993292,43993292 ContainerOSPlus_BaseImage,43992101 BugFix43986681,43986681 NarratorOnVoiceTyping,43986126 Servicing_SRH_EdgeScanMode,43986047 ModernCompressTo,43984112 DeploymentPerformanceOptimizations_43983893,43983893 BackupBannerL3Alerts_43983840,43983840 BackupBannerL3Alerts_43983838,43983838 MoveDeveloperOptionsPageToSystemCategoryPage,43983779 Servicing_BCastDvrEmDmaCompliance,43983679 Servicing_GameBarEmDmaCompliance,43983645 FileExplorerDeveloperPerformanceFixes_43983608,43983608 DeclaredConfiguration_BulkTemplate,43981794 Servicing_Randomize_Port,43981626 SearchBoxCursorIssueInRTL_43980409,43980409 DeviceAssociation_Dispatcher,43979875 DoNotShowSuggestionsOnStart,43979271 UserAccountProviderAccountEvents_43978844,43978844 MSRC78672_43978817,43978817 OpenTypeColrV1_43978769,43978769 MSRC78688_43978610,43978610 RemovePowerAlerts,43977583 CloudPCSwitchAwaitingUX,43976477 Servicing_ClearViewInfos,43972398 DmaCommonSchema,43970368 DmaUtcUpdate,43970355 TailoredScoobeLocal_43969283,43969283 TailoredScoobeM365SubscriptionFlow_43969280,43969280 TailoredScoobeBackupFlow_43969273,43969273 AppRestorePlaceholdersWait,43968183 AccessibleTabbingInFEFix,43968083 MSRC78659_43966062,43966062 AppSiloSkipShellAppContainerCheck,43964442 Servicing_EAP_Audit_Channel_Enforcement_43962592,43962592 Servicing_EAP_Audit_Channel_Enforcement_43962584,43962584 Servicing_GpuPreferenceSelectionFix,43962249 Servicing_WakeHangIssueFix,43961288 EnableIddCx110,43960263 Servicing_FWEidAutoProxyUrlSizeCrash,43956691 Servicing_IMEPadInitialization_43955025,43955025 NetworkUxBackupRestoreHandler,43954392 MSRC78635_43953235,43953235 Servicing_VerboseDeferrals_43952169,43952169 MSRC78626_43951570,43951570 NetworkSettings_AdvancedPropertySheet,43951516 RecommendedSettingsBypassWISE,43951220 Servicing_AvoidDuplicatemDnsQueries_43950085,43950085 MSRC78513_43950061,43950061 Servicing_AvoidDuplicatemDnsQueries_43949928,43949928 FrameServerDX12Support,43949628 Servicing_PointerMsgId_DblFree,43949567 Servicing_RAILMultiWindowAppRaceCondition,43948341 DesktopSpotlightImageRescale,43946929 ImproveMitigations_WebThreatDefense,43945678 MSRC78600_43940739,43940739 MSRC78597_43939377,43939377 MSRC78593_43937850,43937850 Servicing_WmiSetBrightness_Handler_Fix_43937611,43937611 Servicing_Bug43937291,43937291 MSRC78587_43936306,43936306 Servicing_ADSD_DCLocatorLDAPPerf_43935252,43935252 MSRC77466_43933942,43933942 OobeRestoreDataLayer,43933049 Servicing_InactiveInputAppDefaultView_43925642,43925642 Containment_UUS_ServiceFailureResiliency_43925584,43925584 PostSV2Improvements_43912504,43912504 TailoredScoobeEligibility_43911738,43911738 MSRC78560_43910792,43910792 Servicing_CameraSettingsDefaultConfigBadData,43909514 Servicing_WinlogonExpiringNotification,43909090 WISETelemetryInfra,43908449 MSRC78548_43908250,43908250 Servicing_ContinuousInnovationOptin,43907407 MSRC78544_43907173,43907173 CDPNearshareTCPOnPublicNetwork,43900173 SEBTTest,43900052 CPSCTest,43899327 SPSTest,43899323 MSRC78529_43897985,43897985 DualEngine_KeepAliveForWindowOpen,43897235 DualEngine_UninitializeCouplingOnClose,43897227 Servicing_MFLMissingNeededFiles_43896786,43896786 PreinstallAppsOnServer,43894933 StrongNameMatchPolicy,43894412 Servicing_SearchBoxIcon_43893932,43893932 Servicing_FixSBOTTooltipPlacementIssue_43893345,43893345 MSRC78510_43892810,43892810 Servicing_ReadTrafficFilterList,43892034 Servicing_VPNCSPReadDeviceTunnel,43891256 Servicing_P3SkipValidation_43891194,43891194 Servicing_FixWnfFeatureUsageMerge_43891107,43891107 CSFF,43887690 LCTeachingTipsPositioningFix,43887102 MMPC_UseCertPinning,43885847 BackupSignals_43884502,43884502 Servicing_CtacStoreAppsVer_43882673,43882673 MSRC78481_43882376,43882376 RemoveCIToggleCheck,43882036 NetworkExperimentationTest,43877517 Servicing_ShiftEnterIME,43876134 MSRC_Fix_Update_Policy_Value_Init,43870767 LCTextWrap,43870737 MSRC78470_43870366,43870366 MSRC78468_43869794,43869794 DisableBluetoothCustomPairingConsentUXInOobe,43868076 BackupStatus_43866633,43866633 Servicing_MKVMediaSourceCropInfoParsing,43865848 SettingsAudioPageExtensionsFix,43864131 Servicing_SRH_WordProofingError,43861764 RequireValidatedTypeLibForPp,43860926 DisableTypeLibMonikerFallbackForPp,43860922 NumaSpanningForUnderhill,43857512 CloudStoreDirectPDRSClient_43857397,43857397 BackupStatus_43857396,43857396 HCIOEMFeatures,43856907 CustomDefaultFrameSizing_43856532,43856532 CxhWamLauncher_43855800,43855800 MSRC78438_43855236,43855236 MSRC78433_43855146,43855146 RecommendedItemPlacement,43853271 MSRC_Fix_Enterprise_Policy_Value_Init,43852655 Servicing_AudioSkipMigrateOnUpdate,43851918 Servicing_AudioEnsureEventDrivenPresent,43851893 Servicing_ETW_XPath_Query_by_FileHash_43846325,43846325 Servicing_HVCIEmptyIncompatList,43844521 Servicing_SampleCompactorSequentialFix,43844371 Servicing_MediaBreaksDisableExclusiveMode,43844265 Servicing_43844105,43844105 Servicing_GB18030_2022,43843169 Servicing_WMICTelemetryUpdate,43841913 Servicing_Ps2TelemetryAddition_43841803,43841803 SystemAppsBehindVelocity,43840840 ShoulderTap_43840605,43840605 MSRC78403_43840055,43840055 Servicing_MinorImpactBeforePolicy_43839543,43839543 Servicing_RetrieveCertPublisher_43838727,43838727 Servicing_BHOTelemetryCleanup,43837767 AutoRestartWidgets,43837678 Servicing_CreateFontRegkey,43835772 BackupBannerL3Alerts_43833074,43833074 Servicing_SRH_EdgeRadioButton,43830581 Servicing_WUSettingsPausingUpdatesState,43828577 TwoFactorAuth_SuggestedAction,43815080 Containment_UUS_DefaultCDNPrefix_43813875,43813875 Servicing_PrivacySqliteRecovery_ConstraintNotNull_43813763,43813763 MSRC78227_43813644,43813644 ReFS_Fake_Storage_Reserves,43812951 MSRC78350_43811647,43811647 Servicing_FixCloudapDeadlock_43811281,43811281 Servicing_FixCloudapDeadlock_43811225,43811225 MSRC78344_43810855,43810855 Brightness_Slider_No_Effect_Fix,43806405 MultiChannelDirectToEars,43806161 DesktopSpotlightImageSwitchAnimation,43804480 ShellFlyoutAltF4Fix,43803985 SystemIndexPrimerQuery,43802853 ReFS_Fake_TxF,43801544 MSRC76653_43801309,43801309 MSRC78318_43801303,43801303 MSRC78317_43801211,43801211 Servicing_FileExplorerNamedPropertyStoreToValueSetCrash_43801020,43801020 Servicing_IrisWexpSRM,43800738 SEG,43799616 Servicing_TaskbarModelTabletPostureSaturatesThreadPool,43799312 Servicing_FixSearchAccessibleNameAndToolTipIssue_43799252,43799252 Servicing_PFVC_FixStagedConfigs,43798337 CellularFailover,43797893 VACBEI,43794213 CxhWamLauncher_43788167,43788167 Servicing_EnterpriseFeatureControl_43787940,43787940 Servicing_Ps2TelemetryAddition_43787342,43787342 Servicing_PolicyReaderPauseEndTime_43786729,43786729 ExperienceDescriptionParsingFix,43786244 UseMsaAccountByDefault_43777786,43777786 Servicing_StorufsParentDependency,43777609 NHQV,43777105 LaunchUriAsyncInCloudExperienceHost_43775808,43775808 Servicing_DabMonthlyFixes,43773960 SetShortcutMojoIpczFlag,43772931 Servicing_AsyncStageWhileInUse,43772682 Servicing_C2RXUpdateRestartFix,43772572 Servicing_MAPI_C2RX,43772553 ImprovedWebViewTelemetry,43772261 Servicing_C2RXRedirectionFix,43772257 Servicing_C2RXConditionalACE,43772214 Bugfix_43770709,43770709 MSRC78248_43770198,43770198 CustomDefaultFrameSizing_43769745,43769745 Servicing_FixAppxMiniRepositoryOwnership,43769175 Servicing_RequestBeginTestDeadlockFix_43768221,43768221 A9Indicator,43767340 Servicing_ScalingPxShift_43766227,43766227 FixBlinkCursorAndGleamOverlapIssueInRTL,43765902 Servicing_WinTIssue_43764407,43764407 Servicing_OdbcCPReturnDeadCon,43761715 UseMsaAccountByDefault_43760580,43760580 Servicing_gdi_leak_tracking,43757550 Servicing_FixSearchBoxSizeWhenWideSearchDisabled,43756643 Servicing_NPSMAddRPCCallTimeout,43755685 Servicing_EnsureResetSearchSuspendInProgressFlag_43755251,43755251 MSRC78213_43754489,43754489 RDXLP_43754138,43754138 MSRC74502_XpsRegression_43754045,43754045 CompositionSwapchainHDRHint,43752937 CD2411_MSBF,43750456 VACISF,43750405 SettingsRejuv_AppsAndWebsiteAccounts,43749390 ScoobeUserSetupLogonManager,43746648 CorrelationIdFix,43746533 MTestAbShOQFFR,43746521 WorkFolderSync,43739851 Servicing_OneSettingsProvider_43729564,43729564 Servicing_PrefetchOneSettings_43729561,43729561 WebViewSupport,43729363 PackageIdToPFNConditionConversion,43728401 AlwaysShowGlobalPrompts,43727958 MSRC78189_43727209,43727209 VASMMAEBF,43726588 WdfObjectExcessiveAllocation_HighThreshold,43716297 SetSearchConversationId,43715910 Servicing_eSIMPendingProfileDeletesInternetLPATrigger,43715309 Servicing_EndPointUpdateMSA,43715104 Servicing_WMIQuery_StorageVolumesIn32plusNodeCluster,43713697 WidgetsOSState,43713192 Servicing_CredUICrash,43712503 Servicing_CGReportingAndDisablementFix,43710477 Servicing_SystemLogonSessionCheck,43710382 MSRC77972_43709944,43709944 DisablePostLogonProvisioningMdm,43703455 RDXLP_43702253,43702253 Servicing_ElevatedSchTaskCredManFix,43701847 Servicing_TaskManagerTabNavigationStuckOnFilterWrapper,43701566 IntegratedServicesPolicyControl,43699941 MSRC74502_XpsRegression_43699671,43699671 FixClippedDisplayNameOnL2,43699665 CloudDataStoreDirectRestore,43698924 ControlRulesEngineStartAccountBadging,43698026 MSRC78116_43697426,43697426 DimeUpsell,43695740 FixGleamDisappearWhenFocusLostOnSearchBoxWithFlyoutOpen,43692464 Servicing_PCIDeviceMultipleIDs,43690762 TipCrashAwareness_43687372,43687372 AppDefaultAumidRegistry,43685888 Servicing_FastJumpListContextMenu,43685020 Servicing_FixLCUReoffer_43684979,43684979 Servicing_FocusSessionRaceFix_43682929,43682929 MTestAbShOo,43679417 MSRC78093_43678847,43678847 TurbostackFallbackToBaselineHydration,43678621 EnsureCorrectWXHDll,43675366 Settings_PasswordDisablementOnWake,43674161 Servicing_WUScanLIPDefaultFallbackLanguageFix_43671300,43671300 Servicing_FileExplorer_ThrowTabIdNotFound,43670731 Servicing_FederatedServiceCollectionFix_43670155,43670155 ContinuousInnovationOptin_43669963,43669963 IntegratedServicesAdditionalLinks,43669646 Utf8_Fasterxml,43669571 Containment_UUS_DefaultBackgroundScanBehavior_43669045,43669045 ChildHwndForIslandInputSite_43667795,43667795 Servicing_TaskbarSearchStartupInfoTelemetry_43666735,43666735 WUSupportsExtendedAttributes2,43666139 MSRC78070_43665376,43665376 Servicing_FERibbonCleanupCrash,43661470 Servicing_ADSD_AadTrust,43660019 MSRC74191_43659857,43659857 Servicing_TSF_VKPACKETviaSendInput,43659129 Servicing_USOScanBeforeInitialLogon_43653942,43653942 Containment_UUS_LoadSheddingEnforcement_43636047,43636047 SSOTest_43634641,43634641 EnableOtsElevationToLaunchAppsViaProtocols,43628864 Servicing_SchremsIIDCR_43624943,43624943 Containment_UUS_OfframpIpu_43619912,43619912 Servicing_ComputeDeviceEnumeration,43619691 MSRC78034_43619674,43619674 Servicing_SAC_Telemetry_Rework_43619474,43619474 MSRC78030_43619364,43619364 Servicing_ParseResponse_43619308,43619308 DisableActivationVDevInAz,43615737 Servicing_MemoryLeakFix,43615076 Servicing_TrustedNetworkDetection_43613859,43613859 Servicing_FixLSASSCrashDueToExtendedField,43613675 DisableDesktopSpotlightOnFatalFailure,43612613 VASDVAC,43611424 Servicing_SearchInContainer,43605998 Servicing_AuthenticationBuffer,43603889 TaskManagerUXImprovements,43603628 Servicing_LivePreviewProtected,43603079 UseDDisplayForDWMTestOnly,43602874 MSRC77990_43602805,43602805 RefreshGalleryOnCollectionChange,43602643 SettingsBugFixesSept23,43601627 Servicing_UWFWindowsUpdatePolicyFix_43600421,43600421 Containment_UUS_BugFix_SusClientIdHang_43599722,43599722 Servicing_SystemSettingAppCrashFix,43598306 StartMenuAccountBadgingRulesEngine_43594452,43594452 TaskbarRestorePlaceholders,43591660 SuppressInputAppActivationDuringConnectedStandby,43591024 Servicing_AutoLogonWithoutNLAFix,43590258 USQCardDefaultCollapsed,43588850 MSRC77968_43588690,43588690 MSRC77966_43588554,43588554 MSRC77964_43588458,43588458 DeclaredConfiguration_DriftControl,43587418 Servicing_PolicyReaderPauseEndTime_43585766,43585766 TailoredScoobeLocal_43584642,43584642 MSRC77954_43584601,43584601 Servicing_Logonid,43581269 DesktopSpotlightHandleNoIrisCreatives,43581066 RespectPowerSettingsIndexer,43573895 Servicing_LogonTouchKeyboardRTL,43573719 KeyValueStore_Backup,43573121 RFLTest,43573007 NTUserQoSSupport,43572908 SearchBoxOnTaskbarGleamAsButton,43572857 SearchBoxOnTaskbarGleamHover,43572692 Servicing_IgnoreEfxForMultipleProcessingModes,43552079 MSRC77933_43543765,43543765 Servicing_LogonSessionOff,43538539 MSRC77924_43537757,43537757 Servicing_OobeProvisioningElevated_43537390,43537390 MSRC77918_43535938,43535938 MSRC76500_43534769,43534769 MSRC77913_43533648,43533648 Servicing_SchremsIIDCR_43529564,43529564 W365Boot_ManagedPCSettings,43529319 DesktopSpotlightNoFallbackImage,43527701 RestoreExtendedPlaceholders,43521128 RestoreSparkPlaceholders,43521103 MSDTDeprecationPhase1,43517369 Servicing_TaskbarAnimationIcon_43509602,43509602 Servicing_Feeds_AdditionalInformationToOneService,43509507 MSRC77883_43507843,43507843 MSRC77882_43507188,43507188 PerpetualEOS,43506206 MSRC77875_43505680,43505680 Servicing_Bug43504747,43504747 MSRC77873_43504648,43504648 MSRC77870_43504531,43504531 P010DisplayableSupport,43504333 MSRC77862_43504130,43504130 DimeGetStorage,43503958 DimeResubscribe,43503940 MSRC77858_43503831,43503831 MSRC77857_43503813,43503813 MSRC77852_43503545,43503545 CDPWifiDirectTransportUpgrader_43496530,43496530 OOBEOneDriveShellExperience_43493973,43493973 SetSearchBoxModeFromSearchAppActivatedArgs_43491606,43491606 Servicing_FWRulesWithWDAC_43490992,43490992 UserIntent_ShowDeveloperIntent,43489782 AppDefaultApplicationPageLaunch_43489656,43489656 Servicing_43488828_SAC_DefenderDisabledOnUpgrade,43488828 AEGVIF,43483788 U4S01,43483545 Servicing_PEAPwithTLSNewSessionTicket,43483481 EnableDialogForNetworkPathScan,43482592 XboxSubscriptionReorderCard,43478299 NetlogonLessLsaLookups,43473482 FixSinglePaneSearchBoxOnTaskbarPortraitIssue_43473131,43473131 Servicing_DeviceEnrollerCrashesErrorText,43472881 Servicing_EnrollStatusSetIncorrectly,43472869 Servicing_MultiUserSkuCpuUsageFix_43471307,43471307 MSRC77798_43471128,43471128 Servicing_AADCrossCloudB2BWAMSupport_43470462,43470462 Servicing_AADCrossCloudB2BWAMSupport_43470422,43470422 UpdateSettingsTelemetryStrings,43470218 Containment_UUS_Watchdog_43469387,43469387 DeploymentNotificationsOptimization1,43469045 MercuryADEPTDeviceMetaDataBackup,43469028 MSRC77778_43467754,43467754 ADMXPoliciesCSESupport,43467665 ConfigRefresh,43467477 Servicing_USO_ScanBeforeInitialLogon,43466882 Servicing_TrustedNetworkDetection_43465316,43465316 Servicing_OTRPackageSupport,43457943 Servicing_PreventExcessiveTriggeringOfMitigationClientForTheSameWNF_43457464,43457464 AppDefaultApplicationFromSRCache,43457356 MTestAbShCle,43456625 MSRC77754_43455206,43455206 Servicing_DLPRegression,43454155 BitLocker_Backup_RP_Or_Clear_Backup_Info,43452576 Servicing_WmxGroupAclsize,43452412 Servicing_NarratorSearchHighlightsIssueFix_43447978,43447978 DWMInkDeviceLost,43440572 Servicing_ControlCenterDisplayMonitorInfoCollectionChanged_43435545,43435545 Servicing_FirstCandidateItemClipped_43433014,43433014 AllowBypassUndockedShellHostCheck_43418350,43418350 MSRC77717_43417008,43417008 CacheUpdateIssue,43416597 Servicing_GameInputAvoidDoubleRemapping_43415831,43415831 Servicing_GameInputAvoidDoubleRemapping_43415797,43415797 Servicing_Win32OpLockBreak,43414411 MSRC77704_43412630,43412630 MSRC77703_43412510,43412510 MSRC77702_43412392,43412392 MSRC77701_43412339,43412339 MSRC77700_43412230,43412230 MSRC77699_43412113,43412113 MSRC77698_43411303,43411303 MSRC77697_43410998,43410998 UncloakSearchWindowWhenClientWindowReadyForPresentation,43409047 PlaybackDeltaGeneration,43406390 Servicing_AuthextCrashFix,43401103 MSRC77684_43396849,43396849 MSRC77676_43396274,43396274 BaselineMetadataAcquisition,43396183 MSRC77670_43396131,43396131 MSRC77668_DisplayLegacyWarningOnSmartScreenError,43395465 Servicing_Media_PresentAt_DXGIAdapterTransition,43394938 FSIAPurchaseAppUpdate,43393662 MSRC77664_43393215,43393215 MSRC77663_43393162,43393162 Servicing_TruncatedTaskView,43387681 Servicing_CloudFilesCopyHookFix_43384019,43384019 ID43383966,43383966 Brain_ResultLoggingAsTelemetry,43380232 Servicing_ADSD_ObjectGuidCache_43380132,43380132 ImagePickerLockFix,43379471 Servicing_ADSD_ObjectGuidCache_43379444,43379444 DismissSearchOnDisplayChangeUndocked,43379241 MSRC76146_MSMQ_OOBRWFixes,43378650 ESIM_POLICY_MANAGER,43378192 MSRC77651_43377469,43377469 Servicing_MediaEngine_Thinning,43377416 Servicing_Media_PresentAt_PresentationStatsIdSync,43377305 Servicing_TouchKeyboardLogonFix,43372021 Servicing_USBHasIHVDriver_43371474,43371474 DismissSearchOnDisplayChange,43370230 USB4SettingsDomainsViewer_43366022,43366022 MSRC77629_43365086,43365086 DismissPhishingDialogWhenClosed,43363111 Servicing_TipTestsForAddADevice_43362920,43362920 MSRC77602_43361951,43361951 MSRC77596_43360649,43360649 WindowsBackupChromeImport,43358915 BugFix43355375_WrongThreadInSuggestionUI,43355375 SearchAccurateAppLaunchCounts,43351305 Servicing_AudioRegistryBloat_43351246,43351246 Servicing_EFSUtilInvalidMemoryRef,43350022 BButton,43349158 MSRC77562_43348160,43348160 ContainerPolicyManager,43347056 IndexMostRecentDocuments,43346610 MSRC77554_43345026,43345026 Servicing_SACMD2RootSupport,43342483 InputAppPreventTooFrequentRelaunching_43340570,43340570 Servicing_43335023,43335023 Servicing_DualEngine_RequestHostHideUrlTip_43322566,43322566 Servicing_DualEngine_RequestHostHideUrlTip_43322533,43322533 AllowMultiInstanceWidgets,43322269 CompositionTextures,43321642 Widgets_ExpandedInLeadingAlignment,43320599 MSRC77543_43320176,43320176 BluetoothCallControlDeviceAssociation,43317939 SecondaryAccountsBackupHandler_43315874,43315874 Servicing_InternetDisconnectFix_43313878,43313878 Servicing_Media_ResetCustomDuration,43311932 IrisRules_43311738,43311738 ReportOneSettingsUsage_43310907,43310907 CDMLiteBackportV2,43310905 Servicing_SearchSetFocusWhenContextMenuOpenedOrClosed_43310593,43310593 Servicing_OrganizationalMessageBeacons_43308220,43308220 EnableOfflineCrashDump,43307745 Brain_FallbackToInbox,43307165 PerDevice_Force11On12,43307022 SaveSharableDataForEnduserSession,43306243 Servicing_IndexedDB_Win11_Fix,43303428 EdgeScanIssue,43302176 Servicing_AltTabMemoryLeak,43300072 DeclaredConfiguration_MultipleAuthority_ForAll,43292419 MSRC77500_43291124,43291124 FileExplorerWASC_JIT,43290910 MSRC77495_43290708,43290708 Servicing_PreinstalledPreview_43290508,43290508 MSRC77484_43286486,43286486 StartToTaskbarDragAndDrop,43283102 SearchDragAndDrop,43283005 Servicing_ToolTipWatsonCrash,43277968 PrintScreenToSnippingTool,43277290 MSRC77475_43276718,43276718 MSRC77474_43276460,43276460 ClearTextBeforeDismissAnimation,43275520 MSRC77471_43274693,43274693 MSRC77469_43274352,43274352 DeploymentPerformanceOptimizations_43273592,43273592 Servicing_FixSmbSessionSetupIscFail,43272058 Servicing_StackoverflowException_WindowsContainer,43269099 Servicing_SmartCardPin,43265375 PrefetchFeedContent,43264809 Servicing_Evergreen_WinHttpBugFixes,43264139 Servicing_SearchIndexDescription,43262228 DateTimeBackRestoreHandler_43260919,43260919 DateTimeBackRestoreHandler_43260917,43260917 Servicing_StorageReserveStaticFunctions_43260236,43260236 Containment_UUS_ConsolidateUxLogs,43259428 KnownFolderInternalContract,43258206 Servicing_UWFWindowsUpdatePolicyFix_43257801,43257801 HomepageSandbox,43256492 Servicing_ImprovedWinREServicing_43255079,43255079 Servicing_AppPickerFilePickerFix_43251572,43251572 TailoredScoobePCBackup_43231896,43231896 ContrastThemeBackupRestoreHandler_43231555,43231555 Servicing_FixLackOfUsbDescriptors,43231471 DateTimeBackRestoreHandler_43231308,43231308 Servicing_ControlCenterSuspendResume_43229553,43229553 AppDefaultHashRotation,43229420 HpdPs,43228725 Servicing_FEOpenInNewTab,43228612 Servicing_whfBPIN_credsspFix,43228027 Servicing_CrashOnAuditFail,43225829 Containment_UUS_Catch_43222144,43222144 Servicing_RPCSSProseqRaceCondition,43218514 SuppressFeaturedApps_43217950,43217950 DefenderPerformanceModeUX,43217407 IMRespectWTDToggle,43216666 MSRC77371_43216458,43216458 MSRC77369_43215793,43215793 MSRC77366_43215295,43215295 MSRC77363_43215041,43215041 Widgets_NextToSystray,43214488 MSRC77361_43214458,43214458 ShortReasonMarkers,43210033 FixWebViewAsyncCrash,43206610 TailoredScoobeEligibility_43203978,43203978 NetworkListManager_DeadlockMonitor,43203845 Servicing_LegacyDisplaySwitchRegressionFix_43202119,43202119 Servicing_PsaDualGpdFix,43201552 MSRC77344_43201037,43201037 CloudStoreDirectPDRSClient_43200472,43200472 AcknowledgeReceiptOnLoad,43200402 Servicing_RegisterClientCBS_FWService_NotRunning,43192379 Servicing_PnpLangIds,43192050 Servicing_InstallPrimitiveDrivers,43192022 DeprioritizedSlateRecall,43190332 OobeRestoreUx,43187998 Servicing_SecImageNoExecuteIntegrityCheck_43186115,43186115 OobeLaunchDevHome,43180950 PreinstallDevHome,43180945 SSOTest_43177718,43177718 FaceOcclusionDetector,43174983 RTDP_Test,43170153 Servicing_Bug43169844,43169844 Servicing_IPUSessionData_43169542,43169542 Servicing_ImprovedWinREServicing_43169369,43169369 Servicing_ExposeDSBBgtaskTriggerReason,43169079 Servicing_ADUC_TaskPad_Crash,43168061 MSRC77303_43163338,43163338 Servicing_Bitlocker_Bugcheck,43163328 Servicing_TPM_Clear,43162538 NetworkListManager_GetNetworkConnectivityLevel_Failures,43145981 Servicing_SAC_Telemetry_Rework_43138150,43138150 Servicing_VideoPlaylists_DisableSeamless,43135692 TailoredScoobeM365SubscriptionFlow_43133914,43133914 TailoredScoobeBackupFlow_43133808,43133808 MSRC77280_43133316,43133316 PublisherValidatedLaunchFallback_43132540,43132540 ContinuousInnovationOptin_43132439,43132439 OneSettingsProvider,43132291 Servicing_WdfPowerMgmtFixes,43129007 Servicing_43128421_SAC_Applocker_DummyCleanup,43128421 Servicing_SAC_Dummy_Policy_Cleanup,43123692 OOBEOneDriveShellExperience_43121389,43121389 WXHUnhandledException,43120722 Servicing_ShdocvwKeepsMoTWIfAppWasNotInstalled,43117987 Servicing_WLDPCANEXECUTE_SIZEOF,43117964 DeclaredConfiguration_MultipleAuthority_WithDeletion,43114276 Servicing_ShdocvwShowMicrosoftStoreUI,43113673 SDXIntegratedServices,43113029 Servicing_SearchSessionChange,43108308 DockedHandwritingSurrogatePairCharacters,43107776 Servicing_DefaultAssocExpandEnvStrings_43105680,43105680 Servicing_Fix_CloudTrustPrtRaceCondition_43105209,43105209 Servicing_Fix_CloudTrustPrtRaceCondition_43105157,43105157 MSABadStateWnf_43105074,43105074 Servicing_ExceptionHandling_43102172,43102172 Reset_WNP_Shutdown_Flag,43101953 Servicing_AP_ESP_dual_enrollment,43101226 TelemetryManager,43100445 Servicing_ShdocvwAuthenticodeCheck,43099179 Clearlead_AVC,43089296 MSRC77199_43088593,43088593 PreinstallTeamsApp,43088220 RemoveChat,43088148 MMPC_cert_Pinning,43087766 OrgMsgAuthBeacons_43087277,43087277 Servicing_Bitlocker_Resume,43085972 Servicing_IPUSessionData,43084368 OrgMsgAuthBeacons_43077409,43077409 Servicing_OnboardingSenseAcceptSha256Only,43075615 Servicing_UMPDRaceCondition_43075558,43075558 Servicing_SVRDropStaleSamples,43075136 Servicing_Media_PresentAt_HWND_DCompVisual,43074997 Servicing_PDEPage_43073005,43073005 MSRC77171_43072781,43072781 MSRC77170_43072763,43072763 CloudStoreConcurrentPublish_43072264,43072264 CloudStoreResiliency_43072241,43072241 enable_dirid13_install,43072064 EnablePeripheralsWithESS,43071223 Servicing_Media_NoDirectPresentation_With_DolbyVision,43070072 Servicing_WindowsServicingFailureInfo,43049586 ClosedCaptionSettingsPropertiesChangedEvent,43046129 Servicing_WPJBlockCustomError,43044814 Servicing_msds_DiskUsage_43044282,43044282 Servicing_msds_DiskUsage_43044276,43044276 Servicing_Jet_SpaceOwned_43044097,43044097 Servicing_Jet_SpaceOwned_43044087,43044087 Servicing_AzureVMFirstBootLogonDelay_43043238,43043238 EnableRegularPathFetchingForGallery,43041464 IntegreateTurboJpegForMjpegMftDecoder,43041348 Servicing_StartupAppListForARM64Fix,43040708 Servicing_AppExecutionAliasDEH_NullPointerException_Fix,43040691 MSRC77122_43040618,43040618 MSRC77119_43039773,43039773 Servicing_ProfAPIUserShellFolderKey_43039679,43039679 MSRC77118_43038665,43038665 Servicing_EnsureFocusActiveAsync_43035796,43035796 CommonAssetFolder,43034646 AppSiloFileExplorerContextMenus,43031342 VaBackedVsm,43030354 BitLocker_Reduce_Auto_DE_Hardware_Reqs,43028163 Servicing_KerberosTime2037EpochFailure,43027909 DesktopSpotlightOOBEBackgroundFix,43027450 UndockedTailoredScoobeEligibility,43027291 Servicing_AddInitProcessProperty,43026563 Servicing_AuditModeReliability_43024615,43024615 ANCID,43021120 Servicing_DWMLivePreviewLeakFix,43018633 Servicing_FWRulesWithWDAC_43017765,43017765 FixedDisplayedAction,43017628 SettingUsedL3PageId,43015972 MSRC77074_43013766,43013766 NPFTCFixesTest,43012731 WindowsBackupComponent,43012198 Servicing_HandleBadgeData,43009716 Servicing_FocusManagement_43006020,43006020 Servicing_SlotNotReady,43002784 NarratorDefaultContextLevel,43001516 Servicing_Tip2,43000685 MSRC77034_42999169,42999169 MSRC77032_42999121,42999121 MSRC77028_42998232,42998232 PowerSettingsLinkRefactor,42998046 CompositionUseFastestMonitorAsPrimary,42996952 CompositorClockUseFastestMonitor,42996897 MSRC77021_42996651,42996651 Servicing_LoadESE,42996530 MSRC77012_42992962,42992962 Servicing_CI_Hash_Incorrect_Section_Headers_42992071,42992071 MSRC77009_42991689,42991689 StoreCollectionLink,42987641 Servicing_LLDP_McastAddr,42984591 BackupSVStartPinnedLayout_42983825,42983825 BackupW10StartPinnedLayout,42983821 NDCITP,42982822 Servicing_BStoreW32_EMGETSEL,42982647 UIAEND,42982045 Servicing_EventForwarding,42981994 SettingsHomepage_BluetoothDevicesCard,42977909 IrisServiceRefreshCtac_42977198,42977198 Servicing_RootDesktopTranslation_42970109,42970109 RepairAppRegistration_Preserves_ApplicationData,42969627 Servicing_Bug42967939,42967939 WlanNloOptimizations,42966370 Servicing_ScepPendingFix,42964018 GetStartedTriggerUpdates,42963857 Servicing_D3D11VideoDecoderStats,42963062 Servicing_UIA_MakeCOMUiaNode,42962822 Servicing_MediaBreakManagerDVLL,42962381 Servicing_CDMDirectEventsImpressions,42960894 Servicing_FEFocusCycleFix_42960503,42960503 ScavengeSkipCompressingWofFiles,42952149 CategorySpecificXamlExtensions,42952021 WsxSelfHealing_42951634,42951634 MSRC76952_42949025,42949025 Servicing_AddDataToRequestGETMethod_42948817,42948817 IrisItemPlacement,42948470 MSRC76948_42948449,42948449 MSRC76947_42947792,42947792 NCI,42947619 OobeFadeTransitions,42947251 MSRC76940_42946308,42946308 MSRC76939_42946077,42946077 MSRC76937_42945813,42945813 ScreenshotFunctionalTests,42945722 CredUI_Rejuvenation,42941381 Servicing_AddIELaunchEvent,42941291 Bug42941085,42941085 Servicing_PersistentFeatures,42940418 ScreenshotSelfhost,42940170 UefiDhcp6LinkLayerAddress,42940067 FixAccessibleClickAction,42939793 HoverPreview,42939747 FixAccentColorOpacity,42939746 SyncSettingForPersonalizationPolicy_42939444,42939444 FileExplorerWASC,42936324 TextVirtPostNiBugFix,42936120 RelaxCapCheckForClients,42936111 AugmentedEntryPointIconAnimation,42934589 Servicing_CameraFrameQueueWEP,42934484 Servicing_SAC_Telemetry_Sanitize_ProcessName_42933902,42933902 WiFiUriActivationHandler,42933758 LightingSettings,42933752 OverrideRulesEngineTasksIntervals,42933645 RulesEngineInternalId,42933558 WSL_LiftedInstallPrompt_42932713,42932713 AppSiloDragAndDrop,42932704 AllowUnsignedDefaultPerPolicy,42927803 Servicing_ImproveRemoveUnusedPackages,42924202 SearchBoxCustomThemeMode,42922989 TypeActivationRedirection,42922424 Brain_PreinstalledPreviewSearch,42921948 MSRC76898_42918838,42918838 Servicing_DeviceManagementLogLongRunningGetValueCmd,42918670 MSRC76894_42918430,42918430 Servicing_UsoCTAFixes_42917988,42917988 TerminateHostingApp,42917945 AvoidLoadingLegacyOfficeSpeller,42911515 Servicing_EnsureCorrectInboxAppVersionIsRegistered_42906675,42906675 EIC_SurrogatePair_42906186,42906186 HandwritingSurrogatePairCharacters_42906144,42906144 Mercury_App_Backup_Validation,42901516 BugFix42898416,42898416 Servicing_BackdropVisualLeakFix,42886643 Servicing_UnknownIconTipReportingFailure_42884810,42884810 DimeInLine,42880310 MSRC76816_42880017,42880017 MSRC76816_NTLMOOBFix,42880016 MSRC76815_42879960,42879960 MSRC76811_42879880,42879880 MFLAsync,42877930 FileSearchQueryPerfImprovements,42877210 SearchBoxOnTaskbarWave3,42876420 GlobalPrompts,42876057 MSRC76558_42875646,42875646 FallbackOnUndockedTaskbarLoadFailure,42875584 ModalExperienceManagerRestoreDialogOptions,42875569 Servicing_DeletingCorruptFileFix,42868376 Servicing_ResetRecommendedAppFix_42868018,42868018 NarratorNavigationGettingStuck,42867208 HumanPresenceMakeBackwardCompatibleToSV2,42867161 Moment_SettingsDisksAndVolumesCreateDevVolume,42866187 StaticCuratedRanker,42866086 BackupRestoreCoordinatorWait,42865538 MSRC76794_42865109,42865109 CloudBackupRestoreSvc,42865047 FileExplorerDeveloperPerformanceFixes_42864998,42864998 ReFS_OneDrive_Support,42863801 Servicing_FileExplorer_EmptyRecycleBinNoUi,42860498 Servicing_UIA_FetchingVisitorResultInitialization,42856717 Servicing_NoopWexpControl_42856425,42856425 IrisProviderImpressionThreshold,42855689 MSRC76771_42853725,42853725 MSRC76769_42852280,42852280 MSRC76765_42851568,42851568 Servicing_SVR_FlushDeviceContext,42851431 WindowsBackupUI_42851344,42851344 Servicing_IPPUSB_DynamicSwitch,42849821 Servicing_AllowAdministratorLockout,42849419 Servicing_CatalogStageCaseInsensitive,42849005 MSRC76759_42848319,42848319 RDXORV_42845422,42845422 Servicing_HFPHotKeysVolumeControl,42844950 LeaveFeedbackContextMenu,42841932 Unify1SCall,42840273 Servicing_SRH_OutlookSuggestion,42839801 Servicing_SRH_ExcelDropdownList,42839323 IrisRules_42835299,42835299 MSRC76732_42834954,42834954 SrumtelEventThrottling,42834428 Servicing_SQLSmsLaunch_42834339,42834339 Servicing_DefaultAssocExpandEnvStrings_42832174,42832174 Servicing_SebDeviceBrokerDisableOnDestroy,42832107 AuthSupportSecondaryAAD,42830138 DesktopSpotlightSystemSettingsPageTrigger_42829622,42829622 PrefetchOneSettings,42825661 Servicing_SearchRegistryLeak,42825636 Servicing_SearchEncodedString,42825280 IrisRecommendationProvider,42822565 Servicing_CD_Burn_Issue,42815287 NSTDNI,42810361 AFNA,42787100 Setup_AutomaticReFSDeploymentEnabled,42783107 Servicing_RemoveScreenSketchBanner_42780947,42780947 MSRC76686_42773894,42773894 MSRC76682_42773627,42773627 MSRC76669_42772650,42772650 MSRC76664_42772126,42772126 MSRC76653_42765224,42765224 MSRC76648_42763879,42763879 MSRC76642_42763197,42763197 MSRC76630_42762184,42762184 MSRC76629_42761940,42761940 Containment_UUS_ParallelFederation_42760154,42760154 BrailleEnableAndDriverBug,42758007 SSOTest_42757535,42757535 Servicing_FixGPFlowLayoutPanelAutoScroll,42748230 AdminFlowRejuv_PhoneActivationPage,42739800 AdminFlowRejuv_TroubleshootActivation,42739793 AdminFlowRejuv_EnterProductKeyPage,42733866 Servicing_AVD_AAD_Token_Query_No_Provider_Fix,42724417 MSRC76596_42719161,42719161 MSRC76594_42719000,42719000 SetProp_OneUserCrit,42713436 Servicing_MdlCacheFreePartialMdl_42704276,42704276 MSRC76542_42679800,42679800 Servicing_Type1_Telemetry_42678187,42678187 MSRC76531_42676173,42676173 Servicing_FixNarratorTeachingTip_42671790,42671790 BugFix_RDX_NightLightStuckState,42669370 Containment_UUS_USONotCrashIfMissingProvider_42664612,42664612 Servicing_ACPIAliasRefTrack,42657068 Servicing_MMPC_GetMDMClientCert_AppxLob,42648645 Servicing_MemoryLeakICMRepair_42643390,42643390 Servicing_MemoryLeakICMRepair_42643362,42643362 D3D12ComputeOnlyCustomHeapSupport,42637981 MSRC76485_42636760,42636760 RemoteSkipList,42636439 TrustSparse,42635404 MSRC76432_42635134,42635134 MSRC76431_42635127,42635127 MSRC76430_42635111,42635111 MSRC76429_42635095,42635095 Servicing_Win10AccessibilityStartPowerBadging,42633903 Servicing_CameraSettingsRebootRequired,42630068 Servicing_SurfaceHubExposeLanguageSwitchSettings,42629014 NarratorUpdateSSMLLocale,42626509 Servicing_CASODX12FixSyncOpen,42624581 MSRC76073_42623994,42623994 SuggestedActionsUpdatedSettings,42623125 Servicing_MdmOmadmclientAlertSize,42622133 Servicing_BIPAConsentUIRelatedTimerIssue,42621826 FixWriteVirtualizationDisable,42621565 MSRC76441_42608527,42608527 WiseProvider,42608493 Servicing_SharedPCRetryMechanism,42607764 RestorePlaceholderApi,42607511 Servicing_WmiL2CacheInconsistencyIssue,42607177 SearchBoxOnTaskbarWave2,42606616 RetireBanner,42606374 RulesEngine_42605671,42605671 Servicing_EnterpriseFeatureControl_42593918,42593918 Servicing_MoviesTVCrashAfterPurchase,42593068 MCHWIF,42593065 Servicing_LatteDecoderTelemetryMismatch,42593029 Servicing_MP4MediaSourceClapBoxParsing,42592952 Servicing_NBAVideoStreamingStuck,42592640 EndTask,42592269 UserIntentInFirstSignInSettings,42591429 DXGI_PresentationEffectsUX,42590947 Servicing_UPPrinterInstallerNoWindow,42589932 SubstrateProviderSlotCount,42589486 SnapFlyoutSuggestions,42589465 Servicing_FidoPinWhileLidClosed,42587883 FixCPolicySetErrorSwallow,42564991 AdaptiveHibernateExperiments,42564693 RulesEngine_AccountAlertBanner,42563876 Servicing_DuplicateUniversalPrinterQueue,42563076 SCOOPS,42562893 MSRC76388_42562638,42562638 Rn2305,42562020 MSRC76253_42561722,42561722 Servicing_UsbMonDelayFix,42561469 PrepinTFL,42560982 MSRC76383_42560544,42560544 EnableSuppressWindowActions,42552754 MSRC76378_42552290,42552290 WindowNotificationsFromDWM,42552222 StorageProviderPropertyCallbackSupport,42551522 RunInPlaceUpgrade_42550315,42550315 MSRC76370_42547317,42547317 Servicing_MTPOverStorageFoldersFix_42547042,42547042 QueryDXLuidFromDevProxy,42542174 DisableWin10Taskbar,42537950 MSRC76344_42533523,42533523 Servicing_ScanSLAFix_42533466,42533466 SuggestedMaxAgeForRecentlyInstalledApps,42533246 MSRC76343_TLS13RfcEnforcement,42533210 RecommendedHeaderNameChange,42533185 NetworkIcon_VPNOverlay,42531952 PTPDescriptorUpdate,42530958 Mercury_App_Backup_Shared,42529603 DualEngine_RevokeFrameThreadBroker,42519674 VAHPR,42518543 StorageProviderNewPropertiesForInsights,42517504 Servicing_ConhostUnprocessedModeCrashFix,42517430 D3D12RenderPassPreserveLocal,42517061 EnablePplOnUpgrade,42515984 Servicing_WebView2MousePointer_42515609,42515609 RemoveFrameWorkaround,42514611 Servicing_CheckScriptEnforcement,42511937 MSRC76241_42508819,42508819 Servicing_NGCPinComplexityGPIgnored,42505629 Servicing_WidgetsTelemetryImprovement_42503920,42503920 SkipViewEventUnsubscriptionDuringInputAppActivation_2309D,42503703 InactiveInputAppDefaultView,42503681 UIAAppcontainerFix,42503658 Servicing_ARSHonorDeferredUpdates,42502773 Servicing_PowerDownHandling,42502654 Servicing_ResetHandling,42502558 Servicing_WriteboosterInitialize_42502443,42502443 Servicing_IORaceCondition,42502309 Servicing_StabilizationChanges_42502259,42502259 Servicing_HandleUnsafePowerDown_42502240,42502240 BioTelemetry,42501791 MSRC76290_42501570,42501570 DLAApis,42501175 SnapFlyoutAndBarSuggestions,42500395 Servicing_StartSearchCaret_42498848,42498848 Servicing_EnablingNetFx3CausesNonServiceableState,42497569 Servicing_DisableFuncOnARMMachines_42494084,42494084 Servicing_FileExplorerScaffoldingWindowFix,42492233 DontActivateWhileActivatingInputApp,42490626 MSRC76256_42480175,42480175 SettingsTelemetry_FilterSpuriousSettingUsed,42480140 Servicing_SlowSMBCopy_42474892,42474892 AusterityModeEnabled,42470970 Servicing_IKEv2InvalidHeaderData,42469448 Servicing_CapabilityCheckFix_42458871,42458871 Servicing_CapabilityCheckFix_42458178,42458178 ReFS_Mock_TxF_Support,42458085 MSRC76219_42456933,42456933 MSRC76170_42456019,42456019 WUTraceDynamicBuffer,42455856 CloudPCBootLogonUI,42453017 NarratorIntroduceFREForRegionalLanguages,42452353 DodExtendedInterface,42450731 Servicing_UIA_MachineIdInRemoteSession,42449282 CDStoPDRSTIPTelemetry_42446452,42446452 CDStoPDRSTIPTelemetry_42446450,42446450 Servicing_FixIEModeCrash,42443738 Servicing_IEModeFocusFix_42443580,42443580 Servicing_IEModeFocusFix_42443579,42443579 MSRC76202_42442585,42442585 Servicing_FixingDefaultAppRepResult_42441108,42441108 Servicing_MMPCAppCertFix,42440794 CloudProviderKnownFolderAPI,42440653 Servicing_OobeProvisioningElevated_42440513,42440513 Servicing_NarratorWDAGFix_42436274,42436274 Servicing_IITestT,42434952 Servicing_FixTitlebarCaptionButtonHighlightissue,42434615 DeviceSetup_CtaAutoUpdates_42434411,42434411 RDX_OOBE_Narrator_Leaving_Dialog_In_Scan_Mode,42433953 RDX_OOBE_Second_Confirmed_Dialog_Accessibility,42433847 RDX_OOBE_RetailDemoConfirmDlg_Narrator_Accessibility,42433651 RDX_OOBE_Toggle_Control_Type_Accessibility,42432592 RDX_OOBE_Link_Hover_Accessibility,42432571 RDX_OOBE_Keyboard_Focus_Accessibility,42432520 RDX_OOBE_Password_Label_Accessibility,42432445 RDX_OOBE_Alert_Contrast_Mode_Accessibility,42432121 RDX_OOBE_Entry_Dialog_Visibility_Accessibility,42431834 OnnxInfraredFaceDetector,42429607 MSRC76181_42425643,42425643 Servicing_XamlFixUpdateIslandSizeCrash,42425147 CmdLineUpdateInstallerProgress,42424770 OobeEndUserSessionRetryLimit,42424489 DXGI_ResolutionShim,42423687 StaticCloudNavmesh_42421716,42421716 Servicing_FixKoreanTouchKeyboardSearch_42418756,42418756 FocusTransitionFix_42418648,42418648 Servicing_HibernateStackInitialization,42405991 Servicing_RepairWebExperiencePackage,42405854 ExtendedPlaceholders,42403856 MSRC76149_42403047,42403047 Moment_SettingsDisksAndVolumesCreateAndAttachVhd,42401084 MSRC76146_42400550,42400550 MSRC76139_42400018,42400018 Servicing_WSCPersistAMPPLDataToWmi_42399701,42399701 Servicing_DcompCrashOfficeFix,42370419 SubstrateAndGraphServiceAutodiscover,42364272 BugFix42360282,42360282 ExtendedTelemetry,42355594 Servicing_WGIControllerDisconnectNotification,42355221 Servicing_GameInputIdleDetection_42355209,42355209 VirtualDesktopAnimationLocalAndCloud,42354458 Servicing_AuditSignerExplicitDeny_42354426,42354426 Servicing_AppxsvcAllowAllSignedBundles,42353815 SensorsCleanupDuringServiceStop,42348548 MMPC_AppxCertFix,42345135 MSRC76028_42343719,42343719 MSRC76027_42343699,42343699 MSRC76025_42343653,42343653 MSRC76024_42343635,42343635 MSRC76087_42342968,42342968 Servicing_TelemetryAssertOnLowILOutOfProcPrinting,42341793 Mercury_App_Restore,42341753 Servicing_ActivationHangFix_42341629,42341629 Servicing_FixVPNSuffixOverwrite,42340147 Servicing_SearchRegistryBloat,42332334 Servicing_SearchDismount,42331437 MSRC76059_42328542,42328542 MSRC76057_42328132,42328132 Servicing_CTF_ANSI_Reconv,42327557 Servicing_NoGenericRetryForUIAGetSelectedText,42327107 Servicing_BackupMuOptIn_42326396,42326396 MSRC76049_42326314,42326314 CloudStoreConcurrentPublish_42326049,42326049 LockscreenBackupRestoreHandler_42326016,42326016 LockscreenBackupRestoreHandler_42326015,42326015 ContrastThemeBackupRestoreHandler_42325944,42325944 ContrastThemeBackupRestoreHandler_42325943,42325943 BackgroundBackupRestoreHandler_42325907,42325907 BackgroundBackupRestoreHandler_42325906,42325906 WindowsBackupPrefrencesBackupRestoreHandler_42325873,42325873 WindowsBackupPrefrencesBackupRestoreHandler_42325871,42325871 Servicing_backupRestoreSecondaryAccountMSA,42325835 Servicing_backupSecondaryAccountMSA,42325834 CloudStoreResiliency_42325580,42325580 MSRC74616_42325126,42325126 MSRC76040_Rc4Md4As,42322602 TF4BM_Test,42321477 Servicing_SRHistoryCleanUp,42320997 UiaTelemetry,42318601 Servicing_CompSwapchainCancelGuard,42315109 Servicing_EDAMRetryInterval,42299111 Servicing_SearchHighlightsOnStart_42298575,42298575 AugmentedEntryPointNextToSystray,42298101 Servicing_SmartFeatureRollout,42298043 NarratorAutoSuggestion,42297521 RDXMU_42296908,42296908 XAMLFolderViewSupport,42295138 Servicing_JS9LegacyITrackingService,42295132 MSRC76018_42294924,42294924 Servicing_wer_42290966,42290966 Servicing_RevalidateNoUMCI_42288025,42288025 Servicing_GetDSEViaRegkey_42287267,42287267 BackupRestoreCoordinatorCore_42285344,42285344 BackupRestoreCoordinatorCore_42285343,42285343 BackupSVStartPinnedLayout_42285200,42285200 Servicing_AvoidFailFastForErrors_42284602,42284602 Servicing_StorUfsFirmwareSize,42283489 Servicing_WinlogonSuspendPOLogoff_42282753,42282753 OOBEOneDriveShellExperience_42281429,42281429 OneSettingsClient_PushNotificationRefresh,42281068 MDM_Fix_WinDC_Alert_Size,42280597 FebruaryMoment2023BugFixes,42277030 Servicing_GdiWatermarkPrintingShim,42273315 SettingsHomepage_PermanentId,42269957 Servicing_GamingServicesCheckForArm64,42269690 Servicing_TelemetryDisabledAADJFailure,42269601 Servicing_LDAP_TLS13_ResponseSentWithMoreData,42269145 Servicing_TSFReadOnyHtml_42268349,42268349 Servicing_AACDecoderDisablePeakLimiter,42268229 MSRC75986_42268012,42268012 MSRC75983_42267411,42267411 TF4A_Test,42267107 RemoveUACForElevatedUserForGamingServices,42265818 Servicing_FixSMSNotDeliveredToMobilePlans,42264387 SECWPTest,42258670 Servicing_Remove_Nonce_42258631,42258631 MSRC75949_42251221,42251221 MSRC75948_42251020,42251020 MSRC75943_42249624,42249624 MSRC75929_42247883,42247883 Servicing_LimitFeedsWV2ToConsumer,42238256 WDSEnhancedData,42237967 DeclaredConfiguration_SupportNotConfigured,42236871 DialogTipFocus,42235882 RenewInto,42235377 Servicing_SingleBrowserExperience,42232540 Servicing_WUPostRebootPendingHistoryEvent_42231221,42231221 Servicing_FixForJoinMeetingFromCarouselInGCCHDOD,42225843 RDXSHU_42216436,42216436 StorageItemConversionSupport,42212306 PowerAndBatteryPage_HumanPresence_Add_Uri,42208242 Servicing_SACMotwLNK_42205568,42205568 MSRC75871_42204294,42204294 May23StartRefactor,42203982 DisableLegacySiHostShellRecovery,42203729 UUS_WuCoreProxyStubs_SxS_42202970,42202970 MSRC75828_42202324,42202324 Servicing_TSF3_CancelPayload_NonKeyboard,42200311 Servicing_FixMenuItemOrdering_42191011,42191011 Setup_ReFSEnabled,42189933 ParallaxMode,42189901 VelocityPrefetchTestFeature,42187503 PreFetchVelocityConfigs,42187469 Servicing_MSEdge_42186938,42186938 AllowExtensionsDuringAppServicing,42184649 EtwLowQos,42180562 Servicing_AppPickerFilePickerFix_42178910,42178910 ValidateSystemProtectionOverlap,42174207 BPRegTest,42171346 Servicing_SearchWorkFolderSync_42170782,42170782 Servicing_NlmLockInversion,42170364 MMPC_AppCertFix,42170043 SettingsBugFixesMay23,42169199 SoftLandingTriggerOnFELaunch,42167512 HumanPresenceSensorGetDefaultFallback,42167217 Containment_UUS_BrokerDestructorLock_42156363,42156363 Servicing_DeferredUpdateRebootStatus_42154901,42154901 DesktopVisualVMOptionalAccessExceptionFix,42154339 Servicing_XboxLicensingOutageSupport_42153578,42153578 MSRC75782_42153146,42153146 WindowsBackupOneDriveUninstalledExperience,42152206 Servicing_AppListBackup,42151965 Servicing_FconTelemetry,42151817 WinREServicing_AggressiveStaging,42138192 Servicing_SmiUsageTelemetry,42137598 MSRC75758_42137251,42137251 MSRC75744_42134290,42134290 Servicing_FileExplorerRestartThreshold,42134024 WNS_2FactorAuth,42133512 Servicing_UseMSGraphV1Endpoint_42131611,42131611 Servicing_VPNCSPIpv6RouteIssue,42127436 Servicing_BypassForLocal,42127423 StageComponentMetadataAsync,42122505 ReportMissDirInPath,42114464 Servicing_DO_IPv6Fix,42113806 FixUseAfterFreeInRAiLaunchAdminProcess,42109143 MSRC75737_42107798,42107798 MSRC75734_42107674,42107674 MSRC75733_42107619,42107619 MSRC75732_42107444,42107444 Servicing_GameInputIdleDetection_42106150,42106150 SoundOptions,42106010 MSRC75728_42105470,42105470 MSRC75727_42105279,42105279 MTestUx15,42105254 M365Basic,42092123 MSRC75719_42091519,42091519 LowerNitsALRCurveVariants,42088752 DisablePhotoConfirmation,42079773 HnsExplicitAccessCheck,42077418 MSRC75664_42077291,42077291 MSRC75657_42077270,42077270 MSRC75632_42077195,42077195 DeclaredConfiguration_MultipleAuthority,42075907 Servicing_SACIgnoreAutoOptOut_42073681,42073681 ArbiterBaselineMetadataAcquisition,42073314 MSRC75647_42072677,42072677 Servicing_ApiSamplingStateSeparation_42071980,42071980 Servicing_FirmwareGreaterThank512KB_42071686,42071686 MSRC75673_42070058,42070058 ScreenRecorderHotKey,42063280 Servicing_MdeAuthentication_42062590,42062590 Servicing_WinRE_Reservicing_42060075,42060075 SettingsHomepage,42058345 SettingsHomepage_RecommendedSettings,42058313 WindowsAndAppServicesDataCollection,42057226 NewKerberosSSPI,42056742 Servicing_SharedPCCleanupProfile,42055354 NetPowerExperiment3,42053083 FEODW,42052883 ODLogo,42052423 SelectPreferredHelloCameraInSettingsApp,42042272 MSRC75626_42039786,42039786 Servicing_42039263,42039263 Servicing_NonExistentKnownFolder,42039255 SearchBoxPillButton_42038001,42038001 Servicing_VMMS_vmgs,42037845 MSRC75619_42035396,42035396 WSRIF,42034964 MSRC75609_42033605,42033605 Servicing_MSRC75609_42033604,42033604 Servicing_GPDefaultTimeOut_42028174,42028174 Servicing_EUDB,42014585 RDXMU_42009020,42009020 RDXMPO_42009017,42009017 MSRC75584_41999180,41999180 HashSettingIds,41992738 MSRC75583_41990744,41990744 EduThemes,41988000 KeyValueStore,41986966 MSRC75563_41985554,41985554 MercuryADEPTAppBackup,41984359 Servicing_displayCorrectTGTStatus,41984131 Servicing_ShieldProviderUdk,41983553 Servicing_ADMXInstallOfficeUpdate,41981243 MSRC75552_41973379,41973379 MSRC75550_41972245,41972245 ScreenClippingUnifiedOverlay,41971648 MRTCoreSystemShimForWASDK,41969252 Servicing_WUSettingsOnlineLinkFix,41969245 StaticCloudNavmesh_41967838,41967838 SmartOptOutToast,41967741 Servicing_FECommandBarThemeFix,41963564 MSRC75526_41953450,41953450 Servicing_NavigateParameters_41951564,41951564 CloudDrivenTextAndGleam,41950597 MSRC74572_41950469,41950469 Servicing_WDAC_PATH_RULES,41948661 Servicing_LogSelectedEntityAction,41946395 MSRC75504_41943992,41943992 MSRC75503_41943958,41943958 MSRC75500_41943674,41943674 MSRC75497_41943288,41943288 MSRC75493_41936505,41936505 Servicing_ClearleadDetectionFix,41934629 MSRC75488_41932669,41932669 MSRC75486_41932314,41932314 Servicing_MapUrlToZoneEnabled_41932313,41932313 Servicing_Media_PresentAt_FakePresent,41931907 Servicing_DualEngine_ClearCacheWhenRestoreStatusText,41931153 Servicing_SearchPillButtonFormCodeFix_41927741,41927741 Servicing_SearchPillButtonTaskbarOverflowFix_41927608,41927608 MSRC75461_41926371,41926371 MSRC75459_41926119,41926119 Servicing_UpdatePolicyDllSurrogate,41924851 MSRC75457_41924326,41924326 Containment_UUS_BugFix_LockAppxSandboxName_41904743,41904743 BackdropFix,41902433 Servicing_SendUserSid_41897055,41897055 Servicing_MDAGPrinterLandscape,41896136 Servicing_SendGlobalId_41894767,41894767 Servicing_DeviceLostError,41882476 NetPowerExperiment4,41882473 MSRC75426_41881424,41881424 MSRC75418_41879943,41879943 MSRC75415_41879752,41879752 WTMPublic,41879522 MSRC75412_41878743,41878743 DynamicDeveloperVolume,41878171 Servicing_KeyIsoPaddingFix_41877749,41877749 MSRC75409_41877731,41877731 Servicing_AvoidLoadingOfficeWB_41874150,41874150 Servicing_Lsass_Hang,41869333 SearchGlyphExperiment,41868508 Servicing_MDMWinsOverGPEdgeListSettingsRemovedIfGPOMDMAreConfigured,41865402 Servicing_FileExplorerSlowStateAsyncTipTestFix,41864225 MSRC75390_41863998,41863998 Servicing_CopyIncorrectError_41863949,41863949 Servicing_ADSD_KDCErrorHandlingOnShutdown_41863794,41863794 Servicing_ADSD_KDCErrorHandlingOnShutdown_41863793,41863793 Servicing_LSAdup_41863647,41863647 SnapLaunchProtocol_41863582,41863582 SnapBarSuggestionsUI,41863571 MSRC75384_41862647,41862647 MSRC75382_41862365,41862365 MSRC76146_MSMQ_OOBRFix,41862289 Servicing_EnableUSQAlerts_41861673,41861673 DesktopSpotlightIconPosition,41861575 MSRC75373_41860270,41860270 Servicing_FileExplorerGdiLeaks_41854967,41854967 Servicing_RemoveHnsVfpDependency,41846434 Servicing_HnsSharedAccessFirewall,41846345 Servicing_GleamIconLeak_41844327,41844327 Servicing_IsProgIDValidStackOverflow,41841813 MSRC75338_41840573,41840573 Servicing_ComAapBindOnlyFix,41838305 Servicing_TaskbarLegacyTeardownCrash,41836164 Servicing_WER_MinidumpBugcheckCodeMismatch,41833679 BugFix41830163,41830163 Servicing_LogonTouchKeyboardFix,41828833 MSRC75333_41827378,41827378 DisableWMS,41827329 MSRC75324_41822122,41822122 Servicing_DcatScanReactivate,41821041 Servicing_41819469,41819469 MSRC75313_41818775,41818775 Servicing_RootDesktopTranslation_41799498,41799498 MTestAbSh1,41799415 Servicing_MSTSCStuckConnectingToFarm,41799104 Servicing_FixDeploymentNotificationRegistryCleanup,41798866 Servicing_GetIssuerId_Break,41798696 MSRC75285_41798121,41798121 V2EffectsControlBlock,41796324 MSRC75276_41795776,41795776 Servicing_Missing3dObjectsFolder_41792746,41792746 OnePackageApplicability,41790234 Bugfix_41788447,41788447 SynchronizeInboundSecFilterProcessing,41786629 ReplaceCustomRdpScheduler,41786049 MSRC75265_41785879,41785879 MSRC75261_41785467,41785467 Servicing_MediaBreakManagerHDR,41781970 Servicing_DVLogoCacheDisplayPathInXVP,41781892 MSRC75253_41780808,41780808 Servicing_MSRC75253_LLAsProcess_41780807,41780807 Containment_UUS_DowntimeRulesEngineRemoval_41776166,41776166 Servicing_AppxsvcDontFixAllCascadingInRollback,41772992 Servicing_EnableOneDriveQuotaAlerts_41772259,41772259 MSRC75243_41771639,41771639 Servicing_IMETelemetryFix,41765184 MSRC75203_41756675,41756675 MSRC75201_41756501,41756501 Servicing_TiCrashDueToCapabilityManager_41756400,41756400 MSRC75199_41756294,41756294 Servicing_OobeProvisioningFix,41754882 MSRC75187_41753430,41753430 MSRC75185_41753298,41753298 MSRC74573_41752947,41752947 MSRC75181_41752281,41752281 Servicing_FixWwanReadyStateFailureMissingFlags,41747938 Servicing_WNFNotifyOnBackg_41745858,41745858 DesktopSpotlightUdkOnByDefault_41744267,41744267 NetPowerExperiment1,41742686 MSRC75127_41742324,41742324 MultipleWXHInstances,41742318 Servicing_Type1_Telemetry_41741455,41741455 Servicing_WldpConsistency,41740476 AutoColorManagement_WideRollout_OnByDefault,41740192 Mercury_CollectNonArpInv,41739912 MSRC75084_41738347,41738347 ProxyDetection,41738299 MSRC75073_41736896,41736896 BypassSqliteInit,41736850 WindowsAndAppServices,41736838 MSRC75072_41736731,41736731 ValidateAppxPackagePresent,41736275 HideAddDeviceIfBluetoothUnsupported,41734715 SearchValidateClassicSettingConditionExceptionFix,41727179 Servicing_MFPlatPruneSamplesFix,41721302 MDAGSingleNAT,41717453 MSRC75025_41716040,41716040 Servicing_TipTestsForAddADevice_41715310,41715310 Servicing_DashboardProcessIdAPI_41713555,41713555 MSRC75010_41712560,41712560 Servicing_GetIdealStateLock_41709949,41709949 OemPfn,41704788 Servicing_FixAcmStackingTransforms,41704314 NetPowerExperiment2,41704259 MSRC74976_41702799,41702799 MSRC74966_41702030,41702030 HumanPresenceOemSettings,41701671 Servicing_SpotlightThemeCleanup_41700428,41700428 AADV2EndpointSupport,41699464 Servicing_hnsDns,41698598 OobeSetBackgroundImage,41696293 CreateNewViewOnBackground,41695735 Servicing_ADMX_FSLOGIX,41689425 Servicing_MDMRecoverySettingsCrash,41689212 Servicing_WinDC_Wifi_Deletion,41689193 Servicing_Wifi_Updates_WinDC,41689177 Servicing_IntelCPReturnDeadConn_41686650,41686650 Servicing_IntelCPReturnDeadConn_41686591,41686591 WuSettings_Insider_Breadcrumb,41685988 PowerAndBatteryPage_HumanPresence_Synchronize_Settings_Changes,41684156 SuspiciousAccessAlert,41683745 InkPenBackupHandler_41682578,41682578 Disable3SThrottle,41682273 MSRC74867_41680954,41680954 NgcInVsm,41680733 D3D12VideoEncode_AV1,41677884 FCLFeatureD,41676043 FCLFeatureC,41676036 FCLFeatureB,41676029 Servicing_DisableEffectPackSigningCheck,41673831 ReFS_Rollback_Protection,41672490 IncreaseSpatialAudioDynamicObjectCountV1,41671148 Servicing_AvoidWamNonExplorerProcess_41670529,41670529 AdminFlowRejuv_UninstallOS,41670003 Containment_UUS_BugFix_PublisherIntentBadSignature_41669303,41669303 W32PTP,41668769 MSRC74859_41668262,41668262 Servicing_SECUREBOOT_RESEAL,41668098 UseUdkItemImageStreamProvider,41667973 HydrateDuringDownload,41666070 Servicing_IpuNotificationBackport_41665873,41665873 MSRC74841_41664602,41664602 MSRC74835_41664290,41664290 Servicing_addDeviceAuthForFederatedAccount,41660971 MSRC74814_41660751,41660751 MSRC74813_41660659,41660659 MSRC74299_41659713,41659713 CabcOnAc,41658309 NarratorPasswordFieldIssue,41655660 MTestUx14,41655236 Servicing_Narrator_Pin_Unpin,41649123 Servicing_AutoWirelssConnectInstallFails,41648716 IppFaxOut,41647746 Servicing_SuffixSearchList_41647284,41647284 Servicing_BrowserAnimationUpdate_41647204,41647204 MSRC74780_41646678,41646678 ChainSignatureVerify_Telemetry,41646436 MinKeyBitLength_Telemetry,41646097 Servicing_AvoidDuplicateCalls_41645378,41645378 DXGI_CDSVirtualMode,41644957 Servicing_41643025,41643025 Servicing_41643004,41643004 MSRC74740_41640044,41640044 MSRC74739_41639823,41639823 MSRC74737_41639698,41639698 Servicing_NewUpdateFlow_41631390,41631390 Servicing_ParallelHydratorCustomPath_41617577,41617577 WUCategoryScanOptimization,41613238 Servicing_RPCSSLockOrderInversion,41606392 AutopilotDevicePreparation,41603559 Servicing_MutedListenTo,41602186 ASPF,41601406 Servicing_RenamedGraphFiles_41601132,41601132 Servicing_ARMv83_LRCPC_41600499,41600499 AdminFlowRejuv_FeaturedReset,41598133 Servicing_FixFWDynamicKeywordUpdate_41597094,41597094 Servicing_AddingPinSource_41595838,41595838 PermanentDeletePerfImprovement,41590578 PermanentDeletePerfTelemetryMeasure,41590572 Servicing_AppxsvcDontSendMdmHeadersUnlessIntuneUri,41583951 Servicing_KerbChangePasswordFix,41583100 Servicing_ExplorerCrashingWhenUnpinFrequentFolder,41582527 Servicing_FixLpaSetTerminalCapabilityBeforeGetEid,41582054 WiseInfra2206_41579712,41579712 Servicing_StudioEffectsDiscovery,41579310 Servicing_UnusedBioConsent,41578238 Servicing_InstantHotspotUtf8,41577365 MSRC74668_41574168,41574168 Servicing_Feeds_FixEscapeKeyBehavior,41571792 TAV1BP_Test,41570122 OrgMsgPushPull_41563745,41563745 OneDriveAsyncInvoke,41562961 SignedOutUser,41561454 ReauthRequiredUser,41561445 ManifestBasedBackupRestore_41560556,41560556 MSRC74650_41559133,41559133 InlinePayNow,41557840 Servicing_ActivationStorePurgeList,41556287 SuggestedActionsLocalization,41556056 SuggestedActionsCreateEventAddedEntities,41543144 WingetCmdNotFound,41542740 EnableUSQAlerts,41540372 BTPanUI,41540195 SuggestedActionsSearchAnnotations,41539325 MSRC74635_41536406,41536406 Moment_Modern_SettingsDisksAndVolumesCreateVolume,41535336 MSRC74634_41534065,41534065 Servicing_NotifyTaskbarDashboardSettingChanged_41526772,41526772 Servicing_RPCSSRaiseExplicitActivationAuthenLevel,41524059 DesktopSpotlightDataTemplateV2,41520931 Servicing_FECmdBarNullPtr_41519165,41519165 Servicing_FixIncorrectGleamBackgroundColorARM,41518963 Servicing_FixRotationDuringSleepMode_41518955,41518955 Servicing_DSBSuspensionFix_41517746,41517746 Servicing_MFLMissingNeededFiles_41517718,41517718 Servicing_AppCacheLambaCaptureFix_41517218,41517218 3FingerAnimationTimer,41516800 Servicing_UserTileConcurrencyFixes,41516378 OemsCanMigrateApi,41516244 PreloadWinners,41515636 GDIGetThemeSysColorBrushLeakFix,41515583 SyncSettingCrashBugFix,41508539 CRMDrivenIndexer,41508182 Servicing_SnapGroupTaskItemIconCrash_41506373,41506373 DevInv_EventLeak,41505638 Servicing_WinRE_Reservicing_41504553,41504553 SyncSettingForPersonalizationPolicy_41477341,41477341 SyncSettingForPersonalizationPolicy_41477340,41477340 ModerateStartupApps,41477006 WindowsBackupUI_41476435,41476435 ManifestBasedBackupRestore_41476390,41476390 SwapRecommendedItemsInTimeLimit,41473944 UpdateOnUnlock,41473924 Servicing_WinHttpUsageEnabled_41473870,41473870 WnfSubscriptionDeadlockFix,41463981 Servicing_ElevationOfPrivilege_Code_Integrity_TOCTOU_41459387,41459387 Servicing_PnpCfgMgrNoDefaultFilters_41458811,41458811 MSRC74576_41457694,41457694 UsePPEServer_41457095,41457095 EnableAppPrioritization,41456515 Servicing_USBPrint_SetInterfaceDelay,41454802 Servicing_41454199,41454199 Servicing_41454144,41454144 WcaCloaked_UserMode,41452956 Servicing_LogonUIConsoleKeyboard,41449345 BrailleListNumberingIssueMsWord,41449011 TKITest2,41445114 Servicing_FixBadFrameworkApplicability,41442308 HideSystemTrayDateTimeSetting,41437381 Servicing_CameraAudioAutoProfileFix,41436162 WPPTest,41434458 SESTest22,41424794 WebView1Sensor,41417401 DynamicContentInTaskbarSearchBox,41415839 DirectDisplayApi_NoImplicitPrimarySync,41415775 HpdExMApi,41411517 Servicing_DeviceControl_Print,41410658 MSRC74519_41410357,41410357 Servicing_DDSDeadlockFix_41410259,41410259 Servicing_ExitButton_41404144,41404144 SystemLogEvents,41399746 Servicing_PreventDisplayTopologySelection,41397799 MSRC74502_41396809,41396809 MSRC74501_41396730,41396730 Servicing_CameraSettingsPreviewDirection,41396297 Servicing_EsclHandleNullContainerId,41396251 Servicing_CameraPDMFTMemLeak,41394838 Servicing_PnpCfgMgrNoDefaultFilters_41394538,41394538 MSRC74487_41392509,41392509 Servicing_NcsiHotspotAddressIncorrectByteOrder,41391210 MSRC74485_41391168,41391168 MSRC74165_41390626,41390626 MSRC74480_41390427,41390427 Servicing_WSCPersistAMPPLDataToWmi_41389206,41389206 DualEngine_BlockBackgroundWindowActivation_V2,41389112 CaptureItemClosedEventRegistrationFix,41372804 TF4TA_Test,41367941 Servicing_DrvUtilsOsVersion,41361240 FEBIT,41360093 MSRC74471_41358695,41358695 BackupRestoreCoordinatorCore_41357457,41357457 Servicing_OcidTracking_41357026,41357026 MSRC74468_41355606,41355606 LightingMayMoment,41355275 Enable3SServerExperiment,41353537 Enable3SSlotsConfig,41353455 Servicing_SkipViewEventUnsubscriptionDuringInputAppActivation,41351910 MSRC74462_41349908,41349908 Servicing_AutoRecoverBrokenSystemApps_Part2,41348196 Servicing_XboxLicensingOutageSupport_41345301,41345301 StickerLayer,41345117 Servicing_LegacyRemotingAlphaIssues,41344366 MSRC74438_41343569,41343569 MSRC74436_41343146,41343146 Servicing_PDEPage_41342175,41342175 Servicing_WiseONNXMSZIP,41341930 SharingLinks,41340870 MSRC74426_41339755,41339755 SQFTest,41335616 NNVPreviewFeature,41334363 Servicing_TaskbarDragDrop_41328421,41328421 Servicing_MpssvcAllowBypass,41327937 DXGI_WarpCrossAdapter,41327828 Servicing_GoLocalGeoMap_41326710,41326710 MSRC74414_41326454,41326454 MSRC74407_41324764,41324764 Servicing_ProfAPIUserShellFolderKey_41322218,41322218 NarratorMultilingualSwitchSupport,41318867 NarratorNonEnglishSettingsCrashFix,41315933 OrgMessagesPolicy_41315359,41315359 PersonalInfoManagementComponent,41314266 Siscs,41314201 Servicing_OneDriveAsyncApi,41313221 TicketDeduplication,41313006 AppSiloBrokerShellObjects,41312981 Servicing_TermsrvMemoryLeakFixBackport_41312951,41312951 VDLayoutPerformance,41312940 MSRC74391_41312605,41312605 Servicing_ResumeWithFlagsFix,41312406 QuickActionsRetryGetSettingsDatabase,41312074 Servicing_WerOOM,41311897 Servicing_41311857,41311857 MSRC74385_41310289,41310289 AllowImpersonationTokenToWorkOnCallToCdsUdkApis,41309836 MSRC74384_41309697,41309697 InlinePayNow_Refresh,41306630 MSRC74381_41306583,41306583 Servicing_WSCInvokesLatestMpCmdRun_41306378,41306378 Servicing_ClosedCaptionRenderClipTopFix,41305823 BugFix41304415CherryPickNi,41304415 Servicing_FixDeadlockIssueOnSameThread,41303158 MSRC74373_41296906,41296906 MSRC74372_41296719,41296719 MSRC74356_41294302,41294302 DelegatedInkCanvas,41293359 MSRC74392_41293140,41293140 SuggestedActionsOnCopy_EntityActionWISEModel,41292604 Servicing_GameBarAudioDesync,41292066 Servicing_WebioOomFix,41290604 UiaNRR,41287926 ExodusEnablement,41287235 SE,41286328 VALS,41286263 Servicing_SQLSmsLaunch_41285845,41285845 MSRC74323_41267074,41267074 OrgMessagesPolicy_41267032,41267032 InputSettingsRestore,41266411 MSRC74318_41265007,41265007 BIETSCWTest,41255619 Servicing_Perf_ExplorerEnteringDrawingLoop,41252111 MSRC74297_41250181,41250181 EcoDarkTheme,41249924 Servicing_DpAPIFailAfterPasswordChange,41246420 Servicing_StartPowerFlyout_41242553,41242553 Servicing_F6TabsFocusCycleFix,41242132 TAV1_Test,41241602 Servicing_SACSupportMD2Certs_41239424,41239424 MSRC74274_41235914,41235914 Servicing_TaTWebView2,41235793 Servicing_RDXProvisioningAppRecovery,41235501 Servicing_OmitFileUrlInTelemetry,41233406 Servicing_AuditPolicySACLFix_41232799,41232799 MSRC74260_41231948,41231948 MSRC74259_41230762,41230762 MSRC74258_41230511,41230511 Servicing_RadioManagerDeadlock,41224695 Servicing_SecureBootTelemetry,41222469 Servicing_41220130,41220130 DeclaredConfiguration_RefreshBehavior,41220034 FixEnterTriggerSearchBox,41219495 Servicing_SoftReset_41219147,41219147 MSRC74246_41217124,41217124 MSRC74246_Servicing_NTLM_ServiceBinding_ContextSwapping,41217123 Servicing_ExternalExtensionTelemetry,41216208 RefactoredDownloadRegulator,41215635 MSRC74238_41214348,41214348 Servicing_NarratorSettingsSearchFromStart_41210181,41210181 Servicing_KerbAADAppProxyFix,41172220 CDMLiteAssetsValidation_41172133,41172133 Servicing_PreventExcessiveTriggeringOfMitigationClientForTheSameWNF_41172010,41172010 MSRC76146_MSMQ_QMVariants,41171935 Servicing_CCtxChnlOncallRaceCondition,41171652 FixNarratorNeuralCapitalizationSetting,41171255 ShowAccountsRewardsInAllowedRegions,41170532 Servicing_TargetPathReadOnly_41168737,41168737 VTCUXD_41167600,41167600 MSRC74185_41164812,41164812 WlanLocationPermission,41162753 Servicing_ReEncryptConatinerAccountMasterKey,41160732 BugFix41156241,41156241 MSRC74158_41154979,41154979 Servicing_41154978,41154978 Servicing_NativeApiCall_GetSensorsByTpe_SDO_Fix,41154266 Servicing_HandleDisconnectedPausedMirroredICSSwitch,41153968 RDXORV_41152579,41152579 RDX_CentennialAppSupport_41152527,41152527 RDXMPO_41152473,41152473 RDXSHU_41152472,41152472 Servicing_ConvertDIBIconDBZ,41152383 Servicing_AudioRegistryBloat_41151061,41151061 SearchBoxEarlyFileSearch,41150162 Servicing_ConvertAssertsHMFreeObjectMostTypesBugchecks,41148680 Servicing_CldfltFileCompressionDeadlocks,41139239 MSRC74148_41138053,41138053 MSRC76146_MSMQ_NullTermFix,41137751 Servicing_XheaacDrcTargetLoudnessParameters,41136512 HDRWallpaper,41135193 MSRC74118_41122365,41122365 MSRC74117_41122290,41122290 MSRC74111_41121599,41121599 RulesEngine_41121012,41121012 Servicing_WindowsSandboxDisableVGpuArm64,41119450 OpenWithRedesign,41118774 MSRC74096_41117764,41117764 MSRC74089_41117002,41117002 WuaucltModuleLoadVerify,41099111 Containment_UUS_BugFix_PersistDownloadCallDeadlock_41098758,41098758 Servicing_FixFWDynamicKeywordUpdate_41092934,41092934 MSRC74066_41091995,41091995 ShellAppRuntimeAsShellProcInsteadOfRdpInit,41091343 DualEngine_ClearCacheWhenRestoreStatusText,41090981 UseUserInitDuringShellRestart,41089987 AppRestorePlaceholders,41088358 DeprecateCoreEditViewInputScope,41082674 DesktopSpotlightThemeIntegration_41080559,41080559 Servicing_SearchBoxEverywhere_Top_SmallIcon,41080378 Servicing_RPCSSRaiseFirstTryActivationAuthnLevel,41077202 MSRC74015_41076748,41076748 XAMLFEHome,41076133 MSRC74013_41075911,41075911 Settings_StartupApps_SettingItemButton,41075629 MSRC74005_41072947,41072947 MSRC74000_41072022,41072022 LocalRecommendationsProvider,41070380 SDATest,41067842 Servicing_Missing3dObjectsFolder_41066866,41066866 ATFOI_Test,41066657 Servicing_TaskbarDarkPlateFix_41062168,41062168 EnableOneDriveQuotaAlerts,41061894 OptionalFeatureVisibility,41061657 ShowInfoBarOnAlertBanner,41059077 SuggestedActionsAddressAnnotations,41058795 FixBootPerfDiagnosticEvents,41056372 Servicing_BluetoothServiceDiscoveryDelay,41055186 Servicing_ReenableWUService_41044635,41044635 Servicing_Medic_IPU_Support,41042904 Servicing_DHCPIntercepted,41041570 Servicing_41041294_CiEaMultipleSigningLevels,41041294 Servicing_HuPrDistance_Fix,41040921 Servicing_41040912,41040912 UsoApisForNdup,41040664 WiseONNXMSZIP,41040423 FileExplorerGallery,41040327 Servicing_SettingLaunchWaitOnExtensionComplete_41035964,41035964 Mercury_App_Backup_41031223,41031223 Servicing_DDIStreamBufferCheck,41030016 MSRC73932_41029507,41029507 RestrictedExceptions,41028378 MSRC73928_41027967,41027967 MSRC73927_41027318,41027318 BaseImageUsingServicingStack,41024749 InplaceRebuildPhase1,41022940 Servicing_SkipAADBrokerPluginRepair,41017936 ClipboardCredentialMonitor,41016858 MSRC73908_41000549,41000549 MSRC73908_41000548,41000548 Servicing_WindowsProUpgrade,40999069 CloudDataStoreConcurrentPublish,40996591 MSRC73876_40996175,40996175 Tamil99Sing,40989363 Servicing_GPPointfix_40985157,40985157 MSRC73861_40984924,40984924 MSRC73860_40984876,40984876 MSRC73859_40984828,40984828 Servicing_FixCloudapDeadlock_40984800,40984800 AppsInMoments,40983231 MSRC73845_40980128,40980128 CameraKsCAMCheck,40979442 SearchDMA,40979072 Servicing_FileProtocolRegression,40968291 ScoobeGetStartedLaunchNode,40967016 ScoobeOnFirstLogon,40967005 Servicing_XPS_Column,40965866 Servicing_DO_MccHostForDownloads,40962559 MSRC73816_40960586,40960586 FileExplorerRibbonBackup,40950986 SampleProvider,40950622 FEMNB,40950262 DynamicDeepLinkToAdvancedDisplaySettings,40945441 MSRC73801_40931730,40931730 Servicing_IntSteerPreferCores_40931550,40931550 Servicing_SkipAppContainerProfileCreation_NonDsma_Xbox_40930704,40930704 PowerNotificationImprovements,40928208 Servicing_WUPolicyForUUPonPrem,40900731 Muse_Settings_Refactor,40900256 Servicing_RDSAADAuthReconnectFix,40897878 Servicing_AvoidWamNonExplorerProcess_40896540,40896540 ConsentRoaming,40896275 Servicing_NotifyTaskbarDashboardSettingChanged_40891679,40891679 Servicing_PcaMonitorProcessFix,40889917 SearchBoxOnTaskbar,40887771 Servicing_SearchHighlightsOnStart_40883769,40883769 MSRC73737_40881814,40881814 MSRC73729_40879237,40879237 SearchBoxNQS,40867945 EnhancedCorruptionRepair,40867583 MSRC73695_40866618,40866618 Servicing_DisallowCatpureCredForNonAdmin_40866617,40866617 InkPenRestoreHandler,40864793 Servicing_Async_RequireShutdownNow_40864691,40864691 Servicing_RDXAutoMSA,40859459 Servicing_40851701,40851701 SnapTimerAndVisualUpdateExperiment,40851068 Servicing_TileNotificationDeRegistration,40850711 Servicing_AVDADMXIngestedPoliciesAllowedInUserScope,40850270 MSRC73660_40847062,40847062 Servicing_40843991,40843991 AFGU,40838411 OrgMsgPolicy_40837078,40837078 WNS_RemoveQuirk,40836377 Servicing_TaskMgrInitAV_40832041,40832041 BackupMuOptIn,40831606 Servicing_InsiderSettingsPageVisibilityPolicy,40830892 MSRC73620_40828625,40828625 BugFix40823256,40823256 Servicing_StartMenuPolicyException_40808190,40808190 VTSRTest,40804513 UseUplevelSSU,40801776 Servicing_Xbox_QuickSignBackIn,40801519 MSRC73604_40800695,40800695 DWMMeasureBytesTranfered,40799916 DisableDigestSSO,40796915 D3D12GpuUploadHeaps,40791818 Servicing_AppPickerRTLPosition,40789574 MeasureUserCustomizedSpeller,40789169 Servicing_ContainerIPv6ConnectivityFail,40786942 Servicing_40784556,40784556 MSRC73571_40783094,40783094 Servicing_ComPlusDeletePending,40783068 MSRC73570_40783056,40783056 Servicing_SearchIRowsetPriority,40782702 MSRC73568_40782207,40782207 Narrator_Position_Callouts_For_Taskbar_apps,40782004 RdpAvenc,40781399 MSRC73556_40779657,40779657 EnsureIdentifyLevel,40778857 Servicing_TSF_VK_CONVERT,40778682 UVC_MJPG_Translation,40777828 FaceDetectionMFT_AdaptiveRate,40777692 FullPageWebXT,40772499 MSRC73550_40770301,40770301 Servicing_SurfaceRadioMonitorCrash,40767445 FileExplorerNavpaneFixes,40767182 Servicing_40764657,40764657 EliminateForceUpdateInImmersiveColor,40764023 SettingsRejuv_ArchiveAppsSetting,40762871 Servicing_PinnedListHeight_40762513,40762513 SV2Moments2UTCVersionChange,40762443 Servicing_40761927,40761927 Servicing_MP3SinkStopError,40759332 TISAWB,40755144 MSRC73523_40752874,40752874 Servicing_FixPenClickOnenoteInvoke_40748853,40748853 Servicing_SAC_Origin_Claim_Ignore_List_40748703,40748703 MSRC73517_40748226,40748226 Servicing_NotificationModeUAFCrashFix,40747817 Servicing_CopyInvalidSource_40747040,40747040 MSRC73507_40746751,40746751 WNS_TcpRetryTimeout,40745204 MSRC73503_40743351,40743351 Servicing_RoamingUsrClassCopy,40742076 UnifiedStorageQuota,40733296 MSRC73495_40732951,40732951 WASDKInXamlExtensionsUdk,40731912 Servicing_ImmSpy,40729124 WASDKInFileExplorer,40729001 LogTimelineActivities,40725752 RemoveTimelineActivities,40725624 FSCoreSupport,40725400 NestedSystemCoreMessagingDispatch,40724120 Servicing_StorportCryptoDriveBsod,40722897 Bugfix_40711537,40711537 MSRC73478_40693078,40693078 MSRC73477_40693043,40693043 MSRC73475_40692496,40692496 Servicing_PerformRebootActionsHang_40691927,40691927 Wpa3SoftAp,40690418 MSRC73472_40689489,40689489 MSRC73469_40689419,40689419 MSRC73458_40687200,40687200 Servicing_ShdocvwSimplifyingImplementation,40686719 Servicing_XamlContextMenuFix,40686464 WriteFlightInfoInQU,40680682 MSRC73445_40672601,40672601 Servicing_SystemViewActivationPolicyDisabled,40672515 Servicing_RemoveSnapFlyoutFailFast,40672332 GetSubscriptionsLock,40671559 WNS_Optimize_Cta,40670583 Servicing_FidoPrimaryAPCacheRotation,40668818 Servicing_NotificationCenterExpandCollapse_40662751,40662751 Servicing_AppxPackagingExpectedDigests,40659293 Servicing_40657439,40657439 Servicing_UsbMonLegacyPortState,40657043 Servicing_HvsiMgrDeadlock_Fix,40656964 Servicing_ExtensibilityThroughCDN,40656916 Servicing_MMPCCertPinning,40656807 Servicing_ExtensibilityErrorStrings,40656796 Servicing_ERMCleanupOnUnenrollment,40656748 MSRC73421_40656623,40656623 MSRC73420_40656577,40656577 Servicing_BitLockerAADCleanupDisable,40656392 GroupHeaderRecycling,40655080 Servicing_Taskbar_Badging,40648070 OverrideFullBackOffItemsCountThreshold,40642287 ADC,40642155 AdminFlowRejuv_ViewWifiPassword,40637063 SettingsRejuv_StartupApps,40635883 Servicing_BluetoothLEAudioWave2_40635700,40635700 Servicing_LogonUI_PageCrashFix,40634780 Servicing_GPDUpdate_PSA,40633933 OptimizeRPCForHCMode,40633474 Servicing_IppUsbSwapIndexes,40631778 Servicing_Usbmon1284IdSize,40631726 MSRC73362_40631060,40631060 AnnotatedScrollBarForGallery,40626874 Servicing_TLAceDuringReindexingContentEnforcement,40622255 BugFix40621950,40621950 NarratorNaturalVoiceDialog,40618079 DeviceBasedLicensing_VL_Support,40617748 KdcNoExtraDHKey,40617694 Servicing_SAC_Telemetry_Rework_40616880,40616880 Servicing_SAC_Validly_Signed_40616527,40616527 Servicing_ApplySafeguardsFeatures,40614503 MSRC73325_40612425,40612425 FESDR,40608813 Bug40597811,40597811 Servicing_IESupportWDAGWithOptionalNetworkIsolPolicies,40593246 Servicing_LiteWhiteNTH,40582930 HandleAddVoicesException,40582253 NewPcaUi,40581622 ReFS_Boot_Overrides,40581351 ReportShellHotKey,40579230 MSRC73301_40578115,40578115 MSRC73298_40577316,40577316 Servicing_VlanMac,40567429 BitLocker_Reduce_DE_Hardware_Reqs,40565347 MSRC73288_40564447,40564447 Servicing_InetcplOpensIE11_40562328,40562328 Servicing_WUSettingsEulaFix,40561283 Servicing_40561282,40561282 HnsRecreateMirroredICSResumeContainer,40560708 Servicing_UWF_40560409,40560409 MSRC73281_40558517,40558517 MSRC73279_40558423,40558423 Servicing_ExplorerDesktopTelemetry,40546639 AdminFlowRejuv_Framework,40545732 Servicing_PrintSpoolCrashInIsPsaAvailable,40545548 WNS_ChannelTimeout,40544545 MSRC73254_40543121,40543121 PresentAtBugFixes_Composition,40533491 EnhancedPerfMats,40531456 Servicing_40531198,40531198 CancelAndPerfMats,40531131 Servicing_40530555,40530555 Servicing_FamilySafetyUpdate,40528014 Servicing_FixLsaTokenLeak,40527576 Servicing_Bam_NullPtr_40525404,40525404 RemoteTextPluginInMstscax,40525205 DesktopSpotlightUdkRefreshOnUpgrade,40522394 Servicing_NewUpdateFlow_40518500,40518500 Servicing_PsaPrintPreferenceFix,40512597 Servicing_IPUDeploymentDataFix_40512177,40512177 Servicing_ImportantNotificationsConsentToastLocFix,40511366 Servicing_WslShutdownDeadlock,40511028 MSRC73201_40510023,40510023 MSRC73198_40509682,40509682 MSRC73196_40509626,40509626 MSRC73193_40509360,40509360 MSRC73190_40507695,40507695 MSRC73189_40507299,40507299 MSRC73188_40507177,40507177 MSRC73187_40506586,40506586 MSRC73186_40506557,40506557 MSRC73183_40506390,40506390 VACCS,40501685 TaskbarStartupPerformanceMeasure,40495037 WdagStoreHandlerFix,40483797 Servicing_FederatedServiceCollectionFix_40480897,40480897 MSRC73174_40480622,40480622 MSRC73173_40480579,40480579 Servicing_AutoBondingForOEMs,40478549 Servicing_IEMode_JscriptSchemeFix,40474948 Servicing_FixCloudClipboardSettingNotApplied,40467658 Brain_CheckAllCapabilities,40466762 6GHzSoftAp,40466470 MSRC73087_40464965,40464965 RemoveOverflowDismissBoundChange,40464527 Servicing_SHPAMOneAccount,40464483 Servicing_History_CIX_Case_Sensitivity_40463775,40463775 Servicing_WinXDeleteFileHang_40463712,40463712 Servicing_2210d_40463556,40463556 WebView2,40462227 CloudPCFastSwitchDiscovery,40459297 Servicing_DualSIMCallingBlockedOnSSDevices,40458190 EnsureCorrectInboxAppVersionIsRegistered,40454786 Watson40454295,40454295 InputAppActivationStabilization2022,40453594 Servicing_LongUrl_40452598,40452598 ReduceExplorerThreadCount,40446225 MSRC72172_40446102,40446102 WNS_Optimize_Appendpoint_Initialization,40444302 Servicing_GetDefaultPrinterFix,40442529 StandbyBudgetingInModS,40442448 CD2406VAFixes,40435357 BugFix40435233,40435233 LiveKernelDump,40430431 LocalRecommendationsSupport,40428568 PhaseOutUserAppConsent,40427893 PostWelcomeBackEnduserSessionTransition,40427365 MSRC72989_40426160,40426160 GamingOverlayControllerBarBthTimeoutMitigations,40424236 MSRC72985_40423999,40423999 MSRC72982_40422998,40422998 Servicing_IEMode_PdfNavigation,40411607 Servicing_DefaultPdcUpgrade,40410162 MSRC72967_40409221,40409221 Servicing_RestartableSmallStream_40408118,40408118 Servicing_40407129,40407129 MSRC72962_40406940,40406940 MSRC72961_40406865,40406865 MSRC72960_40406720,40406720 Servicing_SAC9000c_40399326,40399326 TzAutoupdate_ToastNotification,40397952 DualEngine_HandleNewWindowReentrancyProtection,40383250 Servicing_LongerTimeoutNFLReconnectIssue,40382579 MSRC72945_40381212,40381212 Bundle_PTPRDP,40379521 NarratorPunctuationIssue,40378600 Servicing_LegacyDisplaySwitchRegressionFix_40375468,40375468 Servicing_SkipTurboContainerForLocalFiles,40369833 MSRC70407_40366430,40366430 Servicing_LSARPCMSRC_40366327,40366327 Servicing_Intellock_40364676,40364676 Servicing_Intellock_40364630,40364630 Servicing_MirrorPropVirtual,40364270 Servicing_CopyFileChunkSparseHang_40362430,40362430 Servicing_KiContinuePreviousModeUser_40361678,40361678 Servicing_CBSTempCleanup,40360962 Servicing_PrintSupport_Blocking_Cannon_Xerox,40360873 PrivacyExemptionsCleanup,40359559 TIPInPhoton,40359116 MdagCSSupport,40354455 BugFixForTextInputThemeOverride,40350232 OptimizeRegistryIOWithSystemCOM,40348003 DeveloperVolume,40347509 BugFix40347009_EmojiPanelWebViewDelayLoad,40347009 Servicing_WSUSDeadlineForceRebootFix_40345358,40345358 Servicing_InfracastPINFix,40344836 NcsiProxiesStartupTask,40342420 Servicing_40333992,40333992 Servicing_HandleNewWindowReentrancyProtection,40333121 Servicing_SpoolerUPRemoveCleanupFix,40330584 MSRC72786_40330559,40330559 PerRootFolderProperties,40330551 OptimizeVDBarInvokePerf,40329997 MSRC72897_40329461,40329461 AlwaysBlockNonPackaged,40329231 AlwaysAttemptPrompts,40329214 Servicing_SendTenatIdDuringMDMEnrollment,40327907 Servicing_FeedsWebView2Migration,40327499 Servicing_AddAepToSupportedDeviceObjectTypes,40327213 DualEngine_CoCreateIE,40326316 InstallServiceUOSafeguard,40324102 MSRC72882_40323971,40323971 Servicing_ActivityHistoryPage_CrashFix_40323711,40323711 Servicing_CBSPayloadTracker,40322407 Servicing_PreventCreateNewViewOnSuspend_40321320,40321320 NarratorComboBoxIssue,40319780 Staging_Exit_Button_40303744,40303744 Servicing_BufferedIoCopy_40285682,40285682 MSRC72877_40283894,40283894 CustomIdpSupport,40283507 Servicing_WsdShutdownAvoidRace,40282242 MSRC72876_40281991,40281991 RemoveInfoFetchCallForPerfInprovment,40280723 Servicing_RemoveIETitleCache,40279552 MSRC72873_40278904,40278904 STTWM_Test,40268859 DesktopSpotlightRejuvenatedFlyout,40268500 Servicing_DataLeak_40267628,40267628 Servicing_ActivityHistoryPage_CrashFix_40266420,40266420 Servicing_MEPProfileEx,40263692 AllGDIScaleDPIFix,40261379 MSRC72846_40260967,40260967 LogonDelay,40260922 MSRC72843_40260557,40260557 CloudDataStoreResiliency,40259728 Servicing_UtcDpswEudb,40248225 Servicing_2208d_40248161,40248161 Servicing_Setup_Dots_Pause,40247686 CloudPopulatedTipMeasures,40246772 EnableAllDefaultSettings,40245164 MSRC72827_40244084,40244084 Servicing_IEModeV18,40242609 Servicing_HnsVfpStackSize,40232813 Servicing_40232193,40232193 Servicing_SparseCopyProgress_40230475,40230475 Servicing_CopyFileChunkRestartableState_40230452,40230452 Servicing_EnsureDisplaySwitchModelCreation,40230288 Servicing_AppVOfficeHangNotifyChange,40230136 Servicing_AppVMemoryLeakNotifyChange,40230061 LockControllerD3DDeviceReduction,40229575 UseRebootDowntimeEstimatesForSmartScheduler,40228477 MSRC72814_40228330,40228330 Servicing_PackageUserMissingRegistrationRecovery,40228220 QoSInfoAPI,40228159 Servicing_40228039,40228039 SettingsSearch_TelemetryImprovement,40227399 PrivacyAuditing,40226628 TokenBindingSupport,40226595 MSRC72810_40225548,40225548 MSRC72798_40222870,40222870 IITestT,40217231 Servicing_40214779,40214779 Emoji15Update,40213648 Servicing_LiveCaptionsExitButton_40211479,40211479 Servicing_Bug40210734,40210734 Servicing_WSResetFix,40206437 Servicing_40191926,40191926 Servicing_XamlIslandDestroyCrash,40191302 Servicing_QuickAssist_userAssistanceInstall,40188059 WNS_ChannelRequest,40169358 MSRC72748_40169042,40169042 MSRC72648_40168556,40168556 MSRC72546_40168272,40168272 WsxOSSCredits,40165204 Servicing_Async_RequireShutdownNow_40160454,40160454 MSRC72757_40156933,40156933 AvoidCreatingViewWhileSuspending_WatsonCrash,40154969 DynamicRemoteData,40153315 FileExplorerHomePageReportFileUsage,40149356 MouseWindowChangedBehavior,40148012 WNS_BlockChannel_GetAUMID,40146722 MSRC72739_40144059,40144059 Servicing_CopyEofReached_40135348,40135348 Servicing_CopyCancel_40135345,40135345 Servicing_CopyRestartProgress_40135305,40135305 MSRC72737_40135031,40135031 TMHRU,40133961 Servicing_40132362,40132362 Servicing_40131846,40131846 MSRC72724_40129706,40129706 FluentEmoji,40129650 EventDrivenAppBackup,40129092 Servicing_40128229,40128229 Servicing_EdgeIndexerPerformanceFix_40127470,40127470 MSRC72721_40126948,40126948 Servicing_MdeBackport_40121861,40121861 Servicing_40121783,40121783 Servicing_40121561,40121561 Servicing_WNS_PDCTimeout,40116527 AdminFlowFlyoutsRejuv_Master,40116153 CbsSessionFilePerformance,40113980 PreloadViewModelContext,40112993 ModernFirewallUXDialog,40112637 Servicing_XblAuthPairwiseID_40111595,40111595 Servicing_CmEthernetReconnect,40108334 Servicing_NarratorRemoveSleepInWordBoundaryProcess_40102807,40102807 BugFix_RDX_SetAccountPictureTask,40102193 Servicing_CpuEnergy_SiHostRegression_40096439,40096439 SettingsToggleSwitchWhitespace,40094909 Servicing_FixMBQuickActionESimStatusRace,40092623 Servicing_SBServicing_LCU_40091361,40091361 Servicing_SBServicing_LCU_40091296,40091296 STPVOTest,40083186 May23_WinSEPerf_AADJoin_RestartAndSignInScenario,40076961 Servicing_FileDeleteRetry,40076433 Servicing_IEMode_UAC_Windows_Open_Launch_IE,40065412 FERecommendationsUdk,40064642 FSModeRegValueDeprecation,40061902 EnableESSWOT,40061858 Servicing_InetcplOpensIE11_40060955,40060955 MSRC72639_40059672,40059672 TopSitesRecommendations,40059556 Servicing_SlowSMBCopy_40054003,40054003 Servicing_FolderShortcutCrash,40052018 Servicing_ScepNgcMismatchFix,40049151 WNS_Reduce_ToastDelivery_Writes,40049089 Servicing_BlockingModeTransientError_40048641,40048641 Servicing_Hotspot_Failure_40047166,40047166 BluetoothManifestServiceLEAudio,40047135 MSRC72622_40046869,40046869 AutopilotSurfaceHub22H2,40042410 MSRC72593_40041211,40041211 MSRC72593_SecurityFix,40041210 Servicing_40036229,40036229 WNS_GetHandlerFromChannel,40033122 Servicing_searchHighlight_40031186,40031186 NthLogonNdupExpeditedUpdate_40030726,40030726 MSRC72573_40028882,40028882 Servicing_WOSCIsMicrosoftAADTenantAware,40027498 Servicing_BgTaskDisallowUwpInProcForCentennial,40026990 EnablePplForConsumers,40025975 MSRC72563_40024736,40024736 Servicing_40014630,40014630 MSRC72554_40014406,40014406 Servicing_FileExplorerRibbonFallbackFix,40012896 MSRC72552_40012581,40012581 Servicing_IEAuthDialog,40012364 Servicing_PosturesOnDesktop,40011927 Servicing_AudioResourceLeak_40011730,40011730 Screenshot,40009386 MSRC72541_40009354,40009354 Servicing_OfficeC2RX_CustomProgIdIcon_40007981,40007981 Servicing_MessagePendingFixScopedToPrintDialog_40007913,40007913 MSRC72537_40007835,40007835 WNS_Performance,40007690 Servicing_40006578,40006578 MSRC72533_40006127,40006127 Servicing_EoPFileGP,40006126 MSRC72531_40005754,40005754 Servicing_ErrorReportingDEH_WOWRegistry,40003627 WNS_ToastSession_PopulatePFN,39992759 Servicing_dsnuma2_39992419,39992419 MSRC72507_39988323,39988323 Servicing_ErrorHandling_39960679,39960679 Servicing_ModernVoipPolicy_39960495,39960495 MSRC72497_39960399,39960399 SettingLaunchWaitOnExtensionComplete,39948325 MSRC72487_39946670,39946670 Servicing_MSRC72487_39946669,39946669 MSRC72482_39943298,39943298 ColorChangeOptimizeSharedFileWritesA,39941783 DummyFailureReporting,39941704 Servicing_UndockedDeh_SRDBClose_39941618,39941618 Servicing_TermsrvMemoryLeakFixBackport_39940603,39940603 MSRC72471_39936334,39936334 MSRC70493_39930266,39930266 MSRC72467_39929189,39929189 MigrateAllLoggingToService,39928913 MSRC72465_39928434,39928434 Servicing_MissingSystemWriter,39924054 Servicing_WARPCopyOverflow,39923787 Servicing_39923496,39923496 Servicing_FixRotationDuringSleepMode_39916426,39916426 Servicing_CellularAutoProvisioningProfile,39910253 Servicing_SearchPluginResourceStartupResiliency,39909679 Servicing_Complete_Tip_On_UI_Thread_39909357,39909357 AppSiloProcessBreakout,39907225 MSRC72439_39906325,39906325 AllowProcessingColorFiltersOnHardware,39905418 MSRC72438_39904954,39904954 Servicing_ADSD_NonGcSidLookup,39896352 Servicing_CcUninitAsyncRead_39895518,39895518 InputAppPreventTooFrequentRelaunching_39894504,39894504 Servicing_CBVFix_39893795,39893795 GatedFeatureTest_C,39893703 GatedFeatureTest_B,39893699 RestoreStartPinnedLayout,39892922 Servicing_SerCx2_HiResTimerEnablement_39892802,39892802 Servicing_SettingsPageColorProfilePicker,39889267 Servicing_UseLockingClassInDisplaySettingsHandler,39889034 MSRC72399_39888802,39888802 MSRC72397_39888334,39888334 MSRC72396_39887784,39887784 FileExplorer_DefViewGroupLoop,39887726 VANES,39885363 DesktopSpotlightUdk,39880030 Servicing_FileExplorerLambdaCrash,39863651 Servicing_RemoveMSAFilesFromFavorites_39860114,39860114 Servicing_RenameCloudRestoreEvents,39858655 Servicing_DualEngine_Certificate_Chain_Verification,39858630 Servicing_CheckDisableMSHTML,39858561 Servicing_FixWifiConnectivityCheck,39857869 D3D12IndependentDevices,39847774 RunInPlaceUpgrade_39847173,39847173 Servicing_FixFocusFlow_39846418,39846418 WNS_GetHandlerDetails,39845116 Servicing_SmrCombined_39844575,39844575 Servicing_SmrCombined_39844546,39844546 AADClientSessionKeyRolloverV2_39844436,39844436 AADClientRemoveNonceCloudAP,39844435 CLIPRenewWSReset,39842469 MSRC72358_39842403,39842403 FrameAccurateMediaBreaks,39842305 ResourceManagerRpcBypass,39841886 MSRC72327_39840274,39840274 Servicing_StorageProviderSyncLockRemoval,39834174 DSSvc_RedirectionGuard,39833203 Servicing_netjoin_telemetry_39831454,39831454 Servicing_AutoHDRHybridRender,39830513 Fido_CtapHelper_GetEccKey,39829148 NonPackagedCapabilityEnforcement,39828355 Servicing_MDMDetection_39824173,39824173 MSRC72171_39817641,39817641 MSRC72170_39817596,39817596 VTCPITest,39817574 MSRC72169_39817557,39817557 MSRC72168_39817518,39817518 MSRC72167_39817478,39817478 MSRC72166_39817454,39817454 LcUseFrameworkPackageSpeechRuntime,39816824 MSRC72155_39814392,39814392 MSRC72152_39814223,39814223 MSRC72150_39814138,39814138 Servicing_PushLockFix_39813385,39813385 AdminFlowRejuv_DateTime,39811196 MSRC72146_39811063,39811063 Servicing_FirstOutputSampleTimeAfterFlush,39809890 MSRC72140_39807184,39807184 MSRC72125_39796228,39796228 HSHELL_IAM_Delivery,39786106 Servicing_DeviceLostXboxSeriesSFix_39771088,39771088 GatedFeatureTest_A,39770445 Servicing_Sysprep_PackageRepositoryInUse_39768413,39768413 Servicing_39768273,39768273 Servicing_39768221,39768221 Servicing_39765252,39765252 Servicing_FixAutoInstallPlaceholderTiles,39764799 MSRC72115_39764682,39764682 MSRC72114_39763948,39763948 Servicing_TakePhotoInCFD_39755282,39755282 DXGI_SwapEffectUpgradeCompatTracking,39752773 TaskbarStartupParallelToImmersiveShell,39751186 D3DDeviceReduction,39751166 Servicing_HumanPresenceSensorSuspend_39749591,39749591 Servicing_39740187,39740187 ReFS_Create_ACL_Cache,39734868 GetProp_OneUserCrit,39734779 SmartClipboardUXExternalParent,39733871 RecycleAndTradeInOneSettings,39731733 AADPinResetV2,39729128 StorageReserveStaticFunctions,39728649 MSRC72076_39728377,39728377 TaskManagerCloudConfiguration,39728040 DialogTipForeground,39726108 DesktopSpotlightInternalId_39724157,39724157 MSRC71324_39721754,39721754 AclMinimization,39720189 PartialTrustCapabilityEnforcement,39719003 Servicing_KeyboardNavigation_39718264,39718264 ApplicationFrameHostPerformanceImprovements,39717744 NarratorAnnotationIssue,39717552 MSRC72068_39716590,39716590 MSRC72067_39716531,39716531 AssignedAccess_MultiApp,39714986 MSRC72058_39713454,39713454 SetAppAsDefaultUpdate_39713109,39713109 AppDefaultApplicationPageLaunch_39713079,39713079 Servicing_WSUSDeadlineForceRebootFix,39712837 MSRC72055_39712738,39712738 Servicing_UsbRebootPrint_39712339,39712339 MSRC72052_39711789,39711789 MSRC72051_39711423,39711423 MSRC72050_39711163,39711163 DesktopSpotlightUndocked,39710659 Servicing_NiFixForTaskViewIncorrectAppWindowOffset,39710612 CloudPCCommon,39702984 MSRC71014_39697730,39697730 AccessibilityXAMLContextMenu_39696859,39696859 AccessibilityXAMLContextMenu_39696511,39696511 RepairWebExperiencePackage,39696085 TaskbarIconLoadingReliability,39695979 DXGI_PresentationEffects,39695921 MSRC72035_39695048,39695048 MSRC72034_39694950,39694950 MSRC72031_39694224,39694224 MSRC72030_39694119,39694119 MSRC72029_39693357,39693357 NRDC,39690189 TableNavNoRoleIssue,39690118 LIAMNF,39687434 Servicing_OnlyToastForSACBlock_39672801,39672801 Servicing_MMDevAPI_Leak_Fix,39667064 BannersKFM_Logo_39666883,39666883 MSRC72021_39665449,39665449 MSRC72020_39665362,39665362 MSRC72019_39665240,39665240 Servicing_39665238,39665238 MSRC72017_39664725,39664725 Servicing_FixMenuItemOrdering_39663536,39663536 MSRC72016_39663169,39663169 IgnoreLauncherDuplicateWebappDone,39662864 AppxOptimizationsInAuditMode,39662856 ParallelizeInspect,39662810 MSRC72013_39662164,39662164 RDX_CentennialAppSupport_39661910,39661910 FETTOM,39661369 Servicing_DataLeak_39660597,39660597 Staging_SpeechModelProgressBarCrashBug_39655370,39655370 Servicing_PrintHangInRemotePrintQueue,39653343 UnusedBioConsent_39650978,39650978 WiseInfra2206_39649861,39649861 Servicing_39649612,39649612 MSRC71995_39649210,39649210 FederatedServiceCollectionFix,39647196 MSRC71988_39644718,39644718 ESUIPOMTest,39636948 MSRC71981_39633715,39633715 MSRC71980_39632856,39632856 Servicing_ReadInstallDelayPropertyFromIrisPayload,39632162 ReduceShowWindowCalloutUsage,39631704 PhishingSensorsOffWarning,39630463 UPSSNE,39628592 HNC,39628214 XamlPopupFlyoutSupport_39626793,39626793 MSRC69621_39626476,39626476 Servicing_NarratorDisableNaturalVoicesInWinPE_39625442,39625442 Servicing_RepairBlockedByCorruptEditionMum_39617522,39617522 Servicing_DeviceInstall_39614008,39614008 Servicing_DmarPremapLaHibernate_39610569,39610569 NGCKeyUsagePhase2,39609762 NGCKeyUsagePhase1,39609734 NetworkDiagnosticsEntrypoints,39609275 MSRC71941_39608774,39608774 MSRC71935_39604186,39604186 RedirectAdvancedSharingSetting,39599598 PaginatedGridView,39593188 MSRC71929_39592504,39592504 BugFix39591904_CloudClipboardSetting,39591904 ORMMAP,39591667 OemsCanMigrate,39591297 Servicing_DxgiSimplifyIsOutputVrr,39590590 EnterprisePasswordlessExperience_39590468,39590468 MSRC71924_39590254,39590254 MSRC71922_39586023,39586023 VTFTITest,39578987 Servicing_ChangeEffectFromOffToOn_39576889,39576889 MSRC71915_39559797,39559797 ControlCreative,39558955 MSRC69864_39557780,39557780 MSRC71911_39557118,39557118 SearchPolicySettingsCrashFix,39557019 FileExplorerPerformanceFixes,39555361 AllowUseUIAToFindSelectedText,39554671 Servicing_SACExplicitBlockToast_39554317,39554317 NarratorWDAG,39553541 MSRC71903_39551627,39551627 MSRC71900_39551183,39551183 Servicing_39548491,39548491 NonblockingCallInTextInputToolbarState,39545816 Servicing_MediaPlayerSourceAsync,39545581 Servicing_NdupNthLogonReducedRate,39545089 MSRC71897_39543306,39543306 SuggestionUIMemoryConsumptionEIM2,39541197 Servicing_WUSettingsRegulatedUpdates,39540502 CapacityNode,39540278 MetaCluster,39540277 UserManagerResource,39540276 Servicing_NoHoloWindowCheck,39539628 SupportWhereIdForFileSearch,39538399 MSRC71887_39536651,39536651 WidgetsExtendedRefreshTimeout,39535008 OobeInEnduserSession,39534444 DestinationListPerformanceFixes,39533850 MSRC71880_39533509,39533509 MSRC71879_39533241,39533241 Servicing_FolderCreate_GP,39533238 MEPProfileEx_39532883,39532883 Containment_UUS_DestructionOrder_39532528,39532528 SDONativeGetPropertiesApiFix,39526466 PITK,39526438 ETKPI,39525434 Servicing_description_39524089,39524089 Servicing_S0Idle_Fix,39523857 Servicing_FsePortPolicy_39523525,39523525 Servicing_HNSDeadlockFix_39522717,39522717 Servicing_description_39522673,39522673 MSRC71875_39522173,39522173 CloudStoreBackupRestore_39521474,39521474 MSRC71868_39520725,39520725 FileExplorerPerformanceMeasureEvents,39520285 Servicing_FixDolbyHDRInACMVivid,39519718 Servicing_ExtensionDriverEnumerationFix_39517235,39517235 uDWM_CreateCompositorOnLPCThread,39515504 MSRC71071_39505617,39505617 MSRC71843_39503344,39503344 Servicing_39500566,39500566 ClosedCaptionSettingsPropertiesChangedEventAPI,39490151 SleepStudySlimControlEtl,39487788 Servicing_WUSARebootStatusFix_39487024,39487024 EnableHotkeyTracing,39486948 HumanPresencePrivacySettingsOobe,39484957 MSRC71812_39478379,39478379 MSRC71808_39452347,39452347 Servicing_DashboardProcessIdAPI_39451772,39451772 XamlPopupFlyoutSupport_39451609,39451609 Servicing_SACToastText_39449907,39449907 Servicing_SparkIDUpdateOnAvailability_39449185,39449185 OverrideTasksIntervals,39448330 FileExplorerCOFE,39448251 Staging_DisplayingSuggestions_39439973,39439973 Servicing_ProjectionManagerAQSQueryFix_39436445,39436445 Servicing_SetSpatialFormatHang_39436392,39436392 SensorWoW,39435873 MSRC71783_39434318,39434318 SFAPHelloSupport,39431797 EcoModeControl,39427030 Servicing_HideTaskViewButton_39426491,39426491 Servicing_UserModeRecommendedSectionPolicy_39426032,39426032 MSRC71746_39420593,39420593 TaskManagerFilterEngine,39420424 Containment_UUS_DestructionOrder_39417117,39417117 NarratorExcelDropdown,39416754 NonAtomicUpdate_WinREServicing,39415360 WinREServicingUsingAI,39415330 MSRC71750_39414900,39414900 WSEQuickAction,39413510 CDPNearShareUDPDiscoveryFixup,39410888 OpenWith,39405837 XboxSubscriptionFeatureCard,39405701 HostAppWidgetRegistrar,39401463 MSRC71735_39399090,39399090 Servicing_CameraFaceDetectionWinMLXbox_39399032,39399032 SharedPCEnableWIP,39397422 Servicing_39396457,39396457 Uso_ScanBeforeInitialLogon,39396384 LoadMediaTransportControlOnDemand,39396341 CloudStoreSyncGroupMigration,39387678 SettingsRejuv_AppExecutionAlias,39385383 Servicing_39382998,39382998 MSRC71719_39382708,39382708 NarratorDisableNaturalVoicesInWinPE,39382673 Appraiser_DataFile_NullAccessFix,39382631 Vendor11On12,39381895 Servicing_CompatCacheDoubleSdbDeleteOverwriteFix_39380928,39380928 Servicing_CompatCacheOutOfMemoryCrashAslPathGetFileNamePart_39380349,39380349 AttributeProvidersConcurrentRefresh_39379499,39379499 RDX_Telemetry_Fixes,39372917 Servicing_39361638,39361638 Servicing_Reliability_39355853,39355853 SearchPrelaunchCrashFix,39344879 Servicing_39344860,39344860 AppContainerPFN,39344389 DialogRejuvenation,39344092 Servicing_FixKeyboardFocus_39342818,39342818 BorderedItemsControlLeakFix,39342723 HvsiMgrDeadlockServicingFix,39341271 MSRC71692_39340038,39340038 NTLE,39340009 VASDE,39339190 FederatedSignInPerfMay23,39335065 MSRC71679_39334242,39334242 MSRC71678_39334012,39334012 Servicing_39332374,39332374 NELI,39323450 StorageAlerts,39319950 ImmersiveShellInShellAppRuntime,39319758 MSRC71644_39318722,39318722 MSRC71643_39317772,39317772 MSRC71633_39309885,39309885 Servicing_ActivityCoordinatorPolicyConversion_39307908,39307908 Servicing_39306176,39306176 KeyboardNavigationEmptyFolderFix_39305715,39305715 USB4SettingsDomainsViewer_39305332,39305332 MSRC71620_39302090,39302090 MSRC71619_39301969,39301969 Servicing_SVRTrackEncryptionState,39301140 InstantHotspot_Updates,39300467 MSRC71614_39298182,39298182 NarratorScripting2,39296908 Servicing_CInternetFolderPropertyStoreNoIEFallback_39296469,39296469 GetIdealStateLock,39294906 PresentAtBugFixes_Media,39288339 ThemePerfImprovement,39285974 Servicing_KnownFolderManagerNullFolderId_39285310,39285310 MTestUx13,39281392 MSRC71579_39279649,39279649 Underhill_Gen1Emulators,39279051 MSRC71574_39278291,39278291 MSRC71572_39277107,39277107 EnableFedSignInProForEdu,39275950 BetterImeExpressiveTextSearch,39269951 PasswordFieldClipboardHistory,39269857 TajTest,39269328 MSRC71340_39266628,39266628 TouchKeyboardPostSv2BugFixes,39266205 BindLicensingUIToSlui,39264802 SearchBoxPillButton_39263329,39263329 Servicing_GPPointfix_39262346,39262346 Servicing_CITelChk_39261887,39261887 MSRC71554_39261323,39261323 MSRC65103_39260132,39260132 MSRC67012_39260128,39260128 MSRC68678_39260110,39260110 MSRC69505_39260100,39260100 MSRC69968_39260087,39260087 MSRC70381_39260083,39260083 MSRC70372_39260082,39260082 MSRC70449_39260071,39260071 MSRC70460_39260070,39260070 MSRC70554_39260061,39260061 MSRC70772_39260059,39260059 MSRC70556_39260058,39260058 MSRC70810_39260049,39260049 MSRC70835_39260044,39260044 MSRC70847_39260043,39260043 MSRC70861_39260041,39260041 MSRC70843_39260039,39260039 MSRC70883_39260036,39260036 MSRC71018_39260022,39260022 MSRC70945_39260018,39260018 MSRC71024_39260017,39260017 MSRC70980_39260016,39260016 MSRC71043_39260008,39260008 MSRC71038_39260005,39260005 MSRC71065_39260004,39260004 MSRC71116_39259999,39259999 MSRC71185_39259972,39259972 MSRC71161_39259969,39259969 MSRC71214_39259968,39259968 MSRC71231_39259966,39259966 MSRC71211_39259965,39259965 MSRC71201_39259964,39259964 MSRC71131_39259960,39259960 MSRC71258_39259958,39259958 MSRC71281_39259956,39259956 MSRC71266_39259955,39259955 MSRC71245_39259953,39259953 MSRC71284_39259951,39259951 MSRC71269_39259950,39259950 MSRC71238_39259949,39259949 MSRC71331_39259944,39259944 MSRC71298_39259942,39259942 MSRC71303_39259941,39259941 MSRC70864_39259940,39259940 MSRC71344_39259938,39259938 MSRC71342_39259937,39259937 MSRC71370_39259936,39259936 MSRC71335_39259935,39259935 MSRC71446_39259933,39259933 MSRC71362_39259931,39259931 MSRC71332_39259929,39259929 MSRC71339_39259928,39259928 MSRC71409_39259926,39259926 MSRC71389_39259924,39259924 MSRC71448_39259919,39259919 MSRC71481_39259916,39259916 MSRC71454_39259914,39259914 MSRC71465_39259909,39259909 MSRC71531_39259908,39259908 MSRC71498_39259905,39259905 MSRC71495_39259902,39259902 MSRC70653_39259437,39259437 DesktopSpotlightThemeIntegration_39258685,39258685 PasteToastPromotion,39256336 SuggestedActionsDiagnosisShortcut,39256236 OOBEFlyoutFocusFix,39252304 SDSFixesTest,39247197 MSRC70752_39246741,39246741 Servicing_IncreaseMAXOutstandingBuffers_39227947,39227947 FederatedSignInSharedCartSupport,39209375 Servicing_CoreWorkerAtlCrash_39201622,39201622 Servicing_TaskMgrInitAV_39201110,39201110 Servicing_FixStickerAppHang_39195295,39195295 ReleaseSwapchainOnDetach,39186337 MEPProfileEx_39184632,39184632 DataUsage_UX_Enhancements,39181904 SmartInstallCloudSku,39179818 MoreProgrammableSlotsInStart,39177456 Servicing_KeyboardNavigation_39176332,39176332 Servicing_IEModeInProc_39176241,39176241 Servicing_ShowCastInQuickActionsIfWFDSConMgrLoaded_39174703,39174703 Servicing_GPPointfix_39173239,39173239 SettingsRejuv_ShowUninstallHyperlinkButton,39172735 MSRC68545_39161167,39161167 Servicing_NetadapterCfgWithoutNetshellAPI,39160778 RASF,39156067 Servicing_CredMan_39155691,39155691 WindowContextIssue,39155155 NarratorSettingsCrashFix,39149636 Servicing_MDEGetImpersonationTokenFix,39148892 UxTest12,39146010 NWMTest1,39145991 MSRC71469_39145582,39145582 Servicing_ESENTCallBack_39144570,39144570 Servicing_SAMClearTextBinds_39144020,39144020 StickersCraftsmanship,39139876 OcidTracking,39138382 LogonWebHostAdditionalMenus,39130896 FederatedSignInPerfImprovements,39130862 Servicing_HandleVirtualDuplicateParent_39127183,39127183 Servicing_LDAPTLS13_39126584,39126584 Servicing_RecentActivities_39126376,39126376 AADClientCloudApCookieCache_39125862,39125862 Servicing_DualEngineDialogServices_Memory_Leak,39124891 Servicing_SAC_MSI_BLOCKS_39117509_39117509,39117509 Servicing_RpcFailfastFix_39098668,39098668 Servicing_UpdateOverflowSynchronously_39096845,39096845 MergeVectorAsMap,39088225 IconUnstacking_39085210,39085210 MSRC71039_39084984,39084984 SuspendableTasks,39076571 SBBS,39072097 MSRC71370_GmsaLogonFix,39070304 Servicing_FontdrvhostWER,39069731 Servicing_39067824,39067824 Servicing_FixSingleSlotESimDeviceStructHandling,39043965 NSFICI,39043405 DontAllowUpdateActionsDuringRevert,39043106 MSRC71340_39040068,39040068 Servicing_QuickSettingsDragDropFix_39027318,39027318 Servicing_Print_After_Sleep_39022937,39022937 MSRC70071_39021850,39021850 PowerModesACDCDifferentiation,39007349 MSRC71302_39000168,39000168 Servicing_IEMode_V19,38972987 Servicing_Dual_Protocol_38970969,38970969 May23_HighContrastThemeIcon,38969001 Servicing_IncorrectToastName_38967553,38967553 MSRC71279_FixCredPackProtectedFlagUsage,38961939 Servicing_ShutdownEventCrash_38947543,38947543 Servicing_PropertyLookupHangs,38939507 FindInStart,38937525 DelayLoadCalendar,38936404 ShellExperienceClientTreatsInvalidHandleAsRPCFailure,38934525 Servicing_FocusSessionRaceFix_38926960,38926960 Servicing_Check_CapabilityManager_Availability_38924796,38924796 AppReadinessFirewallTimeout,38922639 SearchStartTextCursorIndicator,38922567 Servicing_Feeds_FixNetworkCallsInUIThread,38916944 MSRC71806_38916217,38916217 Servicing_FixRepetitiveProcessPackageGraphUpdates_38915536,38915536 Servicing_FixExplorerCrashInTeamsCall_38915525,38915525 Bug38907859,38907859 TestInProduction_RemoveFailFastInRegistry,38907643 Servicing_DoNotRemoveTemporaryWebData_38904954,38904954 Modern_Storage_Pool_Upgrade,38902392 MSRC71260_38899507,38899507 SettingsLogoLoader,38897448 Servicing_WUSettingsDeinitFix,38892740 SPTPTest,38890980 ASRTest,38888144 MSRC71203_38887517,38887517 AudioEndpointBuilderInitialSync,38884244 RemovePersistEventStringCopy,38883448 NarratorRemoveSleepInWordBoundaryProcess,38881106 MSRC70355_38873226,38873226 FE_PDDLI,38873155 MSRC70031_38873148,38873148 Servicing_2210_38872201,38872201 FullRecommendationSubstrateProvider,38866242 VLCPITest,38861827 RedirectProgrammableTiles,38859191 CloudStoreMultipleDisplaySettings,38858566 SmartScreenHashingSmallFiles,38858058 WSECamera,38855353 WSEAudio,38855341 MSRC71207_38852441,38852441 Servicing_2210_38849584,38849584 ComTaskPoolEnableCallChasing,38847008 DoNotCrashCxhWhenNoArgs,38844351 ClearViewInfos_38840719,38840719 22H2_Rollback,38838645 VoiceAccessCompliance,38833134 Servicing_MxUsageReporting,38830943 SettingsRejuv_RepairDarwinApps_Settings,38823293 LcGlobalLanguages,38811930 Servicing_TaskbarExternalDragDropNoTaskListItems_38806566,38806566 TurboMergePending,38800333 NarratorOneSettings,38800185 HumanPresenceHideDistanceForDistanceAgnosticHPDSensors,38796939 Servicing_38795593,38795593 Servicing_WXHBackgroundTaskCanceled_38792671,38792671 Servicing_SetEduDefaultTheme_38785739,38785739 AddGraphUsagePoint,38785301 NarratorBrailleModelIdentifier,38768754 MSRC70291_38766566,38766566 ReportImpersonationStatus,38765994 Servicing_TeamsUsingMediaFoundationCrashes,38764790 NotificationAreaIconRearrange,38764045 MSRC71126_38763651,38763651 Brain_SkipSelfIfSxSNotVersioned,38762750 BSFUPP,38758896 RestartWindowsAfterBrailleFodInstall,38758882 CxToWinRTLayoutData,38750602 Professional_BaseImage,38746023 ExpressionManager_Watson_Debug,38740332 BuildExpirationInAbout,38738362 Servicing_SetVadPageSize,38737246 Brain_DisableStateUpdateInAppContainer,38726312 RDX_AutoMSA_and_ProvisioningAppFixes,38723567 MSRC71042_38720229,38720229 Servicing_NullCredHandleDeref,38719001 Servicing_PBRfix_38718064,38718064 MSRC71037_38717801,38717801 Servicing_WDAC_Mismatch_Filehash_38715615,38715615 Brain_ExcludeSxSPackageOnLoadFailure,38687670 Brain_StableScanPreviewPackages,38685060 Servicing_ErrorHandling_38681043,38681043 MIDI2,38679741 EngagedAndAuto,38671435 22H2_Enablement,38668347 MoreGraphItems,38667620 MSIXPackageFiltering,38666472 FileExplorerLiveSERP,38665217 FERecommendations,38664959 MSRC71004_38653650,38653650 OTPGTB,38653309 AugmentedEntryPointSettings,38652916 DynamicSearchBoxInStart,38651681 Servicing_RemoveSyncRootManagerGlobalMutex_38462519,38651202 Servicing_XamlUltimateFontFallbackFix,38650314 Windc_CSP_Allow_On_Non_MMPC_Enrollment,38649603 Brain_CheckStableForLock,38648112 Brain_PreviewPackageEnabled,38634282 Compattelrunner_EcoQoS,38634037 AvoidRenderingWidgetContentWhileHidden,38633492 Servicing_HyperVFirewall_38632244,38632244 Servicing_38630771,38630771 ContentReporting,38619083 EnableAttentionBasedDimmingWithoutTestMode,38616150 Servicing_MSIScript_38616121,38616121 PostUpgradeScanBeforeLogon,38615991 Servicing_StabilizeShellRequestedShowRetry,38615344 MSRC70935_38614235,38614235 FileExplorerInsights,38613007 HumanPresenceForExternalMonitors,38612934 Servicing_38612686,38612686 HumanPresencePrivacySettings,38612513 ThrottlePostRebootReporting,38605791 HumanPresenceWindowsHelloRelatedSettings,38596927 BugFix38587328,38587328 Servicing_USBMon_Use_After_Free_38586763,38586763 Servicing_IPP_Manufacturer_Model_Category_38586212,38586212 Capture_Dirty_Regions,38585980 Servicing_DismissSignInButton_38585256,38585256 MSRC71532_38584566,38584566 SettingsRejuv_UninstallLegacyApps_Settings,38579715 Vmms_RawGuestStateSpecialization,38569094 NarratorBrailleHeadingIssue,38566356 NarratorBrailleOrderedListIssues,38566328 WaitDuringShellRestart,38554846 MSRC70863_38553898,38553898 Servicing_SAC_elevated_toast_38553672,38553672 EICinIslands,38547058 Servicing_TaskbarMultiMon_38545217,38545217 NewRailEncoder,38544641 DontRemoveIsMachineRegisteredFlagFromOtrPackagesOnOSUpdate,38543929 uDWM_Undocking,38539877 Servicing_2206c_38536160,38536160 Servicing_DisableContextMenuPolicyCheck_38533606,38533606 AverageAggregation,38513938 CDSRoamPenAndInkingSettings_38494504,38494504 MSRC70776_38481997,38481997 MSRC70775_38481884,38481884 3c12a7c0543c5303a5916e3ea43ca1ce,38476224 WidgetsFingerTrackingEdgeInvoke,38469793 UserEligibilitySplit,38463459 Servicing_DisableWhiteboardAppPrelaunchOnPenMenu_38462519,38462519 OfficeIndexerThrottlingLogic,38461545 CxToWinRTTextInput,38455947 SEUTest,38453973 NetshBridgeTool,38448090 Servicing_AssemblyManifestRedirectTrust,38447287 NarratorLiveRegionDescendants,38442209 InputThemingCompletion_OSClient,38437771 SuggestionUIECrit,38436638 Servicing_38405985,38405985 MSRC70582_38401725,38401725 Servicing_AddWiGigDockAndMsUsbDock,38395191 ResumeItemIfIdle,38390633 SuggestionUIECIQ,38379867 Servicing_IntelLockFile_38378585,38378585 SuggestionUIFunctional,38377880 Servicing_DSBFixIncorrectTargetInLaunch,38376067 WorkplaceJoin_DualEnrollment,38375658 Servicing_TSF3CustomDesktop,38375594 Servicing_LocationPerUserReceiveGeovisitNotifyEvenDisabled,38374636 DynamicOobePackage,38372379 SuggestionUITPNVE,38363556 Servicing_IntelLockFile_38353730,38353730 WidgetsFeedsRotation,38344686 Servicing_TaskbarShiftRightClickCrash_38343607,38343607 MSRC70185_38343517,38343517 MMPC_TestMode_BypassDualEnrollment,38341158 MSRC70561_38339872,38339872 ArbiterMetadataContainer_38339672,38339672 MSRC70554_GroupPolicyNtuserFileLockFix_38338929,38338929 NetworkIcon_HeapExperiment,38323775 Servicing_SmartScreenHandlesClientRPCErrors_38322610,38322610 SmartWorkflowsAugLoopTelemetry,38320543 Servicing_SwitcherDatamodel_Handle_DwmFailure,38319616 MSRC70540_38315328,38315328 MSRC70531_38313650,38313650 MSRC70529_38313567,38313567 PasspointUpdates,38313098 HPDExtensionMechanism,38312584 Location_Accuracy,38312354 WlanRoamingConsortiumSupport,38312347 MSRC70520_38311597,38311597 MSRC70513_38309934,38309934 Servicing_AzureVMFirstBootLogonDelay_38297786,38297786 MSRC70486_38296561,38296561 GraphRecentItemsManagerSignInButtonEnabled,38294196 MSRC70478_38294096,38294096 MSRC70466_38283909,38283909 HdrInRdp_38277973,38277973 MSRC70412_PrintManifestRedirectOptIn,38266311 Modern_Storage_Pool_Deletion,38265476 MSRC70380_38254160,38254160 Servicing_FixNullPtrCausingCrash_38242502,38242502 AdminFlowRejuv_RenamePC,38228963 AppContainerConnectivityOnWindowsServerContainers,38228554 MSRC70353_38224898,38224898 Capture_Secondary_Windows,38214909 HkuMonitor,38198463 MSRC70303_38197810,38197810 PfxImport_Telemetry,38197785 Containment_UUS_BugFix_SetCorrelationIdForMSATicket_38195982,38195982 Servicing_CiComputeHashesOnEveryOfficeLaunch_38194156,38194156 Servicing_WidgetsFixEarlyDismissOnHover_38194053,38194053 AFTSB,38185254 Servicing_TabTipForRemoteApp_38185239,38185239 VoipMultiplePeripheralSupport,38182882 MSRC70252_38180484,38180484 MSRC70251_38180455,38180455 MSRC70213_38180424,38180424 NetworkDeduplication,38179863 DesktopSpotlightSystemSettingsPageTrigger_38179238,38179238 STMTest,38168511 EUDB,38168067 NgcWebAuthnEccSupportedInIsoContainers_38165847,38165847 ThreatExperienceOverlay,38164957 MSRC70253_38162243,38162243 HonorDelayedRendering,38139917 NWOPI,38139182 Schannel_Tls10Tls11Deprecation,38125031 MSRC70187_38124495,38124495 MFACheckInClipRenew,38124097 NNVDialogIssueOnReboot,38122473 SettingsRejuv_ButtonEntityItemAccessibilityFix,38122468 MSRC70173_38122200,38122200 MSRC70172_38121601,38121601 NetworkIcon_VPNOverlay2022,38113452 BitLocker_Limit_Num_RP_Per_Vol,38109668 MSRC70158_38108480,38108480 Servicing_IntelLockFile_38106439,38106439 SmartClipboardBackoffThreshold,38105777 UnfilteredMreRecommendations,38105463 DelayHandlingClipboardContent,38095063 WidgetsMultiAccountApi,38093317 MSRC70120_38092965,38092965 VoiceAccessClippingFix,38087802 NextGen,38078204 MSRC70071_38076907,38076907 MSRC70067_38076752,38076752 SyncRoots,38067344 RegistryProvider,38063921 ISTLFF,38063251 SnapFlyoutOffsetAccTree,38059487 Servicing_FixWatsonBugRemoveAll,38058839 DelaySecureSocketConnectionSelectionUntilTlsHandshake,38053693 BugFix38048044_PreloadIssues,38048044 VkOn12_SV3,38046047 MSRC70021_38043368,38043368 MSRC70018_38042981,38042981 MSRC70016_38042933,38042933 Servicing_PnpPdcClient_38041558,38041558 ParentBamoMoveUwlm,38032249 MSRC70174_38029549,38029549 URO,38016753 WsxPacksRevoke_38009604,38009604 Servicing_PSA_BidiPrintTimeouts_38000498,38000498 DisableDisplayMessageForSvchost,37998906 MSRC69948_37997804,37997804 AllowFocusLossNotifyWithCciDelegationWorkaround,37996940 NthLogonNdupLite,37995585 MSRC69931_37991499,37991499 CauAudiCabSupport,37976867 MSRC69924_37976439,37976439 MSRC69920_37971314,37971314 DesktopSearchBox,37969115 ReduceAppReadinessFirstLogonPackageList,37966150 InitializeCOMInPackagesToBeInstalledGetter,37965484 AdaptiveCardHostApiWidgetService,37962038 Servicing_SovereignEndpointsGraph_37960847,37960847 GameMRU,37956063 MixedRealityShellAsShellExperience,37956022 UndockedMainPanel,37955986 UndockedMixedWorld,37955970 MSRC68810_37947475,37947475 ToastDeadzoneFix,37942809 BugFix37935345,37935345 CDPWifiDirectAdvertisementAndDiscovery,37929736 SmartClipboardBackoffProfile,37929070 Servicing_AudiApiRevision_37927543,37927543 ExperienceLoadCrashDetector,37927297 SearchWebView2,37926450 DynamicOobeApp,37924767 MSRC69846_37920800,37920800 Servicing_HSPResendIrqState_37894584,37894584 GeneralDb,37891354 SimulatedBrightnessPredictionDelay,37888721 WsxPacksRevoke_37885429,37885429 MSRC69836_37884901,37884901 Servicing_IppPrinterConnectionPdl_37883820,37883820 CommonSchemaPartAEnhancements,37883012 InputAppRunningFlagRemoval,37880918 MSRC69832_37880875,37880875 SoftParkingElections,37875120 EnableV5toV4AutoDestListBackwardsCompatibility,37872517 MSRC69823_37871819,37871819 MSRC69804_37867481,37867481 SettingsCompatGetHelp,37864186 PRL_SEUTest,37860170 Servicing_Bi_Idle_Cancellation_Race,37854546 SvcImpl_Crash,37853420 Servicing_TaskbarTrayUINullptrFix,37837234 MSRC69784_37836893,37836893 MSRC69783_37836687,37836687 MSRC69781_37836339,37836339 MSRC69780_37836029,37836029 AltTabModalShadow,37834869 AdditionalBrightnessBuckets,37834701 MSRC69761_37828159,37828159 BugFix37826815_RegistrySettings,37826815 FlightIdsInCDMCTACCollection,37823025 LockBugFix_DecreaseLockScreenUnlockingDeferralTimeout,37820877 UseNtCopyFileChunk,37820457 NextGenUSEnglishInkRecognizer,37820365 TestWEXPFlight,37814811 MSRC69741_37813809,37813809 MSRC69722_37812153,37812153 EcoQosOptIn,37804844 BugFix37803519_VisualIssues,37803519 BIPAAPIsValidation,37801746 MSRC69696_37796569,37796569 BIPAAPIs,37789908 MSRC69686_37788485,37788485 RealtimeMode,37786189 Servicing_GdiTelemetry_37785927,37785927 MSRC69682_37784407,37784407 MSRC69672_37782164,37782164 MSRC69668_37781082,37781082 Servicing_TaskbarAnimationIcon_37780957,37780957 Servicing_IncorrectCancelButtonNarratorInExtendedUI_37768488,37768488 LVRedrawOpt,37756735 Servicing_RemoteEfsWebDav12BRegression_37747912,37747912 BackgroundInstalls,37746346 vaDownloadHWAcceleratedSpeechModel,37739154 ChangeDumpTypeByTelemetryLevel,37733775 Servicing_TaskbarAEPStaticTooltipFix_37732653,37732653 Undocking_WUClient,37730622 SubstrateProvider,37719256 AllUserStoreReturnsEOLAndInstall,37716592 ModernizeHandlerSingleton,37716471 Servicing_FaxIssues_37716200,37716200 ProfileDataRoamingClient11x11,37715785 MSRC69585_37715280,37715280 HcsRelaxRpcAccess,37715110 MSRC69583_37713550,37713550 TaskbarIconReliability,37712557 AepicLock,37712552 MSRC69577_37712314,37712314 Servicing_WidgetsAEPOnStartPayload_37699704,37699704 ImportantNotifications,37691237 WidgestCoarseGeolocationApi,37689606 DpswOneSettingsControl,37682118 RemoveSystemDataFromClassicApplist,37679625 UUS_WuCoreProxyStubs_SxS_37678646,37678646 AeinvLock,37678576 UUS_MoUsoCoreWorker_DualStable,37677416 UUS_Sih_SxS,37675760 UUS_WuTrust_SxS,37675751 UUS_Wuauclt_SxS,37675749 UUS_WuUpdatePolicy_SxS,37675739 UUS_WuStoreAuthPlugin_SxS,37675726 UUS_WuCoreModules_SxS,37675703 UUS_WuHandler_SxS,37675687 CSMValidity,37674784 MSRC69515_37673292,37673292 MSRC69507_37671681,37671681 EnrollOnSuccess,37669470 SSPTest,37667575 Servicing_EsclGlomming_37652404,37652404 Servicing_WIAAutoPortName_37651541,37651541 Servicing_RefreshPDL_37650836,37650836 ESSGP,37649933 MSRC69497_37647972,37647972 ExperimentAlpha,37647032 MSRC69489_37645371,37645371 MSRC69488_37645311,37645311 Servicing_37634718,37634718 TIFE,37634385 MSRC69471_37633999,37633999 MSRC69470_37633972,37633972 MSRC69467_37633910,37633910 MSRC69466_37633892,37633892 MSRC69484_37633739,37633739 MSRC69483_37633529,37633529 MSRC69478_37633149,37633149 NoRecentlyInstalledPromptFlag,37632008 SustainabilityInstallDeferral,37631761 OneTimeRegistrationImpactfulChanges,37629966 WldpCanExecuteBuffer,37625412 WldpCanExecuteStream,37625410 WldpCanExecuteFile,37625409 PrintQueueActionCenter,37625195 UserInitSynchronization,37625152 EnrichThirdPartyIrisContent,37623514 DefenderDCP,37612614 MultitaskingSettingsSimplification,37603987 AppsFolderChangeNotify,37601784 MSRC69410_37597181,37597181 Servicing_FaxDevnode_37596369,37596369 DynamicSearchBox,37595921 VAMMOS,37588490 AttributeManagerSingleton,37586555 Servicing_IrpAlloc_37585749,37585749 MSRC69366_37579885,37579885 MSRC69366_37552156,37552156 MSRC69356_37548709,37548709 MSRC69345_37540956,37540956 Servicing_WinXReplaceTerminalWithPowerShell_37536857,37536857 MultiTaskingSettingsRestore,37536520 MSRC69328_37531341,37531341 MSRC69307_37523637,37523637 MSRC69290_37522700,37522700 MSRC69283_37522153,37522153 MSRC69280_37521531,37521531 MSRC69276_37496185,37496185 MSRC69268_37494577,37494577 MSRC69261_37483488,37483488 LogonTaskDurationsTIP,37482934 Servicing_Fix_MiniSearch_Position_37476026,37476026 MSRC69230_37471551,37471551 MSRC69196_37456034,37456034 MSRC69194_37455882,37455882 BrowserSettingsErrorHandling,37438569 MSRC69156_37436451,37436451 Servicing_LogonSessionOff_37435142,37435142 MSRC69147_37433711,37433711 SettingsRejuv_ModifyDarwinApps_Settings,37432471 AutoDisableLogonXamlKeyboard,37431306 MSRC69137_37427604,37427604 MSRC69135_37427454,37427454 Servicing_UserManagerPSID_37410562,37410562 Servicing_KeyboardNavigation_37408409,37408409 BugFix37403713,37403713 ReactNativeRecommendedView_L2,37398019 Servicing_StartKeyboardNavigation_37395101,37395101 MSRC69055_37393748,37393748 Servicing_CaseSensitiveIcons,37390934 EnableGranularKeyboardBrightness,37386637 MSRC69039_37384091,37384091 Servicing_TaskbarAEPOverlay_37382892,37382892 CDPNearshareUDPRestriction,37382876 CDPNearshareEnhancedAdvertisement,37382739 MSRC69004_37379146,37379146 Census_TryCatchRemoval,37367356 HumanPresenceAttentionAwareDimming,37354742 OptimizeRetinaSearchArea,37347795 AppLaunchDb,37347557 Servicing_SetupDUSkipFinalizeFix_37345687,37345687 MSRC68947_37345500,37345500 Servicing_PDL_Registry_Preserve_37343420,37343420 Servicing_MonitorColorimetryFallback,37341645 MSRC68935_37341538,37341538 WinrtAdministrator,37338598 SmartClipboard,37337288 SmartWorkflows,37337272 SmartClipboardUX,37337255 Containment_UUS_ChangeOnVpnIsReversible,37335379 AADTokenBindingSupportInCloudAP,37330117 Servicing_FEFocusCycleFix_37323191,37323191 CompatMenuGetHelp,37319559 Servicing_37313118,37313118 SMICTest,37310561 DXGI_ExpandedPresentErrors,37303151 Servicing_UsbChildDevnode_37299083,37299083 Servicing_MultiPortDtorCrash_37296513,37296513 Servicing_PathCompare_37295806,37295806 MSRC68878_37295019,37295019 Servicing_GetPhysicallyInstalledSystemMemoryRegistryWorkaround_37294887,37294887 HotpatchingEnabledByDefault,37294447 Servicing_XblAuthXasdWinVer_37293418,37293418 DesktopSpotlightStartEnabled,37292357 MSRC68854_37291143,37291143 MSRC68851_37290630,37290630 Servicing_StopLoadPersistedBandSiteData_37289523,37289523 BugFix37289095,37289095 Servicing_ExtUiSegoeUiVariable_37286320,37286320 SettingsRejuv_Wheels_37282754,37282754 SuggestedSearchQueries,37272181 MutlipleAssessments,37269723 WidgetsCompositionBasedHosting,37268021 SMBios_NoThrow,37262560 DeliveryOptimization_DnsSdPeerDiscovery,37260154 RdsAadAuth,37258284 BiGlobalLockWatchdog,37256214 WiseInfra2302,37256055 Servicing_FileExplorerNamedPropertyStoreToValueSetCrash_37254716,37254716 MDM_Extensibility_DSC_Native,37252711 AllowCustomSSPsAPs,37242222 Servicing_Taskbar_Keyboard_App_Movement,37242088 SparseCopyByDefault,37238892 EntityActionWorkflow,37238445 UseStateEndpoint,37237894 SetBrowserAsPDFHandlerInScoobe,37236683 MSRC68801_37235610,37235610 MSRC68790_37231782,37231782 RoamingSpellerDictionary,37224997 SuspensionFix,37224490 Servicing_TaskbarHoverInvoke_37223166,37223166 EffectsCamDiscoveryHints,37220318 LowestRollupPackageCurrentState,37219794 MSRC68772_37219378,37219378 ReFsDedupSvc,37217705 TaskManagerDarkModeTheme,37204171 SwizzleForEdge,37202025 Servicing_HVCIsysprepARM64logic_37200663,37200663 MSRC68728_37199556,37199556 UserTokenVerification,37198862 Servicing_ExposeEventViewerOnHub_37196173,37196173 MSRC68706_37194615,37194615 ShowToastForThreats,37191969 VLLRTest,37169215 MSRC68701_37160027,37160027 MSRC68698_37157231,37157231 MSRC68691_37156027,37156027 EmptyMusicLibraryIndexFix,37141740 MSRC68670_37137656,37137656 WNS_Remove_ValidateAppInPackage,37134468 MSRC68659_37131550,37131550 MSRC68651_37110883,37110883 SpecificErrorMessages_StaticIpDns,37110096 MSRC68647_37110088,37110088 MSRC68642_37109131,37109131 SettingsSearch_BingCabContentUpdate,37104994 Servicing_BannerKFMStringTruncationFix_37098968,37098968 DevicePostureApiInShell,37095955 DisableSearchPolicy,37095904 MSRC68610_37094979,37094979 OptionalUnlockDuringSessionEnum,37093920 Servicing_UserManagerNullPtrReadXbox_37091490,37091490 OverrideInspect,37085408 MSRC68589_37083693,37083693 VoiceTypingCommandingImprovement,37083481 MSRC68587_37082940,37082940 MSRC68856_37082688,37082688 ConfigureHitBoxForFolderOperations,37081370 LowPriorityDownload,37081019 BSTAImmersiveShell,37077905 Servicing_XblAuthUserlessTokens_37076634,37076634 MSRC68568_37068761,37068761 Servicing_ApplockerDeadlock_37068202,37068202 Servicing_CMtPtRemoteCrash_37067216,37067216 CacheCleanup,37066007 CloudBMRSingleDownload,37065183 TestWXHIrisCampaign,37065168 MSRC68558_37064233,37064233 WNS_WinrtMbn,37062329 MSRC68545_37053532,37053532 AutopilotRestoration,37048941 MSRC68531_37047866,37047866 EarlyOobeOEMRegistration,37047129 Servicing_2207d_37043488,37043488 VoiceTypingMicrophoneSetting,37041514 Servicing_37028738,37028738 HWCHostDedicatedThread,37028263 Servicing_RenameFocus_37028243,37028243 WppRecorderTimeStamp_Kill,37023974 IndexerVisioShapeSearchFix,37023586 SettingsRejuv_InstalledApps_Settings,37022441 AccentColorTitlebar,37015830 AuditBehaviorShellExperience,37014865 AADAclCertificateForNetworkService,37014609 OobeMSAPrivacyConsent,37014564 HwReqChk_Validation,37013105 SB_Test_Debug,37012840 MSRC68484_37012290,37012290 SearchBoxLowerLeft,37010913 PATKTI,37007953 ClearViewInfos_37006774,37006774 HumanPresenceCapability,36998846 HnsMirroredRoutingMultiple,36991632 MSRC68454_36987926,36987926 MSRC68453_36987847,36987847 MSRC68449_36987434,36987434 MSRC68441_36985983,36985983 MSRC68440_36985638,36985638 MSRC68438_36985154,36985154 MakeFamilyLockScreenDPIAware,36974976 Settings_Rejuv_StorageSpaces,36974906 SettingsRejuv_DateTimeHeroControl,36972886 MSRC68423_36971391,36971391 Arm64ecAsm,36970910 TouchKeyboardPixelGapAtRight,36964436 Chs12KeyKeyboard,36963894 ChsNarrowKeyboard,36963879 NoRoiLanguageDeprecation,36950408 AddTouchKeyboardHeuristics_36949545,36949545 AddTouchKeyboardHeuristics_36949517,36949517 Servicing_CtaManagerDelay_36947018,36947018 FidoHybridProtocolPasskeys,36946214 PairedLocaleInputMethods,36942819 Undocking_WUAUCLT,36939087 BugFix36938728_HideToolBarOnLockScreen,36938728 MSRC68388_36937770,36937770 DynamicSearchBoxAPIs,36933099 Improved_Lux_Filtering,36932268 TablePaginationCraftsmanship,36928256 Servicing_WheelPageCrash_36927220,36927220 Settings_Rejuv_DisksAndVolumes,36925532 WNS_Cached_and_Priority_Headers,36925219 UWPE,36925057 Servicing_FixOpenVerbForFEContextMenu,36924797 RemoveDefaultWidgetInstances,36922630 RequireActiveSessionForInteractiveUsers,36921490 TestFamilyValuePropBannerIrisCampaign,36921329 Servicing_RemovePositionReadStuckRects3_36918219,36918219 AdaptiveCardsInWidgets,36913400 MSRC68351_36912516,36912516 MSRC68350_36912450,36912450 WHFGA,36911352 WidgetsFeedsBackgroundTask,36911179 Servicing_RemoveAppFrame_36910487,36910487 MSRC68336_36906667,36906667 AADClientRemoveNonce,36899525 UPLargePrintPayload,36898932 TaskManagerHeroControl,36898195 MSRC68318_36893589,36893589 ManagedUserLogonCBA,36893181 WdagNickelInvalidContainerCleanup,36891988 AppStartMenuReverseTopOrder,36891482 MSRC68311_36891282,36891282 SettingsSearch_SystemIndexIntegration,36885005 CheckBoxImageListHandleLeak_36884240,36884240 DisplayProvider,36878944 Bug36873992,36873992 InputDelegationToCciWorkaround,36871845 WidgetsReduceColdLaunchNumbers,36871573 MSRC68293_36868238,36868238 MSRC68291_36867736,36867736 BlockLocaleKeyboardCommit,36864501 VaUnsupportedLanguageExperience,36863320 BugFix_VoiceTypingInvocationByShellViewCoordinator,36862943 CloudSuggestionUpdate_36862855,36862855 CHSTeachingTipAndSearchSuggestion,36862824 Servicing_TaskbarTaskManager_36860984,36860984 MSRC68266_36856359,36856359 BackupUsoStore,36845438 Servicing_FileExplorerCustomUIAProvider,36841606 TurboCorePC,36841274 StartProvidesWebUrlToPH,36840874 MSRC68251_36839588,36839588 MSRC68042_36838657,36838657 MSRC68246_36838434,36838434 DeltaEab_Based_Thresholding,36832792 Display_Redness_Mitigation,36832633 NonClientAreaThumbnails,36830563 OobeNdupElevatedManagerInitHelper,36830390 NthLogonNdupExpeditedUpdate_36828252,36828252 MSRC68228_36828225,36828225 Servicing_PBRfix_36825643,36825643 CandidateWindowV2ModelCleanup,36815292 NoUserProfileSystemBackup,36814489 NoTransientLocales,36814461 MSRC68213_36814406,36814406 MSRC67848_36811291,36811291 PriorityBoostBeforeWindowReady,36808198 BillingTitleTreatment,36808015 BillingTitleASameAsControl,36807985 StaticIrisNavMesh,36803303 GetStartedIrisNavMesh,36803295 FetchIrisTriggerJSON,36803287 WXHBackgroundTask,36803259 GamingOverlayExperienceManagerOptional,36798523 NthLogonSkipNdupIfOnUserDesktop,36794208 Servicing_SetupPentium4Check_36792373,36792373 NthLogonAllowEmptyNdupProperties,36789020 Servicing_OsManagedAuthLevelDefault_36787618,36787618 MSRC68159_36780067,36780067 DXGI_BufferUpgrades_DX12LDA,36778252 Servicing_MissingSystemWriter_36778129,36778129 PersonalizedContentCompliance,36777462 VoiceTypingFunctionalTests,36769696 Hub_DeviceWatcher_36769362,36769362 Hub_AppCloseButton_36768692,36768692 MSRC68117_36768249,36768249 CloudRestoreLauncher,36767960 UnusedBioConsent_36767080,36767080 LockscreenBackupRestoreHandler_36766132,36766132 WindowsBackupPrefrencesBackupRestoreHandler_36766131,36766131 Servicing_FODReservicing_36764493,36764493 MSRC68122_36763415,36763415 MSRC68119_36762871,36762871 Servicing_WldpQueryDynamicCodeTrustLog_36762664,36762664 MSRC68118_36762447,36762447 MSRC68116_36762209,36762209 Servicing_Wintrust_Pathrules_Check_After_Set_36761978,36761978 HardwareMicMuteHotkey,36756578 TestCustomIrisDelay,36755593 Servicing_UACPromptPackageName_36752341,36752341 DisableDisplayablesP010_VP9,36752311 CorruptStoreFixes,36750110 MSRC68092_36749910,36749910 MSRC68090_36749712,36749712 Servicing_cantReconnectToRDSinAVDinCitrix_36749554,36749554 UndockedScoobeBrowserPermanentNode,36748367 WidgetsDynamicFeed,36738728 WVD_UserSession_DeviceCSP_Filtering,36738211 XHCI_Spec_V1_2_VTIOProgramming,36734910 Servicing_CommandBarRTL_36733599,36733599 RedirectInstalledUpdates,36731482 CandidateWindowOnLogonMitigation,36730529 ReportOneSettingsUsage_36722739,36722739 Servicing_MicrosoftEdgeFilter_36720766,36720766 MSRC68065_36720265,36720265 MSRC68064_36720144,36720144 MSRC68063_36720048,36720048 MSRC68061_36719923,36719923 MSRC68059_36719015,36719015 MSRC68057_36718632,36718632 AugmentedEntryPointBadging,36718398 WSL_Install_Lifted_By_Default,36717103 Servicing_MicrosoftEdgeLaunches_36716631,36716631 InclusiveTaskbar,36715846 MSRC68043_36715792,36715792 SystemDiskInfo,36713042 GPFFFAMSA,36706710 MSRC68018_36704105,36704105 Servicing_DateAndTimeSettingsUACPrompt_36703523,36703523 JpgTurboFunctionality,36703308 WinNetSensor,36703120 MSRC68013_36701337,36701337 SplitTransactionHSIIWorkaround,36695841 ShellSafeMode,36691930 MSRC67991_36691266,36691266 MSRC67985_36690734,36690734 MSRC67987_36690565,36690565 MSRC67986_36690529,36690529 MSRC67984_36690451,36690451 RebootDowntimeEstimateFUUX,36690175 BoostOnDragSize,36689586 MSRC67982_36689514,36689514 MSRC67981_36689396,36689396 HardwareMicMuteButton,36689271 BugFix_DisableShapeWritingOnGestureCusror,36684004 Servicing_NTFSBadReparsePointTelemetry_36672178,36672178 AADClientIDForPRTHeader,36670474 MSRC67950_36669823,36669823 MSRC67949_36669789,36669789 MSRC67948_36669748,36669748 SsUseAppLocalSpeechRuntimes,36669383 MSRC67935_36668114,36668114 MSRC67934_36667985,36667985 Task36660615_AudioManagerCheck,36660615 DisableAddAccountForFamilyNonOrg,36660568 ImplicitCentennialIdentitySupport,36658697 Servicing_TaskbarLauncherTipContextMenu_36651635,36651635 MSRC67914_36649488,36649488 Servicing_MapiFix_36649263,36649263 AppDefaultsBrowserButton,36648580 BAM_SeverParentChildConnections,36646996 CastInterimCombinedExperience,36646826 VaUseAppLocalSpeechRuntimes,36645868 DefaultKeyboardInputProfile,36642232 LcUseAppLocalSpeechRuntimes,36641324 SettingsRejuv_RelatedQueries,36640117 UiaTreeViewItemProperties,36640000 MSRC67734_36631895,36631895 Servicing_FidoSwitchUserTile_36628781,36628781 Servicing_EnableBidi_36628375,36628375 Servicing_UsnLogWriteRegression_36627879,36627879 MSRC67868_36626983,36626983 VerifyAccountInSendRequestFlow,36624728 UUS_WaasMedic_Engine_SxS,36621155 UUS_WaasMedic_Engine,36621111 UUS_WaasMedic_Capsule,36612934 UUS_WaasMedic_Capsule_SxS,36612930 UUS_WaasMedic_Worker,36612845 TestIrisCampaignActions,36611102 ParallelizeLCU,36610991 QuickSettingsCommercial,36610908 UUS_WaasMedic_Worker_SxS,36610075 Servicing_SkipCbsOneSettingsInit_36610025,36610025 HWCShyTaskbar,36609989 MSRC67843_36608363,36608363 Servicing_MissingSystemWriter_36608254,36608254 XamlKeyboardUAC,36602434 Servicing_ChatAutoInstallRegionCheck_36596672,36596672 Servicing_ChatRegionCheckOOBEZDP_36596507,36596507 Servicing_ChatRegionCheckForIconVisibility_36595882,36595882 MSRC67808_36594256,36594256 SDXAccounts,36594186 DirectDisplayApi_DisableDDAVidpnOwnerCheck,36592538 MSRC67723_36592417,36592417 Servicing_AuthManagerTokenRemoval_36589242,36589242 ImeOnOffOnNarrow,36588279 OfflineShedding,36572014 NetworkIconLaunchesCaptivePortal,36571721 UndockedStartSwipeGesture,36571557 StartSwipeGesture,36571082 MSRC64294_36566870,36566870 ControlCenterGridHeightPrediction,36556531 SkipCloakedWindowsWhenFallingBackToLastActiveWindow,36556458 Servicing_36554195,36554195 AugmentedEntryPoint_36553793,36553793 EdgeGestureHideTouchKeyboardBugFix,36544006 HelloFaceExperimentCameraTimeout,36541473 Servicing_VoiceAssistantFriendlyString_36538100,36538100 FixCorruptStore,36533427 MSRC67754_36532543,36532543 HideMiracastBanner,36532222 Servicing_BrailleComboboxError_36531822,36531822 NthLogonNdupConnectMSA,36506835 SharedPCEnableOneDriveSync,36501519 TabTipAdapterConstMemberInitialization,36500812 Bug41488150SpuriousStartCodeWithinIDRFrames_HEVC,36500260 YUV444DecodeSupport_HEVC,36500250 DisableDXVA_VP9,36500244 DisableDXVA_HEVC,36500243 Servicing_2111b_36500211,36500211 DisableDXVA_AV1,36499710 Servicing_SwitcherDataModel_BoundsFix,36499150 HoloImmersiveShellExtensionPointOptional,36499053 FreemiumFeatureCardCFR,36498161 Servicing_TaskbarTaskListIconGroupAnimations_36498142,36498142 MSRC67738_36498127,36498127 Servicing_RepairSsuManifests_36496942,36496942 MultiSession,36496711 TaskbarHideSearchButton,36494306 InputDrivenDynamicRefreshRate,36493362 BitLocker_RP_Backup_Monitor,36481772 Servicing_SfcCrash_36480540,36480540 Servicing_TaskbarBadgeQueryAsync_35592075,36480243 Servicing_TaskbarShiftClick_36479996,36479996 Servicing_TaskbarAppPlates_36479888,36479888 Servicing_TaskListSizeChanged_36479856,36479856 HvciRemoveBlockAutoenablementRegkey,36479209 MSRC67719_36475946,36475946 MSRC67717_36474000,36474000 ShowFamilyToNonAdmins,36466220 AddLoggedInUserToFamilyRoster,36462142 ColorChangeUWPFix,36459537 Servicing_DisableWheaResumedFromHibernate_36438331,36438331 Servicing_RemovedFodMarkers_36437603,36437603 StartMenuAccountBadging,36435151 HideStartSearchBox,36435131 HideRecommendedSection,36435115 NoChangeStartMenu,36435051 HideAllAppsList,36435044 DisableContextMenus,36435038 NoSetTaskbarPolicy,36434497 TaskbarHideTaskViewButton,36434422 NarratorBrailleFilterDriver,36433675 MSRC67685_36430962,36430962 InputPanelPageSuspensionDeferralRelease,36425940 ShowFamilyValuePropBannerOnFamilyPage,36423953 SwitchItemTitleDrag,36421775 AccessibilityFlyoutRejuvenation,36416085 Servicing_RemovedFodMarkers_36414665,36414665 TurboStaging,36396252 Servicing_TaskbarAccessFixes_36392992,36392992 Servicing_AudioSrv_RC_36390724,36390724 AdminFlowRejuv_Master,36390579 MSRC67640_36389456,36389456 Servicing_LayoutPolicyChangedRace_36377285,36377285 AutoColorManagement_WideRollout,36371531 DxDb_ExpandedFeatureSupport,36371330 DxDb_ExpandedPublishing,36371251 WidgetsFingerTracking,36370653 Servicing_StopChatIris_36366747,36366747 GamingOverlayControllerBarLaunchSignals,36361313 Servicing_ChatHideUnregisteredWindow_36360628,36360628 SV2Navpane,36354489 312e88f3754e5b39cc29c330f99d75b7,36351947 MSRC67617_36348617,36348617 BugFix36335292_MakeLayoutPositionButtonCollapsed,36335292 AutoInitSystemMRTResourceManager,36329833 MSRC67582_36327760,36327760 MSRC67580_36327531,36327531 UUS_MoNotificationUx_SxS,36325875 StickerApp,36321507 AppPicker,36302090 IrisCampaignActions,36230643 WppRecorderTimeStamp,36228984 AltTabModal,36226836 WidgetsPeek,36226456 AugmentedEntryPoint_36226054,36226054 AllowSecondaryMsa,36221535 3FingerAnimationSwitchApps,36221438 Servicing_LockScreenHang_36217222,36217222 FixMissingOneDrivePFN,36209636 WSXProvider_SkuCheckOverrideUndocked,36202359 OobeCbr2,36195391 AppReadinessBlockLogonForCriticalAppsOnlyPolicy,36194227 MSRC67511_36192878,36192878 Servicing_NestedParentIntegration_36190570,36190570 Servicing_NestedParentIntegration_36190430,36190430 WUA_Appraiser_Crash_Fix,36188870 MSRC67498_36186894,36186894 DoNotDisturbSystray,36183526 MSRC67479_36166281,36166281 InkStickerContainment,36165848 DesktopStickerEditor,36165846 MSRC67477_36163990,36163990 CalendarViewTodayUpdates,36160918 InputDrivenEdgeAnimations,36159954 ExperienceExtensionsCanHidePages,36150872 Servicing_MiniSearchViewAppearingEmpty_36138022,36138022 DisableSearchViaPolicy,36137438 MSRC67462_36136594,36136594 AlarmsOnlyDeprecation,36133780 BlackScreenHotkeyFullLkd,36128273 ContainerCrash_CollectExtendedDumpInformation,36121332 Servicing_FixSearchHoverDismissWithAdminFocus_36116248,36116248 Servicing_PreventBugcheckWhenFileSizeLessThanResourceSize_36101939,36101939 AdaptiveCardHostApiAppService,36094217 Servicing_MiniSearchFormCodeTelemetryFix_36084902,36084902 Servicing_UserManagerAADScope_36082734,36082734 MSRC67391_35994145,35994145 DisplayScenarioTelemetryAsJson,35989595 MSRC67385_35988213,35988213 UseDDisplayForDWM,35985717 ContextMenuSmallRoundedCorner,35985633 XamlHostedDialogGeneric,35985309 MSRC67379_35985086,35985086 SystemModalDialogRounding,35984665 NoDefaultSdoPanelId,35981961 Servicing_MatchedFrameCookieWatson_35935814,35935814 NarratorHotKeyVoiceSwitch,35924515 MSRC67346_35919787,35919787 MSRC67343_35913685,35913685 MSRC67342_35913161,35913161 Servicing_Enable_DTUPauseAPI_35911347,35911347 MSRC67337_35911235,35911235 SecondaryClock,35909549 TaskManagerRejuvenated,35908098 ChangeStartLayoutUdk,35907871 ChangeStartLayout,35907865 TouchKeyboardNotShownOnPasswordResetBugFix,35903096 DockedFamilySettingsPageSV2,35899634 IE_DisableShellExecuteCalls,35891569 AppSamplePlaceholderFeature,35890787 CursorDeadzoneJump,35889350 DefenderScrollbar,35885409 QuickAccessIndexedSearchScope,35884509 MSRC67304_35881534,35881534 NarratorNeuralVoicesSupport,35875825 Servicing_TaskView_DragDrop_RTL_35841434,35841434 Servicing_Multiple_Item_Removal_35836954,35836954 Servicing_MiniSearchKeyboardNavigation_35830129,35830129 DirectDisplayApi_DisableScanoutValidation,35829523 MSRC67296_35827785,35827785 Servicing_SearchNarratorFix_35827352,35827352 Servicing_ConstraintIndexFix_35825668,35825668 MSRC67288_35823856,35823856 XamlIslandsInputViewHosting,35802524 MSRC67261_35780184,35780184 OnnxColorFaceDetector,35780056 MSRC67250_35766091,35766091 MSRC67248_35765763,35765763 MSRC67247_35765550,35765550 AnimationControllerMultiKFASupport,35765213 MSRC67243_35765025,35765025 TaskbarFlashing,35764467 AppDataBackupRestore,35763176 MSRC67238_35761023,35761023 MSRC67237_35760567,35760567 Servicing_35760492,35760492 NarratorIntroduceHighQualityVoicesDialog,35752263 PinnedListFolderNames,35747264 Servicing_RtmFodMumRepair_35746621,35746621 ChineseSimplifiedImeTheming_OSClient,35746557 Servicing_ScavengingImpersonationFix_35746355,35746355 DisableReadyBoost,35744813 FocusSettingRejuv,35742169 BIPATimersValidation,35741764 BIPATimers,35741749 Servicing_WoANoPolicies_35730505,35730505 MSRC67211_35726730,35726730 Servicing_SearchHoverKeyboardNavigation_35726125,35726125 MSRC67209_35725030,35725030 DshowReverseBridge,35717806 MSRC67186_35709019,35709019 RestrictXpdm_RemoveRdpdd,35706077 MSRC67183_35702192,35702192 UnpinFolderVerbInContextMenu,35701664 D3D12HWSchedulingApplyPriority,35701559 Servicing_Font_Icon_Missing_RTL_35701427,35701427 StuffedFolders_2021,35699977 MSRC67172_35696748,35696748 DragAndDropGlyphUpdates,35688218 MSRC67160_35686584,35686584 MSRC67159_35686496,35686496 MSRC67158_35686412,35686412 MSRC67156_35686021,35686021 MSRC67155_35685934,35685934 SuggestionUISticker,35685301 RIMUserCritOpt,35683068 MicaBackdropInApplicationFrameHostTitlebar,35681203 MSGraphShare,35681116 DoNotUseForTesting,35681102 MSRC67152_35678517,35678517 MSRC67150_35678152,35678152 MSRC67146_35674897,35674897 MtcLockRejuv,35674037 MSRC67145_35673749,35673749 MSRC67120_35624755,35624755 OverflowPanel,35620394 TOTest,35620393 BluetoothLEAudioHearingAids,35619499 BluetoothAudioTransportSelector,35617047 MSRC67103_35616243,35616243 SLTest,35608488 ShyTaskbar,35599125 LimitShouldStayExpandedChanged,35597352 DeprecatedProjectionAPIs,35596946 CallScenarioCenterAlignNotifications,35595222 MSRC67073_35592620,35592620 TaskbarBadgeQueryAsync,35592075 MSRC67071_35591924,35591924 TSF1Fallback,35590812 CustomKeyboardProfiles,35590764 TabSvcAutoStart,35590717 BugFixVoiceTypingDuplicateComposition,35590379 SDL2STest,35589338 Tsf3ImeExperienceLogon,35578244 MSRC67044_35577074,35577074 MSRC67043_35576979,35576979 IsolatedMachinePassword,35570258 SMCTest,35553325 PersistenceDiskRemoval,35550341 ReactNativeRecommendedView,35548184 SendEventsToWds,35547316 OobeRequiredServiceEvent,35545996 MSRC66997_35545781,35545781 FaceDetectionMFT_WinML,35542646 BamoWMOnDesktop,35538206 RedirectDevicesPrinters,35532193 SettingsDevicesAndPrinterPropertiesRejuv,35532102 RedirectNetworkAndSharingCenterControlPanel,35529475 SettingsRejuv_Networking_AdvancedSharing,35529414 Servicing_NetworkIconPerf_35523684,35523684 Servicing_WslApiComFix_35521080,35521080 MSRC66974_35519677,35519677 MSRC66971_35518840,35518840 TSF2InputServiceOptimization,35515909 InputServiceSecureDesktop,35515749 MSRC66964_35514850,35514850 MSRC66954_35510462,35510462 Task35502694_MoveGetCachedShellPreferenceAsStringFunction,35502694 SDSTest,35501878 InputHubExperiment,35500835 MSRC66947_35466823,35466823 MSRC66945_35466752,35466752 MSRC66944_35466717,35466717 MSRC66941_35466507,35466507 MSRC66940_35466457,35466457 QuickSettingsVerticalTouchAnimations,35464231 CBRAppListRestore,35460598 Servicing_SearchPositioningInSecondaryMonitor_35456726,35456726 MSRC66924_35456725,35456725 MSRC66922_35455185,35455185 SettingsRejuv_PrivacyEyeTracker,35454317 MSRC66920_35453487,35453487 MSRC66919_35453408,35453408 SnapOnShow,35435264 CxhUdkAccess_35434961,35434961 OobeNdupExpeditedUpdateBlockingCheck_35434941,35434941 MSRC66908_35434756,35434756 MSRC66905_35434471,35434471 Key_Guard_Attestation,35433740 MSRC66901_35433197,35433197 DefaultEnableInspect,35431727 ProcessIrisActionsStateChangedWNF_35431603,35431603 LVDB,35426589 IMET,35418257 OobeNetworkLogging,35413044 MsalJsWamBridge,35412656 StartFingerTracking,35409324 MSRC66887_35409314,35409314 ConsentExperienceAppSilo,35409198 WirelessDisplayConnectedIcon,35408430 SystemSettings_DateTimeSettings,35406866 MSRC66883_35406322,35406322 Settings_BrailleUpgrade,35400196 EnablePpl,35387651 TouchGestureEducation,35385524 SnapToSnapAnimation,35385316 RequestExtensionErrorMessage,35384833 MSRC66869_35383959,35383959 MSRC66858_35380716,35380716 PauseUntilRework,35379785 MSRC66850_35378433,35378433 MSRC66845_35367229,35367229 BugFix35366473_HideDictationForVoiceAccess,35366473 DXCoreAdapterUtilization,35365030 BugFix35364902_Refactor,35364902 MicaDefaultBackdrop,35362067 WSXProviderUndocked,35359319 WsxSelfHealing_35359296,35359296 FETV,35352817 XamlIslandViewAdapterRefactor,35352690 TIFEAPI,35352644 UrlMonitoringForAntiPhishing,35336581 CddInSystemSpace,35327661 WSXProvider_SkuCheckOverride,35296908 MSRC66808_35291341,35291341 Servicing_UDP_35286967,35286967 PreinstalledAppSupport,35286366 MSRC66769_35264364,35264364 SnapHotkeyNarratorAnnouncement,35263371 AmbientDeviceLighting,35262205 InputViewCoordinating,35260686 MSRC66761_35258926,35258926 BugFix_PasswordFeedbackAnimation,35249410 KeyboardSettingLinkString,35249129 Settings_MigrateUninstallUpdates,35246215 RedirectDefaultPrograms,35245087 MSRC66748_35242033,35242033 MSRC66747_35241909,35241909 AnimationControllerMultiKFASupportAPI,35241667 SBServicing_35240876,35240876 MSRC66746_35240787,35240787 Servicing_AddQuietPeriodSettingsToggle_35239144,35239144 Servicing_LocationShowsGPEnabled_35238584,35238584 WUAPIRegisterProxyStubs,35237757 SuperInteropCompositor,35237492 WebAuthnInWAMPrompts,35233288 HardwareMicMuteConfirmator,35232539 ShareAnyWindow_VisualIndication,35232263 RemoveMiracastBanner,35221663 CastProjectL2s,35221101 TabletPostureWnfNotification,35215389 SuppressImmersiveColorBroadcast,35215294 MSRC66734_35214881,35214881 MSRC66731_35213122,35213122 MSRC66727_35211842,35211842 MSRC66723_35210337,35210337 MSRC66719_35206521,35206521 JointResizeIcons,35206184 TabletPostureWindowingShowMaximized,35206086 MSRC66714_35204835,35204835 MSRC66713_35204597,35204597 DeferIMEActivation,35187278 Servicing_35180607,35180607 Servicing_RemoveAppFrame_35168596,35168596 BatchFileCodeIntegrity,35140618 CloudProviderStatusAPI_35122196,35122196 Servicing_IContextMenuGDILeak_35118824,35118824 Servicing_ChatUriTelemetry_35118464,35118464 OsConfigurationGetConfigurationDocument,35115136 MSRC66673_35090504,35090504 StorageReserveFixes,35089046 Servicing_SecurebootPolicy_35088730,35088730 Hub_ForceDarkFirstBoot,35084316 Servicing_TaskbarIconMissingSecondMon_35081499,35081499 CompDBFodEnumeration,35063734 UrgentNotifications,35061012 MSRC66647_35057935,35057935 RecycleLinkAndSustainablePowerAlerts,35056325 Servicing_HaileyOEMPolicyRemoval_35054742,35054742 BugFixForSV2CraftAndTheme,35046510 Servicing_ScavengingImpersonationFix_35044426,35044426 OsConfigurationPowerShell,35038115 MSRC66619_35038104,35038104 OsConfigurationParseJSONToDCDoc,35038075 CloudProviderStatusUI,35032947 KeepWin8SearchPane,35032763 ReplaceConstraintIndex,35032448 MSRC66604_35031745,35031745 MSRC66603_35031671,35031671 MSRC66600_35030474,35030474 Servicing_MissingDisplayOrderUpgradeCrash_35015502,35015502 Servicing_35014988,35014988 EdgyDetectionISM,35014286 Servicing_35014083,35014083 Servicing_ScrollBarLayoutCycleFix_35013684,35013684 MamReporting,35009189 ResponsiveScreenRotationAnimation,35001794 RotationUiaNotification,34968108 IMEABFTest,34968078 Servicing_WatsonCrashes_34962540,34962540 MSRC66578_34956333,34956333 MSRC66577_34956299,34956299 UPSovereignCloud,34953438 FEPerformanceImprovements_2021,34951770 Servicing_FileExplorerDispatcherLeak_34948883,34948883 GPM_MultiMon,34948852 DWriteTitlebarText,34948572 SBUpdate_Test,34947456 Servicing_CancelShowOperationOnClosed_34944299,34944299 Task34937368_LogonStyle,34937368 HelloFaceDriverDowngradeCapability,34933858 NetsvcsgroupRedirectionTrustMitigation,34932121 Servicing_DirectoryBackgroundMiniMenu_34927130,34927130 LivedumpProcessFiltering,34924843 OobeNetworkReconnect,34920336 OobeDisableSkipNetworkOnAadCapableEditions,34919835 XIIS_Test,34919815 KSOD,34912776 VTLR,34912752 Hub_AllowTabletMode,34909689 MSRC66525_34909124,34909124 MSRC66519_34908879,34908879 ShowSmartInstallAppRecommendation,34907890 ScriptingEngines_CollectVBScriptTelemetryData_ScriptStateStarted,34898847 EnableNSkuAutoInstallWebExpPolicyChecks,34897283 GIVT,34896603 NickelKeyboardHostingImprovement,34895662 BugFixHwpNoCandidates,34886873 SecureEOF,34882261 MSRC66477_34881716,34881716 MSRC66472_34878782,34878782 SettingsAnimatedNavigationIcons,34878152 FEResourceLeakFixes,34877149 BackgroundBackupRestoreHandler_34875338,34875338 Servicing_ContextMenuAppExtensionIcons_34862854,34862854 AADVirtualDesktopTagging,34862216 Servicing_ScoobeNGC_34862203,34862203 MSRC66437_34859461,34859461 CGDefaultEnable,34857562 MSRC65415_34854640,34854640 BackupAndRestore,34853379 ColorBackupRestoreHandler,34853364 BugFixForSV2CraftAndTheme_OS2020,34845976 MSRC66425_34834369,34834369 Brain_BinaryFileValidation,34806659 MSRC66418_34805222,34805222 MSRC66417_34804392,34804392 Servicing_RTBShellLibraryUpdate_34800334,34800334 Servicing_ChatNoIconTaskbarLeftAlignRTLFlyoutPos_34797921,34797921 Servicing_WinsetupHandlerEULA_34790182,34790182 MSRC66407_34784904,34784904 MSRC66404_34783484,34783484 MSRC66402_34783313,34783313 UUS_MoNotificationUx,34777180 InputSupportForBcp47,34762752 SV2RCFixes,34762652 Servicing_ProjectModeFocusFix_34762648,34762648 AutoInstallWebExpOnNSku,34761168 GraphFileIconsAndThumbnails,34760373 MSRC66387_34759121,34759121 NoCandidateUISupport,34750743 VTCUXD_34750664,34750664 MSRC66363_34744120,34744120 SV2FEBugFixes,34739602 DebounceDeviceConnectSound,34734680 SnapFlyoutDeprecateDisplayRegions,34731873 Servicing_ExplorerCmdBarPerf_34731179,34731179 Servicing_WidgetDataModelCrashFix_34725563,34725563 Servicing_FEExplorerFrameCrashFix,34721405 VoiceAccessVoiceTypingViewOrchestration,34718548 SpeechProcessorStabilization,34718342 AllowOemToForceNightLightUsingDES,34718006 Adaptive_Color_Reduction_With_External_Monitor,34717843 AugmentedEntryPoint_34708779,34708779 BugFix34683034,34683034 RollbackForAtomicTransactions,34643634 MSRC66300_34642423,34642423 FocusAssistLauncher,34641570 Servicing_TaskManagerWebView2CobaltExperience_34625399,34625399 STest,34618871 SSODTest,34618575 SICTest,34618485 SSTest,34618328 Servicing_SandboxEscapeUiLimits,34600333 Servicing_StorageProviderContextMenuGroupName_34592485,34592485 SuggestedActionsOnCopy,34592303 MSRC66266_34576809,34576809 TKPOSR,34562805 HyperVFirewall,34558427 CloudPCBoot,34546734 WinSEFileExperiences,34545233 WPTest,34538730 Servicing_OobeEulaTelemetry_34529555,34529555 OobeNdupExpeditedUpdate_34529478,34529478 RemoveDeviceConfirmatorDeprecation,34525664 ToastOcclusion,34523290 Servicing_VoiceAssistantFriendlyString_34518611,34518611 DisplayMessage,34509399 OneDriveCard,34508795 CloudPCSwitch,34508225 MSRC66247_34508175,34508175 MSRC66242_34492278,34492278 Servicing_TaskbarMultiMonConfigChange_34484012,34484012 Servicing_KeyboardNavigation_34474703,34474703 LogonInputSwitcher,34472988 MSRC66213_34464455,34464455 NFI,34459275 Servicing_TaskbarAutoHideSecondary_34449361,34449361 Servicing_NearestMonitorForOutOfBoundImmersiveAppFrames_34377532,34377532 BugFixTabTipAdapterNullCheck,34370999 PRL_TIFE,34370472 Servicing_SnapFlyoutInstanceReentrancyHang,34368400 NickelInputAppActivationImprovement,34346195 MSRC66176_34340134,34340134 OrchestratorInitedByApp_34308337,34308337 ETUpdate,34308080 Servicing_KioskModeFilesAccess_34302382,34302382 OTPGTBIPID,34301521 AugmentedEntryPoint_34301415,34301415 WidgetsExpandedView,34300186 Servicing_UserWriteablePathCheck_34289408,34289408 RemoveStateRepoCallInTileStoreNotification,34285456 Servicing_HoverSelection_34281868,34281868 MSRC66140_34268530,34268530 MicaUpdate,34263527 HW_FixCrashOnInvalidCandidate,34263104 MSRC66126_34255860,34255860 MSRC66101_34221844,34221844 LoadExtraUAInstance,34221815 MSRC66100_34221781,34221781 MSRC66098_34221672,34221672 MSRC66096_34221177,34221177 MSRC66093_34198652,34198652 MSRC66089_34162206,34162206 Hub_DeviceWatcher_34155662,34155662 VwSotUpdates,34146562 Servicing_WinXMissingLinks_34139006,34139006 MSRC66071_34131098,34131098 TaskManagerProcessAggregation,34125042 DifferentiatedSnapGroupThumbnails,34123984 Servicing_ImeEatsShiftUp_34114402,34114402 Task34111152_ImageBackgroundBottomCorners,34111152 TurbineAttestationUI,34102635 SecureChannelRpcWithKerberos,34096745 Servicing_HSP_34093692,34093692 PrintSupportAppV3,34070241 PrintSupportAppV2,34070240 NDRTW,34066069 H2E_WPA3SAE,34064658 VPNForegroundAsyncAPI,34064154 Servicing_34049117,34049117 NetworkSensorClearConnections,34045002 TaskbarExternalDrag,34042443 ReservedWidthReflowingPanel_NegativeWidthFix,34038942 IE_OneTimeSSFDownload_34038493,34038493 XamlHostedDialogHyperlinks,34037898 CustomXamlUIDialog,34037864 WebThreatDefenseComponents,34032856 MSRC65948_33968375,33968375 MSRC65947_33968321,33968321 UseInitOnceAndSRCacheForMuaCheck,33965401 Servicing_SetAllowedFolderLocations_Check_33954786,33954786 MSRC65926_33954736,33954736 PSA,33953705 PrinterProvisioningCSP_33953695,33953695 DafEscl_33953685,33953685 Servicing_CFF2NullPtrCheck,33948731 Servicing_RenderNetworkSettings_33948030,33948030 ContextMenuGlitch,33937858 RpcssPriorityBoost,33937816 MSEdgeJumpListItems,33936741 NSLFL,33929270 Servicing_VirtualDesktopSwitcher_Preview_Hover_Behavior_33927328,33927328 Servicing_OverlayIconUnloadAsync_33927195,33927195 OobeAppReadyScan,33913788 MSRC65887_33905632,33905632 MSRC65886_33905167,33905167 StrictParentBasedAllowForegroundActivate,33882822 MSRC65840_33878041,33878041 MSRC65839_33877957,33877957 MSRC65838_33877834,33877834 MSRC65837_33877753,33877753 MSRC65835_33877449,33877449 MSRC65834_33877368,33877368 MSRC65833_33877300,33877300 MSRC65832_33877240,33877240 MSRC65830_33877115,33877115 MSRC65824_33830200,33830200 PromotedSeekerIrisSignal,33829844 IppPdlPassthrough,33828954 SuppressTitleChangeEventOnUninstall,33823951 Undocking_WUPSDll_SxS,33819657 Undocking_WUPS2Dll_SxS,33819654 Undocking_WUPSDll,33819619 MSRC65815_33815680,33815680 VDSkipFullRes,33812524 GuidedSnapAssistContinuity,33793580 MSRC65787_33793529,33793529 MSRC65785_33792954,33792954 DeleteOobeAppsScanAfterUpdate,33790442 MSRC65772_33789583,33789583 MSRC65767_33788777,33788777 SIPShowUpOnLogonUIBugFix,33782055 ChecksForTPMandCPU,33777183 Servicing_MiniSearchAnimations_33774332,33774332 MSRC65755_33774255,33774255 FastPassExpression,33774016 MSRC65754_33773820,33773820 Servicing_WUSettingsOptionalUpdateFix,33772718 Undocking_WUPS2Dll,33758299 WebThreatDefenseToggle,33755739 ThemesSyncedImagesDownload_33747127,33747127 PGStartRenderOptimizations,33726028 Undocking_WuuhosdeploymentDll_SxS,33725619 Undocking_WuuhosdeploymentDll,33725615 Undocking_WuuhdrvDll_SxS,33723380 Undocking_WuuhdrvDll,33723374 Undocking_WuuhextDll_SxS,33723317 Undocking_WuuhextDll,33723308 SyncedPasskeys,33722644 MSRC65698_33721067,33721067 LockBugFix_ReentrantLockAndUnlockActivityNotSerialized,33711970 MSRC65688_33698297,33698297 ReplaceAdal,33684350 Narrator_AddHighQualityVoice_33672777,33672777 Narrator_AddHighQualityVoice_33672769,33672769 WdfIfrTimeStamp,33671146 WallpaperBlueGridFix,33670437 MSRC65664_33668741,33668741 Servicing_CastHighContrastIssues_33668476,33668476 InputDrivenGTGAnimations,33668320 MSRC65660_33666197,33666197 TouchKeyboardOptimizationSV,33660361 UseOpenProcessForCompat,33658374 MSRC65651_33658370,33658370 Undocking_UpdatePolicy_SxS,33656749 MSRC65649_33655545,33655545 MSRC65648_33655481,33655481 Servicing_EnumerateServerScope_33655476,33655476 MSRC65638_33650181,33650181 Servicing_33649696,33649696 FederatedAADWebSignInSV2,33624936 ValidHumanPresenceDetectionType,33624651 MSRC65627_33622376,33622376 KeyboardButtonVisibilityImprovement,33621054 MSRC63700_33614092,33614092 Servicing_2106b_33613052,33613052 PerpetualFeatureCard,33610782 IPPoverUSB_33608586,33608586 ForegroundLockTimeout,33595717 Servicing_WldpConsistency_33595474,33595474 MSGraphIntegrationDestListInfrastructure,33591120 MSRC65587_33588537,33588537 Servicing_SignIn_33588494,33588494 FreemiumFeatureCard,33581623 WifiAdapter_ScanCache,33578378 MSRC65574_33575080,33575080 MSRC65573_33575024,33575024 Servicing_DisableFuncOnARMMachines_33573714,33573714 CDMLiteVersion,33572137 CDSRoamPenAndInkingSettings_33568001,33568001 SurfaceHubUserSettings,33567999 Servicing_LidDebounce_33563243,33563243 MSRC65535_33532345,33532345 Undocking_UpdateDeployDll_SxS,33531953 Undocking_UpdateDeployDll,33531951 WdfFix33526106,33526106 MSRC65523_33525496,33525496 Rejuvenate_ShutdownDialog,33499980 Rejuvenate_UpdateDialogs,33499961 MSRC65504_33496456,33496456 MSRC65499_33495811,33495811 AppListBackup,33494563 Servicing_TSFReadOnyHtml_33470434,33470434 MSRC65473_33470314,33470314 MSRC65471_33464863,33464863 Hub_EmptyStageBackgroundImage_SC,33464502 Hub_Win32Vtc_Converged_SC,33464486 PCH_UndockedScreenClippingTEST,33462698 Servicing_ScsiTimeout_33462525,33462525 MSRC65465_33462387,33462387 BugFix33456184,33456184 MSRC65454_33451446,33451446 MSRC65449_33449376,33449376 Servicing_ActivationHangRelA,33435188 UseCDMLiteForPGStart,33410451 InputViewPersonalizationSV2,33393602 Servicing_GetFeedsEnablementAsync,33391502 AllowShortDisplayName,33390153 MSRC65409_33380731,33380731 AvoidCreatingViewWhileSuspending,33362568 UndockedSettingsExtensions_ConditionsOverride,33359362 MSRC65401_33357069,33357069 MSRC65399_33356215,33356215 Servicing_FixPathTraversal_33356209,33356209 LiteWhiteNTH,33355279 MSRC65394_33353819,33353819 PreloadACExperiences,33352205 BugFixCHSConversionListStyle,33343659 MSRC65389_33341811,33341811 Undocking_UpdatePolicy,33340082 WindowTabHostBackgroundInit,33340028 FetchConcurrentInstallsFromOneSettings,33337770 ScanForMultipleUpdates,33337730 Servicing_UnlockDeferralDelay_33334809,33334809 MsOobeWirelessPluginWmiFix,33330311 MSRC65154_33320719,33320719 MSRC65359_33317886,33317886 Bugfix_33306473,33306473 MSRC64103_33299430,33299430 MSRC65330_33282138,33282138 MsiHashMismatchFix,33280101 MSRC65454_33279943,33279943 MSRC65306_33279547,33279547 MSRC65305_33279484,33279484 CortanaOnSV,33269642 MSRC65291_33257186,33257186 MSRC65290_33257011,33257011 MSRC65289_33256947,33256947 MSRC65288_33256830,33256830 Servicing_PassivePolling,33255981 DeliveryOptimizationAdvancedSettingsRejuvenation,33235889 Servicing_ExplorerSearchPoundFix_33234451,33234451 Upgrade_UpdateScenario_ForceAcceptEulaInDownLevelOS,33232408 OobeAppsScanAfterUpdate,33232335 MMPC_Desktop,33231644 IgnoreFocusEventFromEmptyWindow,33225829 DoNotDisturb,33212737 CurfewAllowanceCalculation,33207570 Containment_UUS_BugFix_IpuCacheThread_33203440,33203440 Servicing_33194026,33194026 CameraBasedHumanPresence,33193505 Undocking_StoreWuAuth_SxS,33193385 SearchBoxInStart,33192136 Containment_UUS_BugFix_FederatedCleanup_33187522,33187522 Servicing_QueryFormulationWebDataClearHandling,33184616 Watson33167237,33167237 WdagDynamicVgpuDisable,33155902 Undocking_StoreWuAuth,33155727 AppDefaultsAutoSuggestBox,33154494 Servicing_33154093,33154093 Servicing_FixGlitchWallpaperSlideShowAnimation_33149564,33149564 MNH,33149426 IMDTest,33135792 AMPPLToast,33129880 ReduceQUWakeDisruption,33129334 UnsupportedHardwareNotification,33122876 SettingsRejuv_AccountsCategoryHeroControlDevEnable,33112896 SettingsRejuv_SystemCategoryHeroControlDevEnable,33112887 MoveUWLMIntoCoreShellHost,33109207 MSRC65194_33108855,33108855 MSRC65193_33108752,33108752 FontdrvhostGdi32LoadAudit,33107947 LHFA,33103318 AppxSvcManagedInstallerSupport,33102812 Win32TextInputInUWP,33102152 MSRC65188_33102138,33102138 Fido_WebAuthn_RDP,33101665 Servicing_SnapAssistWTMReliability_33094213,33094213 WinUI_LogonUI_Network_Flyout,33090389 Servicing_FeedsTaskbarRenderingRQVFix_33066034,33066034 QueryDisplayConfig_DropUserCrit,33065830 OneDownloadSlotForLowPerf,33061463 MSAAADSplit,33061411 FWTest,33060287 Servicing_RestrictAgeForNotificationsInCourtesyEngine_33048438,33048438 MSRC65159_33045122,33045122 SettingSyncRemovalDisableAllUploadsAndDownloads_33029785,33029785 TrustedRoots_Flighting_33001637,33001637 MDMDiagnosticsTool_FlattenOutputFile,32990851 Servicing_LogonUIRaceCondFix_32990093,32990093 LockOnLogon,32979348 SnCm,32966687 DisableAutoUserShutdownTimeout,32963834 IAKerbProxy,32935953 Rejuv_Devices_HeroControl,32935409 OobeAllowDisplayModeChange,32928261 KeepLegacy,32926035 MSRC65104_32911927,32911927 TouchKeyboardDeviceConvertibility,32910101 DeliveryOptimization_UnregCallersV2,32901691 MSRC65089_32900241,32900241 MSRC65087_32898838,32898838 MSRC63700_32898578,32898578 MSRC65071_32874422,32874422 MSRC65064_32872568,32872568 TerminalAsDefault,32867655 TaSn,32865816 SnEndNoUse,32865806 SnNoUse,32865798 MSRC65056_32865215,32865215 AccountCheckWizard,32862275 PISubscriptionFeatureCard,32862274 Servicing_PenMenuCrash_32853045,32853045 WindowOrdersOverRailChannel,32846425 Servicing_PolicyManagerFreeGetPolicyDataCrash_32812950,32812950 Servicing_WebSignInSandboxImprovements,32807650 MSRC65042_32805760,32805760 PrefetchPolicy_PostHarm,32802025 MSRC65030_32800604,32800604 MSRC65029_32800462,32800462 OSetupSCTest,32798798 MSRC65024_32796115,32796115 FixBug32793759,32793759 OobeMMXPage,32789062 FixBug32772516,32772516 FixBug32772476,32772476 VPNReliability,32771196 DisableEdgeGestureOnTouchKeyboard,32770009 MSRC64435_32767078,32767078 MSRC65001_32765658,32765658 BlackScreenAutoRecoveryFramework,32764574 MSRC64997_32763334,32763334 EnhancedBarriers,32751694 21H2_Rollback,32728847 CommandBar_WithTitlebar,32725336 ClickSensitivity,32720331 PersonalizationTheme,32709299 ModernNetworkTroubleshooter,32705523 MSRC64964_32699012,32699012 MSRC64963_32698962,32698962 PresentationAPIDisableScanoutProtection,32673124 PresentationAPIOverlayWithoutIFlip,32672985 MSRC64960_32657825,32657825 ScriptingEngines_MSXML_GroupPolicyJScriptReplacement,32640845 KeepCrops,32623718 Servicing_WidgetsReportAppVisibility_32622488,32622488 QuietMomentPostOOBE,32619713 LargeWallpaper,32618675 PsaForUPOnAvd,32615832 UnifiedPrintDialog,32615831 Undocking_WUAUENG_SxS,32613676 Servicing_NightLightDEMMapCrash_32594473,32594473 MSRC64907_32540543,32540543 MSRC64899_32537439,32537439 MSRC64898_32537371,32537371 MSRC64893_32521242,32521242 MSRC64892_32519672,32519672 Undocking_WUAPI_SxS,32518535 SB_Test,32513582 MSAAADC,32503442 FixBug32498229,32498229 IE_SBE_CleanupAtEnabled,32495507 MSRC64853_32488163,32488163 MSRC64842_32484196,32484196 OobeNetworkReprobe,32480409 DWMHdrPixelFormatEnforced,32475491 MSRC64834_32474824,32474824 MSRC64834_32474822,32474822 MSRC64832_32474491,32474491 ShowMaxDaysInTimeline,32473084 Rejuv_Camera_Settings,32472551 MSRC64825_32472455,32472455 MSRC64825_32472453,32472453 MSRC64719_32470508,32470508 Servicing_DeviceOnLost_32463455,32463455 PCH_EnforceBreakingChange,32461398 BugFix32439543,32439543 OSetupPTest,32438591 TestIdealStateControlIrisCampaign,32436187 MSRC64763_32434971,32434971 Upgrade_MediaScenario_ForceAcceptEulaInDownLevelOS,32434707 SettingsRejuv_MixedReality,32433565 FamilySafetyRemoteLock,32425780 MSRC64746_32425730,32425730 MSRC64746_32425728,32425728 CPRTest,32423803 RefreshSuggestionsContextMenu,32418663 UserManager_AADC,32407602 MSRC64721_32391376,32391376 MSRC64720_32386001,32386001 Servicing_FeedsEmptyDisabledReasonFix_32385510,32385510 Servicing_FeedsNewsRotatingWithOpenFix_32377695,32377695 PrinterProvisioningCSP_32377461,32377461 MSRC64702_32376948,32376948 SystemIndependentFontSizeCHS,32366731 FullscreenRestore,32361572 SettingsRejuv_UserProfileControl,32353009 MSRC64675_32343618,32343618 PostRebootTelemetryFromGetDeploymentStatus,32341597 NarratorFindDescendantTextPatternRemoteOptimization,32341145 SettingsRejuv_AccountsCategoryHeroControl,32340928 Servicing_CleanUpWindowsClassesBeforeUnregister_32335491,32335491 Servicing_KeyboardNavigation_32335287,32335287 Servicing_RegistryWriteError_32333467,32333467 ScanModeScopeFinderOptimization,32332812 Undocking_WUAUENG,32332606 MSRC64646_32330004,32330004 SV2RCFixesTwinui,32324386 MSRC64641_32323316,32323316 MkTmeRegKey,32316632 MSRC64631_32315710,32315710 Servicing_FeedsButtonHoverFix_32307680,32307680 Servicing_FeedsButtonModeChangeTelemetry_32306872,32306872 MSRC64607_32306327,32306327 MSRC64605_32305810,32305810 AutopilotSurfaceHub,32305439 Servicing_FeedsInfiniteLoadFix_32305389,32305389 MSRC64603_32304823,32304823 PowerAndBatteryPage_DisableGraphSmoothing,32304239 DeclaredConfiguration_Desktop,32303130 MSRC64594_32300957,32300957 CandidateWindowTipLinkCrash,32293807 MSRC64582_32292762,32292762 TestAlertBannerIrisCampaign,32292267 MSRC62686_32291828,32291828 MSRC62982_32291822,32291822 MSRC63368_32291794,32291794 MSRC63361_32291786,32291786 MSRC63460_32291783,32291783 MSRC63391_32291778,32291778 MSRC63828_32291772,32291772 MSRC63746_32291766,32291766 MSRC63868_32291765,32291765 MSRC63769_32291760,32291760 MSRC63982_32291754,32291754 MSRC63988_32291752,32291752 MSRC64091_32291742,32291742 MSRC64273_32291736,32291736 MSRC64232_32291734,32291734 MSRC64186_32291732,32291732 MSRC64226_32291727,32291727 MSRC64297_32291725,32291725 MSRC64305_32291723,32291723 MSRC64290_32291721,32291721 MSRC64287_32291720,32291720 MSRC64310_32291719,32291719 MSRC64295_32291715,32291715 MSRC64331_32291714,32291714 MSRC64303_32291712,32291712 MSRC64306_32291710,32291710 MSRC64437_32291705,32291705 MSRC64374_32291704,32291704 MSRC64351_32291699,32291699 MSRC64349_32291697,32291697 MSRC64333_32291691,32291691 MSRC64371_32291671,32291671 SettingsPersonalizationHeroControl,32291554 VDSLTest,32266484 MeetAndChatIrisContent,32266096 21H2_Enablement,32252862 Servicing_TaskbarHeightChangesFeedsModeFix_32246009,32246009 Servicing_FeedsRetryTimer_32240580,32240580 Servicing_IsFeedsAvailableExpectedErrorHandling_32238316,32238316 Rejuv_Device_Encryption,32237831 SearchAnimations,32236533 EnterprisePasswordlessExperience_32225942,32225942 Servicing_GSKUSearchHeaderException_32224631,32224631 JumplistInContextMenu,32222762 Servicing_ExplorerCrashCreateDrawingSurface_32219994,32219994 FHL2021SpringInputScopeOnRunDialog,32215163 Servicing_FeedsWebviewVisibilityMessageToServer_32214317,32214317 CloudNavMeshCache,32210961 CapabilitiesDEHMachinePhase,32203795 SearchBoxActivationHangFix,32193412 MSRC64413_32193132,32193132 MTCATest_UBC,32191280 MSRC64400_32191236,32191236 BugFix32183343_BubblePosition,32183343 Bug32177364_FixKeyboardGridAfterDictationOverlay,32177364 SearchBoxImprovedSuspensionFix,32174744 AppUriPathSupport,32167453 EdgeUpdate,32165251 CentennialRibbonNewMenuInvoke,32160382 UndockingTrust_SxS,32158070 LUITest,32157446 FUXTest,32157403 BSBTest,32157131 DXGI_BufferUpgrades_Optimizations,32156044 TouchProcNoGuard,32146374 38f13e0fba0656bd8248c0fdddc56de1,32145346 DispBroker_EmulateKernelSdcReset,32144447 BugFix32138127_CHSHandwritingetc,32138127 CtacSessionContext,32137669 BugFix32137628_VisibilityLock,32137628 HVSUSSHTest,32135017 OobeNdupExpeditedUpdateBlockingCheck_32133523,32133523 Servicing_WDAGRemoteAppFlicker_32131376,32131376 TKWUTest2,32125328 Servicing_ExplorerCompositionHostAddVisual_32109678,32109678 CameraSettingsWhiteBalance,32108441 MSRC64273_32106102,32106102 EnableVirtualRefreshRateOnExternalMonitor,32105186 Servicing_FeedsJSONParsingExceptionFix_32102257,32102257 BugFix32097984,32097984 BugFix32094691_GripperBarHeight,32094691 MSRC64226_32094340,32094340 SettingsRejuv_SystemCategoryHeroControl,32093957 MoveUWLMForDesktop,32091812 STest05,32090915 EmptyStageBackgroundImage,32090263 PCH_ShellPackageUpdateUnderLockOnly,32089879 Servicing_ScrollViewerLayoutCycleFix_32089063,32089063 MultiSpectrumAntiSpoofingModel,32081961 StartAlwaysAutoShow,32078060 MNAPI,32075029 MNAI,32074938 CMITActivationSettingsPage,32072588 MSRC64205_32072023,32072023 GTGETest,32066579 AppraiserSVChecks,32064666 PCH_UndockedSearchTest,32064597 Undocking_WUAPI,32063705 BugFix32062481,32062481 UseExternalMeetAndChatIrisId,32060732 SinglePathAppRestart,32060401 BugFix32059606ShapewritingThickness,32059606 MSRC64186_32057820,32057820 SettingsRejuv_SharedExperiences_NearbySharing,32055143 BugFix32053342,32053342 BugFix32052979_DeadLockInInputLocaleManager,32052979 IE_SBE,32050367 DeliveryOptimization_RLedbat,32050313 CloudNavMesh,32047098 HgsPlusParkingSupportRequired,32043985 CUFSTest,32043389 FailFastDeprecatedAppExtensionMethods,32030964 SvchostXfgPolicies,32009050 SV2RCFixesFTMCrossProcClientImpl,32006506 GpuVaPagingHistoryFre,32004408 RemoteDesktop_Rejuv,32003191 AlwaysProcessAppListInvisibleTiles,31992504 SettingsRejuv_GraphicsCaptureProgrammatic,31986764 SettingsRejuv_GraphicsCaptureWithoutBorder,31986747 SettingsRejuv_DownloadsFolder,31986728 SettingsRejuv_PrivacyVoiceActivation,31986706 SettingsRejuv_BroadFileSystemAccess,31986675 SettingsRejuv_PrivacyVideos,31986635 SettingsRejuv_PrivacyPictures,31986618 SettingsRejuv_PrivacyDocuments,31986606 SettingsRejuv_PrivacyAppRequestedDownloads,31986566 SettingsRejuv_PrivacyAppDiagnostics,31986553 SettingsRejuv_PrivacyCustomPeripherals,31986528 SettingsRejuv_PrivacyTasks,31986304 SettingsRejuv_PrivacyEmail,31986300 SettingsRejuv_PrivacyCallHistory,31986294 SettingsRejuv_PrivacyCalendar,31986290 SettingsRejuv_PrivacyContacts,31986285 SettingsRejuv_PrivacyAccountInfo,31986280 SettingsRejuv_PrivacyNotifications,31986266 SettingsRejuv_PrivacyMicrophone,31986224 MSRC64115_31984176,31984176 BugFix31980243,31980243 SnCmEnablment,31979781 TUCHFTest,31970011 MSRC64092_31966791,31966791 MSRC64090_31966490,31966490 BugFix31960649,31960649 CameraOcclusionStateMonitor,31959435 DUCForIoTEnterprise,31949603 FileSystemPolicy_2021,31943156 IAWUTest,31939290 ScriptingEngines_CollectLegacyTelemetryData_Multithreading,31935990 MSRC64044_31934337,31934337 Servicing_IsRemovableDevicePath_31932128,31932128 GraphRecentItemsManagerEnabled,31923344 HnsFlowSteeringContainerManager,31921179 SkipWaitingForConnectionSignal,31917510 ScriptingEngines_GroupPolicyJScriptReplacement,31916716 BugFix31915298CorrectMinmax,31915298 BugFix31914887ShiftViewDoesNotShowBaseLabel,31914887 IconUnstacking_31913374,31913374 Rejuv_USB_Settings,31907773 MultiCoreClasses,31903588 BugFix31897360_ResourceLoader,31897360 BugFix31897348_ApplicationCurrent,31897348 UndockedSCOOBENetworkDropoffHandler,31896588 Revamped_Login,31879562 PCH_SnapGroupsInAltTabActivationModel,31877852 SettingsUpdate_Touch,31870346 MSRC63969_31861616,31861616 EnableFullSRCacheAppExtensionLookup,31860268 MSRC63913_31860193,31860193 SettingsRejuv_DeviceUserIntent,31856982 BugFix31851003,31851003 SUCTest,31850142 CandidateWindowRelE,31849487 BugFix31845635KoreanFullFixes,31845635 VoiceTypingToolTipTelemetry,31845633 UpgradeEligibilitySessionContext,31842301 EditionBasedDefaultPolicyValues,31840299 OSetupAVTest,31839148 Servicing_CompositionHostRenderingDeviceReplaced_31834199,31834199 EnableSystemResourceManagerForExplorer,31832430 SettingsRejuv_AppsFeatures_Settings,31830811 BugFix31829914,31829914 BugFix31829903,31829903 BugFix31829865,31829865 LowPriorityUpdate,31828961 VoiceTypingListeningCancellation,31826634 MSRC63105_31824985,31824985 Servicing_FeedsBlurryTextFix_31810205,31810205 SkipSpartanInAssociationEnumeration,31809544 OobeNdupExpeditedUpdate_31808636,31808636 MSRC63868_31808102,31808102 StartAutoShowNewDevices,31804463 CloudKerberosForCloudOnlyUsers,31800898 HaadjDelegationTokenLogon,31797978 CDMLiteDownloadAssets_31797835,31797835 Servicing_USOLoggerAlreadyClosed,31792981 RecycleBin_Leak,31791273 AppsForWebsitesRejuv,31788477 FileExplorerPolicy_2021,31782608 Rejuv_Sign_In_Options,31777845 Rejuv_Access_Work_or_School,31777763 SettingsRejuv_Accounts,31777756 LegacyFolders,31776450 PCH_MSHTest,31773361 SettingsPersonalizationRejuv_LockScreen,31772998 SHTest,31771395 SettingsRejuv_AccountsUsers,31770149 MSRC63845_31768335,31768335 MSARRP,31760575 MpeConnectionMonitor,31758802 GetAumidUsingITileViewStatics,31754925 Wddm30CpuVisible,31754733 SettingsRejuv_YourInfo,31754099 Rejuv_Taskbar,31754050 Personalization_StartRejuv,31754019 MSRC63823_31753986,31753986 MSRC63821_31753551,31753551 BugFix31748046_ChildKeyFixes,31748046 PsaDynamic,31746345 ReduceFUWakeDisruption,31744752 OmaDmClientTestingHook,31743990 WindowTarget,31743749 UiaOptimizedPatternsBulkFetch,31743520 TouchpadFeedback,31742892 FeedsReduceTaskbarUpdates,31741549 Servicing_PerfFixFileDeleting_31741267,31741267 SettingsVideoRejuv,31736995 BugFix31735688,31735688 ClipboardHistorySettingsRejuv,31731897 TITest,31728514 TIWUTest,31724362 MSRC63783_31710090,31710090 MSRC63772_31708335,31708335 MSRC63771_31708238,31708238 MSRC63770_31707689,31707689 ClampPositionAfterExpressionProcessing,31707393 ScriptingEngines_CollectJS9LegacyTelemetryData_ScriptStateStarted,31697992 DomainList,31696406 BatteryGraphSmartCharging,31692928 XTests,31692694 VTCC,31682123 Servicing_FeedsDisableBgtaskOnEmergencyShutdown_31681533,31681533 ICNTest,31676982 MCTest,31676893 SUTest,31676885 OmaDmClientEventSuppression,31666561 FeedsCompactModeContent,31666450 SVR_PresentAt_Flighting,31664591 Servicing_MousePointerPageURI_31663528,31663528 RestrictXpdm_Block3rdPartyDrivers,31654398 MSRC63677_31650103,31650103 MSRC63676_31650030,31650030 MSRC63675_31649970,31649970 MSRC63672_31648931,31648931 TranscodeWallpaperInContainer,31648052 FullHMenuPaint,31646879 MsaDeviceAuthForEnterprise,31645524 BugFix31631057,31631057 DHBPTest,31626668 Servicing_BrowserReplacement_SpartanDeprecation,31626602 DisplayableSurfaceForcedOn,31626029 MSRC63572_31624009,31624009 Servicing_FeedsImageURLWithoutExtension_31622441,31622441 TpmCoreProvFunctionLogger,31621124 FeedsHoverClickOptions,31615770 GSAVTest,31613713 MSRC63567_31613541,31613541 BugFix31613094,31613094 ConnectionControlChannel,31612370 HideCameraRollUpload,31611428 MSRC63550_31610527,31610527 Servicing_ApplockerMutexRelease_31610117,31610117 HideActivityHistoryCloudSyncSetting,31609456 BatteryGraphMultipleBatteries,31608451 MSRC63530_31605655,31605655 MSRC63531_31605635,31605635 Servicing_description_31598520,31598520 WUEventsLegacyStyle,31597418 WCG_Skip_WideColorSpace_Check,31597058 OSetupUTest,31596717 Servicing_FeedsHoverFlyoutFix_31594952,31594952 BitLockerRemovableDrivesExcludedFromEncryptionCspNode,31583761 ChatIconBadging,31581781 ScrollbarDPIFix,31579892 ScriptingEngines_CollectLegacyTelemetryData_ScriptStateStarted,31579722 CimBoot,31577186 Servicing_DynamicKeyword_31575046,31575046 WSL_Lifted_Support,31574628 BugFix31574157PixelsGaps,31574157 BugFix31573996,31573996 WindowsAutopilotAgility,31566716 DTests,31565736 EcoMode,31563046 DHDefaultUpgrade,31561196 UdkThirdPartyExtensions,31560468 MSRC63459_31559664,31559664 Servicing_multinicdisconnect_31559597,31559597 CameraRollUpload,31558405 OSetupAnimView,31555170 EnableThirdPartyFaceAdapters,31551511 Rejuv_Activation_Settings,31547789 WdagStandbyPlatformContainers,31544377 Servicing_FeedsExplorerInfiniteLoopCrashFix_31538391,31538391 DirectDisplayApi_Gamma,31535323 MSRC63449_31534184,31534184 MSRC63447_31534097,31534097 DirectDisplayApi_Private,31533217 DirectDisplayApi_FrontBufferRendering,31533045 DirectDisplayApi_IndirectDisplaySupport,31533041 VirtualDesktopOptional,31532520 Rtmep,31530550 DPETest,31529942 JTest01,31527042 MSRC63423_31519020,31519020 BugFix31517875ChildKeyPanelClipped,31517875 MSRC63420_31517808,31517808 BioFeedbackOnXamlIsland,31517562 TouchSettings,31516548 UseTPMForEnrollmentKey,31513978 MSRC63412_31512155,31512155 CxhAadcAgeUnknownInScope,31507879 CxhAadcBehavior,31507817 Servicing_2104c_31504504,31504504 MSRC63405_31499650,31499650 AUDTest,31498476 EnableEnahancedSignInSecurityGroupPolicy,31497951 XPTest,31496852 IntelligentPwdless,31496654 KerbSHA2,31496153 UndockedAlertBanner,31493475 MSRC63368_31483874,31483874 MSRC63361_31483579,31483579 HumanPresenceShellSettings,31482498 SCard_MD_ReadCache_Fallback,31481748 ModernEapOverLanUx,31480468 MSRC63332_31474204,31474204 UiaHandleLargePipeMessages,31469056 MSRC63304_31466076,31466076 DisableHomeGroupIdentityProvider,31465552 MSRC63298_31464184,31464184 Servicing_JapaneseIMENotWorking_31455008,31455008 Servicing_TaskBarCrunchingFix_31451680,31451680 SupportDisplayId2InsideEdid,31449729 PreferDisplayIdOverEdid,31449727 MkTme,31444823 SurfaceHubWin32VtcAPI_SC,31439180 MSRC63255_31437957,31437957 MSRC63245_31433215,31433215 SystemAppDehTrace,31428562 ModernUXV2TeachingTip,31424701 KeepToolTipOpen,31424491 UndockedScoobeEligibilityAdditionalExclusions,31423374 Servicing_WebSignInSafeMode_31423222,31423222 WindowsAutopilotForceNarrowTimeSync,31422357 WinREAgent_PartitionResizing,31421068 ESEOverride,31416826 Servicing_JapaneseIMENotWorking_31416800,31416800 MSRC63219_31415531,31415531 UUS_UsoSvcImpl_SxS,31411556 PsfxBasedCorruptionRepair,31408828 HTTest,31403504 MSRC63195_31402538,31402538 MSRC63194_31402507,31402507 MSRC63193_31402472,31402472 SettingsRejuv_WindowsUpdate,31401318 BluetoothLEConnectionParameters_DefaultParameters,31400526 MSRC63159_31399106,31399106 RemoveUpgradeNowEntrypoints,31397772 RemoveMctX86Support,31397761 MSRC63154_31397731,31397731 IBSSetup,31397652 MSDTest,31390638 EmaillessMSA,31390298 MSRC62504_31373709,31373709 MNIB,31371540 KerbEncryptionModeDisable,31371414 MACFlyout,31371065 VTpmAttestation,31368561 RetrieveEkCertRefactor,31367822 MSRC63125_31367483,31367483 Playback,31366352 MSRC63019_31357900,31357900 MSRC63078_31353102,31353102 DLNAHS,31353069 DLNENTHS,31353010 FailFastOnMissedRouting,31348721 SettingsEvolution_WindowsUpdate,31346986 PointerCaptureLock,31344584 MSRC60036_31335824,31335824 ADFSKDFContextV2,31335338 MSRC63042_31335087,31335087 MSRC63041_31334944,31334944 MSRC63033_31334112,31334112 UndockedScoobeDooMLSideloadedFeatures,31333264 UndockedScoobeOnLogonForUpgradedDevices,31333254 UndockedScoobeOnCleanInstallNoNetwork,31333241 UndockedScoobeEligibilityBasedOnML,31333224 UndockedDecoupleScoobeFromUpgradeOnLogon,31330396 IPDATest,31329986 GPM_MemUsageFastFail,31324347 UseIrisAADClient,31320227 HVCHMTest,31319812 Tls13InTeap,31308506 Tls13InEapTtls,31308504 Tls13InPeap,31308502 DLOMETRIC,31299253 WdagCreateProgressUpdates,31295704 UUS_UsoClient,31295465 UUS_UsoSvcImpl,31295451 DiagPerfProfileTracing,31292506 AppxDeploymentRedirectionTrustMitigation,31292484 SettingsRejuv_FindMyDevice,31292325 FCoreTests,31292175 SettingsRejuv_Gaming,31291312 SkipConnectionOpenBeforeRecognition,31284392 Servicing_JpnEisuKeyBehavior_31282821,31282821 StorageReserve,31281595 MSRC62983_31275183,31275183 MSRC62981_31273995,31273995 Servicing_IEModeNewTelemetry_31265381,31268658 SettingsRejuv_GraphicsSettings,31267642 GpuForClusteredVms,31265865 DamUserSessionDelay,31265047 HVCZMTest,31265023 BgTasksInModSApi,31264987 ResourceManagerLimits,31261443 FixKoreanWideNarrowTouchKeyboardShiftLabel,31256252 BugFix31255174,31255174 MSRC62942_31254234,31254234 LCTest2,31252705 MSRC62929_31252518,31252518 CheckPopupHwndIsWindow,31252183 GenericStrings,31251283 HVSUSTest,31250956 HVSTest,31250948 Servicing_2102c_31250062,31250062 MSRC62903_31248486,31248486 RemoteTextIntegration_Perf_Vail,31238536 Bugfix_PcaHeapCrash,31237327 MSRC62946_31236997,31236997 InfraredROIControlImprovement,31225283 APSCTests,31217317 MSRC62851_31204514,31204514 SettingsRejuv_SearchIndexer,31199967 SettingsRejuv_Recovery,31198568 SettingsAboutRejuv,31197890 MSRC62839_31197495,31197495 MSRC62828_31190098,31190098 MSRC62826_31189772,31189772 MSRC62821_31188485,31188485 MSRC62813_31187157,31187157 BugFix31169450,31169450 MSRC62794_31158679,31158679 BugFix31154583,31154583 InputViewModernHostingAnimationPart2,31154011 Servicing_JapaneseIMENotWorking_31152774,31152774 MSRC62788_31150637,31150637 Servicing_ExplorerIntDarkMode_31144776,31144776 BugFix31141196,31141196 IMDSLicensingIntegration,31129112 ServerSetIDXVersion,31113207 SecureCamera,31101960 MSRC62692_31101608,31101608 MSRC62691_31101437,31101437 MSRC62689_31101024,31101024 MSRC62683_31099534,31099534 RWTest,31098490 MSRC62680_31098397,31098397 MSRC62674_31090344,31090344 AppExecutionAliasUsingPackagedCreateProcess,31088796 DeferViewStateChangedEvent,31086597 MSRC62646_31075584,31075584 MTests,31073511 MStartupTests,31073410 MSRC62634_31072876,31072876 DETest,31072854 SNTest,31072849 LATest,31072841 SBTest,31072833 LCTest,31072829 DATest,31072813 Test63,31072802 OSetupTest,31072775 OBoxing,31072764 CACTest,31071662 AllowTransparentBackgroundFromMEM,31070537 WSTest,31070534 VTest,31070505 IATest,31070444 SettingsTroubleshootRejuv,31065128 EnumDisplayMonitors_UseSharedLock,31059856 EnumDisplaySettings_UseSharedLockWhenPossible,31058687 NoSpeechProcessorDeactivationOnModKey,31055084 MSRC62622_31054723,31054723 MSRC62621_31054691,31054691 MSRC62618_31054557,31054557 MSRC62616_31054487,31054487 EnumDisplayDevices_UseSharedLock_DontCheck,31051196 EnumDisplayDevices_UseSharedLock,31048924 4096916b8ccac678b7be49f168ef6616,31043135 Wlan_SecondaryStaSupport,31042985 21H1_Rollback,31041298 ClipboardRetriesRelC,31039808 ChangeNotify_Threadpool,31037754 ObfuscateDataFile,31031347 VTWUTest,31031221 UserIntentSessionContext,31029676 MSRC62561_31028037,31028037 MSRC62553_31027277,31027277 DisplaySleepPowerSettings,31026792 Rejuv_Storage_Settings,31025905 Rejuv_Bluetooth_Settings,31025902 Rejuv_Optional_Features_Settings,31025900 RemoveKeyViewStateManager,31017689 CalendarMA,31015518 DisableAADCloudAPPluginInRegistry,31014477 MSRC62536_31012518,31012518 MSRC62534_31012484,31012484 MSRC62533_31012439,31012439 MSRC62531_31012406,31012406 MSRC62524_31011603,31011603 MSRC59936_31011409,31011409 MSRC59847_31011359,31011359 DisplayRejuvPage,31010280 VirtualRefreshRate,31009242 NestedSevSnp,31004592 MSRC62497_31002625,31002625 MSRC62491_30999602,30999602 OBR,30998428 PowerAndBatteryPage,30997927 ShellWindowingLimitSnappedWindows,30991329 ShellWindowingShowMaximized,30991328 VoiceTypingBugFix2012,30991183 SkipConnectionCloseInConnectionRefresh,30983699 TN309,30978159 PreviewPaneUseDefaultFont,30972178 MSRC62453_30965917,30965917 MSRC62445_30964928,30964928 MSRC62444_30964745,30964745 Japanese12KeySpaceKeyLabel,30961786 BugFix30961472,30961472 OctRefreshDesktopKeyboardHostingImprovement,30958987 BugFix30952106,30952106 ShellDialog_DPIPerMonitorV2,30949856 Servicing_2102c_30942939,30942939 ShowConsentUXForTesting,30940593 SuggestionUIWinUI,30939958 WideNarrowEscKeyFontSize,30939410 DLOOBE,30937739 HLG_Presentation_SDR,30937469 ACS_Calibration_Workaround,30933691 FeedsTHGuardrail,30931456 WdagARM64Support,30926566 MSRC62360_30915721,30915721 MSRC62359_30915667,30915667 EnhancedPalette,30915588 MSRC62348_30904589,30904589 ATTest,30901112 AUTest,30901086 BugFix30898698,30898698 MSRC62306_30898517,30898517 MSRC62303_30898467,30898467 MSRC62296_30897340,30897340 MSRC62280_30894700,30894700 MouseCursorChannel,30876648 Hub_21H1_MultiCameraSupport,30860655 BugFix30856157,30856157 HardwareConfirmatorsRejuv,30849917 SignInOptionsInPowerMenu,30848624 RestartAppsInPowerMenu,30848613 MSRC62265_30845020,30845020 BugFix30836744,30836744 CWWUTest,30835847 SettingsRejuv_PrivacyGeneral,30832672 MSRC62190_30829971,30829971 BugFix30821679,30821679 MSRC62222_30820469,30820469 MSRC62219_30818440,30818440 LMCTest,30815606 Audio_Drivers_Apx,30813804 FeedsTaskbarHeadlineWidthThreshold,30803283 MSRC62200_30801186,30801186 ALRCurve_Surface_Devices,30786922 ValueBannerCDMLiteV2,30785790 EnableRestorePreviousStateRecalcBehaviorSpi,30784717 MSRC62188_30784573,30784573 MSRC62185_30784136,30784136 MSRC62183_30784010,30784010 NRO,30783463 MSRC62177_30782480,30782480 FeedsCTACompliance,30743104 MSRC62154_30735374,30735374 WinLogonHandleTracing,30728913 LogonUINoUpdateUserInput,30723191 SettingsRejuv_Accessibility_EyeControl,30715732 SettingsRejuv_Accessibility_Mouse,30715636 SettingsRejuv_Accessibility_Audio,30715632 SettingsRejuv_Accessibility_MousePointer,30715618 SettingsRejuv_Accessibility_Captions,30715597 SettingsRejuv_Accessibility_TextCursor,30715581 SettingsRejuv_Accessibility_Magnifier,30715566 SettingsRejuv_Accessibility_HighContrast,30715556 SettingsRejuv_Accessibility_Speech,30715545 SettingsRejuv_Accessibility_ColorFilter,30715532 SettingsRejuv_Accessibility_Keyboard,30715528 SettingsRejuv_Accessibility_Narrator,30715512 SettingsRejuv_Accessibility_Display,30715491 BugFix30682780,30682780 MSRC62133_30665769,30665769 Update_EcoQos,30658871 SharedMemoryDIBSection,30658182 WindowManagementIDKOnDesktop,30629240 BugFix30628285,30628285 Dynamic_Brightness_Hysteresis,30607883 Distinct_Percent_Nits_Mapping,30607842 BugFix30588188,30588188 SettingsRejuv,30580687 BugFix30577258,30577258 MSRC62103_30555260,30555260 Bucketed_Autobrightness_A_B_Testing,30544267 MSRC62094_30543580,30543580 RemoveAutoRotateFlyout,30534178 MSRC62081_30533401,30533401 NoEventOnSameSettingsValue,30398869 Servicing_2102c_30396879,30396879 SettingsPersonalizationRejuv,30381770 SettingsRejuv_DateandTime,30380766 ApplicationFrameMinMaxEqualSizeResizeFix,30380541 GamingOverlayMultiWindowSupport,30380406 MSRC62074_30377023,30377023 SettingsRejuv_PrivacyCA,30331247 ReplaceLegacyBrowserForGroupPolicyAndOEMStartMenuLayouts,30316586 MSRC62062_30315720,30315720 MSRC62058_30314881,30314881 MSRC62052_30311015,30311015 BugFix30287167,30287167 Servicing_IFELangApiPerformance_30273102,30273102 ANSCTests,30267148 IgnoreKnownPackagesList,30266313 HnsFlowSteeringEngineNetworking,30266022 PsaInEnterprise,30259475 BugFix30259448,30259448 MSRC62032_30258581,30258581 MSRC62029_30258071,30258071 ViewSwitchOnFlyoutClosed,30222419 FeedsTouchOpensFlyout,30213886 AppDefaultsSettingsPageRedesign,30206630 CommandBar,30206495 FocusAssistRejuv,30204574 NotificationsSettingsRejuv,30204206 WDAGPerfPackage_30203912,30203912 WdagDisableSvcsPerfPackage,30203719 Servicing_2103c_30202174,30202174 BugFix30201650,30201650 TestNMT,30195134 MSRC61991_30190627,30190627 AddUndockedXamlExtensionsMetadataProvider,30188590 BugFix30184023,30184023 VoiceTypingModernUX,30181258 MSRC61980_30177949,30177949 MSRC61979_30166763,30166763 ShowUndockedValueBanner,30163998 DefaultAudioDeviceChangeUserPrompt,30163509 DSCTrial,30159903 SkipInitializationIfDestroyed,30153989 VoiceTypingBugFix2011,30153697 VoiceTypingContainmentBaseline,30153679 TextInputModernUXFrameStyleOnDesktop,30152211 Tdx,30143519 OptimizePositionAndSizeUpdate,30134375 BugFix30133987,30133987 HtmlLauncher_CDN,30120501 HnsEnableLWNICsForDrVNICs,30100782 MSRC61895_30100519,30100519 WindowsInsiderPageRejuv,30095024 WdagNickelClipboardEnhancements,30094361 Servicing_ExplorerComputingFilters_30093909,30093909 MSRC61884_30092831,30092831 DeviceHealthImprovements,30091733 ContainerManagerAgent,30081036 UUS_MusNotifyIcon_SxS,30080629 TrApi,30078641 JapaneseImeOnModernUXTouchKeyboard,30074835 UUS_DeliveryOptimization,30070405 AppDefaultsEdgeCampaignDialog,30055068 EnableSplitLayoutInPortraitModeRelA,30037082 TaskbarTestProxy,30032583 AnaheimEdgeDetailedView,30031104 SettingsRejuv_DeliveryOptimization,30030725 ModernUXFrameStyleTouchKeyboard,30024318 BugFix30023689,30023689 AccessibleAmd64OnArm64,30022433 DSATrial,30020612 DashboardGestureIntegration,30018569 MSRC61832_30017502,30017502 MSRC61823_30015604,30015604 MSRC61821_30013941,30013941 CTUATest,30013509 BugFix30012905,30012905 MSRC61817_30012712,30012712 MSRC61816_30012157,30012157 BugFix30006925,30006925 SettingsPersonalizationRejuv_Themes,30005633 MSRC61809_30002351,30002351 MSRC61803_30000744,30000744 OobeDeviceNamePage,30000094 MSRC61798_29999861,29999861 FeedsApi,29990934 MSGraphIntegration,29990827 servicing_21H1_WMISessionUpdateGP,29990585 Bug29990543_SizingFixes,29990543 MSRC61779_29989881,29989881 AeroShakeEnabled,29983356 BugFix29979439,29979439 CacheForegroundAppId,29978152 DelayFadeInAnimationForViewResize,29975786 BugFix29975030,29975030 AadCapableDLOOBE,29974285 ScoobeBrowserSettingsPermanentNode,29973024 IE_RemoveIEFromWindowsOptionalFeatures,29970955 CameraEffectsSettings,29970100 FeedsBackgroundWebViewRefresh,29947361 FeedsFullVersion,29947360 MSRC61728_29942047,29942047 MSRC61727_29941876,29941876 Servicing_NoWaitOnShutdownCancel_29940137,29940137 DeliverDespiteMessageFilter,29937229 TreatDosDevicePathsAsNormalFiles,29933563 MSRC61715_29932695,29932695 MSRC61712_29929058,29929058 MSRC61710_29928883,29928883 UnreliableLidRecovery,29928180 MSRC61700_29926750,29926750 MSRC61699_29922275,29922275 MSRC61698_29921613,29921613 AccessRegistryLockAcquireCount,29919768 MSRC61683_29915577,29915577 BugFix29915178,29915178 CUIPN,29913204 MSRC61678_29900894,29900894 MSRC61678_29900893,29900893 CloudStoreBackupRestoreForLargeBlob,29898970 UPExperimentation_29898434,29898434 MSRC61665_29898393,29898393 SettingsRejuv_DiagnosticsAndFeedback,29896902 MSRC61652_29896246,29896246 MSRC61650_29896060,29896060 MSRC61650_29896056,29896056 MSRC61649_29895490,29895490 MSRC61649_29895489,29895489 MSRC61750_29883219,29883219 MSRC59320_29882764,29882764 MSRC59847_29882757,29882757 MSRC59936_29882756,29882756 MSRC59796_29882755,29882755 MSRC60036_29882748,29882748 MSRC60149_29882744,29882744 MSRC60142_29882741,29882741 MSRC60162_29882734,29882734 MSRC60163_29882731,29882731 MSRC60345_29882722,29882722 MSRC60706_29882708,29882708 MSRC60699_29882706,29882706 MSRC60715_29882705,29882705 MSRC60940_29882697,29882697 MSRC61047_29882696,29882696 MSRC61022_29882690,29882690 MSRC61085_29882689,29882689 MSRC61092_29882686,29882686 MSRC61088_29882685,29882685 MSRC61090_29882682,29882682 MSRC61174_29882678,29882678 MSRC61160_29882673,29882673 MSRC61285_29882668,29882668 MSRC61175_29882663,29882663 MSRC61208_29882661,29882661 MSRC61271_29882660,29882660 MSRC61294_29882658,29882658 MSRC61397_29882624,29882624 MSRC61482_29882621,29882621 MSRC61494_29882619,29882619 MSRC61513_29882615,29882615 MSRC61618_29882594,29882594 MSRC61611_29882592,29882592 MSRC61600_29882587,29882587 MSRC61370_29882434,29882434 MSRC61481_29882408,29882408 MSRC61493_29882407,29882407 MSRC61498_29882397,29882397 EnablePublisherIntentEnforceMode,29882131 EnablePublisherIntentTMI,29882130 DLNP,29881334 BluetoothL2,29881313 AppBackgroundPermissionsWhenSleep,29880918 FireHostInvokedTelemetryInExplorer,29871341 CDMLiteCache,29861382 CBRS,29855943 ThemeShadowKind,29853719 UseSegoeFluentIcons,29852930 BitLockerSaveMSA,29849368 DPLOnPushAPI,29848869 CrossMonitorFix,29847134 OldWebPackageCleanUp,29843763 AADDeviceAuthCookieInCXH,29842082 ATTests,29841794 OemEsimStore,29834243 WscStartupTask,29834242 UndockingTrust,29829133 ForgetMultitapKeyOnViewChange,29824499 OnScreenKeyboardHandling,29813098 Bucketed_Autobrightness,29811987 DeviceManager_ViewDrivers,29803337 Japanese12KeyCount,29802555 SettingsPermanentNavPngIcons,29797802 RejuvEntityItem,29797102 CloudStoreBackupRestoreForAAD_29796575,29796575 CloudStoreBackupRestoreOnWcos,29795560 Servicing_JpnReconversionEndWrongReading_29791812,29791812 StartTest04,29790967 FoldersInPinnedList,29790350 SRTest,29789435 SettingsXamlExtensions,29785975 TaskbarDynamicIconScaling,29785184 MSRC61492_29783340,29783340 MSRC61492_29783339,29783339 DXGI_BufferUpgrades_Demo_Mode,29781879 Servicing_2107_29776482,29776482 ExplorerIcons_2021,29758728 VailAppExecutionContext,29758286 Win32TaskbarAccess,29757190 SettingsRejuv_ActivityHist,29755179 BugFix29751991,29751991 TouchKeyboardPerfExtraEvents,29748342 LiteCWOnDesktopHindi,29748122 LiteCWOnDesktopKOR,29748118 LiteCWOnDesktopCHT,29748116 LiteCWOnDesktopCHS,29748114 LiteCWOnDesktopJPN,29748112 BugFix29747469,29747469 DXGI_WindowedSwapEffectUpgradeToggle,29747211 DPSWSettingsUI,29747151 FlushInputAppRequestImmediately,29746728 TouchKeyboardPerfImprovementVoiceTyping,29746664 UiaOptimizedSimpleBulkFetch,29743376 WUEventsReconfigurationAndSampling,29743028 PackageStatusInStateRepository,29741783 MemoryPerformantEnvironment,29741686 FullscreenSnipResolution,29740142 LLR,29739188 SettingsRejuv_MultiTasking,29739067 SettingsPrintersRejuv,29734477 SettingsRejuv_OfflineMaps,29734046 SettingsRejuv_OpenYourPhone,29733800 GPM_LostPresentsFastFail,29733546 MSRC61444_29729861,29729861 MSRC61445_29729860,29729860 MSRC61444_29729859,29729859 MSRC61445_29729845,29729845 WrapUser32PwndAccessInTryCatch,29727772 RemoteTextIntegration_Perf,29727256 RoundedWindowCornersPrototype,29718541 SettingsPermanentNavBreadcrumb,29717861 SETest,29714381 StartTest03,29713388 WSXProvider,29713338 CuratedHMenuContextMenu,29704337 DisplayMux_Enabled,29703500 TestNM,29702941 OobeOemRegistrationPhoneNumber,29702862 TestNP,29702787 OobeLanguagePageTitleRemoval,29702551 STUC,29702103 SSWPArrangementNewLogic,29699906 MSARTest,29698828 MSRC61395_29697900,29697900 MSRC61394_29697899,29697899 MSRC61395_29697898,29697898 MSRC61394_29697884,29697884 MSRC61392_29697633,29697633 MSRC61393_29697632,29697632 MSRC61392_29697631,29697631 MSRC61393_29697616,29697616 Servicing_BackgroundTaskDeferralLeakFix_29685610,29685610 JRITest,29680678 MSRC61383_29680010,29680010 MSRC61383_29680009,29680009 21H1_Enablement,29676690 SCMTest,29676550 ProtectUserDictionaries,29674961 RoundedRectangleCpuClip,29674145 SettingsRejuv_PenInk,29673992 StaticDWMHdrPixelFormat,29665041 SnapGroupsInSwitchers,29664324 VoiceTypingAccelerator,29653291 ShellWindowShare_API,29651839 InputViewModernHostingAnimation,29650567 Servicing_29648847,29648847 MSRC61320_29647293,29647293 SettingsRejuv_DeveloperOptions,29646885 HWPWUTest,29644558 MRAnimationsUpdate,29644071 SettingsAudioRejuv,29643556 CaseInsensitiveModeNameComparison,29642131 TKWUTest,29637365 CredUIDesktopFluentStyling,29634226 HgsPlusSupportRequired,29632364 SettingsRejuv_IT_Privacy,29631937 SettingsRejuv_Typing,29631860 ShrinkWindowOnMoveSize,29631310 TouchKeyboardPersonalization,29623181 CUUACSTest,29622217 ChinaGifProvider,29620300 AppBackgroundPermissions,29616923 SAFlyout_29613433,29613433 ModernIconsInInputSwitcher,29610019 VoiceTypingSupportedLanguageExpansion,29609459 KernelSharedUserDataAslr,29588373 MSRC61285_29588028,29588028 XamlExtensions,29587667 NewDesktopTaskSwitcherTests,29573975 DeprecateTileControl,29573966 GdiEnableTestEscapeAPI,29573854 FrontloadTimelineVisualTreeModifications,29573784 ShareUIRepaint,29573154 UUS_MoUsoCoreWorker_SxS,29571617 WinRT_Programmatic_Capture_API,29569267 KeyboardOcclusionMitigationImprovement,29560817 MSRC60304_29558828,29558828 Servicing_2102c_29553739,29553739 TUCMTest,29550594 MSRC61219_29539880,29539880 CxhExtensionPackagesAccess,29538898 ReportShellPreferenceMisuse,29538764 Servicing_TVMHistoryUX_29534374,29534374 TaskbarUndockedControls,29534009 ExtendedUIXamlRefresh,29532725 MoveTaskbarContextMenuControlsToSettingsApp,29521909 UseDesktopTaskbarHandlerDll,29521844 FastExitForPendingAcquireFrame,29521079 ForceEnhancedMultiSessionRemoteVsyncEmulation,29521070 Servicing_TVMToastUX_29520200,29520200 RustTrueType,29515811 CloudStoreBackupRestore_29511758,29511758 MSRC61173_29511456,29511456 TallerSlates,29482658 NotepadBanner,29480499 MSRC61149_29475099,29475099 Servicing_JPNImeSpaceReadingString_29463547,29463547 SettingsRejuv_PrivacyWebcam,29454300 LanguageSettingsRejuvenation,29449858 BugFix29439539,29439539 BugFix29438520,29438520 XHSWUI,29425493 IommuInterfaceV2,29424607 MSRC60884_29411782,29411782 BugFix29397516,29397516 MSRC61102_29384244,29384244 MSRC61102_29384243,29384243 UnenrollMDMOnSysprep,29380632 MSRC60183_29380044,29380044 BugFix29362669,29362669 Arm64XProcessSupport,29359153 StrictIAMForegroundCheck,29355711 OPAnimations,29340452 MSRC61054_29286103,29286103 MSRC61053_29286054,29286054 MSRC61052_29285921,29285921 UiaNewWindowRegisterEventsAsGroup,29277678 UiaCacheRuntimeIdOnReturnedElements,29277490 WorkAreaIgnoreDesktopLock,29275872 ActivityFeedClientBackupAndRestore,29271427 MSRC61041_29267022,29267022 BugFix29252790,29252790 MonitorTopologyChangeAnimations,29248010 CxhUdkAccess_29246321,29246321 MSRC60880_29246065,29246065 MSRC60949_29246038,29246038 MSRC61023_29245861,29245861 MSRC61012_29245815,29245815 MSRC61009_29245786,29245786 MSRC60879_29245516,29245516 MSRC60901_29245319,29245319 MSRC60556_29245303,29245303 MSRC60885_29245171,29245171 SettingsUpdate_Touchpad,29241309 SettingsRejuv_FontSettingsRejuv,29241279 SettingsUpdate_Mouse,29241208 SevSnpEmulation,29236512 CustomFontPathRelA,29216401 ControllerMotionPredictionModel,29209419 DelayedForceEviction,29206634 MakeOnUserProfileChangedSynchronous,29205015 NegoexPassesStructuredExceptions,29204454 ShowM365OnValueBanner,29174495 IE_OneTimeSSFDownload_29150691,29150691 M365AlertBanner,29149697 MSRC60724_29147484,29147484 UtcAllowCdn,29144591 AllowWin32SettingsShortcut,29143254 Wmasfot,29140109 Servicing_Hub_AnaheimProfileCleanup_29139702,29139702 DualEngine_SynchronousZoom,29078494 DualEngine_SuppressUnneededZoomEvents,29059948 SettingsRejuv_Networking,29029980 Servicing_HandleKSPForAttest_29018698,29018698 MSRC59831_29002716,29002716 MSRC59830_29002697,29002697 InputSuggestionsFamilyEmoji,29002175 ExpressiveSuggestionUIPageColdStartPerformanceImprovement,28999812 EnableMPR,28997116 DarkModeForOperationStatus,28995404 ThemeDesigner,28992889 OneSettingsClient_UseCommonHttpLibrary,28992483 AADKDFContextV2,28991043 RegisterUdkPackageOnDemand,28990927 IrisServiceRefreshCtac_28969680,28969680 DmaRemapping,28967161 TpmAndSmBioVersionCspNodes,28966953 Servicing_JpnHiraKataSwitchCombination_28964954,28964954 NormalizeIrisFlightsId,28962549 Servicing_IHDSCrash,28936452 BugFix28931293,28931293 DeprecatedBatteryUsageUX,28919845 WindowHelloWinBioServiceCustomInterval,28919707 WallpaperWindowFreeFix,28874169 MSRC60826_28859692,28859692 MSRC57554_28854420,28854420 ContainerOSPlus,28853893 UseSharedMsgFilter,28853153 BugFix28850999,28850999 XXTests,28847533 SVR_PresentAt_Async_Presentation,28826436 AnimateLockLogonBackground,28825948 InkGestureHaptics,28820536 FeedsTestability,28818453 DXGI_BufferUpgrades_Notifications,28817166 ForceNightLightUsingDES,28791255 Containment_UUS_v14_28781381_ReduceCPServiceCalls,28781381 BugFix28778716,28778716 UpdatedTaskViewTimelineVisuals,28778095 TaskbarDll,28777534 DarkMode,28765927 OSetupETest,28765318 BugFix28759617,28759617 BootShellBeforeAppReadinessComplete,28759495 MeetNow_CreateButtonText,28758888 RapidHpdDeferRecalc,28758639 NarratorFindTextPatternRemoteOptimization,28753313 UseWin32kMargins,28728153 ShaderModel66Release,28725761 TPMDrvSchedPriority,28714021 BugFix28704863,28704863 Servicing_BopomofoCtrlKeyFix_28702631,28702631 UseProductionEndpoint,28663185 MeetNow_SkypeLaunchPolicyCheck,28622690 MeetNow_Description,28622680 MSRC60674_28603630,28603630 NarratorElementInitializationOptimization,28602550 NarratorParentChainOperationOptimization,28602381 MeetNow_Selfhost,28582629 MSRC60667_28582402,28582402 MSRC60664_28581840,28581840 BugFix28556555,28556555 20H2Candidate_28556516,28556516 BugFix28556410,28556410 ColdStartPerformanceImprovement2_28556372,28556372 ColdStartPerformanceImprovement1_28556341,28556341 BugFix28556303,28556303 InputAppActivationImprovement_28556267,28556267 BugFix28556235,28556235 BugFix28556198,28556198 BugFix28556147,28556147 BugFix28556095,28556095 BugFix28556057,28556057 BlockFeaturesOnRail_28555985,28555985 CHSFoDToastBySIP_28555957,28555957 MoreTracelogging_28555900,28555900 Japanese50onTouchKeyboard_28555863,28555863 GestureCursorMovementUndocked_28555831,28555831 SupportJpnGuidanceStringV3_28555787,28555787 SupportExtendedModifierCombos_28555713,28555713 KeyRectForSpaceAndOthers,28555587 KeyDropShadow_28555524,28555524 VoiceTypingNewConsentUX_28555455,28555455 ClearModifierStates_28555231,28555231 EnableSplitLayoutInPortraitMode_28555174,28555174 UpdatedTouchKeyboardSizeScaling_28555115,28555115 KeyPressAnimation_28555071,28555071 KeyRectFromStandardKeyboard_28554777,28554777 KeyRectForSpace,28554716 ForceLoadTextInputDll_28554635,28554635 InputAppPerfOptimizationUndocked_28554502,28554502 ImageRotationWorkAround_28554401,28554401 EnhancedClipboard_28554347,28554347 FailFastOnSuspend_28553790,28553790 ShowUndockedSelfhostingText_28553680,28553680 MSRC60620_28522467,28522467 Hub_StartkeyDismissWelcome,28521831 MSRC60611_28521788,28521788 SingleLXPPreferredLanguageCheck,28516518 MSRC60274_28511348,28511348 MSRC60582_28507116,28507116 BugFix28473966,28473966 ServicingPriority,28453982 NightLightUsingDES,28451632 MSRC60561_28445703,28445703 ShellSetWindowPosUnrestricted,28430215 MSRC60531_28416657,28416657 EnhancedClipboardRelA,28390750 MSRC60518_28390170,28390170 UseInboxDeploymentModuleInRemoteWorker,28388182 WUServiceDeploymentMode,28388084 BatteryCapacity,28386598 Stubification_28384772,28384772 MSRC60500_28381545,28381545 BugFix28369226,28369226 VoiceTypingEdgeContextMenuOnDesktop,28364899 LogonPerfImprovements,28362217 MSRC60496_28360406,28360406 CursorKeysEnablementInSearchBox,28358633 ImageRotationWorkAround_28350984,28350984 PerUserThumbnailCache_WCOS,28349409 CUICOORD,28330126 MSRC60458_28325787,28325787 VT2,28305041 CloudApPostLogonDelayFix,28301919 MSRC60410_28293843,28293843 MSRC60447_28266841,28266841 MSRC60439_28265617,28265617 ISMDebugHoldHitTestResult,28261318 AlternateHomeExperience,28261277 Servicing_MpUxToast_28257417,28257417 FeedsDataRefreshRateServerControl,28247353 Servicing_msDSparentdistname_28245832,28245832 MSRC60412_28241460,28241460 AccountsServiceUdk,28237372 MSRC60274_28236181,28236181 PerProcessorClockTick,28214047 DMSTest,28211641 TaskviewCleanupDropShadows,28210564 ColdStartPerformanceImprovement2_28193805,28193805 AppIdAgnostic_ChannelCreation,28185383 Fast_Brightness_Transition,28183505 WSLSharedMemory,28181756 DeviceBasedLicensing,28179707 WNS_Log_Command,28178652 MeetNow,28170999 MSRC60353_28169581,28169581 BugFix28168450,28168450 BugFix28168083,28168083 Servicing_2009C_28156653,28156653 CDM_WEXPIntegration,28150355 MSRC60310_28147031,28147031 MSRC60304_28145664,28145664 BugFix28116990,28116990 CoreAppModelBamo,28089193 MSRC60289_28087139,28087139 UserSetupEligibilityExtension,28086383 New_Device_Identity,28083836 BugFix28077549,28077549 InstantQueuedLaunch,28072593 XamlIslandsDisablesQuirksForShell,28061540 MSRC60265_28059981,28059981 Servicing_CortanaWriteAvailabilityOnSeparateThread_28059247,28059247 MSRC60257_28057698,28057698 MSRC60250_28053965,28053965 FSMVirtualCamera,28042061 EnhancedClipboard_28035178,28035178 MSRC60230_28033797,28033797 TabletModeImprovements,28032790 SettingsPagePrivacyMusicLibrary,28025541 Servicing_System_Image_Creation_Issue_28013963,28013963 UniversalDiffValidation,28005761 MSRC60211_28005250,28005250 ExtendPoseQueueLength,28002506 SessionContextHook_27999840,27999840 Servicing_TSF3DynamicInputScope_27998611,27998611 CloudExperienceHostRedirectionBinary,27980645 MSRC60626_27977911,27977911 BugFix27976699,27976699 GraphicsCardInAbout,27974039 MSRC60176_27969422,27969422 BugFix27968894,27968894 NoBatteryE3,27967028 WSL_UseInsidersKernelVersion,27952468 20H2Candidate_27952179,27952179 DragImprovementsEnabled,27924095 SAFlyout_27924070,27924070 MszAdjustment,27924028 MWTest,27923976 SASTest,27923942 SnapBasedTaskGroups,27923870 VwUpdates,27923788 VpmUpdates,27923675 RvUpdates,27923582 MSRC60147_27913617,27913617 StorageServiceMigratedLowDisk,27912838 MSRC60132_27889952,27889952 DynamicTextInputDVC,27884841 BatteryNotificationsApplyAll,27883184 Fido2_1,27870272 EnumObjectUpdate_27867171,27867171 ConsoleLogonUXUseDisplayLangCodePage,27866248 ProfanityPostFilter,27864046 DafEscl_27860843,27860843 OobeOfficeAsksFY22H1,27854511 MSRC60082_27842896,27842896 MSRC60073_27838918,27838918 FeedsContentRotationServerControl,27833282 MSRC60068_27831791,27831791 DesktopDWMCursor,27829265 MSRC60064_27826040,27826040 Servicing_ImmGetCompositionStringKana_27822662,27822662 Servicing_SHCoreWindowSubclassingCrash_27822339,27822339 Servicing_RemoveRinna_27820483,27820483 Servicing_DlpCopyDialogSuppress_27820004,27820004 WinUIDesktopStartMenu,27807414 WinUIDesktopActionCenter,27807391 ScriptingEngines_DisableLegacyJScript_ProcessLevel,27806502 EditActionReplay,27806370 MSRC60048_27806312,27806312 XamlExplorerHostUseXamlIslands,27804078 BugFix27790619,27790619 BugFix27790581,27790581 MSRC60035_27754973,27754973 MSRC60031_27754114,27754114 MSRC60029_27753639,27753639 MSRC60028_27753576,27753576 MSRC60027_27753453,27753453 MSRC60026_27753297,27753297 TabsInSnapAssist,27753272 MSRC60011_27746974,27746974 MSRC60016_27746913,27746913 Adaptive_Color_Night_Light_Fusion,27742379 FullScreenModeTextInputViewVisibility,27720966 Hub_20H2_ReadOnlyLicenseTerms,27714994 Hub_20H2_QOSCSP,27710040 Hub_20H2_ShellCrash,27709970 Hub_LooseLeafDrivers,27709872 MSRC59985_27707848,27707848 MSRC59963_27690723,27690723 MSRC59983_27689797,27689797 MSRC57712_27682885,27682885 InputComponentUIHierarchy,27681912 MSRC59974_27680300,27680300 SystemLightDarkAwareTelemetry,27679661 BugFixDeleteAppIdFallback,27678640 MSRC59968_27660645,27660645 MSRC59966_27660309,27660309 MSRC59964_27660097,27660097 MSRC59962_27659287,27659287 MSRC59961_27659113,27659113 BugFix27658893,27658893 Create_VM,27657851 SecureStart,27656178 CollapseSingleTileAppListSuites,27656058 MSRC59949_27651796,27651796 ShellSyncDisplayChangedRecalc,27648512 MSRC62685_27631800,27631800 MSRC59943_27630605,27630605 MSRC59940_27629638,27629638 VirtualRefreshRateTest,27629143 AppDefaultHashRotationUpdateHashes,27623730 MSRC59924_27617310,27617310 MSRC59915_27615942,27615942 MSRC59913_27615614,27615614 MSRC59912_27615500,27615500 VsUpdates,27614643 UwpWindowLifecycleManager_Desktop,27571431 NoSubmitButtonPinBox,27570596 WhiteThemeChange,27565878 MSRC59898_27565828,27565828 SettingsPermanentNav,27563307 Lux_Based_Adaptive_Color_Strength,27563062 MSRC59879_27553752,27553752 MSRC59878_27553711,27553711 BugFix27542030,27542030 BugFix27541246,27541246 BugFix27541080,27541080 SVR_PresentAt_PresentationHandler_Instrumentation,27540970 MSRC59872_27539361,27539361 MSRC59871_27539108,27539108 FlightingOptOutUx,27533018 EnableMonitorRemovalBehaviorSpi,27514536 DisableDesktopRecalcDeferment,27514535 RegistryManager,27513040 AudioEndpointBuilderTopoPerfImp,27511625 EnableUndockedLayoutExperimentation,27510657 Servicing_nocleanup_27509450,27509450 ShellWindowShare_ExtendedUI,27501428 CorrelationAndCVHeaders,27493332 EnlightenmentDialogForSModeBrowser,27486798 TokenCachedLogon,27485386 Color_Transition_V2,27484647 MSRC59821_27482968,27482968 MSRC59810_27476162,27476162 Servicing_2008b_27466852,27466852 MSRC59792_27461755,27461755 MSRC59789_27458717,27458717 MSRC59788_27458674,27458674 MSRC59783_27457809,27457809 MSRC59780_27456635,27456635 MSRC59771_27455830,27455830 MouthNoseOcclusionModel,27446000 MSRC59745_27423492,27423492 MSRC59743_27423406,27423406 CPSSHostImplementation,27385849 WSL_DistributionInstall,27382603 Hub_20H2_VolumeHalfCut,27376429 FeedsTaskbarHeadline,27371152 FeedsDynamicSearchBox,27371092 FeedsCore,27368843 ScoobeEligibilityRedirection,27336672 MSRC59724_27332034,27332034 MSRC59720_27328903,27328903 WSL_System_Distro,27314435 MSRC59708_27311993,27311993 RtaiVailIntegration,27311041 ColdStartPerformanceImprovement1_27309250,27309250 MSRC59700_27308259,27308259 Adaptive_Color_Clamping,27303008 MSRC59691_27302685,27302685 MSRC59687_27301805,27301805 MSRC59684_27301574,27301574 ScoobeEligibilityAdditionalExclusions,27299483 NewBatteryLandingPageUX,27296756 Unlock_WVD_Features,27293936 ConfigLock_RunOnNonSecureCore,27293703 MSRC59666_27293459,27293459 MSRC59665_27293399,27293399 MSRC59653_27292171,27292171 MSRC59652_27292128,27292128 OpenFileDialogDFS,27291829 TRv2,27291052 UpdateNetworkStates_Reentry,27290780 PackagedBrowserReplacement,27289015 MSRC59635_27285389,27285389 Servicing_RemoveOobeVoicePrivacySetting_27281404,27281404 MSRC59629_27262365,27262365 CBR,27245847 Servicing_CHTShiftKeyUpFix_27240593,27240593 PerUserMutableDirectory,27238802 PostponedReserveInstalls,27236273 UiaRemoteOperationExtension,27226363 MSRC59588_27222508,27222508 MSRC59587_27221823,27221823 ScriptingEngines_JScript9_CET,27205919 FSMTestScenarios,27195476 MSRC59571_27189985,27189985 MSRC59565_27180451,27180451 MSRC59566_27180441,27180441 CHSFoDToastBySIP_27177916,27177916 MouseModalityInvokesPrimaryView,27177339 MSRC59561_27175576,27175576 Servicing_RegisterDeviceWithManagementUsingAADDeviceCredentials_27687908,27168760 TouchKeyboardFor12inchScreens,27157625 ModernUXTouchKeyboardOnDesktopPart2,27154708 CPUCompatibilityFromRegistry,27150816 MSRC59540_27150117,27150117 MSRC59514_27143744,27143744 PublishNullActivitiesAndHistoriesInLocalMode,27141887 PublishAnnotationsInLocalMode,27141841 DtsxHdmiPromotion,27141167 TargetedContentOptimizations,27137254 WindowsAutopilotDiagnostics,27112291 MSRC59496_27094934,27094934 FaceFeatureConverter,27081824 MoreTracelogging_27081465,27081465 OverrideWinLogonDefaultTimeout,27075527 ImmersiveShellComponentsInitializationBudget,27075521 MSRC59480_27075284,27075284 MSRC59479_27075268,27075268 ImproveTaskFlowLogonPerf,27074523 Servicing_DosGdi_27067799,27067799 Servicing_DpapiLogCrash_27067522,27067522 FixIsRemovableDevicePath,27060184 ScenarioCacheReconstruction,27057647 MSRC59454_27050784,27050784 MSRC59452_27049783,27049783 LogonUINoAcrylicOnSoftwareRender,27017356 MSRC59430_27015910,27015910 MSRC59429_27015891,27015891 BluetoothAutoConnectionEstablishmentProcedure,27014906 Servicing_TableTextImeCrashOnIE_27008582,27008582 BugFix26998260,26998260 BugFix26995066_UpdateShellPreferenceCache,26995066 WdagManganeseAPIs,26988922 RemoveHandleDuplicator,26988359 AADRecoveryPasswordDeletion,26987393 MSRC59393_26983992,26983992 MSRC59389_26982820,26982820 MSRC59388_26981858,26981858 Servicing_Edge_uninstall_taskbar_26936069,26936069 MSRC59355_26935213,26935213 MSRC59348_26932890,26932890 MSRC59347_26932460,26932460 Writeable_DriverStore,26920259 MSRC59340_26918833,26918833 MSRC59339_26918676,26918676 MSRC59337_26918363,26918363 Servicing_DeletedDesktopItemReappearance_26916465,26916465 MSRC59330_26913753,26913753 WdagIronAPIs,26912196 MSRC59318_26907615,26907615 Scheduler_VSync_Smoothing,26888404 PresentationAPIWithIFlip,26888364 MSRC59314_26888112,26888112 MSRC59313_26884496,26884496 DESACDCOffset,26883134 ScribblePPI,26881888 MSRC59306_26880276,26880276 Servicing_2009c_26872796,26872796 OptimizeEdgePrelaunch,26865048 Servicing_LongSystemUptimePrediction_26864350,26864350 DiagnosticAppStateControl,26863786 FileHandlers_LastAccessTime,26856818 MSRC59283_26854663,26854663 BugFix26848166,26848166 IxpInternalApi,26847307 TouchKeyboardTheming,26844631 MSRC59279_26844027,26844027 PostureChangeFluidAnimations,26841798 MSRC58302_26841748,26841748 MSRC59266_26837350,26837350 WindowClientBamo,26836781 MSRC59249_26835579,26835579 MSRC59247_26835152,26835152 MSRC59241_26833254,26833254 MSRC59239_26832731,26832731 MSRC59237_26832406,26832406 ViewManagerPhaseout,26832353 MSRC59235_26832024,26832024 BluetoothEnhancedRadioDiagnostics,26829927 MSRC59215_26793016,26793016 MSRC59208_26788470,26788470 MSRC59174_26776217,26776217 TabThumbnailsRefreshedOnDemand,26769179 MSRC59193_26768968,26768968 ToastIgnoreFocusMode,26768230 IxpFutureApi,26767995 MSRC59180_26761687,26761687 MSRC59178_26761173,26761173 MSRC59177_26760843,26760843 UUS_MusNotifyIcon,26752417 UUS_MoUsoCoreWorker,26752348 FixNarratorOnBulletList,26742989 MSRC59146_26736282,26736282 EnableSplitLayoutInPortraitMode_26735808,26735808 MSRC59139_26725482,26725482 MSRC59121_26724942,26724942 MSRC59133_26721389,26721389 MSRC59128_26718796,26718796 MSRC59117_26716601,26716601 GeneralCobaltDesktopKeyboardHostingBugFixes,26705906 MSRC59102_26703104,26703104 MSRC59101_26702985,26702985 StubsBypassQueue_26702329,26702329 MSRC59099_26702201,26702201 DDFv2CspSchema,26698002 TGL_CTA_20H2_Interface,26696856 MSRC59094_26696618,26696618 Servicing_SearchTelemetry_26695203,26695203 WSL_GUI_Applications,26692416 UndockCommonSearchComponents,26683135 IAMAndWECDeadlockMitigation,26642905 MSRC59041_26627289,26627289 MSRC59025_26620618,26620618 Hub_20H2_WLDP,26620478 WISEBatteryDischargeTimeEstimate,26606149 WSL_DiskPassThrough,26603944 MSRC59015_26603819,26603819 MSRC59014_26603615,26603615 UiaCustomAnnotationRegistration,26603073 Servicing_XamlMultiTaskingView_FailFast,26602990 IE_SETTINGSYNCMIGRATION_AUTOCOMPLETE,26601872 IE_SETTINGSYNCMIGRATION_TABROAMING,26601840 IE_SETTINGSYNCMIGRATION_TYPEDURLS,26601557 IE_SETTINGSYNCMIGRATION_HISTORY,26601541 IE_SETTINGSYNCMIGRATION_FAVORITES,26601480 RegisterSystemToast,26599656 MSRC58999_26599509,26599509 SearchNamespaceExtensionCrash,26584528 MSRC58963_26583913,26583913 CobaltInputAppActivationImprovement,26575666 BlockFeaturesOnRail_26565758,26565758 BluetoothA2dpAacSupport,26538096 MSRC57758_26531260,26531260 MSRC57907_26530201,26530201 MSRC57893_26530128,26530128 MSRC57877_26529903,26529903 MSRC57874_26529703,26529703 BugFix26527105,26527105 DesktopToastViewAlwaysShowDismiss_26524691,26524691 TurnOffFocusAssistNotificationsByDefault_26524674,26524674 DesktopToastViewWithAttribution_26524665,26524665 Servicing_CortanaLightingOnSeparateThread_26524487,26524487 DualEngine_PaintPriorityHangDetection,26521648 SwitcherThemeAndDpiIconLoading,26521378 MSRC57535_26520534,26520534 MSRC57551_26520533,26520533 UpdateDeployHandlers,26515412 RotateFrameToDetectFace,26514007 HandwritingRelD,26510786 MSRC57718_26509381,26509381 JumpListV4,26506428 MSRC57967_26506054,26506054 MSRC57984_26505958,26505958 MSRC57968_26505869,26505869 MSRC58883_26505843,26505843 MSRC57490_26505549,26505549 MSRC58879_26505247,26505247 RIMUserCritFreeZwCreateFile,26503901 Bugfix_26503831,26503831 RIMPnpThreadQuickRelease,26503761 MSRC58872_26503340,26503340 MSRC58809_26503294,26503294 MSRC58811_26503293,26503293 MSRC58820_26503290,26503290 MSRC58788_26503282,26503282 MSRC58787_26503281,26503281 MSRC58584_26503263,26503263 MSRC58548_26503260,26503260 MSRC58520_26503251,26503251 MSRC58313_26503249,26503249 MSRC58076_26503244,26503244 MSRC57368_26492585,26492585 UseSharedCreateDestroyWindowsHooks,26492038 RemoteConfig_MSFTCanaryRing,26489815 UseSharedNtUserMessageCall,26488685 UseSharedCreateDestroyWinEventHooks,26488667 WinUIOnDesktop,26487590 MSRC58845_26486198,26486198 MSRC57844_26485548,26485548 MSRC58837_26484125,26484125 ReadClipboardEvent,26475108 PoliteShellOplockProvider,26473202 DesktopTouchImprovementDefaultChange_26469242,26469242 Servicing_ClearKanaKeyStateOnFocusOut_26458908,26458908 InputAppActivationImprovement_26440631,26440631 DCEUseIterativeHitTest,26435490 DCECompareIterativeToRecursive,26435474 10xStyleCWOnDesktopFeatureWork,26428025 MSRC58778_26425742,26425742 TilingWindowManager,26423941 ResizableSnapRegions,26422601 MSRC58737_26421172,26421172 MSRC58736_26421078,26421078 InteractiveVolumeIndicatorExperiment,26420823 MSRC58719_26417793,26417793 TryShowApiKeyboardInvocation,26404111 MSRC58700_26401525,26401525 MSRC58682_26391917,26391917 SetSystemPreferredUILanguageOnCommercialDevices,26390724 Servicing_USOInstallsFromWSUSForMSIBasedUpdatesFails_26390027,26390027 MSRC58677_26388848,26388848 MSRC58661_26385679,26385679 Hub_20H2_Spartan,26382902 Hub_20H2_UDWM,26382859 Hub_20H2_Start,26382751 MSRC58652_26382743,26382743 MSRC58612_26375170,26375170 Vmms_HcsSchema,26367848 MSRC58631_26367419,26367419 MSRC58622_26366617,26366617 MSRC58619_26366538,26366538 MSRC56298_26340692,26340692 MSRC56274_26340691,26340691 MSRC56263_26340690,26340690 MSRC56380_26340688,26340688 MSRC56560_26340682,26340682 MSRC56443_26340677,26340677 MSRC56393_26340673,26340673 MSRC56585_26340672,26340672 MSRC56668_26340670,26340670 MSRC56756_26340669,26340669 MSRC56737_26340664,26340664 MSRC56812_26340662,26340662 MSRC56658_26340661,26340661 MSRC56867_26340658,26340658 MSRC56912_26340653,26340653 MSRC56929_26340649,26340649 MSRC56903_26340646,26340646 MSRC56933_26340645,26340645 MSRC56977_26340644,26340644 MSRC56951_26340639,26340639 MSRC57031_26340635,26340635 MSRC57151_26340634,26340634 MSRC57245_26340623,26340623 MSRC57626_26340614,26340614 MSRC57627_26340613,26340613 MSRC57966_26340608,26340608 MSRC58459_26340289,26340289 OobeEsimBootstrap_26339575,26339575 StackedPriorityToasts,26338990 SystemLightDarkAware,26338762 MSRC57223_26337680,26337680 DesktopLiteOobe,26336822 MSRC56210_26336176,26336176 GTGTest,26335374 Servicing_FileHandleHashMemLeak_26334032,26334032 MSRC58587_26333052,26333052 EInkKeyboardPrototype,26324538 ClientMetadata,26323993 MSRC58552_26314771,26314771 MSRC58551_26314581,26314581 MSRC58545_26306387,26306387 WdagMapFolderAndVhdWithCm,26305792 ApplicationWindows_Wave3_API,26292073 MSRC57241_26290984,26290984 ApplicationFrameTitleFromWindowManager,26290763 MSRC57207_26290682,26290682 MSRC58530_26289879,26289879 MSRC58523_26285957,26285957 MSRC58490_26276049,26276049 MSRC58477_26272648,26272648 UserMgrBasedWlidsvcProcessLogon,26244665 OobeExperienceManageQueueWnfCallback,26243368 SwitchAccessUndockedWCOS,26241275 ProductSpecificDiagnosticData,26241268 MSRC58454_26239526,26239526 MSRC58450_26235133,26235133 FullLayoutTouchKeyboardOnWCOS,26231955 UpLevelUpdateDeployModule,26227311 ToastQueueRetryTimer,26226920 PLDRRecovery,26223389 SearchPluginIsolation,26222238 Servicing_SearchDisableWebSearch_26212727,26212727 AppWindowProjection,26212670 MSRC58391_26203828,26203828 Servicing_BlankLockscreenSlideshowAutoColor_26202939,26202939 MSRC58296_26198550,26198550 MSRC58342_26195832,26195832 MSRC56683_26195749,26195749 MSRC56896_26193673,26193673 WTest,26193597 MSRC58375_26192198,26192198 MSRC58374_26192076,26192076 HideMixedRealityViewerSlate,26191384 MSRC58362_26190270,26190270 MSRC58340_26178496,26178496 MSRC58337_26177910,26177910 MSRC58314_26176171,26176171 MSRC58312_26175910,26175910 MSRC58307_26175684,26175684 MSRC58305_26175528,26175528 MSRC58296_26173880,26173880 MSRC58295_26172760,26172760 MSRC58291_26168451,26168451 MSRC58283_26165152,26165152 MSRC58278_26164425,26164425 MSRC58267_26154619,26154619 Hub_AppointmentSyncWithEAS,26153807 PackagedCreateProcess,26153661 MSRC58244_26150492,26150492 Servicing_ChsImeCandidateWindowDisappear_26145507,26145507 SettingSyncRemovalDisableAllUploadsAndDownloads_DisableForComponentHoldback,26127540 UpdatedTouchKeyboardSizeScaling_26126758,26126758 MSRC58229_26125555,26125555 MSRC58226_26125393,26125393 MSRC58225_26125323,26125323 NcsiConnectivityInDs,26124864 UiaInProcMsaaEventHandling,26124463 MSRC58214_26121924,26121924 MSRC56624_26120853,26120853 HcsSiloReboot,26119238 MSRC58201_26116026,26116026 Hub_KeyboardAccessibilityImprovements,26115690 MSRC58188_26105299,26105299 WSL_Kernel_Debug,26101785 KeyboardButtonAlwaysInvoke,26094656 ScriptingEngines_DisableLegacyJScript_SystemLevel,26092979 MSRC58111_26091697,26091697 ScriptingEngines_CollectLegacyTelemetryData,26091566 KeyRectFromStandardKeyboard_26090092,26090092 DESPersonalizedBrightness,26088835 YourPhonePinnedSecondaryTilesUnplated,26087922 EnableH2UIVersioning,26086623 WFD_RtspTcpConnectionParametersSupport,26086105 External_Adaptive_Color,26085257 AllowVirtualFpSensorPassSecureBioSensorCheck,26083921 BugFix26080170,26080170 StopUpdatingCandidates,26079371 ClipboardHistory10XPinUnpin,26076779 MSRC55612_26076507,26076507 MSRC55612_26076412,26076412 MSRC58101_26075226,26075226 SecureBioFeatures,26074588 Servicing_DlpError_26064222,26064222 GestureCursorMovementUndocked_26062448,26062448 MSRC58095_26059748,26059748 MSRC58089_26052789,26052789 HcsTestHooks,26049828 DevPropKeyFromMSOSDescriptor,26042003 AFD_MuteWin32Processes,26041272 MSRC58077_26026994,26026994 MSRC58074_26026797,26026797 MSRC58068_26024463,26024463 BugFixEnableConvergedKeyboardOnClientMultiSession,26011737 SRITest,26008846 STTest,26008830 DesktopSpotlight_26008405,26008405 ThemesSyncedImagesDownload_26007905,26007905 MSRC58026_26007628,26007628 PublicAPI_WAM_Package_FindRelatedPackages,26006651 10XOobePrivacyNoticePage,26005650 SyncDpapiCredKeyToUserProfile,26005139 MSRC58016_26004560,26004560 RedirectProgramsAndFeatures,26003950 MSRC58008_25993741,25993741 MSRC58004_25992979,25992979 MSRC58001_25992382,25992382 MSRC57999_25992012,25992012 MSRC56865_25991367,25991367 WSL_Device_GPU_WSL1,25990351 MSRC57995_25990303,25990303 SupportTransparentRegionOnDesktop,25984200 SettingsRejuv_PrivacyLocation,25977668 Servicing_CredUIReorderCancelOperations_25974254,25974254 StartupNotification,25973782 JobObjectSoftHardCap,25972869 MSRC57970_25967707,25967707 MSRC57969_25967607,25967607 SupportJpnGuidanceStringV3_25965478,25965478 MSRC57945_25958686,25958686 DXGI_BufferUpgrades,25957903 MSRC57912_25948842,25948842 MSRC57911_25948792,25948792 CanUserGiveConsent,25943177 MSRC57902_25942005,25942005 MSRC57894_25937592,25937592 MSRC57892_25937517,25937517 MSRC57885_25936441,25936441 ThemeAwareSplashScreens,25936164 MSRC57880_25934960,25934960 MSRC57878_25933456,25933456 WISE_EnergyBatteryProviders,25932784 MSRC57870_25931934,25931934 MSRC57865_25931031,25931031 MSRC57864_25930644,25930644 MSRC57861_25926863,25926863 Hub_AutoLaunchFIDO,25918513 MSRC57845_25918508,25918508 LocalUsersAndGroups_25910988,25910988 MSRC57829_25910981,25910981 MSRC57824_25909567,25909567 MSRC57817_25909041,25909041 EICInWindowedPopup,25903710 MSRC57795_25894289,25894289 WdfUseWdfTimerForPofx,25892685 NewImeOnImeOffKey_TSF1,25888806 AuthorityChangesForAGC,25884645 MSRC57772_25884588,25884588 MSRC57763_25881835,25881835 MSRC57755_25881065,25881065 MSRC57754_25880851,25880851 MSRC57750_25880621,25880621 MSRC57742_25880304,25880304 MSRC57739_25880205,25880205 MSRC57737_25879872,25879872 MSRC57711_25877383,25877383 MSRC57682_25841016,25841016 MSRC57681_25840971,25840971 MSRC57676_25840548,25840548 MSRC57498_25840500,25840500 MSRC57675_25840478,25840478 MSRC57671_25839967,25839967 MSRC57665_25839024,25839024 MSRC57650_25835300,25835300 MSRC57641_25830019,25830019 UACurrentVersionScan,25828922 MSRC57632_25826906,25826906 MSRC57626_25825928,25825928 MSRC57627_25825918,25825918 MSRC57625_25825789,25825789 MSRC57619_25825435,25825435 LanguageSettingsAccountSync,25823770 MSRC57612_25822907,25822907 FusionPKTValidation,25815393 EnvironmentStringCache,25813689 SettingsUserIntentPage,25810627 MSRC57589_25809699,25809699 DebugIndexingErrors,25809376 DisplayAdapterProperties,25806621 RefreshRateSetting,25806600 MSRC57585_25806212,25806212 UninstallForFODAppsLinksToSettings,25802238 MSRC57570_25798721,25798721 MSRC57568_25783926,25783926 MSRC55942_25772602,25772602 MSRC57555_25772095,25772095 Servicing_CortanaStoreOffer_25771992,25771992 MMPC_OnPremise,25769270 MSRC57534_25765392,25765392 Dlp_ErrorSuppression,25765138 EdgeCaseHandlingForSHSetWindowSubclass,25755408 DiagnosticsForMasterSubclassProc,25755380 MSRC57524_25743201,25743201 MSRC57223_25732047,25732047 MSRC57232_25732036,25732036 MSRC57503_25726631,25726631 PrivateISTI,25726566 ValidateAMPPLonWCOS,25726344 MSRC57498_25723431,25723431 MSRC57494_25722677,25722677 MSRC57489_25722262,25722262 MSRC57479_25706139,25706139 MSRC57476_25705871,25705871 WindowTranslatesWithSipMotion,25704931 RebootDowntimeEstimateEvaluation,25704917 RebootDowntimeEstimate,25704915 StubsBypassQueue_25699808,25699808 MSRC57442_25695507,25695507 Servicing_PoliciesEXPAND_25693980,25693980 MSRC57433_25692604,25692604 MSRC57429_25692297,25692297 MSRC57666_25691464,25691464 IndexTrie,25691215 MSRC57409_25687450,25687450 MSRC57407_25687223,25687223 MSRC57393_25679381,25679381 DesktopTouchImprovementDefaultChange_25679355,25679355 MSRC57390_25679060,25679060 OnlyHandlingLidSwitchInBroker,25677601 HandUpdatesIgnoreRenderingReports,25677310 MSRC57367_25676966,25676966 MSRC57360_25674670,25674670 MSRC57358_25674532,25674532 TestInProductionDynamicAPI,25667436 ICU_ApiUsageTelemetry,25657978 UseProxiedWindowInWindowTabManager,25654033 MSRC57333_25652608,25652608 MSRC57330_25644307,25644307 MSRC57329_25643815,25643815 MSRC57327_25643521,25643521 MSRC57325_25643425,25643425 MSRC57324_25643275,25643275 MSRC57319_25642307,25642307 LockBugFix_IgnoreUnlockingFromPreviousSession,25639004 ReloadAddressBarVisualsOnThemeChange,25637243 MSRC57308_25633077,25633077 MSRC57307_25632983,25632983 MSRC57306_25632948,25632948 MSRC57305_25632478,25632478 SpinnerButtonIssue,25632394 MSRC57296_25628273,25628273 MSRC57294_25622863,25622863 MSRC57291_25621702,25621702 WaitForUserDependentComponentsInUserPolicy,25620727 MSRC57287_25618146,25618146 LauncherAcrylicMask,25617528 LauncherSmoke,25617521 MSRC57281_25617180,25617180 ForceLoadTextInputDll_25612157,25612157 MSRC57273_25611583,25611583 VoiceTypingNewConsentUX_25608610,25608610 MSRC57230_25607826,25607826 MSRC57222_25607759,25607759 MSRC57261_25604419,25604419 WSL_Update,25603660 MSRC57233_25592381,25592381 HolographicKeyboardPlacementPublic,25591224 MSRC57242_25590657,25590657 MSRC57239_25589367,25589367 Servicing_FingerprintSensorOnKeyboardGlyphs_25587932,25587932 AADBindingTokenLogonForRDP,25585329 SupportExtendedModifierCombos_25582548,25582548 JournalingDisabled,25576270 WideModernUXComposeModeKeyboardOnPortraitWCOS,25572829 WideModernUXComposeModeKeyboardWCOS,25568274 MSRC57213_25565739,25565739 MSRC57212_25565658,25565658 MSRC57210_25565529,25565529 MSRC57207_25564933,25564933 Servicing_Allow_SwitchToDesktop_25561487,25561487 MSRC57186_25551121,25551121 Dlp_Error,25550414 ApiLogging_Uploader,25545276 StartupAndDesktopSettings,25537832 MSRC57029_25534926,25534926 MSRC57163_25534092,25534092 MSRC57157_25532354,25532354 MSRC57156_25532273,25532273 MSRC57155_25532060,25532060 MSRC57151_25531529,25531529 MSRC57144_25523547,25523547 MSRC57143_25523496,25523496 MSRC57141_25523403,25523403 MSRC57129_25520433,25520433 DWriteRenderingOverride,25519776 MSRC57110_25512304,25512304 AADCrossCloudB2BWAMSupport,25510753 HTMLStartLauncherFrameMediumScreenOrientationResize,25510327 MSRC57105_25509444,25509444 ExternalBrightnessSupport,25507581 VMonitorForWDAGWithvGPU,25505240 MSRC57046_25505065,25505065 MSRC57032_25505031,25505031 MSRC57037_25504960,25504960 MSRC57031_25504921,25504921 MSRC57067_25504757,25504757 MSRC57056_25504694,25504694 MSRC57043_25504664,25504664 MSRC57045_25504571,25504571 MSRC57038_25504556,25504556 MSRC57039_25504538,25504538 CFD_CreateTestFile,25493466 Servicing_UnplateMicrosoftEdgeTiles_25482738,25482738 NightsWatchAuditByDefault,25480187 LivePreviewForTabs,25478404 SupportWaitWakeForPowerRuntimeD3,25477405 HeadsetSleepTimeoutSettings,25466307 AsyncOpFileStartExperienceGetUserFile,25461141 KerbCloudTicketSupport,25459565 RemoveExpansionExperience,25449285 GetMixFormatForThirdPartyVSS,25447807 MSRC57002_25446064,25446064 MSRC56992_25443696,25443696 PDCActivator,25435221 MSRC56977_25433346,25433346 MSRC56967_25429303,25429303 MSRC56957_25427556,25427556 MSRC56951_25418533,25418533 MSRC56947_25418077,25418077 CxhExpandedWebAppContext,25416289 MFResampler_FormatChange_Passthrough,25416159 MSRC56933_25414636,25414636 MSRC56932_25414393,25414393 MSRC56930_25414176,25414176 MSRC56929_25414129,25414129 MSRC56920_25412800,25412800 MSRC56917_25412584,25412584 MSRC56914_25411921,25411921 MSRC56913_25411769,25411769 MSRC56910_25410792,25410792 BugFix25394402,25394402 MSRC56905_25392340,25392340 MSRC56904_25391787,25391787 Input_Heat_EnclosureApi,25390104 WUClient_AAD_device_ticket,25386111 Bugfix_25385272,25385272 OverrideOEMALRCurve,25376649 ALRCurveVariants,25376645 CameraDevicesSettings,25374378 MSRC56886_25372097,25372097 MSRC56882_25370622,25370622 MSRC56881_25370303,25370303 MSRC56874_25360497,25360497 CloudExperienceHostRedirection,25357983 MSRC56867_25355637,25355637 MSRC56866_25355464,25355464 MSRC56861_25354684,25354684 CreateEccEndorsementKey,25354082 MSRC56855_25353148,25353148 MSRC56854_25353115,25353115 MSRC56853_25353086,25353086 SpellerScoreExperiments,25352389 WCOSUserChoiceUXPolicy,25350390 JumpListCentWinRTApiItemActivationFix,25346146 AutopilotProvisioningPageNavAAD,25345617 WthTaskbarTabs,25345549 VailContainerBsdr,25343295 MSRC56839_25338013,25338013 MSRC56837_25337544,25337544 MSRC56829_25335456,25335456 WorkAreaChangeHandling,25330851 WSL_Installer,25330707 InkPointerCursorApi,25329925 Hub_FullDiagnostics,25329309 MSRC56821_25327831,25327831 MSRC56820_25327791,25327791 MSRC56818_25327435,25327435 MSRC56815_25327306,25327306 MSRC56811_25326706,25326706 EapTls13,25326323 ConvergedEapTlsStack,25326317 MSRC56793_25324334,25324334 MSRC56789_25323881,25323881 MSRC56783_25323380,25323380 LowPriorityVAILPrelaunch,25318022 MSRC56757_25301216,25301216 MSRC56756_25301192,25301192 AsyncVmBusMessages,25300072 MSRC56737_25294043,25294043 MSRC56735_25293996,25293996 WindowTabHost,25292146 UseSupportedOrientationsCustomization,25289350 MSRC56701_25288645,25288645 MSRC56726_25288177,25288177 BugFix25281546,25281546 MSRC56713_25280600,25280600 AltTabBrowserBlowoutSettings,25278253 ClipboardRetries,25277690 ComingSoonPreviewService,25277057 MSRC55531_25276811,25276811 HolographicDesktopVirtualMonitor,25272477 Servicing_ValueBannerUpdate_25271277,25271277 OpenGLOn12_ForceEnable,25269693 OpenCLOn12_ForceEnable,25269689 MSRC56686_25261091,25261091 MSRC56682_25259823,25259823 MSRC56668_25255224,25255224 MSRC55942_25254239,25254239 Modern_Storage_Spaces_Link,25253244 MSRC56661_25250252,25250252 MSRC56659_25249871,25249871 MSRC56658_25249792,25249792 MSRC56657_25249680,25249680 MSRC56654_25248334,25248334 GPM_MLSD,25222305 SecureBiometrics,25221901 MSRC56646_25221698,25221698 MSRC53790_25221619,25221619 FlashDeprecation_Notification,25217842 KPMComputeSpaceKey,25210433 BlankDocExperiment,25207626 FirstRunExperience,25207605 MSRC56628_25204018,25204018 MSRC56625_25202149,25202149 Repository_FailFastOnCreateIfError,25201950 MSRC56623_25201347,25201347 MSRC56616_25200019,25200019 MSRC56614_25199894,25199894 MSRC56594_25189061,25189061 MSRC56591_25186413,25186413 MSRC56590_25186362,25186362 MSRC56589_25186207,25186207 MSRC56585_25185917,25185917 MSRC56583_25185841,25185841 MSRC56582_25185823,25185823 MSRC56580_25185703,25185703 MSRC56576_25185613,25185613 MSRC56568_25183677,25183677 MSRC56564_25182618,25182618 Servicing_PGStartTiles_25177178,25177178 AllowOutOfProcIExplorerCommandSetForeground,25176540 RedirectSystemControlPanel,25175482 ProgrammableTaskbarDefaultPins,25173983 Servicing_IE_Accessibility_Narrator_EnterKey_NoAction_25172909,25172909 MSRC56541_25168996,25168996 MSRC56522_25158877,25158877 MSRC56512_25156254,25156254 StorageHealthMonitorService,25156232 NVMe_Health_Status,25156182 BluetoothLECoordinatedSetIdentitificationProfile,25155868 MSRC56497_25153514,25153514 Servicing_AAR_DIRECTPOLICYCHECKS_24924568,24924568 MSRC56454_24922760,24922760 MSRC56451_24922432,24922432 ForceDisplayStackingDirection,24920483 MSRC56445_24912059,24912059 MDMEnrollmentForAzureVM,24911049 MSRC56443_24910246,24910246 MSRC56442_24910167,24910167 UserLocationOverride,24909010 ProgrammableTaskbarTelemetry,24896077 AdjustMagnifierForEdgeChromium,24893147 MSRC56414_24890919,24890919 MSRC56412_24890354,24890354 SystemToAboutSettingsSearchRedirect,24888244 MSRC56399_24880848,24880848 OobeCleanup,24880122 MSRC56395_24879178,24879178 MSRC56393_24879021,24879021 MSRC56389_24878386,24878386 MSRC56380_24876485,24876485 MSRC56375_24875148,24875148 MSRC56353_24864057,24864057 MSRC56348_24862075,24862075 MSRC56347_24861818,24861818 Servicing_CortanaWNF_24838259,24838259 MSRC56326_24836505,24836505 StatusBarOffOnWCOS,24826560 EnableTransparentAreaInKeyboard,24825491 ClearModifierStates_24822666,24822666 MSRC56313_24821771,24821771 MSRC56311_24819371,24819371 x64StoreAppsOnArm64,24819336 MSRC55635_24819047,24819047 MSRC56300_24817759,24817759 MSRC56298_24817310,24817310 ControlPanelTelemetry,24815937 InfracastRtspTcpConnectionParametersSupport,24807782 MSRC56288_24805201,24805201 CallbackForItemValidation,24803656 WVD_MGMT,24803256 MSRC56274_24798929,24798929 USNStreamModify,24792806 AppDefaultsSettingsPerformanceAsync,24791329 MSRC56263_24789939,24789939 InitializeColorServer,24788361 MSRC56219_24787916,24787916 SmoothHDRDisplayModeChange,24783100 VoiceTypingInFlowConsentOnDesktop,24781242 VoiceTypingEntryPointOnDesktop,24781229 VoiceTypingModernUXOnDesktop,24781215 GPM_BlitModeTracking,24779616 GPM_PresentMonETWProviders,24779542 MSRC56245_24777556,24777556 MSRC56238_24775098,24775098 LoadingIndicator,24774685 IgnoreMultiSignInViewActivation,24773688 MSRC56228_24772330,24772330 TestOnlyDisableNamedPipeScoping,24772160 ExperienceHostLogonTaskCustomTimeout,24771133 UserIntentionPrediction,24766054 NetworkSharePaste,24752909 DriveBasedNamespaceRestrictions,24750601 NoCheckBoxFromWinRT,24750336 Servicing_JpnImeCrashLongComposition_24746137,24746137 MSRC56207_24743076,24743076 DeviceManagementContainerOmaDmClientSyncMlSupport,24742737 ScriptingEngines_AMSI,24742553 DefaultBrowserSettings_Decluttering,24739649 AppDefaultsSetNewEdgeAsDefault,24724557 TouchKeyboardKeyColorTheme,24713402 ScoobeDooMLSideloadedFeatures,24709006 MSRC56148_24705172,24705172 MSRC56147_24705114,24705114 MSRC56145_24704531,24704531 MSRC56141_24703943,24703943 MSRC56135_24702368,24702368 VoiceTypingCorrectionUXCandUIOnWCOS,24698563 VoiceTypingCorrectionUXTextStylingOnWCOS,24698548 WcosHardwareCursor,24697775 WCOSPreInstalledAppsHide,24674586 MSRC56125_24673962,24673962 MSRC56121_24672827,24672827 ScoobeBrowserDecluttering,24672380 MSRC56120_24672238,24672238 IE_Disable_FEATURE_SYSTEM_DPI_AWARE,24671935 SVR_PresentAt_PresentationHandler_24671765,24671765 HideUninstallVerbForNonUninstallablePreinstalledAppsOnWcos,24669091 MockShellHardwareStateWithRegistryValues,24668664 UseInactivePanelsHint,24668148 VoiceTypingCorrectionUXCandUIOnDesktop,24663165 VoiceTypingCorrectionUXTextStylingOnDesktop,24663162 ExpandICCCalibrationDataToFullRange,24656274 MSRC56097_24654315,24654315 SearchSuggestionsFallback,24652212 ProtectionHistoryPillar,24652141 MSRC56088_24651784,24651784 MSRC56086_24648513,24648513 DetailedAppInv,24645733 RealtimeActivityReporting,24642484 MSRC56078_24642392,24642392 MSRC56074_24641601,24641601 DXGI_Hybrid_DList_Support_Update,24640165 Servicing_F002,24637566 MSRC56057_24634521,24634521 ConvertToUPNName,24631754 TVMAppControlToastUX,24631052 CurrentFolderAsSelection,24623699 ElevateHostProcessGpuPriority,24622692 RemoveUserTileMRU,24621400 EnableStartupExperience,24610533 MSRC55948_24599853,24599853 DXGI_CrossAdapterScanOut,24599531 MSRC55939_24599394,24599394 MSRC55937_24598753,24598753 VpciProxyMux_Refactor,24598453 JunctionRedirectionTrust,24598032 ApplicationWindows_Wave4,24597231 MSRC55930_24596121,24596121 SmarterImageLoading,24595158 CRM_DS,24588949 WNS_CTA_Download_Images,24588873 WNS_CTA_Push,24588867 MSRC55840_24587418,24587418 SuperWetClipToCanvas,24585910 MSRC54652_24585180,24585180 MSRC55823_24581832,24581832 MSRC55818_24579225,24579225 MSRC55817_24579138,24579138 MSRC55815_24579051,24579051 MSRC55633_24573544,24573544 MSRC55797_24548442,24548442 MSRC55777_24544084,24544084 MSRC55776_24543630,24543630 AADEnableTgtForAllRequests,24536380 UserCritOpt,24533020 MSRC55742_24532748,24532748 MSRC55740_24532713,24532713 MSRC55738_24532643,24532643 MSRC55735_24523655,24523655 MSRC55704_24514618,24514618 RemoteFindToast,24512981 MSRC55690_24509093,24509093 MSRC55683_24498835,24498835 MSRC55681_24498363,24498363 MSRC55657_24489314,24489314 MSRC55656_24488865,24488865 MSRC55652_24486340,24486340 MSRC55651_24486313,24486313 MSRC55650_24486292,24486292 MSRC55649_24486269,24486269 MSRC55648_24486231,24486231 MSRC55647_24486207,24486207 MSRC55646_24486128,24486128 MSRC55644_24486065,24486065 MSRC55643_24485507,24485507 MSRC55642_24485472,24485472 MSRC55629_24476644,24476644 MSRC55610_24475151,24475151 MSRC55608_24474787,24474787 MSRC55604_24473680,24473680 MSRC55580_24462347,24462347 MSRC55579_24462333,24462333 MSRC55574_24462219,24462219 MSRC55549_24447174,24447174 MSRC55541_24446486,24446486 MSRC55536_24446153,24446153 MSRC55535_24446079,24446079 MSRC55530_24445181,24445181 MSRC55529_24445147,24445147 MSRC55528_24445103,24445103 MSRC55527_24445069,24445069 MSRC55526_24445010,24445010 MSRC55525_24444984,24444984 MSRC55521_24444648,24444648 MSRC55518_24430644,24430644 MSRC55508_24429800,24429800 MSRC55485_24419982,24419982 MSRC55482_24419419,24419419 AdditionalPredictionLogging,24416856 MSRC55467_24416264,24416264 SRCache_FailFastOnOpenIfNotInitialized,24411717 LocalThumbnailForHydratedFile,24408380 MSRC55458_24407558,24407558 WindowManagementInProc,24406318 MSRC55449_24403939,24403939 MSRC55447_24401487,24401487 RemoveSihostDependencyFromAppxsvc,24401252 MSRC55441_24398274,24398274 ShellEyeCursor,24395939 MSRC55434_24393885,24393885 MSRC55432_24393188,24393188 MSRC55431_24393150,24393150 MSRC55422_24387949,24387949 MSRC55409_24385110,24385110 MSRC55406_24384694,24384694 MSRC55403_24381996,24381996 MSRC55401_24381967,24381967 MSRC55394_24365876,24365876 AllowArbitraryParent,24363840 MSRC55385_24363357,24363357 MSRC55384_24363230,24363230 HumanPresenceMonitor,24360466 NightsWatchInferMotw,24356642 MSRC55369_24353400,24353400 AvoidTimerCallbackAfterDestroy,24351880 ReplaceLegacyBrowserForGroupPolicyAndOEMTaskbarLayouts,24351342 GPM_LightWeightDxgKrnlETWKeyword,24338497 MSRC55347_24333951,24333951 StableMacForInternalNICs,24333588 MSRC55344_24332830,24332830 Servicing_OutlookKoreanImeCrash_24332691,24332691 UsageAPI_MultipleInstances,24331859 TransformLegacyColorManagedWindowsShim,24316890 AutoColorManagementEnabled,24316826 MSRC55321_24316398,24316398 MSRC55298_24313575,24313575 ParseTokenResponseDataXml,24312142 MSRC55288_24310271,24310271 MSRC55284_24309915,24309915 MSRC55283_24309483,24309483 MSRC55280_24308454,24308454 MSRC55279_24308429,24308429 MSRC55273_24294311,24294311 MSRC55273_24294309,24294309 MSRC55269_24294177,24294177 TemporarilyPopulateIdentityMap,24291095 PolicyEnforcedWebSignInNavigation,24290604 WaitForExperiencesBeforeCompletingWorkspaceDeferral,24281950 Servicing_SamsungAppTerminateFix_24280641,24280641 Hub_UndockedSnipping,24276737 MSRC55248_24274109,24274109 MSRC55246_24273629,24273629 MSRC55244_24270222,24270222 BackgroundLifecycleApps,24268349 HTMLStartPerfSolidTopBorder,24266391 ReloadTpmKtkHandle,24263944 SecureFingerprint,24262804 NicVdev_VMMS_ConvertToPreallocations,24261129 MSRC55220_24258708,24258708 MSRC55215_24254954,24254954 MSRC55208_24253489,24253489 LoadInStages,24253193 MSRC55205_24251523,24251523 Custom_TCP_Timeout,24248236 RespectMakeTextBigger,24245154 AADWebAuthSessionSwitchInPasswordCredprov,24242972 MSRC55193_24242481,24242481 MSRC55181_24240143,24240143 MSRC55179_24240018,24240018 MSRC55178_24239781,24239781 MSRC55177_24239420,24239420 MSRC55174_24238683,24238683 MSRC55170_24236990,24236990 WSL_VirtIO_9p_ARM64,24236551 MSRC55145_24229238,24229238 MSRC55144_24229119,24229119 MSRC55140_24228872,24228872 BugFixSyncInputStatesForDUIKeyboard,24228595 VoiceTypingPlatformChange,24205841 MSRC55118_24188022,24188022 StorageRecommendations,24185470 MSRC55110_24180340,24180340 MSRC55107_24179935,24179935 MSRC55102_24179773,24179773 MSRC55094_24174017,24174017 Profile_Service_Retry_Load_Loop,24172318 VailUnifiedDpi,24171364 TrimOffscreenWindowFragments,24164467 DwmHandleTracing,24159631 SearchDeleteHistorySuggestions,24139787 ShellSmoothHandInput,24136773 MSRC55064_24127732,24127732 FullereneRDP,24120282 MSRC55051_24119290,24119290 NarratorWindowing,24115496 InputAppPerfOptimizationDocked,24106681 ResizeWin32SlatesOnStart,24102175 RedoUpdateManagerWorkThread,24100887 MSRC55034_24100357,24100357 MSRC55034_24100355,24100355 MSRC55031_24100305,24100305 MSRC55032_24100289,24100289 MSRC55021_24090759,24090759 MSRC55019_24090498,24090498 MSRC54974_24090035,24090035 MSRC54980_24089968,24089968 MSRC54978_24089935,24089935 MSRC54993_24089921,24089921 MSRC54986_24089903,24089903 MSRC54975_24089884,24089884 MSRC54970_24089840,24089840 MSRC54988_24089820,24089820 MSRC54992_24089805,24089805 MSRC54985_24089790,24089790 MSRC54977_24089739,24089739 MSRC54976_24089711,24089711 MSRC54979_24089687,24089687 MSRC54973_24089672,24089672 MSRC54972_24089623,24089623 NicVdev_NewPreallocatedResourcesSchema,24088847 IncrementalRecycleBinEnumeration,24087738 DelayInitializeShellTLS,24087705 ShellExecute_StateRepositoryIsAuthoritative,24079510 ProductShellHangDetection,24077485 PowerEventProcessorSystemIdle,24073380 Threadpool_Hang_Report,24070885 MSRC54892_24051729,24051729 WSL_Mirrored_Networking,24051656 MSRC54964_24051308,24051308 MSRC54963_24051216,24051216 NightsWatchEnablement,24051083 MSRC54961_24050940,24050940 20H2_Rollback,24047634 MSRC54935_24036609,24036609 MSRC54933_24036398,24036398 MSRC54929_24036146,24036146 Servicing_IMENeverReady_24031835,24031835 SanderoOnPro,24027798 MSRC54920_24027077,24027077 MSRC54919_24026964,24026964 MSRC54917_24026469,24026469 HTMLStartScreenSizeWorkaround,24026435 MSRC54916_24026417,24026417 MSRC54913_24026366,24026366 MSRC54912_24026288,24026288 LocalUsersAndGroups_24026205,24026205 UiaGetUiaNodeOptimization,24023736 MSRC54909_24023542,24023542 MSRC54908_24023462,24023462 UiaOptimizedEventRegistration,24023428 UiaNonBlockingRequests,24023386 MSRC54896_24012163,24012163 DisablePropertySheetChangeButton,24011760 EnableSessionTerminateNotification,24006437 MSRC54892_24002009,24002009 HandleNoSelectionInRibbonForNamespaceExtensions,24001174 CredEnumerateReturnsNoSuchLogon,24000434 AppDefaultsWebSearch,23999489 NgcWebAuthnEccSupported,23997641 MSRC54877_23997174,23997174 MSRC54875_23996979,23996979 MSRC54874_23996964,23996964 MSRC54872_23996798,23996798 MSRC54869_23996378,23996378 MSRC54854_23995095,23995095 VoiceTypingEntryPointOnWCOS,23991426 VoiceTypingInFlowConsentOnWCOS,23991419 RemoveDeferredFocusNotification,23990933 DXGI_WindowedSwapEffectUpgrade,23990563 MSRC54842_23969285,23969285 MSRC54834_23967392,23967392 MSRC54833_23967159,23967159 MSRC54831_23966846,23966846 MSRC54830_23964663,23964663 MSRC54818_23958446,23958446 MSRC53768_23958431,23958431 MSRC54813_23956728,23956728 PropertyStoreForHwnd,23956599 MSRC54812_23956596,23956596 InkingHaptics,23956425 MSRC54807_23956345,23956345 MSRC54806_23956319,23956319 MSRC54805_23956304,23956304 AppDefaultVersionForPolicy,23954010 CrossContainerRegistrar,23947630 WNS_Periodic_Update_Manager2,23945364 MSRC53879_23934723,23934723 MSRC54026_23934716,23934716 MSRC54124_23934715,23934715 MSRC54109_23934714,23934714 MSRC54253_23934712,23934712 MSRC54255_23934710,23934710 MSRC54293_23934709,23934709 MSRC54303_23934707,23934707 MSRC54316_23934706,23934706 MSRC54349_23934703,23934703 MSRC54359_23934702,23934702 MSRC54337_23934700,23934700 MSRC54348_23934698,23934698 MSRC54523_23934694,23934694 MSRC54426_23934693,23934693 MSRC54419_23934691,23934691 MSRC54476_23934690,23934690 MSRC54428_23934689,23934689 MSRC54415_23934688,23934688 MSRC54450_23934686,23934686 MSRC54525_23934684,23934684 MSRC54555_23934679,23934679 MSRC54553_23934675,23934675 MSRC54548_23934674,23934674 MSRC54574_23934670,23934670 MSRC54601_23934669,23934669 MSRC54600_23934667,23934667 MSRC54598_23934666,23934666 MSRC54595_23934665,23934665 MSRC54597_23934664,23934664 MSRC54599_23934662,23934662 MSRC54652_23934659,23934659 MSRC54647_23934651,23934651 MSRC54657_23934646,23934646 MSRC53208_23934478,23934478 MSRC52770_23934477,23934477 MSRC54094_23934473,23934473 MSRC54103_23934472,23934472 MSRC54084_23934471,23934471 MSRC54435_23934465,23934465 MSRC54460_23934462,23934462 MSRC54409_23934461,23934461 MSRC54459_23934460,23934460 MSRC54536_23934458,23934458 MSRC54607_23934453,23934453 MSRC54602_23934451,23934451 MSRC54543_23934447,23934447 MSRC54621_23934446,23934446 MSRC54519_23934395,23934395 MSRC54506_23934393,23934393 MSRC54503_23934392,23934392 MSRC54520_23934390,23934390 VpciDirectTranslatedP2P,23931204 DisableWarmBloodedAutoLogon,23931097 MSRC54749_23930455,23930455 MSRC54733_23928498,23928498 MSRC54725_23924600,23924600 NTLMless,23923582 IndexerICUSupport,23922000 MSRC54712_23921584,23921584 MSRC54711_23921505,23921505 MmpcRedirect,23919662 PrivacyCurtainHelpText,23918000 MSRC54685_23916413,23916413 MSRC54686_23916412,23916412 MSRC54682_23916411,23916411 MSRC54687_23916408,23916408 MSRC54683_23916406,23916406 MSRC54690_23916405,23916405 MSRC54688_23916401,23916401 MSRC54693_23916400,23916400 MSRC54689_23916399,23916399 MSRC54691_23916397,23916397 MSRC54698_23916256,23916256 FridgeMagnetsPPI,23902811 WcosSingleVisualCursor,23897624 MSRC53501_23896796,23896796 MSRC53822_23896795,23896795 MSRC53746_23896794,23896794 MSRC53838_23896790,23896790 MSRC53990_23896786,23896786 MSRC53969_23896785,23896785 MSRC54092_23896783,23896783 MSRC54331_23896782,23896782 ScoobeExperimentationPages,23895822 SQLite,23895502 FixComTaskOrderedIssue,23884159 ChangeSignatureTrustAnchor,23882506 SplitLayoutOnModernUX,23881110 NarrowLayoutOnModernUX,23881043 HFEFNM,23878730 ScoobeOnLogonForUpgradedDevices,23877894 WCOSAppDefaults,23869232 DualVAILRegistration,23868861 MSRC54643_23866277,23866277 ScoobeOnCleanInstallNoNetwork,23865426 ClientSideEventReduction,23863797 NonblockingKeyboardProcessing,23861116 CoreShellHostedInSiHost,23854480 MSRC54682_23852463,23852463 MSRC54620_23851197,23851197 HTMLStartPerfNoRoundedCorners,23851001 HTMLStartPerfNoShadow,23850997 HTMLStartPerfNoAcrylic,23850988 HTMLStartPerfNoWebView,23850978 BugFix23836095,23836095 MSRC54599_23834022,23834022 MSRC54598_23833841,23833841 ExitWindowsforVAIL,23830744 StoreCDMInEdgeHTML,23827523 TipCSamplingOverride,23821219 Hub_QuietOOBECortana,23820713 MSRC54683_23820639,23820639 20H2_Enablement,23811390 MSRC54554_23810758,23810758 NgcViaWam,23808864 ConfigLock_DMClientCSP,23806551 CaptureIsBorderEnabled,23797124 MSRC54524_23792275,23792275 GdiEnableLiveKernelDump,23792193 MSRC54522_23791806,23791806 MSRC54521_23791752,23791752 MSRC54520_23791711,23791711 MSRC54519_23791451,23791451 OobeEsimBootstrap_23787264,23787264 MSRC54506_23784942,23784942 MSRC54503_23784836,23784836 MSRC54501_23784741,23784741 MSRC54500_23784622,23784622 ForceRestrictToOutputBlack,23783914 D3D11_BlockCryptoSessions,23783789 D3D11_BlockIHVAuthenticatedChannels,23783775 WdagMultiPlatformContainerSupport,23783295 MSRC54581_23775006,23775006 NvIo_Experimental,23756618 SearchPerfOptimizations,23755289 MSRC54450_23751551,23751551 VoiceTypingModernUXOnWCOS,23722665 SuperWetApi,23721427 PenFre,23721423 SetPenHandedness,23721421 PenTipToGlassEvents,23721420 MSRC54418_23717873,23717873 BluetoothLEAudioMediaControlServer,23710927 Hub_20H2_Narratorbug,23702633 CloudFileCopyHook,23685927 WVD_MultiSession_User_Configuration,23685071 VailRemovableDriveMapping,23675583 TryShellActivateApplicationFallback,23674478 BluetoothFlyout_Desktop,23673487 NewDevicesFlowConnectUI_Desktop,23673473 MSRC54339_23672095,23672095 MSRC54331_23666467,23666467 GIPKOR_23660839,23660839 FingerprintImprovement,23658930 BluetoothEattPdus,23654293 FluencyKPMInitOpt,23652504 BreakOnIDDTimeout,23648613 InputAppPerfOptimizationUndocked_23648429,23648429 HnsWcosLoopback,23636350 MSRC54294_23636311,23636311 Wcos_Vtp,23636289 QuickActionLock,23632643 AADWAMDeviceOnlyTokenRequestsSendUnknownParamsToServer,23624342 MSRC54277_23623430,23623430 MSRC54274_23622716,23622716 ValueBannerTattoo,23618533 ThemeAwareAndFluentTiles,23615618 Validate_Heap,23613153 WriteCacheLines,23607466 EdgeDevToolsWcosBroker_HookEnumOnDesktop,23603367 BugFix23602549,23602549 USNBackoffDetection,23596697 DisableAllInputOnPostureTransition,23593674 SimulateFoldDisplayOff,23593673 MSRC54222_23591362,23591362 MSRC54220_23591141,23591141 Hub_AppCloseButton_23590089,23590089 MSRC54215_23589247,23589247 ModernPC_Search_FailFastDebugging,23585862 SyncRootMove,23585747 DeviceManagementDeclaredConfigurationContainerSupport,23582909 SettingSyncRemovalAllowWindowsThemeToContinueSyncing,23580196 DXCore_SystemFileMappings_LegacyDriverSupport,23577914 DES_Monitor_Groups,23577149 DTraceDiagTrack,23567567 MSRC54187_23563919,23563919 ShowBrowserOnScoobe,23563673 DefaultBrowserSettings,23562335 EdgeDevToolsWcosBroker,23554896 PrintSupportApp,23550552 D3D12LegacyAPICompatibility,23543104 VelGatesTestControl,23542747 MSRC54140_23540836,23540836 NarratorBackgroundHighlight,23539034 BluetoothLEConnectedIsochronousStreams,23538000 LSA_SynchronousProfileLoaded,23534517 EnableRuntimeDebugBreakForIdd,23533199 ShowBrowserOnValueBanner,23531064 OobeLimitCortanaVoiceover,23529034 MSRC54116_23527833,23527833 DtsxHdmiEnabled,23517231 UndockDesktopSearchIntegrations,23516137 MSRC54104_23514480,23514480 DesktopStartHtmlLauncher_IncludeAppxFragment,23510120 MSRC54093_23505723,23505723 MSRC54092_23505322,23505322 Japanese12KeyOnWCOS,23505092 Japanese50onTouchKeyboard_23505084,23505084 KeyPressAnimation_23503111,23503111 ShellEyeTargeting,23498975 LogonTaskHangAutomaticWatson,23489040 MSRC54070_23487583,23487583 MSRC54060_23479992,23479992 MSRC54033_23477373,23477373 SL_AllowAnchorQueryRegExMatchingForId,23464348 NoPlatformScaling,23458767 DesktopToastViewWithAttribution_23454425,23454425 EnablePenInteractionModelOnWCOS,23448712 DesktopToastViewAlwaysShowDismiss_23447524,23447524 CallerContextImpersonateCallerRefactor,23447019 VoiceAccess,23445657 ModernAppBlocking,23445640 MSRC53992_23444169,23444169 MSRC53980_23437121,23437121 ScoobeMSALossAversion,23432965 ActivatonValueSetHints,23427585 MSRC52443_23426465,23426465 JumpList_OptimizeAutoDestListReadWrites,23426140 DXGI_VailMPO,23425898 AnaheimPromotionPostInstallPostUnlockDelayedTriggerEvent,23422232 DownloadAcceleratorMovesForegroundPermissions,23415849 DesktopUVCMTC,23403403 ExitAppOnClose,23402699 BTInboundPairingUI,23402385 MSRC53880_23400823,23400823 StateRepository_DynamicDependencies,23398575 MSRC53869_23397316,23397316 EnableDefaultFolderIconFallback,23394095 ScavengeSSUs,23392744 MSRC53861_23391480,23391480 MSRC53838_23381472,23381472 MSRC53519_23381156,23381156 MSRC53822_23380235,23380235 ApplicationWindows_TryShowAsync,23361023 AppointmentsInStart,23360964 MSRC53791_23356856,23356856 SevSnp,23356523 WatsonizeVAILFailures,23352930 DesktopStartHtmlLauncher,23351471 LogicalDisplayReference,23350651 BackdropVisualImage,23349657 AzureFeaturesAndPolicies,23348889 MSRC53768_23347267,23347267 MSRC53758_23340265,23340265 MSRC53756_23340089,23340089 PenWorkspaceCustomization,23339598 PenButtonCustomizationOnWCOS,23339593 MSRC53752_23339251,23339251 BugFix23339109,23339109 ModernUXFloatingKeyboardDropShadow,23324166 FeatureStagingInfoCapability_FullFCONAccess,23323535 OutOfProcIContextMenu,23323390 HardwareKeyboardTipC,23320671 OmaDmRunSessionInAc,23320467 EICinTIC_APIs,23318938 WindowTabOnUnpinnedTiles,23312529 UiaWindowManager,23311586 MultiProcessISM,23310084 MSRC53715_23305659,23305659 MSRC53128_23296237,23296237 TurnOffFocusAssistNotificationsByDefault_23282664,23282664 MSRC53681_23282442,23282442 Sideloading,23281607 IntegratedPinpad,23281234 MSRC53676_23281017,23281017 PCH_ShellUpdateAgentShipping,23264643 UiaCrossMachineWinEventPruning,23263127 ProcessICCCalibrationInDisplayBroker,23261994 DesktopFidoAadPinReset,23257967 DesktopFidoAadWebSignIn,23257963 DesktopFidoAadOobe,23257956 DesktopFidoMsaPinReset,23257924 DesktopFidoMsaWebSignIn,23257912 DesktopFidoMsaOobe,23257765 Modern_Disk_Management_Link,23257398 MSRC53631_23253071,23253071 MSRC53553_23251489,23251489 MSRC53547_23250133,23250133 WritePackageStateUsingTransactions,23232883 MSRC53528_23229617,23229617 WhatsNew,23226190 LaunchAnaheimDownloadPageAtLoginForAnaheimInsiders,23220630 MSRC53516_23219456,23219456 MSRC53513_23218261,23218261 SmartOptOut,23214784 TipKernelBaseABI,23210870 MSRC53501_23209920,23209920 MSRC53491_23204084,23204084 ActionCenterFlyoutHeight,23203980 MSRC53489_23203375,23203375 MSRC53477_23202056,23202056 MSRC53471_23197344,23197344 MSRC52752_23194607,23194607 UiaCrossMachineArtificialDelay,23192082 MSRC53449_23176639,23176639 VirtualTouchpadInkCanvas,23159671 D3D12VideoEncode,23156850 MSRC53416_23155882,23155882 MSRC53407_23144767,23144767 UiaCrossMachineHwndInfoCache,23139773 MSRC53397_23138890,23138890 MSRC53392_23133967,23133967 MSRC53389_23133785,23133785 AllowDelayStartupDebugging,23128665 BugFix23115857,23115857 DefaultAppUpdates,23109802 QRCodeWifiJoining,23106999 ExcludeFromCaptureAPI,23097642 Servicing_IE_SETTINGSYNCMIGRATION_23092750,23092750 MSRC53289_23089006,23089006 MSRC53287_23088721,23088721 MSRC53284_23087839,23087839 AnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForAnaheimInsiders,23078286 MSRC53251_23078079,23078079 MSRC53262_23078028,23078028 MSRC53259_23078002,23078002 FailFastOnCompositionSurfaceRenderingErrors,23075380 InjectionRawInputProvider,23072667 DualEngine_AllowF12,23071760 MSRC53249_23061662,23061662 MSRC53410_23060104,23060104 MSRC53409_23059758,23059758 ScoobeEligibilityBasedOnML,23059000 EICinTIConDesktop_23057655,23057655 FamilySettingsAwareness,23057458 ShellExecuteRedirection,23057199 MSRC53227_23057105,23057105 MSRC53225_23056967,23056967 MSRC53212_23044350,23044350 InputForegroundManagerImmediateUsage,23043246 UseWinML,23040247 PreallocateVirtualMonitors,23040215 ProductizeSpecializedDisplays,23038916 MonitorDevice_OverrideDriverWithDolbyVisionColorimetry,23036359 HideUwpEdgeFromAppListIfWin32EdgePresent_23035442,23035442 MSRC53196_23035100,23035100 Servicing_UnintentionalCandidateDetermination_23012864,23012864 MSRC53165_23008124,23008124 MSRC53162_23007569,23007569 MSRC53147_23004784,23004784 LazyFileIdCalculation,22994721 NoVisibleContainerUiPolicy,22990097 LaunchAnaheimDownloadPageAtLoginForNonAnaheimInsiders,22984827 SL_LargeImageTwoButtonTemplateSupport,22984807 AnaheimEdgeVersionSessionContext,22984758 AnaheimPromotionPreInstallPostUnlockDelayedTriggerEventForNonAnaheimInsiders,22984746 ApplicationWindows_Wave3,22984684 SearchUndockTestMocks,22984368 UseGraphicsCaptureAPI,22984311 MSRC53124_22979556,22979556 InputInjectionAPI,22974022 AltimeterThresholding,22967847 AllowModalParentZero,22966751 D3D12PinResources,22965649 RecycleNotificationContainers,22964139 ViewHitTestDeprecation,22962598 SmartScreenForAnaheim,22961407 WNS_CTA_Polling,22953751 IngestInputApp,22929203 MSRC52933_22880811,22880811 MSRC53076_22878733,22878733 MSRC53075_22878718,22878718 MSRC53074_22878621,22878621 MSRC53073_22878576,22878576 MSRC53071_22878449,22878449 MSRC53056_22871482,22871482 CShellOnWindowManagerIDK,22855141 MSRC53047_22851065,22851065 MSRC53046_22849120,22849120 MSRC53045_22846699,22846699 MoUXBroker,22789297 MonitorDevice_IsDolbyVisionSupported,22784083 UwpWindowLifecycleManager,22782356 DXCore_SystemFileMappings,22765950 MSRC52951_22764330,22764330 NonDXKryptonGpuSupport,22761567 WdagAsIsolationPlatform,22756199 MSRC52945_22755897,22755897 MSRC52943_22753775,22753775 MSRC52937_22751035,22751035 MSRC52936_22750499,22750499 HvciAutoEnableOnSV,22749712 MSRC52934_22749442,22749442 MSRC52929_22725296,22725296 ShareTargetDisplayName,22723486 MSRC52916_22706326,22706326 MSRC52914_22706240,22706240 Hub_PPIDesktopHybrid,22698057 VirtualTouchpadSmartLeftClick,22673070 MSRC52898_22669517,22669517 Hub_InternalDevTools,22667775 MSRC52895_22664550,22664550 MSRC52889_22661402,22661402 LowPriorityPrelaunchContainerPolicy,22610352 UDKFunctionsNotYetConverged,22608933 AppDefaultsCloudFileLaunchContentUriWCOS,22608641 Servicing_JapaneseImeCrashOnFocusChange_22595405,22595405 SuggestionUIOnDesktop,22529690 AADWAMUniversalID,22516394 WSL_VirtIO_9p,22514416 MRT_ShellLanguageProvider,22513950 MSRC52847_22507124,22507124 AADCloudAPSecurityGroupsSupport,22499543 MSRC52839_22488156,22488156 MSRC52838_22487778,22487778 MSRC52837_22487612,22487612 PCH_ForceShellFODAcquisition,22460213 MSRC52828_22460159,22460159 PCH_ShellFODRemoval,22460125 MSRC52824_22459399,22459399 SetUiSupport,22458793 DynamicProgIdSupport,22456928 MSRC52815_22452455,22452455 InlineSwiftPair,22449977 DeviceManagementWin32AppSettingProviderOptimization,22441698 WVDFileContentIndexing,22441124 MDMDiagnosticsLastError,22435459 AgentActivationRuntimeAPI_DefaultAgent_Power,22434907 KPMSetScalingFactor,22430804 WCOSWin32AppWindowPlacement,22429034 MSRC52762_22426209,22426209 MSRC52760_22425605,22425605 MSRC53525_22425219,22425219 MSRC52752_22414728,22414728 UART_Refactor,22394767 MSRC52722_22367230,22367230 MSRC52712_22363214,22363214 VmbusPerVaBackedVmThreads,22318530 MSRC52693_22314652,22314652 MSRC52689_22309730,22309730 MSRC52688_22309679,22309679 MSRC52687_22309615,22309615 MSRC52686_22308606,22308606 RDPFromWorkPlaceJoinedClientsWithAADAccounts,22294629 OmaDmClientLogSyncMLFile,22292797 MSRC52674_22291254,22291254 ShowShareUIOnContainerOS,22287751 AADRepairJoinInfoRegistry,22264175 MMPC_TargetSelfhostEnvironment,22259842 MSRC52639_22250758,22250758 MSRC52638_22250657,22250657 MSRC52636_22250303,22250303 MSRC52616_22234818,22234818 MSRC52607_22226803,22226803 MSRC52605_22226625,22226625 MSRC52601_22225821,22225821 VAILContainerOverride,22220719 ProductActivationInSettings,22220550 MSRC52567_22217666,22217666 MSRC52560_22211101,22211101 MSRC52558_22168926,22168926 InputForegroundManagerForUWP,22164006 SL_ImageMarginSoftLandingMetadata,22163109 SearchUndockExperiment,22162129 OpenCLOn12,22145371 SL_IsUserInteractionRequiredForDismissalSoftLandingMetadata,22136797 Servicing_SysDeleteKeyCrash_22130108,22130108 MSRC52453_22126870,22126870 ResizeShellExperienceViews,22119314 ValidateAMPPL,22119005 CoreWindowAsyncKeyState,22118908 TaskViewForceCloseContextMenu,22118550 MSRC52448_22112946,22112946 InputServiceHostedCoreInputViewManager,22111930 MinQMouseAndMiP,22100935 MSRC52443_22097612,22097612 CrossContainerAuth,22096226 CloudFileSyncStatusAPI,22094302 MSRC52429_22089775,22089775 MSRC52427_22089106,22089106 MSRC52426_22088570,22088570 SIPInvocationPolicySetting,22085787 MSRC52423_22079850,22079850 BoostPriorityAlwaysOnViewCreation,22078216 SystemDesktopBackgroundAdjustment,22077484 TestShellCommonDesktopBase,22074299 AllowConnectivityInStandby,22073857 MSRC52413_22071284,22071284 MSRC52412_22069949,22069949 LiteAccountDisambiAndAADPage,22069268 MSRC52396_22067323,22067323 SensorThresholding,22066884 MSRC52387_22055503,22055503 MSRC52385_22030089,22030089 SIPOcclusionMitigation,22024163 WcosIPPoverUSB,22014285 ApiLogging,22006889 RegFileEncapsulationLogging,22006819 MSRC52370_22005497,22005497 SupportCompressedVHDs,21996836 AADSupportADRSResponseRichErrorCodes,21991067 RemoteConfig_WinCanaryRing,21989994 OobeExperimentationPages,21988631 MSRC52330_21984554,21984554 TriggerStartMpssvc,21984232 WindowsSandbox_ARM64,21979176 ProductControlsAutoLogon,21975391 MSRC52304_21974818,21974818 SuspendContainersOnCsEntry,21972293 ValueBannerShowOneItemTemplate,21969097 WCOSOverrideDeviceFamily,21968130 MSRC52284_21966625,21966625 UninstallBrowserReplacementFixups,21966201 MSRC52277_21964537,21964537 DownlevelArgonContainers,21951094 UpdatePinnedTaskbarIcons,21938197 SL_IsImageQualifiedForLightThemeSoftLandingMetadata,21938149 UART_4_Ports,21938063 MSRC52252_21902812,21902812 MSRC52251_21902764,21902764 ColorfulUnplatedLogos,21894296 FamilyAppUsageTrackingAutoStart,21892848 MSRC52231_21891500,21891500 PhotosAppLiveTileClippingBugFix,21879587 DualEngine_ReliableClose,21879352 MsixAppCompatSupport,21878278 Arso_CredGuard,21877377 VAILWin32StartupTask,21870854 MSRC52209_21870609,21870609 TaskbarNoBlurBehindOnSoftwareRenderer,21868935 AllowSimulatedCameraPassSecureBioSensorCheck,21864523 BonusBarCoherence,21858649 PEMDataModelOverride,21854836 CdplProtectKnownUserFolders,21852964 MSRC52196_21852825,21852825 MSRC52192_21842263,21842263 MSRC52187_21838922,21838922 MSRC52182_21837841,21837841 AssignedAccessGlobalProfile,21835607 D3D12VideoAllowListDevMode,21834402 MSRC51883_21830762,21830762 EnableAADNgcKeysInWebAuthn,21830305 MSRC52172_21804317,21804317 AADClientSideThrottling,21779246 WACEdgeHitTesting,21778747 TouchInContextNotificationSettings,21769444 MSRC52157_21768474,21768474 GhostFrameSystemTerminateReason,21763906 MSRC52148_21758880,21758880 MSRC52146_21758773,21758773 MSRC52136_21747193,21747193 MSRC52135_21747147,21747147 MSRC52133_21747001,21747001 MSRC52132_21746959,21746959 MSRC52131_21746847,21746847 CombinedDataUsageStatusPage,21743692 HideUwpEdgeFromAppListIfWin32EdgePresent_21743510,21743510 VAIL_Vsync_Projection,21742760 MSRC52124_21736133,21736133 EnableVpciUefiBoot,21726436 ApplicationActivationWatcher,21726163 MSRC52116_21722660,21722660 CAMNotification,21718014 EICVelocityPressureBrush,21710064 MSRC52105_21709107,21709107 MSRC52101_21708469,21708469 DESEnableBrightnessHotkeysWithoutPowerGuids,21706588 MSRC51759_21703397,21703397 MSRC52104_21687179,21687179 DisableKryptonDeferredCommit,21680472 DisableKryptonEnhancedPageFault,21680218 WindowReferenceAPI,21667824 BrowserReplacementAssocHandlers,21667666 MSRC52067_21667212,21667212 MSRC52065_21666170,21666170 Direct3D9_ModeEnumPerf,21663869 Servicing_PreventReentrantJapaneseIME_21660237,21660237 SingleUserGlobalizationSettings,21657128 HardwareKeyboardInlinePredictionMinimumPrefixLengthExperiments,21654623 DeviceFormatShimForVSS,21650929 Servicing_UnifiedTileIdentifierCreateFailureTelemetry_21648680,21648680 MSRC52048_21648483,21648483 MSRC52046_21638631,21638631 MSRC52024_21635939,21635939 MSRC51974_21633115,21633115 DeliverViaSendMessage,21629918 AADCloudAPPluginAlwaysEnabled,21617600 MSRC52362_21616617,21616617 MSRC51959_21614878,21614878 MSRC51957_21614277,21614277 MSRC51955_21614046,21614046 MSRC51954_21613929,21613929 StateRepoVerbsCache_SimultaneousInitByMultipleThreads,21604361 DisableKryptonHotEnlightenment,21601026 PinVmmemBackingPages,21601021 DisableKryptonColdEnlightenment,21600992 FlipHandleActiveInputProfile,21597266 HardwareKeyboardInlinePredictionNotification,21595991 DockTestMode,21593258 AADServerSideInitiatedThrottling,21588615 MSRC51906_21586727,21586727 MSRC51900_21562307,21562307 MSRC51898_21561079,21561079 UserModeVpciBus,21560663 MSRC51892_21559193,21559193 MSRC51881_21556057,21556057 FeatureUsageTelemetryFlushOnSuspend,21544835 MSRC50819_21542341,21542341 MSRC51863_21540709,21540709 MSRC51861_21540325,21540325 MsaMatsLogging,21539027 MSRC50979_21537952,21537952 FakeCrossContainerCallerIdentity,21527221 LockBugFix_HangQuiesce_IgnoreUnregisteringRemoteEventHandlers,21524549 MSRC51836_21522210,21522210 HnsFlowSteeringEngine,21510609 HtmlStartDevTools,21510418 HtmlStartPackageFeed,21510368 MSRC51813_21509331,21509331 MSRC51792_21506819,21506819 MSRC51795_21495299,21495299 MSRC51794_21495291,21495291 DeviceManagementContainerEnabled,21464537 UserManagerUserPicture,21459675 MSRC51764_21458820,21458820 ExcludeDevFolders,21445372 FL1_0_Core_Release,21445104 StickyKeysConfirmation,21443757 ForceColorGDIRampsUse,21431699 RedirectColorCallsToWinRTObjectServer,21431693 MSRC51728_21431023,21431023 SettingSyncRemovalAllowEdgeToContinueSyncing,21427697 SettingSyncRemovalAllowInternetExplorerToContinueSyncing,21427683 DeliveryOptimization_Vibranium_UISettings,21425853 GPCSERegistry,21418537 FixComTaskPoolRace,21417928 VAIL_Fake_Monitor_Projection,21415082 MSRC51715_21414518,21414518 VAIL_Monitor_Projection,21414360 MSRC51714_21414356,21414356 MSRC51713_21414201,21414201 MSRC51710_21413205,21413205 MSRC51708_21412909,21412909 AutopilotReset,21412447 MMPC_CertPinningToMmpc,21412373 MSRC51700_21409766,21409766 MSRC51696_21408811,21408811 FconWritesToWNF,21405638 WAM_BI_RE_ARCH,21402927 MSRC51691_21400765,21400765 DoDragDropOnContainerOS,21400610 MSRC51686_21399329,21399329 MMPC_TestMode,21399059 MMPC_DiscoveryLockDown,21399046 OmaDmSkipSessionInCs,21398904 MSRC52365_21395503,21395503 NonDriveLetterVolumeIndexing,21394072 KerbAsRepCredKeyBinding,21393543 KerbAsRepCredsHybridCache,21393348 ShowInstallationStatusSettingsApp,21393016 FconWritesToRTL,21392164 EncryptAuthIdentityForSystem,21390336 WebExperienceHostExtension,21390217 Servicing_IE_SETTINGSYNCMIGRATION_AUTOCOMPLETE_21389768,21389768 Servicing_IE_SETTINGSYNCMIGRATION_TABROAMING_21389760,21389760 Servicing_IE_SETTINGSYNCMIGRATION_TYPEDURLS_21389753,21389753 Servicing_IE_SETTINGSYNCMIGRATION_HISTORY_21389737,21389737 MSRC51645_21361950,21361950 WindowManager_ActivationWatcher,21360375 MSRC51629_21355862,21355862 MSRC51628_21355292,21355292 MSRC51625_21348672,21348672 Profile_Service_Delete_Cloud_Files_Folders,21343083 BitLocker_RP_AAD_Backup_Check,21341508 VMVersion5Deprecation,21341503 ForcedPasswordlessPlatform,21331712 PasswordLessNewDevices,21331646 KerbAsRepCredsHybrid,21331590 Servicing_ValidEAorHashEACheckChange_21330992,21330992 ArsoForDesktopDJ,21330961 WebSignInForTpmClearRecovery,21330953 MSRC51569_21326875,21326875 FidoBleAddressRotation,21326400 MSRC51562_21325980,21325980 FidoPrivacyUI,21325834 ExperimentalRefreshRates,21320188 KPMUseRealTouchPoints,21318338 HardwareKeyboardLayoutAware_WCOS,21318331 HardwareKeyboardLayoutAware_Desktop,21318322 MSRC51558_21317526,21317526 MSRC53981_21313761,21313761 OobeEsimDiscoveryTask,21312859 MSRC51554_21312673,21312673 MigrateVRegHivesBack,21309366 QueueOobeTelemetryForUpload,21307089 AADAccountUPNNameChange,21302662 CloudAPAsyncAcceptCredentials,21302635 DesktopStartDefaultWebView,21302095 MSRC51540_21299122,21299122 MSRC50956_21295729,21295729 MSRC51532_21289021,21289021 MSRC51529_21273757,21273757 MSRC52366_21270652,21270652 EICinTIConWCOS,21268963 MSRC51515_21268706,21268706 OmaDmClient429Support,21268504 MsaMats,21267110 MSRC51511_21266515,21266515 MSRC51510_21266309,21266309 MSRC51509_21265351,21265351 AppDefaultsCloudFileLaunchContentUri,21261388 MSRC50713_21260348,21260348 FlexibleToastView,21256886 WebStartObviousFallback,21254489 PCH_ShellPackageUpdate,21253981 UpdateShellOnLogon,21253411 NLM_Experiment_LossyNetwork,21253247 MSRC51501_21251561,21251561 NoCreateFamilyDisabledUsers,21239647 FamilySyncOnLogon,21238233 MinGetKeyState,21237886 MSRC51466_21232779,21232779 DesktopTouchImprovementForTabletPosture_21228112,21228112 MSRC51459_21226085,21226085 SlideWindowAnimationRectCheck,21209145 HardwareKeyboardInlinePredictionTypingSpeedExperiments,21209073 CtrlBackspaceInExplorer,21207738 Stubification_21206371,21206371 ModernPC_Search_ComposerBgTasks,21206249 MSRC49535_21204384,21204384 VelocityBasedPressureAlwaysOn,21203989 NewOutputPresenter,21185041 ContainerOSDisable,21184109 UserResearchShortcuts,21180889 Servicing_IE_SETTINGSYNCMIGRATION_FAVORITES_21177013,21177013 HardwareKeyboardInlinePredictionPersonalizedAdaptiveModel,21169807 BrowserReplacement,21167812 RedirectBrowserActivations,21166711 ProductExperienceManager,21166365 MSRC51322_21166185,21166185 PinMigration,21157932 IRawNotification3,21156642 DesktopTouchImprovementMaxWindow,21154990 DesktopTouchImprovementForTabletPosture_21154937,21154937 AppDefaultsSetAppAsDefault,21154688 XAMLFileExplorerCloudFiles,21154437 MSRC51306_21153188,21153188 MSRC51304_21152666,21152666 OmaDmAlertBatching,21152626 MSRC50608_21151885,21151885 DeviceSetup_Parallel,21151629 DeviceMetadata_CombinedQuery,21151430 MSRC51153_21150781,21150781 MSRC51296_21150688,21150688 DisplayUserExperienceInfo,21145007 MSRC51287_21144410,21144410 XboxServerFlows,21144178 DeviceResetContext,21140357 CapabilityAccessTokenAPI,21139028 SupportFnKey,21138696 MSRC51272_21129820,21129820 ActivateUndockedSearchApp,21129005 UndockedSearch,21127843 FlexibleNotificationItemView,21127659 EnableDevMode,21102095 GraphPictureGet,21101172 UsageReportingViaFCON,21100654 MSRC51245_21097555,21097555 EmptyFiles,21093963 DisableCRC32,21092406 UseD3D12HologramCompositorPipeline,21088374 CalendarQuickCompose,21088047 EnableHostResourceSharing,21087575 KeyboardInputInMinQueue,21087082 D3D11MaxFrameLatencyOverride,21084512 ShellOcclusionHandling,21082956 UndockedSettingsSearchContent,21076392 XFG_User,21076344 UseHeadGazePitchAdjustmentRadians,21073599 FnKeyAPI,21073492 MSRC52364_21073296,21073296 ProvOEMMV,21073220 MSRC51222_21072117,21072117 MSRC51219_21070842,21070842 MSRC51213_21069137,21069137 MSRC51212_21068999,21068999 MSRC51208_21061145,21061145 MSRC51205_21058145,21058145 MSRC51204_21058110,21058110 HvciDisabledToast,21055388 GpuHardwareSchedulingUi,21054454 MSRC51188_21053630,21053630 MSRC51165_21053038,21053038 MSRC51181_21045850,21045850 DeviceManagementRunCspInContainer,21044226 MSRC51179_21043885,21043885 CAMETWLogging,21043497 MSRC51168_21041752,21041752 MSRC51170_21041741,21041741 TouchKeyboardAutoSwitchToAlphaAfterSymbolSpace,21036042 DP_AUX_V2,21034614 RemoteConfig_PreProdRing,21031911 KryptonSoftLargePages,21026262 MSRC51140_21018176,21018176 SPH_PerUserFiles,21017437 EnableBackgroundTasks,21008641 MoStack,21006942 UndockedSettingsExtensions,21006835 NarratorScripting,21005116 DecoupleScoobeFromUpgradeOnLogon,21004556 VAILRemoteAppIdWindowAssignment,21003492 MSRC51116_21001785,21001785 MSRC51098_20999305,20999305 MSRC51099_20999292,20999292 MSRC51095_20996407,20996407 HtmlStartIncludeUdkProjections,20994335 MSRC51091_20994164,20994164 LiteTaskbarSettings,20992140 MSRC51058_20979546,20979546 BluetoothLEExtendedAdvertising_Api,20977847 BluetoothLEAlternativePhySupport_Api,20977799 HostAILPositionerInRDPInit,20975359 SettingsSearchCFR,20974195 GifSuggestionOnDesktop_20965193,20965193 MSRC51034_20960573,20960573 MSRC51030_20957765,20957765 CaptureCursorAPI,20957018 HostAILPositionerInImmersiveShell,20952834 MSRC51022_20952820,20952820 MSRC50733_20943515,20943515 MSRC50983_20928756,20928756 MSRC50982_20928611,20928611 MSRC50973_20925124,20925124 MSRC50971_20924927,20924927 MSRC50968_20923514,20923514 MSRC50966_20922727,20922727 MSRC50965_20922480,20922480 MSRC50962_20922238,20922238 MSRC50960_20920684,20920684 WcosFileDialogsForAnaheim,20913705 CShellEaseOfAccessKeyboard,20901297 MSRC50953_20899331,20899331 ShellTwoHandedSystemGesture,20897646 MultiUserGlobalizationSettings,20897186 ModernUXConfirmationUXHost,20895755 MSRC48796_20894105,20894105 MSRC50935_20893992,20893992 MSRC50931_20893357,20893357 EdgeSpartanDesktopAppOnWCOS,20892916 HvciIncompatibleApps,20887957 MSRC50851_20873218,20873218 IE_SETTINGSYNCMIGRATION,20862839 MSRC49225_20861227,20861227 KeyboardAwareWunderbar,20861006 WunderbarMediaTransportControls,20860890 MSRC50845_20860685,20860685 AppDefaultsLogonTelemetry,20859160 MSRC50825_20846922,20846922 ExpandReparsePoints,20842212 MSRC50815_20840997,20840997 InputSiteTree,20840737 PenTailDockEvents,20840718 DisplayHdr_Inf_Certification,20832431 DolbyVision_Default_On,20832424 Servicing_RxNameCacheFinalize,20830198 AgentActivationRuntimeAPI_AboveLock,20829994 MSRC44803_20829456,20829456 MSRC50787_20829145,20829145 MSRC50786_20829030,20829030 MSRC50781_20828295,20828295 MSRC50769_20827784,20827784 MSRC50767_20827725,20827725 MSRC49166_20827085,20827085 MSRC50747_20826924,20826924 MSRC50746_20826724,20826724 MSRC50735_20824484,20824484 MSRC50733_20824419,20824419 MSRC50732_20824399,20824399 MSRC50729_20824324,20824324 MSRC50723_20824178,20824178 H264_Multithread_DXVA,20820388 MSRC50722_20819916,20819916 TestPresentationRequested,20819543 PresentationRequestedOnDesktop,20819528 RequestFromAppModelWatcherOnDesktop,20819441 HvciCancelScan,20815078 NPToastUX,20813326 SIPInvocationByTapOnWCOS,20809722 KeepRateForPersonalizedWords,20806905 HardwareKeyboardInlineMultiWordPredictionScoreDiffExperiments,20806132 HardwareKeyboardInlineMultiWordPredictionThresholdExperiments,20806104 HardwareKeyboardInlinePredictionOneKeyReversion,20805978 HardwareKeyboardInlinePredictionMinimumPredictionLengthExperiments,20805803 UseMLModelForToastTiming,20804974 WebStartEndpointSelection,20802801 HardwareKeyboardInlinePredictionUnderline,20801365 MSRC50715_20798455,20798455 CShellToggleKeys,20788889 ScreenClippingUndockedWCOS,20782456 EaseOfAccessQuickSettings,20782259 MSRC50714_20781930,20781930 MSRC50711_20781178,20781178 MSRC50703_20772209,20772209 HelloSplitViewAcrossDisplays,20770583 AppWindowBamo,20770034 DriverWhiteboxData,20758545 DriverBlackboxData,20758515 DXGI_DxDb_Reparenting_Custom,20756507 IndexerVAIL,20756095 VAIL_Opm_Projection,20754884 MSRC49024_20752363,20752363 MSRC50683_20752271,20752271 MSRC50678_20751883,20751883 NightLightOnWCOS,20751365 TPMCommandTelemetry,20751319 UniformDpiProgrammingModel,20743071 NvIo,20742624 MSRC50657_20737867,20737867 MSRC50655_20737736,20737736 MSRC50631_20723788,20723788 MSRC50630_20723528,20723528 ApplicationWindows_SupplementalPane,20722116 Optional_Features_Page_V2,20721549 ScoobeSettingsToggle,20720716 MSRC50614_20702928,20702928 MSRC50612_20702871,20702871 MSRC50610_20702855,20702855 ShellOneHandedSystemGesture,20702577 VailContainerPause,20698537 MSRC49998_20696500,20696500 MSRC50592_20696450,20696450 MSRC50523_20696371,20696371 MSRC50502_20696180,20696180 MSRC50554_20696117,20696117 MSRC50547_20696044,20696044 DisableSecondaryTilePinPrompt,20695874 MSRC49534_20695542,20695542 MSRC49630_20695512,20695512 BluetoothHfpAppleAccessory,20695103 FailFastOnSuspend_20684471,20684471 ShowUndockedSelfhostingText_20684470,20684470 DraggableThumbnailAfterSnip,20684469 NewViewSearchApp,20683751 EnableTestModeForFileExplorerSSFtoCDSConversion,20681411 ResilientToCloudFileCalculatedProperties,20681302 SimpleParseOnDesktopIcons,20670392 UndockedKeyboardOnLogon,20652183 InputAppConsumesUdk,20652073 WCOSUserModelForIME,20650888 MSRC50491_20638631,20638631 DisableLowQosTimerResolution,20638285 ReduceTimerWakes,20638280 BluetoothUnifiedAudioEndpoint,20624938 KeepLegacyCortana,20624316 MSRC50483_20620577,20620577 InputSuggestionsAudienceOverride,20611356 InputSuggestionsVelocitySample,20611348 InputSuggestionsPackageDownload,20611340 SuggestionUIPackageDownload,20611323 MSRC50477_20611129,20611129 LiteOobeReboot,20608772 MSRC50462_20607628,20607628 MSRC50459_20606762,20606762 WAMAggregatedTelemetry,20603548 UUS,20603363 MSRC48792_20586247,20586247 UefiEnableLowPowerS0,20586107 MSRC50304_20585205,20585205 MSRC50366_20583610,20583610 NotificationSenderRecency,20583190 MSRC50351_20583083,20583083 UseStoreECApp,20577377 EapTeap,20577243 MSRC50328_20565628,20565628 MSRC50327_20565616,20565616 PolicyManagerADMXIngestionUpdater,20564631 MSRC50319_20560823,20560823 SuggestionUIWAVE3OnWCOS,20553178 UseDDisplayPlaneInMirage,20541461 MSRC52361_20531572,20531572 MSRC52363_20531509,20531509 SettingSyncRemovalDisableUploadsAndDownloadOnceOnly,20530593 MSRC50251_20529870,20529870 ContainerCrash_UseInternalBranchPolicy,20529819 MSRC50241_20529513,20529513 MSRC50237_20529188,20529188 OneSettingsClient_MSRootCert,20526503 MSRC50221_20522190,20522190 MSRC50219_20522141,20522141 CoreMessaging_DeferReleaseUserApiCall,20516394 DigitsSubstitutionSetting,20516266 SeparateOfficeFromOneDrive,20516042 MSRC50197_20513963,20513963 OpenGLOn12,20513500 UiaGenericCrossMachine,20506114 MSRC50138_20505477,20505477 VoiceTypingEntryPoint,20499660 MagnifierCaretUseFastTransition,20496243 KerbSupportKeyListReq,20495629 VoiceAssistantPositioner,20484887 FailFastOneTimePackageNotApplicable,20480335 FailFastForHandlerIntializationFailure,20477373 EICinTIConDesktop_20470972,20470972 ReportLoggedOnCompleted,20469805 OmaDmAlertBlocking,20462393 NotificationFrequencyImprovements,20462323 MSRC50126_20461088,20461088 PcpKspWilLogging,20460728 CoalesceAACAudioSamples_20457348,20457348 19H2_Enablement,20455539 VblankInkPrediction_20455341,20455341 ImprovedStraightLineInkPrediction_20455339,20455339 NewDevicesFlowConnectUI_WCOSCDG,20447509 ComingSoon,20446796 OfflineBitAsSlow,20442768 19H2_Rollback,20442546 MSRC50097_20441275,20441275 SIPSuggestionUIOnDesktop,20438551 AppDefaultsRecommendNewEdge,20432194 MultiUserSequentialSignin,20431957 PenDetachIWS,20430744 PenDetachFRE,20430727 MSRC50055_20429541,20429541 SkipBrowserInAppEnumerations,20429476 MSRC50055_20424347,20424347 TaskbarAutoHideServicingBugFix,20424193 MSRC50039_20423691,20423691 TaskbarPinMigration,20421490 MSRC50139_20420840,20420840 MSRC50028_20402261,20402261 MSRC50027_20402253,20402253 ShellPackageOption,20401470 MSRC50000_20397450,20397450 CAADJCSP,20396543 ProvSucceedsWithMissingSettings,20396503 HoloLensOOBEDarkTheme,20396297 MSRC49989_20387883,20387883 MSRC49988_20387640,20387640 MSRC49985_20387224,20387224 MSRC49983_20385962,20385962 ModernPC_SearchF5ComposerUnblock,20383965 ModernPC_Search,20383964 ProjectedShadow2API,20380650 MSRC49971_20373540,20373540 CloudApAadConnect,20372306 HardwareKeyboardInlineSingleWordPredictionThresholdExperiments,20371679 HardwareKeyboardInlineSingleWordPredictionScoreDiffExperiments,20371570 MSRC49960_20370815,20370815 MSRC49948_20370281,20370281 MSRC49933_20369702,20369702 MSRC49934_20369695,20369695 HardwareKeyboardInlinePrediction,20367435 MSRC48975_20358382,20358382 MSRC49696_20358028,20358028 CloudStoreOnWindowsUdk,20357897 CompositionlessIMEVIE,20356530 MSRC48068_20355857,20355857 MSRC47682_20355746,20355746 VAILWin32AppUninstall,20352905 ExternalDisplayDocking,20336882 PrivacyScreenCustomization,20336861 EasyNotificationsSettingsL2,20335258 MagnifierWithinEdgesNoJitter,20334694 NoSMUAWorkaround,20327701 MSRC49908_20311175,20311175 MSRC49897_20310146,20310146 MSRC49896_20310121,20310121 MSRC49895_20310073,20310073 MSRC49894_20310019,20310019 MSRC49893_20309898,20309898 MSRC49890_20309196,20309196 InputSuggestionsInterfaceFallback,20304259 DockInputProcessing,20299456 VirtualTouchpadDiscreteButtons,20298778 FamilyAppUsageTracking,20295383 MSRC49835_20287918,20287918 MSRC49834_20287874,20287874 GestureCursorMovement,20274749 DockedFamilySettingsPage,20271969 AllowRenameOfExtensionOnlyFiles,20240189 Rendering_SharpMagShader,20238036 StartMenuForLowCostDevices,20237883 Win32AppTimeLimits,20237430 Servicing_SetCJpnLmElementsToPropertyBag_Crash_20233548,20233548 LiteOobeLanguagePage,20227945 MSRC49661_20224862,20224862 HvciIncompatibleDrivers,20224600 RedesignedOobeModernPC,20224288 LockBugFix_LockAppInstantlyDismisses,20191093 MSRC49617_20190144,20190144 PortableCCG,20186203 MSRC49611_20185972,20185972 MSRC49624_20176081,20176081 ConnectedFilesCache,20169383 MPEG4MultiSampleDescription,20167551 MSRC49598_20165272,20165272 MSRC49590_20163569,20163569 D3D12Redist,20160405 MSRC49579_20158996,20158996 DepthReprojectionOnSydney,20149162 KeyDropShadow_20142723,20142723 AllowRecommendedTroubleshooting,20130176 DownloadInputHistryFromCDS,20128673 MSRC49548_20127547,20127547 MSRC49547_20126942,20126942 MSRC49546_20126908,20126908 MonitorIoctlTesting,20125790 BluetoothLEConnectionParameters_Api,20125347 MSRC49492_20108028,20108028 MSRC49490_20107963,20107963 MSRC49489_20107494,20107494 WdfDirectedPowerTransition_DefaultOptIn_20107317,20107317 MSRC49488_20106387,20106387 MSRC49449_20076324,20076324 MSRC49437_20073140,20073140 MSRC49432_20068892,20068892 KeyboardEnhancedTelemetry,20066674 MSRC49392_20066163,20066163 WindowTabManagerApi,20065762 MSRC49358_20037391,20037391 MSRC49355_20029807,20029807 MSRC49348_20029638,20029638 MSRC49339_20027747,20027747 MSRC49267_20020188,20020188 EjectHelloFaceFod,19998171 MSRC49220_19997642,19997642 MSRC48034_19996162,19996162 WebStartLocalDev,19989628 WhiteboardAppInIWS,19980867 MSRC49114_19967469,19967469 HostGuestCorrelation,19965008 WinShiftSPromotion,19958667 TSF3UseVisualRelativePixels,19957419 FixForDirectSwitchHotKeyAndInputProfileOrder,19953478 MSRC49018_19944898,19944898 Hub_MUA_Auth_Workaround,19944570 MSRC49006_19936924,19936924 MSRC48998_19936411,19936411 MSRC48996_19936385,19936385 MSRC48994_19936342,19936342 MSRC44924_19931362,19931362 MSRC48993_19930038,19930038 AddFamilyPage,19928807 CentennialCallerXtokenSupport,19928693 FamilyDeviceToggle,19928677 MSRC49569_19925605,19925605 LiteCWCommentOnWCOS,19924479 LiteCWOnWCOS,19924381 MSRC48944_19921043,19921043 CShellSettingsSearchbox,19920047 AutopilotHybridConnectivityCheck,19919647 BluetoothFlyout_WCOSCDG,19919111 UseWebStartOfflineFallback,19909080 HtmlLauncher,19908852 ForceDisableSideBanner,19908411 ForceEnableSideBannerForMSFTInternal,19908399 MSRC48868_19908122,19908122 MSRC48864_19907252,19907252 SystemStatusAutoArrange,19905722 LiteOobeRegionPage,19905159 MSRC48834_19897948,19897948 D3D11On12DecodeArrayOfTexture,19892645 MSRC48826_19892535,19892535 FixDpiDivideByZero,19884312 19H2SettingsSearchUpdates,19879176 FailfastOnAllAppsGridListViewItemAutomationPeerError,19868014 SBCPTokenDeployment,19866436 ScoobeToastTriggers,19864035 MSRC48779_19856718,19856718 MSRC48754_19843227,19843227 MSRC48740_19838111,19838111 NotificationControllerPDCReference,19832334 MSRC48738_19831616,19831616 MSRC48733_19828218,19828218 MSRC48731_19828162,19828162 MSRC48730_19828080,19828080 MSRC48729_19828068,19828068 MSRC48728_19827922,19827922 MSRC48727_19827911,19827911 MSRC48720_19825434,19825434 CustomActionsForMSIX,19797523 MSRC48700_19784832,19784832 MSRC48697_19778584,19778584 GifSuggestionOnDesktop_19775411,19775411 MSRC48686_19771275,19771275 MSRC48689_19771260,19771260 MSRC48691_19771231,19771231 MSRC48614_19770961,19770961 MSRC48665_19770871,19770871 MSRC48625_19770843,19770843 CET_Kernel_Shadow_Stacks,19770572 WNS_ChannelRevoke_Event,19755180 PropagateBannerInitFailure,19747652 MSRC48627_19740462,19740462 EnableDisplayColorManagementApiMSCMSPassthrough,19736265 MSRC48931_19733394,19733394 IXamlServiceProvider,19730165 MSRC48616_19724732,19724732 AutoCorrectionOneKeyReversion,19697189 MSRC48312_19694005,19694005 MSRC48589_19690949,19690949 MSRC48591_19690917,19690917 SingleUserCxhAlternatePackageInclusion,19685298 GpuHardwareScheduling,19683476 FullNarrowLayoutOnModernUX,19680156 ScrollBarVisibilityWhereRequired,19680101 DisableDynamicContent,19675651 ReportWddm2_6ToDriver_Nvidia,19673580 ReportWddm2_6ToDriver_Amd,19673568 ReportWddm2_6ToDriver_Intel,19673555 MSRC48550_19673423,19673423 MSRC48548_19673415,19673415 MSRC48535_19673157,19673157 MSRC48525_19673113,19673113 MSRC48530_19673067,19673067 MSRC48528_19673058,19673058 MSRC48542_19672954,19672954 MSRC48543_19672897,19672897 ModernUXConsole,19672386 SettingsEntryPointInAC,19654704 RedesignedOobeDesktop,19652439 MyPeopleDeprecationTip,19651320 CopyDriverToSystem32,19649929 WpnAdaptiveCardsConverter,19643255 DecoupledLanguageAndKeyboardSettings,19642854 MSRC48449_19641876,19641876 ValueBannerEnableRewards,19638787 ValueBannerEnableOneDrive,19638738 OneDriveKFMBackupSetting,19632002 MenuFlyoutPresenterShadow,19631750 SpatialAudioToast,19631037 CommandBarFlyoutShadow,19625936 SelfHostConsumerLayout,19617417 MSRC46856_19616319,19616319 D3D9OverlayWin7Blt,19614391 ShellUndockedPackage,19603540 ImageComparerV2,19599498 MSRC48424_19595486,19595486 MSRC48421_19595330,19595330 MSRC48417_19595230,19595230 MSRC48413_19595155,19595155 MSRC48411_19595147,19595147 Servicing_ThirdPartyContextMenuCrash_19589924,19589924 AADSupportInvalidateCacheAsyncInPlugin,19583676 PDCShellPhaseUseWNF,19582721 CloudExperienceHostLaunchTask,19581552 ScoobeMinuteZeroOverride,19581537 QRTracking,19581243 MSRC48243_19580219,19580219 EnableDisplayColorManagementApi,19574848 LoadAlternateHcl,19574322 MSRC48382_19571396,19571396 MSRC48387_19571335,19571335 FluencyMultilingual,19570937 TaskFlowDataEngineOnSantorini,19570081 FluencyContextualProfanity,19564265 MSRC48370_19562665,19562665 LaunchScoobeWhenInternetFirstAvailable,19560808 OobeNetworkLossAversionPageV2,19560581 MSRC48362_19557131,19557131 MSRC48361_19557102,19557102 MRTLanguageChangeNotification_CorrectBehavior,19554133 LinuxDirectBootFakeEFI,19553603 MultilingualExperiment,19552709 AllowNotificationSound,19552245 MSRC48347_19551692,19551692 MSRC48331_19547522,19547522 WebSignInForPinReset,19543766 MSRC48325_19541321,19541321 RDX_DocumentLaunchProtocol,19539745 RDX_ScrapeHKCURegistry,19539691 MSRC48320_19537142,19537142 MSRC48328_19499934,19499934 MSRC48300_19498182,19498182 MSRC48298_19496485,19496485 EnableCommonSchema4,19485758 MSRC48281_19484907,19484907 WCOSNewKeyboardSettings,19483057 MSRC48313_19476707,19476707 MSRC48268_19472794,19472794 HotKeyTraceCollection,19472739 PersonControl,19455908 TaskManagerEndTaskSnapOneTrace,19453616 MSRC48248_19452351,19452351 MSRC48243_19452220,19452220 MSRC48244_19452206,19452206 EyeTracking_SwitchMode,19450352 RemoteConfig_TeamRing,19448754 HealthPillarUIRevamp,19448595 CentennialUIAccess,19447269 GifSuggestionOnWCOS,19440349 LiteOobePinSetup,19439523 SuggestionUIOnWCOS,19439263 FakeArticulatedHands,19438168 ArsoForDesktopAad,19437956 SelfHealingRepairScenarioSpecific,19424499 ModifiedIndicator,19420927 FHL2018WebsiteSharing,19415061 VirtualDesktopCustomNames,19412047 EmptySnapRegion,19401427 AppDefaultsSearch,19400537 ExplorerCoreStartupBlackBox,19400495 ExplorerLogonTasksBlackBox,19400436 AppDefaultsPagePerformance,19400313 WebSignInForStubAccounts,19400049 MSRC48185_19396060,19396060 MiniSerp_ScaleAdjustment,19392300 MSRC48150_19390331,19390331 UserSwitchTokenSwap,19390280 ContainerToHostActivation,19386280 POSPayments,19386214 MSRC48133_19382392,19382392 MSRC48131_19382321,19382321 DraggableThumbnailWCOS,19375840 CommandBarShadow,19375191 RadialGradientAPI,19373258 UseUILanguageForVES,19372390 TSF3CHSCWNewUX,19368860 FixBannerDataModelCleanupCrash,19361218 LongPaths,19359428 DefaultEncoding,19359070 MSRC48103_19356432,19356432 ExplorerUsageTracking,19352805 UserActivityEngagementFlags,19349732 PublishFileActivitiesForUnassociatedViews,19349712 SuggestionActivityIndexerAndDataModel,19349660 TaskManagerSetDefaultStartupTab,19349505 Audio_Drivers_Acx_AcxHdAudioDisplayAudio,19341900 FlowQuickActions,19337899 PTPInputVirtualization,19330045 VMComputeBrokerProcess,19328095 Profile_Service_Restricted_Hive_Access,19327965 SchedulerQosPreemption,19326711 ScoobeFrequencyControl,19326370 VAILInitialPositioning,19319140 TimelineBetterStartVisualCache,19317887 PenInputVirtualization,19316803 DXGIEnableFullScreenInRemoteSession,19316777 MSRC46691_19316096,19316096 MSRC48052_19314176,19314176 MSRC48047_19309854,19309854 MSRC48043_19307454,19307454 HnsLeakedActivities,19305768 AppDefaultsCloudFileContentUri,19305262 MSRC48034_19302747,19302747 MSRC48033_19302682,19302682 PolicyEnforcedWebcamAccess,19294815 CompareGPWallpaperModifiedTimeAgainstCache,19287428 CoalesceAACAudioSamples_19285947,19285947 MSRC48020_19284385,19284385 IoMmuIsolationForGPUP,19276463 HolographicSecureDesktop,19276410 MSRC47978_19275169,19275169 ServiceUIContentExperimentB,19272967 ServiceUIContentExperimentA,19272907 Composition_Internal,19263675 UseNewSearchAndCortanaApps,19263623 CDPBluetoothGattTransport,19261552 MSRC47084_19258190,19258190 AppTimeLimits,19253009 MSRC47899_19252384,19252384 MSRC47549_19252204,19252204 ThemeShadowStaging,19248661 MSRC47832_19237132,19237132 MSRC47940_19236528,19236528 MSRC47937_19236067,19236067 ApplicationWindows_Wave2,19235917 MSRC47919_19235377,19235377 AADShowErrorInUI,19235072 DestlistLocking,19222576 OptionalPackagesMergedViewAndFileOverride,19220959 ValidateScalingWithShellScalingCache,19218445 AllowShellScalingCacheFallback,19218124 ShellScalingCacheOCTValidation,19218086 Hub_WURebootOnIdle,19211765 MSRC47914_19209874,19209874 MSRC47913_19209709,19209709 SuspendStandAloneFileExplorerDuringDAMPhase,19207979 MSRC47875_19206119,19206119 VelTest_DD_OnReload,19195502 Veltest_OnReload_Dep_DD,19195496 BugFix19195402,19195402 DD13,19194150 MSRC47907_19192887,19192887 SupportComputeOnlyAdapters,19181671 ThumbnailCache_SemaphoreUpdate_19173096,19173096 MbbCx_DeviceInterface_Support,19166835 HardwareKeyboardTipCFromDefaultIS,19164539 MsixFlexibleContainers,19164517 MSRC47570_19163512,19163512 MSRC46856_19163095,19163095 HardwareKeyboardTipCFromOffice,19162823 NamespaceRestrictions_WCOS_Override,19162797 InputVirtualizationDesktopSpecific,19155918 MSRC47853_19155321,19155321 AdfsEnrollmentForDeviceIdFlip,19142932 InputSwitchHotkeyFlyout,19141473 DXGI_eFSE_OnByDefaultWithPromotion,19141198 BspCatalog,19138521 HideDayViewInTimeline,19129119 MSRC46951_19128710,19128710 MSRC47816_19125988,19125988 MSRC47810_19125875,19125875 MSRC47578_19125502,19125502 MSRC47540_19125058,19125058 MSRC47511_19125056,19125056 MSRC47431_19124936,19124936 MSRC47331_19124809,19124809 MSRC47155_19124725,19124725 MSRC47113_19124724,19124724 MSRC46952_19124717,19124717 MSRC46502_19124600,19124600 AllowFullTrustUWP_19123720,19123720 AllowFullTrustUWP_19123661,19123661 MSRC45295_19123462,19123462 VisualSurfaceAPI,19122257 ZoomSupport,19121866 MPSSupport,19117564 Containers_DynamicDeviceSupport,19113216 EyeTrackingWorkaround,19111847 SuggestionsML,19110001 ImageSnipSearch,19105504 TaskbarSwitcherControl,19099940 RetainFilesOnFailure,19099921 EyeControlToolkit,19098229 AntiTampering,19097068 AdaptiveColor,19091481 TreeDumping_19090634,19090634 Hub_Test_EnableStressLauncher,19090473 AADDeviceJoinerAsAdminServerPolicy,19088842 OnlyShowCursorInOverlayIfHittingShellContent,19072354 HolographicKeyboardAndCursorPlacement,19072173 MSRC47751_19071388,19071388 MSRC47750_19071332,19071332 PagePrivacyVoiceActivation,19070398 MSRC47497_19067730,19067730 MSRC47706_19063698,19063698 ScreenClippingConvergence,19061946 MRCExperiencePriority,19061892 DisplayInformation_DisplayRegionSupport,19060196 DisplayInformation_UseNavClientScaleInfo,19060191 TestInprocDelegation,19059664 MSRC47467_19058397,19058397 TurnOffXDevice,19054569 ImprovedFluencyUserAdaptation,19053036 RemoteInputPostProcessor,19052374 WarpDisableJITOOP,19052330 EyeTracking_EcappSettingsUpdates,19051580 MSRC47720_19049162,19049162 BrokeredDisplays_ConsoleSessions,19043985 SchedulerRemoveForegroundBoostDecay,19043214 EyeTracking_3rdPartyAacSpeech,19040803 WarpForceJITOOP,19040692 MSRC47657_19038961,19038961 MSRC47694_19038520,19038520 MSRC47495_19038510,19038510 RestartManager,19038467 MSRC47660_19030307,19030307 EnableSEVMandMEVMOnOasis,19029487 ImageTimeSettings,19029270 AutocorrectionDecoration,19029004 Hub_ForceGraphImages,19028694 MSRC47599_19026644,19026644 MSRC47686_19026618,19026618 MSRC47684_19026607,19026607 MSRC47702_19026548,19026548 WamXboxGuestAccountSupport,19021471 IdpWindowSize,19021444 BluetoothFlyout,19019642 NewDevicesFlowConnectUI,19019641 MSRC47083_19019547,19019547 MSRC47099_19017396,19017396 MSRC46867_19017058,19017058 MSRC46866_19016884,19016884 CredUI_Disconnect,19016763 QuickActionsV2,19016392 PowerAndUserMenuGlyphs,19015591 ModernUXCompactOverlay,19014084 InputProfilesVirtualization,18996007 DeviceManagementContainer,18995725 OneCoreSIPInjection,18995343 D3D12OnDXCore,18995079 SmartSignalRegistration,18989638 InputForegroundManager,18988150 OctagonRebootlessScriptUpdate,18983747 Onecore_Narrator_ConnectedTo_ISM,18983602 FluencyPersonalization,18983264 TextInputDVC,18982684 FluencyExtendedPredictions,18978445 HnsEncryption,18977788 GameCoreCP,18977415 FluencyEnableParameters,18977140 AllowScoobeDeferralByUser,18973123 MSRC47581_18971455,18971455 MSRC47580_18971426,18971426 MSRC46950_18966172,18966172 MSRC47578_18966083,18966083 ExclusivePins,18962901 MSRC46808_18961035,18961035 CdplAppDataProtection,18954006 EnablePlaybackControlsUX,18952069 MSRC46459_18951682,18951682 FaceFeatureConversion,18950640 AddActivationValueSetToHintsSystem,18950387 UtcHostAgentTransportControl,18949795 MSRC47504_18946735,18946735 MSRC47065_18931749,18931749 UndockCortana,18929268 AcceleratorsInXAMLIslands,18927683 LiteOobeMSA,18924393 LiteOobeEulaPage,18924376 NarratorKeyboardRemap,18919755 TryUpdatePosition_AllowActiveCustomScaleAnimationAPI,18919184 SetNumberOfDaysDisplayedInTimeline,18917037 HoldAdapterLockEscape,18916184 MPEG4EditListWrite,18916110 Hub_ConstrainApps,18915745 MSRC44962_18914135,18914135 TSF3SystemRegistration,18908750 HMDPresenceSensorSetting,18907866 MSRC47518_18904931,18904931 VirtualMonitorBroker,18895446 Hub_DisableHubBypass,18866389 SystemSoftware,18865556 WinMLService,18864145 DevEnableValueBannerForMSFTInternal,18863954 UseDirectManipulationHitTestEvent,18862552 XAMLIslandTextInput,18862389 ProtectContents,18861034 EICForCHT,18854692 MSRC47461_18851232,18851232 MSRC47461_18851231,18851231 ContentRootAPI,18840142 KeyboardInputVirtualization,18837801 MixedRealityCameraAppLaunchXAMLFilePicker,18828283 MSRC47435_18827697,18827697 ElevationEffectsOnControls,18827408 DisableDefaultShadowsAPI,18827404 WebTimeline,18824324 HcsFromAppContainers,18823179 MSRC47394_18819702,18819702 Hub_HideAutoGuests,18815522 AtomicCheckFailure,18815308 MSRC46243_18814768,18814768 TextPrimitive_18813244,18813244 WindowedPopups,18812565 MSRC46244_18811894,18811894 ActivitySuggestionsAPI_Source,18810100 ButtonInjection,18809265 XamlKeyboardLightTheme,18805809 BannersRegistryTesting,18803627 PointerDeviceType_Touchpad,18796013 MouseInputVirtualization,18793214 QuietMomentFullScreen,18792193 RotateRecoveryPasswords,18791440 TouchInputVirtualization,18789657 MSRC47359_18787260,18787260 EICWithTouch,18784576 AlwaysLaunchExplorerInSeparateProcess_18780676,18780676 AlwaysLaunchExplorerInSeparateProcess_18778750,18778750 AdaptiveColor_BringUp,18765370 DESTuningParameters,18765296 HiddenWebViewInStart,18765106 Hub_AutoGuests,18763065 MSRC44924_18756591,18756591 SearchSuggestions,18755234 MSRC47319_18746405,18746405 EIC_Configuration,18742411 BindFilterOptionalPackageVfsRedirection,18741304 StartSearchSuggestions,18741303 StickyNotesNewWindowingAPI,18741302 SkipEnrollmentTypeLicenseCheck,18738430 MSRC47300_18736473,18736473 MSRC47284_18736032,18736032 MSRC47208_18734728,18734728 PublishActivityAnnotations,18716070 NavigationPaneExpandOnHover19h2,18715789 JumpListCenntennialActivationForegroundFix,18715554 SecureUSBDeviceFirmwareHashCheck,18714103 MSRC47294_18712940,18712940 MSRC47316_18711374,18711374 SuppressDefaultPeopleBar,18710574 SuppressStore,18710562 InkToolbarWindowedFlyouts,18704733 WdfAllowBindToPreReleaseVersion,18704615 EnableControlOfShowWindowBehavior,18697867 MSRC47204_18697153,18697153 ClipboardDiscoverabilityExperiment19H2,18692016 SuppressMail,18687362 ExpandedEIC,18675136 MSRC46075_18674941,18674941 MSRC45857_18674925,18674925 MipiDsi2,18673552 MSRC47459_18671508,18671508 DXGI_DList_Reparenting_Decision,18671492 MSRC47193_18666348,18666348 AllowNullUserAppServices,18656672 BannersKFMTemplate_18655728,18655728 Autopilot,18632135 TaskManagerHealthTelemetry,18631046 HvciRollback,18630433 HardwareKeyboardTextIntelligence,18624723 FileExplorerClassicSettingsInCDS,18616153 DMPointerHitTest,18604230 ColorizedBar,18602099 BrokeredDisplays_RemoteWddmSessions,18591319 Hub_DiagnosticLogService,18588423 SynchronousCompTreeUpdates,18587944 PersonalizedWelcome,18583105 Hub_FullscreenTap,18582790 SettingSyncRemovalDisableAllUploadsAndDownloads_18573581,18573581 ToolTipInvalidHwndFix,18568927 Hub_WebSignIn,18561497 SkipMsixManifestValidation,18554648 TFAForOMADM,18552445 IPPoverUSB_18550900,18550900 InContextNotificationSettings,18548355 MSRC47097_18546487,18546487 ShellSuggestionsInTimeline,18546370 MSRC47072_18544034,18544034 MSRC46982_18530317,18530317 MSRC47083_18530152,18530152 InfracastIEs_MultiAddressAndIPv6,18522450 KioskPositioner,18518788 MSRC46479_18517844,18517844 DoubleCopyOptIn,18515791 PrepinTopSites,18511628 FlightingOptInUX,18508139 FrontBufferRendering,18506451 FailFastOnIncorrectServiceRefCounting,18505660 StartInSeparateUWP,18493822 RichEditBoxCutCopyPasteAPIs,18493357 ShowFloatingCandidateWindowForWCOSTesting,18483530 EnableMultiViewSupportForWCOSInputHosting,18483192 TimestampFromScantime,18474644 SmartInsights,18474194 HotkeyContextualProcessor,18473817 UserSelectionForRA,18472221 TokenBasedRAAuth,18471967 AADJv10,18471737 WindowSnapSignalsForActivities,18469988 ExpressiveInput_SpaceColon,18464624 ValueBannerIrisCDMIntegration,18455822 ActivitySuggestionsAPI,18425764 CaretBrowsing,18423993 SystemLightTheme,18422749 MSRC46881_18391601,18391601 MSRC46861_18388632,18388632 MSRC46863_18388604,18388604 Hub_ProximityBackground,18385605 SchedulerFavoredCoreRotation,18384384 BamQosGrouping,18384211 ActuationSmartAction,18383822 OutsideMode_Video_HighLux,18380245 OutsideMode_Capable,18380198 VailSuperWetInk,18368047 DynamicLockImprovements,18367428 JumpListForTaskView,18358367 JumpListV3,18358360 JumpListActivityHistoryIntegration,18358352 MSRC46521_18338331,18338331 MSRC46522_18338316,18338316 TSF3CHSIME_18333244,18333244 GIPJPN,18333221 ContentHub_PeoplePillar,18327379 VoiceTypingOverlayUX,18326278 UpdatePendingReminder,18322055 CDPAFCSupportAnnotations,18317520 MSRC46745_18312782,18312782 EnableValueBanner,18299130 MSRC46712_18296196,18296196 DeviceManagementBroker,18286859 EnableExclusiveAppTransportOnHoloLens,18263814 CBrokerRemoval,18255513 AutopilotUpdateInOobe,18248749 ExpressiveInput_TipText,18248172 ExpressiveInput_SymbolPicker,18248137 D3D12VideoExtensionCommands,18244751 HvciEverywhereSysprepInsidersOnly,18241462 MSRC46486_18240367,18240367 IncludeWABOsApp,18228488 MSRC46531_18225312,18225312 PreserveSecureAssessmentApp,18212771 CDPShouldDoFrequentEncryptionKeyRollover,18210574 Hub_SplitPanelMode,18199192 NotificationsFailFast,18195458 SmartBusyCheckOnDeviceActive,18195256 DisableCanPlayTypeCodecPackPresenceCaching,18193454 ClientRecoveryPasswordRotation,18157663 InitialClipboardHistoryItem,18150311 StartInWin32Host,18138258 ArticulatedHand2DInteraction,18127454 DataPathOptimization,18100194 BarcelonaAppContainerLaunch,18098385 EyeTracking_AdvancedMouseMode,18096054 BopomofoOnGIP,18071288 ReuseWindow,18042754 Bug_UseCommitTimerOnStart,18031186 DefaultDownloadsSorting,18001239 ClipboardUIImprovement19H1,17991219 MergedSearchZeroInput,17983826 SearchAndCortanaSplit_17983799,17983799 SearchAndCortanaSplit_17983783,17983783 VaultCDSSync,17975581 SharedPCOneDrive,17975574 EnableSpatialAudioHupOffload,17969063 Hub_PrelaunchTeams,17952771 SearchInAllMarkets,17937263 ImprovedCloudSearchSettings,17935497 BingSearchLockscreen_17917466,17917466 VmmsVirtualMachineAppContainerLaunch,17911739 XenonAppContainerLaunch,17911731 MSRC46037_17906251,17906251 Bug_UseCommitTimerOnStart_OnAND,17898813 WCOSDeveloperMode,17895887 PdfAlwaysMultiInstancing,17888503 OneSettingsClient_FeatureConfiguration,17878057 RemoveDefenderPillarsFromAbout,17869667 HeaderPlacement,17864410 NarratorRemoteOperationsPhase1,17837059 XamlAltTabWin32,17826155 ManageCI,17824623 SmartScheduler,17816070 BluetoothProximityPlatform,17815254 MSRC45785_17791580,17791580 Zoom,17785093 ArticulatedHandData,17781907 ClipboardUserAttribution,17774328 VisitorUser,17773976 ExMutantAutoboost,17762173 PreventDesktopWindowXamlSourcesInDifferentTopLevelWindows,17760654 EOS,17759584 SpatialInputArticulatedHand,17756709 ExtensionAlarmsManager,17733787 XblAuthGamerAccountCleared,17728688 D3D12DeviceRemovedExtendedDataAlwaysOn,17728684 OneSettingsEnvironment,17727333 IncludeWABSystemApp,17725623 ScoobeOfficeRegistryAccess,17725168 OctagonProdAttestationUrl,17722981 StabilizeInputAppActivation,17720945 MSRC45635_17718802,17718802 SVR_GetPresentStats_Rotation,17716364 CloseWin32ExclusivesOnHide,17707192 UefiForceEnableDebugging,17697797 ToastsOnWCOS,17696471 VmmsFastRestoreOnLaunch,17693439 Hub_Subscription_Bypass,17691356 ArrowKeysUnselect,17685567 CtrlBackspaceRemovesWord,17677214 UseEyeGazeForGazeCursor,17666879 HotPatchSimulation,17664632 SmartShadowImplementation,17664181 WrapAround,17662296 ExcludeCorrelationId,17654197 OneSettingsClientFlightSettings,17650284 ResponsiveAppViewPolicy,17649909 SnippingToolParity,17645912 AutoplayGlobalSettingSoftlandingEvent,17632666 AutoplaySiteSettingSoftlandingEvent,17632660 AutopilotNetwork,17630618 PinToTaskbarConsentDialog,17610793 SingleTabVisuals,17608042 FuzzyInputOnXamlKeyboard_17605765,17605765 RnR_PDPReset,17595139 HPDWakeFiltering,17586977 NewAutoPlayPerSiteSetting,17584889 PointerWheelSourceModifiersAPI,17579492 UseFastPathForArticulatedHand,17576424 ClipboardAppContainerExitEmptyDelayRendered,17561090 AutoFormfill_Consent_Icon,17558297 ProvideFlightDataToWebapps,17557290 CBCSHardwareDRM,17546121 SCPSizesContentToTemplatedParent,17541780 Library_Samples_Sync,17538089 CoalescePCMAudioSamples,17533204 HW_Personalization,17524868 TaskFlowAFCIndexerDiagnostics,17523138 OneBoxAnimationDuration,17517677 DX12_Forced_Playback,17516455 ResetDUI_Reentry,17513823 FileExplorerThemeOptions,17512854 XblAuthGamerAccountSet,17512732 CloudStoreVerifyPayloadRoundTrip,17511475 DependentScrollingAPI,17507603 ReadingView_Discoverability_EDUSku,17506256 GIPIND,17505606 GIPVIE,17505602 RunawayTextureList,17486965 BingImageSearch,17486143 BannersForDocumentsAndPictures,17485279 DisableCoreDispatcherInWin32,17479072 ClipboardSignalsForActivities,17476469 BrokeredDisplays_TestMode,17473580 MarshalRestrictedErrorFromRpcss,17468649 ReadingView_LineFocus,17461023 UpgradeToFailFast,17448303 MSRC45187_17440332,17440332 AllowAutoInstallOnAnyDiskSize,17430650 LearningTools_PartsOfSpeechColor,17429762 RecoverCompanionFrames,17414311 ReadingView_IrlenTheme,17409202 EPUB_IrlenTheme,17409192 LearningTools_PartsOfSpeechLineMarkers,17408729 ISMOnWindowManager,17383417 CDPAllowRemoteSystemsWinRTAPIsBeingDeveloped,17381399 Brightness3UncalibratedFallback,17376988 DragInPdf,17374529 HEVCMTP,17370187 RnR_PLDR,17363942 RnR_FLDR,17363936 RnR_PnPDisableEnable,17363926 RnR_APMToggling,17363920 AsyncSAR,17347511 MSRC45111_17342878,17342878 AssistGlyphIcon,17333559 COINCampaignUndoPaste,17325331 COINCampaignCopySameItemAgain,17325319 COINCampaignCopyPasteAcrossMultipApps,17325299 VP9_DX12_VideoDecode,17322281 WFDHighChannelAvailability,17318654 NearbySharingOnHoloLens,17317686 ThumbnailTabs,17317009 LineNumbersWordWrap,17283396 EICForKorean,17261077 Audio_Drivers_HdAudBus_Graphics_Power_DDI,17257248 Audio_Drivers_HdAudBus_Display_Multilink_Support,17257098 AccurateCaret,17246832 RnR_MBB,17246021 ForceHidePersonaInHome,17237201 AutoRecoverEdgeAfterCrash,17207393 CdplTestHooks,17207064 BannersCanTargetKnownFolders,17202054 Library_LiveTile,17196780 PackagedServices,17172731 ShowEdgeTabsInAltTab,17170166 SingleSignOnWithAccount,17154733 TaskbarTabbedOneClick,17154245 TaskbarEdgeFavicon,17154140 AggressiveTitleBarHookup,17150926 SMEIntegration,17149389 ExtendedUIDCompThumbnailVisuals,17146178 NewAutoPlayGlobalSetting,17096043 NewShell,17094319 TabSettingStateRepoIntegration,17093654 CDPUseEncryptionKeyActivity,17065971 CDPEncryptionKeyActivityDirectAccess,17065902 EICForJapanese,17063631 EICAppendNewContent,17059661 LowConfPWILOSoftLanding,17059189 TabShellAutoTabbingPreference,17057765 PinnedSitesUserGroups,17055152 AppDefaultsEdgeCampaignTesting,17049655 HolographicWin32MixedRealityTiles,17035810 Hub_DemoQuirks,17033430 WatsonizeActivationFailures,17031106 RemoveGdiModePruning,17015447 SiHostLessExplorer,17013261 ScoobeAccountState,17008849 ForceFlushKernelBatch,17007171 VisualCaptureAPI,16976519 UseSpeechPlatformSettings,16976317 ProactiveEndpointOverride,16975013 UseTabAdminBadge,16958527 Servicing_AppPickerQueryServiceFix_16928764,16928764 ExtendSuspendTimeout,16924527 HolographicCameraCaptureUI,16892996 SettingsHomeProgrammableMultiPromoCard_16892364,16892364 ConvergedDisplayEnhancementService,16884851 Library_Samples,16882342 UseNewHolographicCompositionDisplayInterface,16871387 FullScreenLightweightDefault,16862609 OneSettingsClientRefreshCacheTask,16860457 FluencySettingsWCOS,16843937 UefiExposeAcpiTable,16842792 ReadingBarHoverBehavior,16830065 WFD_ForceFirstTimePairing,16793825 WFD_TransportSelection,16793767 EnableAAMEarlyReturn,16789844 WebRuntimeManager,16748725 D3D1X32KTexture2D,16726471 IsoWrapperValidationLevel,16726197 DisplayableSurfaceForcedOnIntelOnly,16721823 MSRC44445_16718509,16718509 GlobalizationMuaSupport,16708951 HandleLaunchDocumentFailure,16708230 SimulationDriverHoloLens,16705262 CentennialSkipCloudDownload,16669717 ResourceManagerLcdCommitSave,16669694 MicrocodeAbTesting,16667730 SystemTray,16666485 D3D12VariableRateShading,16649109 NoNvramThrottling,16648934 RemoteAppLifetimeManagerOverTcp,16624148 GetMixFormatForVSS,16620264 AssignedAccessSettingsAtomicConfiguration,16615017 HubOSOobeDeviceTypePage,16607342 TabsInAppViewDataSource,16606646 LockBugFix_CheckUwpLockAppRequirements,16605524 TSSource_DolbyVisionSupport,16598050 DMDeclaredConfiguration,16597439 WFDiagnosticTracing,16585608 StartNamedTileFolders,16579928 ReadingView_Dictionary,16574335 PDF_Dictionary,16574322 EPUB_Dictionary,16574311 SuggestionUI,16574169 StoreFormsTelemetry,16569109 ConsoleWindowTabGrouping,16556360 BluetoothGattRobustCaching,16540499 EICDelayedInkToTextConversion,16539293 DragAndDropSearch,16533548 CortanaSetQuietHours,16533547 VPNPerfCounters,16526280 WSL_VM_Mode_Debug_Console,16525147 CriticalMemorySuspend,16518868 DirectDisplayApi_MpoSupport,16511344 Preclassification,16509689 NtpSoftLanding,16503679 LanguageGenerationWhenLidClosed,16487099 LightingWhenLidClosed,16487091 FluencySettings,16486102 TabDragSoftLanding,16484603 UserActivitySearch,16484547 NdisDatapathVerifier,16481268 SettingsPhoneL2,16468750 OneCoreTransforms_BannedAPIs,16465130 SelfhostSecureBio,16463523 AsyncKeyRoutingUWP,16462895 NormalizeTitlebarHeight,16460108 VisualCapture,16458144 DefaultApp,16458099 OneCoreInputProfileManager,16455622 EnableStartOnAFCOnWCOS,16430322 FluencyHybrid,16426302 CtfmonWatchDog,16424680 PinWebsiteActionV2,16419964 Brightness3LegacyAPIReroute,16417871 VblankInkPrediction_16404897,16404897 ImprovedStraightLineInkPrediction_16404893,16404893 EICinTIC,16404873 SmoothWindowDrag,16398156 EdgeHandwritingPanel,16389227 FileExplorerFallbackProvider,16388736 XDeviceMigration,16386905 FastNewTabCreation,16386719 ParticlesCompositionAPI,16381921 ProtectedDatabasePerUserForCDPL,16372493 EyeTracking_LaunchpadHide,16371697 DisableAppcontainerFixups,16363603 KerbAsRepCreds,16340140 GIPKOR_16339445,16339445 ScoobeFeatureUpdate,16316988 ScoobeMSAHello,16316980 BluetoothAvrcpAsUserService,16315746 MediaEngine_MarshalCalls,16314742 CloudStoreOnActivityFeedOnWcos,16311570 MDMEvaluate,16305846 Library_OOBExperience,16303544 UseNewTabPlaceholder,16299392 BluetoothA2DPSinkAbsoluteVolume,16295586 InputVirtualization,16291462 WarpSimplifiedDispatcher,16290313 XAMLCandidateListPerfImprovements,16281572 EDR_GPUClocking,16281086 EnableWCOSVerifyPackageForExeAPI,16279237 ForceUpdateFromAnyVersion,16277541 FileExplorerAppLaunchInNewTab,16274015 SmartBusyCheckWithSmartScheduler,16273367 DXGI_2DListQueries,16273325 ToolBarForEmbeddedPdf,16264639 ReadingBarLayoutChange,16262941 ScoobeNGCEnroll,16261848 YourPhoneTaskbarIcon,16257538 SideToSideEntrance,16257030 ScoobeOutro,16243039 ScoobeWelcome,16243035 ScoobeCortana,16243024 ScoobeOnedrive,16243018 ScoobePhonePairing,16243009 ScoobeMSA,16242998 ScoobeNetwork,16242964 ScoobeNetworkLossAversion,16242927 ScoobeSettings,16242883 DragBetweenViewModes,16240952 DeployCentennialAppsOnWCOSWithVAILProxy,16238427 XAMLAppWindows,16237319 WAM_MuaSupport,16236271 MSRC47534_16234482,16234482 ALRCurveVariant,16203001 XamlMotionSystemHoldbacks,16200667 DesktopSecondChanceOobe,16198872 ScoobeActivitySyncConsent,16176534 ConnectedAnimationConfigurations,16173747 Hub_Subscription_WebHosted,16159862 EnableAcrylicHostBackdropWin32,16155686 WcosHandwritingSettings,16137811 ExciseStubbornApps_TabShell,16134543 WSL_VM_Mode,16132761 InboxYourPhoneApp,16117451 PackagedAppGraveyarding,16110057 RenderThreadWatchdog,16107080 LightweightWindows,16095113 ApplicationContent,16095104 AppWindow_DesktopOnly,16095094 PlatformAPI_GetForWindow,16095093 TabIdStability,16075729 InfracastMovementDetection,16071936 PwiloInNonCortanaMarkets,16071259 PwiloAdaptiveToast,16070919 OEMWebsitePinning,16058802 EPUB_NewControls,16054118 TSF3TableTextIME,16052211 NgcIsoEverywhere,16049794 TabletModeTabShellSwitcher,16049584 HangDetectionThresholdTweaking,16046125 AutomaticBoundsToLocalSpace,16043029 CDPAFSFilteredSync,16035139 ClipboardUserServiceBroker,16034436 FailFastTreeParent,16033454 MSRC47525_16029818,16029818 TabCompanionsPWILOHotkey,16029513 MPEG4EditList,16027088 InfracastPinSupport,16026818 PenHaptics,16025702 EICLogging,15990572 InputValidation,15989249 UseIDisplaySwapChain,15983669 EnableVolumeButtonsOnIdle,15969073 CloudFileDisguisePlaceholdersForGUIApps,15966734 JAmsi,15964611 EnableDesktopAppxInAppContainer,15955149 PreventSUALaunchAsDSMA,15953702 ExperimentalHidSensors,15950370 EnableStartOnAFC,15940751 MSRC47524_15933404,15933404 WdfDirectedPowerTransition_DefaultOptIn_15933339,15933339 OobeZdpDCAT,15933296 YourPhoneDesktopShortcut,15932089 SearchProvidersFor10S,15930214 KickOutKickInCatA,15926366 EdgePinnedSecondaryTiles,15920779 CommandBarFlyout,15918174 UseCortanaDeviceSdk,15914046 DirectDisplayApi_Wave2,15888824 WindowingSaveAndRestore,15881232 RespectEdgeAllowFullScreenPolicy,15865888 WindowsInkWorkspaceImprovements,15864989 PinningHostExtension,15856412 EnableUWPActivationContractsForCentennialApplications,15848997 EnableEdgeMultiInstance,15848284 EnableEdgeRedirectionForMultiInstance,15847888 Hub_CleanupReset,15835765 MaterialPropertiesAPI,15826297 AllowSpatialLicenseSideLoad,15825913 DesktopScreenClippingTemporary,15819842 WldpDeveloperMode,15816256 AppDefaultsDomainJoinedAADDevices,15815625 TextPrimitiveAPI,15813635 TextPrimitive_15813634,15813634 DeviceFamilyOverride,15812352 BypassPingSetsForMachineLocalOids,15769422 PreviousWordCorrection,15763760 PdfFriendlyAddressBar,15754089 PinButton_PdfReadingBar,15744104 PreclassificationWithThirdPartySoftware,15727387 WindowingEnvironmentsWCOS,15727114 BindFilterAppDataRedirection,15725851 OctagonBrokerEtw,15724492 EPUB_Scripts,15721299 CortanaHandwritingPanel,15716560 EnableINFProvisioningOfWCGOnByDefault,15711028 ScoobeSuggestions,15709403 FileExplorerPWILO,15709118 AutopilotESTS,15705023 Hub_ClearWorkspaceSettings,15703653 LegacyHPDFiltering,15689327 TaskFlowDataEngineOnWCOS,15685752 StartUnpinCollection,15685451 TaskManagerFeatureExperiment,15681380 TreeDumping_15627393,15627393 NarratorHome,15622912 CDPAppResourceAPI,15604978 ShowShareSettingsPageOnHubOS,15591792 AzureFeatureSet,15584519 ImproveKeyTypingExperienceRS5,15574621 ExtendDozeS4,15574004 BookReader_AnnotationsPanelFilters,15562266 WUXCPreviewTypes,15557756 UPExperimentation_15546617,15546617 AOobeLocalAccount,15533228 Hub_CapturePicker_TestHooks_ForceAllDisplays_Development,15532395 DesktopShellTSF3Integration,15526640 UseRoutedAcceleratorKeyActivated,15522294 PinnedWebsitesGrouping,15521440 SettingsIndexingImprovements,15521103 HolographicWin32Slates,15520941 ApplicationViewTabReliability,15519757 AppDefaultsWordPadSafelist,15519531 SVR_PresentAt_PresentationHandler_15518219,15518219 BrowserFramePerfAnalysisImprovements,15506838 BluetoothQualification,15502027 RichEditTextDocumentClearUndoStack,15501754 HresultsInSyncML,15489351 ScreenClipping_On_HubOS,15488948 HardwareDRMMultithreadedKeyExchange,15488212 TabCategoryA,15481955 EPUB_HostExtension,15477137 WindowsSandbox_Experimental,15454558 TSF3inWin32,15453717 DisableQuirksInDesktopWindowXamlSourceNonCentennialApps,15453581 PenIdentity,15443100 LimitedAccessFeatures,15442981 AppToAppLaunchSetting_TabShell,15442253 WindowingEnvironmentsDesktop,15441787 Hub_20H2__IsNetworkMetered_Crash,15437644 WindowsSandbox_Internal,15434556 Hub_CapturePicker,15424656 ContainerDCOMRundown,15421807 DcomContainerProtocol,15421572 PinToTaskbarBadges,15418781 ConsumerASR,15399735 PUA,15399348 ExpressiveInput_EastAsiaSupport,15381336 ExpressiveInput_FlagsFontPackage,15380572 Hub_OOPWVMOTD,15379026 OOBEAntiTheft,15376230 AcrylicForEveryone,15343832 FindMyStuffTip,15342655 HistoryTreeView,15342154 DesktopScreenClipping,15333818 ScreenSketchApp,15333788 Hub_UserImageCache,15314168 Hub_OfficeClientCache,15312783 DragDropContinuation,15310837 UsbHubDripsWatchdogSurpriseRemove,15299626 ClipboardCompUIRightsTransfer,15297648 PasteAsPlainText,15221520 DirectDisplayApi_PreferMpo3,15197906 OobeNetworkLossAversionPage_15168593,15168593 EDR_CalibrationPageVisited,15143985 SiteInfoBadgeAlternateStyle,15139757 InputModalityTrackingByCicero,15105853 DpiInfoLeakCatcher,15091662 CloudAndHistoryClipboardAPIs,15085990 NotificationMuaAttribution,15074030 TabCompanionsRelatedItems,15072451 RemoveIEEntryPoints,15055157 CredUI_AlwaysBroker,15049203 ConvergedWindowDrag,15046403 FailFastOnGroupLayoutChangeWithOpenFolder,15008037 BrokeredDisplays_EnforceWcosCapability,15007298 TimelineDeleteByGroup,15003994 OobeActivitySyncConsentPage,15003065 TabbedShellPWILOVirtualTabRestore,14999469 Win32AppViewsCreatedDuringShowWindow,14994387 SetEnableExposeXUidRegKey,14969026 AppSettings_TabShell,14965981 PrelaunchEdgeOnFrameExit,14940810 App2AppLaunchWork,14939489 EICForCHS,14932557 SceSetupOptimization,14910193 OfflineCapableStartMenuMigrationPlugin,14909879 SideloadStoreApps,14908564 ClipboardShellUI,14903304 PinClipboardHistoryItems,14903232 EICReanalysisJoin,14901636 BluetoothLooselyCoupledPens,14900538 TabCommitSync,14899272 ServiceUITabContextShellAPI,14894476 HandwritingCHS_InputHistory,14885967 TabPreloading,14876518 DefaultUser,14861475 UploadUserActivity,14860313 DeviceDisplayNameSetup,14845712 AppDefaultsAreRestricted,14795313 AppDefaultsDeepLinkRemoval,14794551 ReportUnhealthyProcessFromRpcss,14781211 PassNightLightChangesToColorAdapter,14779880 HvciEverywhereInsiderOptIn,14778232 OobeSettingsMultiAllRegions,14774725 FailFastOnStoreLauncher,14768190 IncludeRevisionWithAppVersionCheck,14728033 DeliverAllAppsViaFod,14727948 UTF8AsImageACP,14727284 Web_ReadOutLoud,14695510 DirectManipulationEvents,14687480 MiracastReceiver_EnableDropLateData,14687075 RuleBasedAutocorrectionOnA,14674288 CortanaCollectionsLeftRail,14666877 RedirectVisualAPI,14661974 OobePrivacySettingsHtmlLearnMore,14660184 DesktopSplitXAMLKeyboard,14649641 TabShellAppToAppLinks,14648958 EnableLockTracing,14643137 MultiSelectTreeView,14642807 PDF_AnnotationBar,14637247 PDF_AnnotationBar_TouchWriting,14637238 Pdf_ReadOutLoud,14637217 SchedulerAggressiveForegroundBoost,14612316 MergeStartGroupsForJapaneseAndKorean,14612182 D3D12SRVOnlyTiledResourceTier3,14611894 AccountsGroup_AddAccountNameSetting,14610699 PhoneAppRecommendationList,14603497 EDR_EnabledOnBatteryWithoutBacklight,14601494 ForceWindowlessWebView,14599978 DocumentsCollection_Routines,14599071 FailFastOnSharingViolation,14583472 AppProvidedViewportsAndCameraViewProjTransforms,14577067 HolographicSpaceUserPresenceApi,14577032 SignInOptions_19H1Page,14575813 WebnotesPLM,14573844 ComposerScalingPolicy,14563840 Book_Classroom_Annotations_Sharing,14559649 ErrorFeedback,14557998 FailFastOnUnrealizeDraggingTile,14549398 HolographicSpaceAdaptiveRenderingApi,14549080 SpatialCompositionLabel,14546809 SpatialComposition,14546808 SpatialCompositionAPI,14546807 XamlEnableISACForSpatialAudioOnXbox,14535506 ChsIMECWPerfSelfhostMeasure,14532779 MergeStartPinyinGroups,14520754 Pdf_AnnotationsPanel,14513447 ReportOpenClassesRootFailure,14501286 WCGDefaultProvisioning,14498544 HolographicHardwareContentProtection,14496729 AOobeOneDrivePage,14492740 BingSearchLockscreen_14486956,14486956 OfflineCapableUserLockScreenSettingsMigrationPlugin,14486954 AppDefaultsOpenWithAny,14482024 XamlEnableISACForSpatialAudioOnDesktop,14481055 Vail_iFLIP,14471434 HeapBackedPool,14470041 AdditionalComDebugOutput,14468475 CarouselTabSetsOnTimeline,14467192 WindowManagementOnDesktop,14464852 ComponentUICShellPolicy,14446133 NewTabPageHostComponent,14445663 EDR_EnabledOnUnprovisionedDevice,14442588 WPRContainerIntegration,14438726 ShareOnPdf,14434234 Dictation_ShellHotKey_EngagementEvents,14433797 WlanSync,14410133 RenameFavoritesToBookmarks,14407427 AdvancedHealth,14407057 UsePeopleAppRelevance,14398136 WebViewOOP,14398121 MSRC39574_14396442,14396442 NetPerfCounters,14391829 Private_Network_Fallback_For_Files,14387182 TopSitesContextMenu,14382868 BugcheckOnRpcssCorruption,14382154 ReportOnRpcssCorruption,14380956 SimulationDriver,14363547 Reading_FullScreenButton,14359314 XAMLFileExplorerPickerNamespaceRestrictions,14354675 QuietMomentSummaryToast,14350508 ReadingView_ComprehensionTools,14340493 RelatedQueries,14338410 MitLoopInversion,14324566 IndexAllFiles,14316747 ChangjieQuickOnGIP,14312253 Environments_UseStoreApp,14308215 SeparateAppAndShellRendering,14306049 GenerateAndCompareAlternates,14302430 PerAppRuntimeBrokerBnoIsolation,14301350 PenTapped,14300127 SAR_MoveSampleProcessing,14294122 PDPCloudConsent,14292780 TabShellVisibilityOverrideToOnForGates,14291807 D3D12MetaCommand,14291127 ShellUserSelection,14291063 AutoGamePowerProfile,14290802 CloudStoreSyncOnSubstrateForAAD_14288894,14288894 MSRC41449_14282720,14282720 TimelineSuggestions,14277169 CloudFileDisguisePlaceholders,14276994 OctagonServiceIntegration,14266621 OctagonClientBase,14263527 EICReanalysis,14245064 FaceClientEnrollmentExperience,14218496 VirtualTabDrag,14209681 ScreenCapture,14205534 MixedRealityPortalInboxStoreApp,14203866 TestMultiUserCxhFastFailExempt,14200798 RecycleBinMigration,14198741 EnrollOnFailure,14198289 DataSourceReaderAPI,14195815 XamlWin32Hosting,14195693 EPUB_ComprehensionTools,14190859 ExtraDictationLanguagesOnAndromeda,14190647 BluetoothGattServiceData_Api,14188059 PublicCUI,14187099 DecreaseTabSuspensionDelay,14184448 AOobeCortanaPage,14169887 OfflineCapableUserAssocMigrationPlugin,14169402 RestrictSyncingOfCollectionsMigratedToCds,14168253 CaptureExplorerHydrationCallStacks,14166282 GpupLiveMigration,14163398 D3D12WarpProtectedResources,14155817 PasswordLessWin10S,14120903 CloudStorePolicySyncOnSubstrate,14114247 CloudStoreSyncOnSubstrateForAAD_14114146,14114146 CloudStoreFaultInCloudData,14113884 ReadingView_TextSpacing,14110076 ReadingView_ReadOutLoud,14110069 BannersKFMTemplate_14105151,14105151 RemoteAppLifetimeManager,14098732 BindFilterSinglePackageVfsRedirection,14098587 InsiderPreviewBranding,14096858 CanContentRenderOutsideBounds,14086920 IsResponsiveToOcclusions,14086919 MSRC41263_14085975,14085975 RecoveryStore_Logging,14085510 TestMultiUserCxhTestPackageInclusion,14080617 HVSIContainerForOffice,14078705 ShortWatchdogTimer,14067660 Hub_InternalOnly,14064300 Hub_Subscription,14042292 XAMLFileExplorerSetWallpaperImage,14012257 SigninInRail,13991454 AllowInactiveTabsInAltTab,13990645 DestListMigration,13989214 Hub_CompanionInput,13987354 PenSettingsFontSwitcher,13977457 WindowManagerDesktop,13976955 ScreenCaptureAPI,13976099 AppDefaultsEdgeCoinCampaign,13974053 PhoneAppExperience,13973807 EICWithMouse,13973407 ExtensionsSuggestions,13961841 UDPProbe,13953322 NotificationUniversalActions,13944909 PasswordAutofill,13944250 Print,13944184 Audio_Drivers_Acx_AcxHdAudio,13939327 MultipleSourceDeviceMirroringUX,13934626 FileExplorerNewTabAffordance,13933315 SpellerToCDSUserDataMigration,13932180 DocumentsCollection,13929376 DesktopLocationTriggering,13909636 SecurityQuestionsLocalAccountPage,13901847 WebViewOOPByDefault,13886809 OffThreadInputMethod,13883232 EmbeddedPrint,13876261 LockBugFix_NonAccentBackstopColor,13868787 SpotlightHotspotExtensions,13867745 WinBioExtendedTimeout,13867376 LockExpMgr_AssignedAccess,13864806 ReportScriptErrors,13853803 TabShellVisibility,13849566 FaceRecognitionModelEjectionFodUninstall,13849093 StorageItemPrivacyChecks,13848133 D3D12TiledResourceTier4,13847762 TaskFlowLocationActivitySupport,13843340 FaceRecognitionFodReinstallDeleted,13840147 AppFrameCOMRundown,13837201 CloudFileNavPaneAllPrimaryStates,13822262 FaceRecognitionModelEjectionFodMarkForDeletion,13822255 WFD_FirewallPreConfiguration,13820346 CldFltBlockSession0Hydration,13819759 DepthSorting,13818272 UsePopupIslandSiteForXamlWindowedPopups,13816458 D3D11On12DeferredContexts,13815251 D3D11On12Multithreading,13815217 ReminderNotificationTemplate,13790818 NgcLogonUIUpsell,13786518 SeeItSayItForWebPlatform,13786286 BrowserAppList,13780435 PenSettingsPenPressure,13760102 ApplicationGuardDownloadToHost,13740217 DXGI_eFSE_Enablement_Policy,13740155 ExpressionKeyframePerFrameSampling,13728070 ActionCenterSaveNotificationDrafts,13725162 OobeSettingsMultipage,13720236 WpnAdaptiveCards,13709532 SharedSuggestionsView,13707781 FriendlyDates,13705666 DP_AUX_V1,13688880 AOobeWirelessPage,13686876 BitLocker_Encrypt_All_Drives,13686439 AdvancedGraphicsSettings,13686262 BannerOpportunity,13686160 AppDefaultsMSEdgeProtocol,13653604 AppDefaultsBrowserEnlightenmentDialog,13651267 AppProviderTaskInProc,13643373 TabClose,13642767 TabCompanionsConfidenceLevel,13636156 Fluency,13634392 LITE,13625383 CompositionForShapewriting,13622748 SpellerToCDS,13622180 XAMLLanguageBar,13618171 CortanaPersonainActionCenter,13615582 ControlIndexingOnBattery,13610405 UWPGameBar,13602588 WSL_Device_GPU,13591025 TabShellUIAIntegration,13558302 CommandingImprovements,13557380 PersonaDownloadAllApps,13545060 UserActivityGroupSync,13540135 StartF5,13539994 VelocityUsageInSRUM,13539786 TaskbarAddOfficePins,13536959 Servicing_FileExplorerAccessibility_13531170,13531170 XDeviceMessagingHistory,13528824 OobeFeatureUpdateOptInPage,13528141 NTLMLIE,13524972 CortanaEmptyRecycleBin,13517592 AddTextToSpeechPackages,13516602 XamlBasic,13502916 CentennialContextMenuOrdering,13482510 CentennialShareContract,13482494 SmartPrint,13476978 XamlMotionSystem,13450050 PositionerDrivenTabShell,13448007 MsaMuaFlows,13447108 CompositionWhiteNoiseAPI,13421585 DeviceDelete,13404804 Input_HeatSensorContext,13399803 TaskFlowCloudFilesSupport,13384821 CentennialCloudFilesUninstallCleanup,13381010 StereoscopicUwp,13330426 CHSCandidateWindowUICustomization,13317772 Hcl,13312437 DictationOnAndromeda,13301897 CentennialBanners,13294624 PeopleBarCapacitySetting,13294141 XamlForceRevealFocusRect,13293513 IFrameLifetimeManagement,13289631 NotifGatekeeperShellInsiders,13275870 CloudStoreSyncOnSubstrate,13273215 EDR_QualityMode,13271434 DisplayEnhancementService,13263365 MopriaDiscovery,13261424 RS4PersonaLayout,13253432 Xaml2018,13247025 EnableAnimationDesigner,13234095 TSF3InputMethodAPI,13217526 TextVirtualization,13199844 H264_DX12_VideoDecode,13198365 RS4UpdatesToHandwritingPanel,13188923 CDPRemoteSystemWinAppRegistrationAPIs,13188677 SmartShadow,13187976 LIACoreNavigationClient,13186501 PWILOInterruptiveToasts,13181366 TabThumbnailFactory,13180860 LazyApplyWindowGroupTemplate,13167773 FidoLogonWithoutDeviceAuth,13166748 AcrylicInputSwitcherDesktop,13140185 EraseGroupInkStroke,13139240 CentennialSetKnownFolder,13133736 FullScreenAnimation,13133713 OutsideMode_Toggle_VideoSettings,13133210 HandwritingPanel,13126689 FailFastOnOverRelease,13108159 PenBackwardForwardNavigation,13085732 MsaaProxyIAccessible2,13083922 CommitModelHandwritingPanel,13081151 ProvisionSteps,13077814 TaskViewWarmLaunch,13076897 ClipboardHistoryBuffer,13073688 DictationPanel,13072825 InputServiceLogon,13068691 TSF3CHSIME_13068008,13068008 WebViewAlwaysOnSeparateThread,13058606 DesktopGazeXAMLKeyboard,13050423 ExpressiveInput_ShellHotKey_EngagementEvents,13032159 MiniSerp,13026322 PWILOEnhancedRebootToast,13023049 OneCoreTransformsTransformContent,13013972 MSRC39805_13013422,13013422 ChtIme_SddsDictionary,13000419 ExpressiveInput_OnlineSticker,12994636 ExpressiveInput_Sticker,12994626 MultilingualTextIntelligence,12990221 HashtagPrediction,12990213 PdfTileCache,12976578 ExplorerScreenOff,12949629 SignoutInSettings,12947221 D3D12PeerToPeerAtomics,12944950 XDeviceMessageRobustness,12944044 EPUB_DisableSecurityChecks,12923997 SettingsHomeProgrammableMultiPromoCard_12908205,12908205 SettingsAccountsInfoProgrammablePromoCard,12908183 OfflineCompassPage,12885170 D3D12Force9on12,12881744 D3D12VideoEncryptedBitstream,12867898 D3DXboxOnPC,12862046 D3D12Force11on12,12862045 QueryAdapterInfoIntegrated2,12859558 RegisterInboxAppsToDSMAOnly,12849049 D3D12DeviceRemovedExtendedData,12841628 EDR_UseOverlay,12840423 XVP_SW_LUT,12840328 TrackedWorkload,12839935 D3D12MotionEstimation,12839716 DesktopXAMLKeyboardAnimation,12834195 ExtensionsInPrivate,12833781 ExtensionsEntryPoint,12833618 AddToReadingList,12822477 AddressBoxNavigate,12822172 AddUpdateFavorite,12821989 EdgeLaunch,12821748 GenericText_DataMigration,12812231 DwmHintingPpm,12805652 D3D12WarpVideo,12804255 StartUsePlatformExtensionUserSelection,12803863 HoverUX,12798718 AcrylicSharePicker,12791485 H265_DX12_VideoDecode,12790342 DesktopDisplayBroker,12773644 Hub_HideAadjAug,12759931 ExternalBrightness,12759424 Hub_EnableDeviceOwner,12757890 ForceNRE,12756137 MSRC39592_12749998,12749998 OobeNetworkLossAversionPage_12749239,12749239 Audio_Mixer,12740182 Brightness3dxgkrnl,12732606 CloudTrust,12730897 TestPeopleAppUpsellWithShareCollection,12722143 AllowPeopleRearrangeInBarAndFlyout,12719581 ReliableRfcomm,12719183 CortanaWindowsSearchSettings,12716999 NgcInVsmKeyType,12715014 ImmersiveFocusTrackingByCicero,12707662 BlockProviders,12675530 AppDefaultsSMode,12673960 SetToastMirroringAccount,12673662 BooksMockTesting,12649475 ActivitiesLocalBackgroundImage,12638307 XDeviceAssets,12631159 NotificationGatekeeper,12617765 LockBugFix_TestHooks_BreakOnCacheFolderDeletion,12590388 UiaEndpoint,12584383 TaskbarEdgeTabBlowout,12575415 ShowUserInfo,12570476 UnifiedEnrollment_HandlerStrings,12570428 HubOSOobeWirelessPage,12556340 PinToTaskbar,12554105 ContainerDCOM,12551329 TabShellTracelogRecording,12549751 XamlPreserve3DDepth,12546989 AcrylicTaskViewTimeline,12520383 PrereleaseVmVersions,12518852 CortanaChangeSettingValue,12515934 AccountsGroup_FirstPartySilentEnumSecondarySSO,12509893 Servicing_JpnLMWrapCrash_12488907,12488907 CortanaAssistLyrics,12469359 CortanaAssistShopping,12469143 AnAADJ,12370422 AOobeHelloPages,12364733 S2D,12344777 LockApp_TestHooks_ShowWatermark_Development,12340236 MirroringUserCheck,12333560 WebsitePermissions,12329427 FavoritesToWSI,12327852 Hub_NFCAnimation,12320598 CShellOnLaunchConsentPrompt,12320305 OneCoreTransforms,12283185 CortanaSetDesktopWallpaper,12276201 EmbeddedFetch,12274531 BlockingFunctionMeasurementInContentProcessCreation,12269434 CDSRoaming,12261822 SSFRoaming,12261821 Library,12261820 TabPreviewBarSoftlandingEvent,12261803 ReadingMode,12261787 TabSweepSoftlandingEvent,12261775 SavePasswordSoftlandingEvent,12261764 AdvancedColorBrightnessSlider,12259052 MMXOptOut,12246901 SARContainerPooling,12242988 TabShellSearch,12223789 BookReader,12221294 ExtensionsPageAction,12221237 Annotations,12221178 ReadingListItems,12221084 ExtensionsInventory,12221022 AddressBoxSearch,12220875 FavoriteItems,12220832 Bugfix_12218768,12218768 Usage_Tracking_FaceAuthentication,12198911 StartProductivityModeRearrange,12196482 TabbedShellPWILOWithUX,12190818 TabCompanions,12190812 EnhancingXamlSipExperience,12173634 PartialTopology_SelectedCodecNotFound,12149134 SpecialFullTouchKeyboardSupport,12144367 WCOS_OOBE_NoRestartDisplayLanguageChange,12135189 CoreOobeTelemetry,12135022 Input_HeatInputStitching,12134802 MiracastController,12122994 IconElementForIconSource,12108541 PromoteBrowserAction,12100866 OfflinePropsysMigration,12078188 WCGTestMode,12077848 AOobeZdpPage,12076160 KsrDisplay,12075496 HolographicCoreShellTLAVMOnOasis,12067452 VmChipsetLoadFirmwareFromFile,12064728 Audio_Spatial_Render_StreamCategory,12062568 MixedRealityMode,12053065 Audio_Spatial_Render_SpatialMode,12052500 Audio_Render_ChannelConfig,12041542 Audio_Render_EndpointType,12041519 Audio_Capture_EndpointType,12041418 SketchpadLaunched,12038065 SVR_VideoPlayback,12038004 Audio_Spatial_Render_EndpointType,12035770 UpdatedPeopleSuggestions,12034886 ProjectedShadowAPI,12024197 OggBrowserUsage,12023326 WirelessDockDafWfdDiscovery,12023322 XAMLFileExplorerDragAndDrop,12022907 AOobeReboot,12007874 PhonePage,12003736 TabNavigationHotKey,12002250 UseTDLOnHolo,11992383 AllowRelevanceCloudFallback,11991310 CredUI_NoUI_TESTHOOK,11990129 CloudFileShowPrimaryIconOverlaysOnDesktop,11985136 TabCompanionsTimelineTesting,11974217 BugXDeviceClickSMS,11974112 GameConfigStoreGameListEntries,11973136 PlayReady_DrmModeUsage,11972769 HandWritingPanelUseGestures,11968958 D3D12VideoDecodeTiers,11964724 AOobeEulaPage,11958233 AOobeKeyboardPage,11958220 AOobeRegionPage,11958082 AOobeLanguagePage,11957961 DesktopSplashScreenSuppression_WhenWindowExists,11955525 DesktopSplashScreenSuppression_AllApps,11955489 CtfmonAsCiceroServerHost,11954839 RollingShutterCorrection_11949150,11949150 TargetedContentCacheExpiration,11946054 ScopedResources,11941928 EnableNarrowChsLayoutsOnDesktop,11933142 JitProcessInServiceWorkerHost,11921348 UsePackagedFolderAssetXAMLFileExplorer,11921204 RS3SensitivityPolicy,11920408 PhoneAppRecommendations,11913207 NextWordPrediction,11912704 CurrentVmVersionIsDefault,11906105 Audio_Capture_StreamCategory,11902719 Audio_Render_StreamCategory,11902695 Audio_Spatial_VSSPlayed,11901839 EyeTrackingCPL,11897843 TabShellWinRtApi,11895592 UnmetRequirementsChanged,11895254 WFD_XboxConnected,11886935 Decoder_MediaUsage,11886338 TouchKeyboardExperienceManager,11886170 Upgrade_KeepBitLockerActive,11875329 RealtimeEnticementNoCourtesyIntervalTimeout,11874744 HVSIGpuMirrorAll,11872911 PenPressAndHold,11871415 ConsentUXOwnerViewHeuristicFallback,11870473 IsDecodingHDR,11868821 HubOSOobeRegionPage,11868190 HubOSOobeKeyboardPage,11868189 HubOSOobeEulaPage,11868187 HVSIAcceleratedGraphics,11868065 CortanaOpenKnownFolder,11861797 RoomAdjustmentApp,11851661 LaunchTeamsOrSkypeBasedOnMeetingType,11849830 InclusiveOobePhonePairingPage,11847427 CortanaEngagementEvents,11839132 MMXOptInThroughSettings,11833844 WUCShapes,11832104 Audio_MultiChannelRenderAttempted,11831216 FirstRunGreenRoom,11829478 SpatialEntityBasedStagePersistence,11828722 WbsUsbAltSetting6,11828129 QualityBenchmark,11828014 MobilityExperience,11824828 WhatsNewApp,11813843 PrelaunchEdgeLogon,11813196 SignalQueryAPI,11804720 InclusiveOfficeOneDriveOobePage,11803809 HamDependencyGraph,11801082 EdgeTcpConfig,11800907 CommandListBasedTransparency,11793516 PinWebsiteAction,11790758 FindMyPen,11789752 RgbaSwapChains,11786145 UserActivityOnDemandRetrieval,11767906 CoreShellOnDesktop,11752642 Input_HeatSystemContext,11752492 HcsSecurityMitigation,11741813 UTF8LocaleDefaults,11739924 IncreasedUWPScalingOnHMD,11738550 DynamicExperiencePolicyEnforcement,11705370 AnimationRedirectionAPI,11703296 TDLFailFast,11689171 ReminderBGTaskTelemetry,11683427 GenericWebReadOutLoud,11682676 ToggleSettingProjectedAPI,11673814 LockReliability_UnlockIfLockAppDidntShow,11670466 InPlaceUpdateForMediumPackages,11665695 XDeviceIncomingCall,11659550 AutoGameModeProfile,11650261 SearchInExplorer,11646741 SearchAboveLock,11646740 ImmersiveSearch,11646739 ReminderCloudUx,11639875 WideQFZero,11634876 AddPhoneButton,11618552 PhoneSettings,11618549 CloudSearchToggle,11612835 DisplayKeys,11608957 ReminderUniversalActions,11592835 CDPAFCODataBatchingSupport,11585462 EffectiveViewport,11584126 HandwritingCHS_MixedInput,11578017 DXGI_WindowAndDisplayMismatchShim,11576689 D3D9_WindowAndDisplayMismatchShim,11576687 ShowNotificationWithImagePull,11574775 xBindXAMLFileExplorer,11565378 SecureUSBSecurityChecks,11564842 InkDataTelemetry,11547331 CortanaOnSpotlight,11545976 AppUriHandlerWildcardSupport,11539576 CompositionIslandsAPI,11538375 SVR_DX12_Rendering,11537650 CortanaAvatarOnActionCenter,11532590 ActionCenterAcrylicBackground,11532176 XCloseDialog,11519984 TabModal,11519965 MicrosoftAccount_SSPR,11519955 HungTabNotificationDelay,11518489 InclusiveCortanaOobePageInAAD,11517590 HeyCortanaOOBEWoV,11516923 HubOSOobeLanguagePage,11497365 WsbDafWfdDiscovery,11478806 LaunchAsResource,11477490 POF,11456283 DUIHandwritingKeyEvent,11450709 Hub_CustomStartLayout,11450399 CoreHostedApplication,11449421 CoreApplicationShutdown,11449154 MotionControllerBatteryLevel,11448781 HolographicDesktopWebAuthBridge,11444908 AndromedaStore,11437626 ExtensionsPreInstall,11431698 HandwritingPanelSettings,11430513 MultiLayerDHD,11428947 PenEraserDelete,11428352 DXGIOnDDisplay,11425330 Hub_EmulationMode,11424614 SignalManager,11423877 D3D9_GameConfigStore_Override,11420000 PredictionEngine,11418271 WnsPowerSaver,11406761 ShapewritingOnWideLayout,11402203 P0FileDirectoryBrokering,11392751 TaskbarBadgingTDLDeprecation,11384999 TextIntelligenceExperiments,11383559 SecondaryTileMixedRealityModelApi,11383495 Input_DesktopNavigationGamepad,11382642 EnableFluencyEngine,11382176 Input_HeatMultiDevice,11369402 NgcFirst,11368308 FlipUserDictionaryRoaming,11365779 TriggerIngestionForFlip,11365397 WindowsTips,11355840 AlphaPinOption,11353195 StartHubFrame,11346121 CameraRollCapability,11341037 VisionProactiveEnticement,11341021 AllowSplashActivations,11339029 AllowSilverlightActivations,11339027 DownloadsStorageSense,11315150 CortanaConversationCanvas,11314742 AutomaticDisplayAdaptation,11305375 FailfastOnHstringOverrelease,11285106 InteractiveCarry,11276798 ShellShutdown,11275806 ShellSuspension,11275454 CloseShellonSuspend,11275424 StartComponentUIPrototype,11275343 TranslucentXAMLKeyboard,11265006 UseRefactoredDictation,11252401 XamlEnableSpatialAudioOnXboxByDefault,11241912 LowLevelWindowingEnvironmentAPIs,11240830 StereoscopicUwpAPI,11239065 WindowingEnvironmentSpanningPresenter,11231651 WindowingEnvironmentPresenters,11231107 ActionCenterVisualUpdates,11225892 SID_Protection_To_L1,11222372 DisableDarkMode,11220567 FaceAggregation,11220420 CnnAntiSpoofingDataCollection,11218371 OverlayHandWritingPanel,11217568 DirectDisplayApi_IndirectSupport,11199501 SecureBio,11198543 PeopleAppUpsell,11184157 CopyLinkInShareUI,11184089 ContentDeliveryManagerRS3Scalability,11171023 FontsPreview,11156953 Hub_ComposableShell,11153301 SuperWetInk,11148202 WindowManagement,11144977 AskCortanaContext,11138350 BlueLightReductionAppModeController,11137471 CDPCloudClipboardMonitor,11127429 AutomaticSignOnLockSetting,11124079 PenNavigation,11114803 AdaptiveUIOfficeMRU,11114359 LatinHwkbTextPrediction,11114269 MultiLingualInput,11114053 LockExpMgr_TestHooks_AllowOcclusionsOnDesktop_Development,11102254 LockExpMgr_AppHostingModel,11102250 PersistentMemoryTest,11092970 UseComThreadingInAccessibilityView,11081925 D3D12ContentProtection,11067548 ExclusiveViewsPlaceFrames,11056805 DeepInferno,11038064 EyeTracking,11030047 Dwm_Ownership_Leak_Bugchek,11029914 WindowsSpotlightV3,11024039 TimelineUpSell,11019025 AutoGameMode,11015710 SvchostMitigationPolicies,11013506 HcsGpuRequireDevice,10999891 CortanaNotificationPromotion,10998643 TrayNotificationsWithoutTDL,10998481 AppsFolderTaskbarIconLoading,10998066 VisionReactive_OnScreen,10980073 VisionReactive_Camera,10980058 VisionProactive,10980028 AddAADUser,10979852 WifiAdapter_MCPositioning,10978839 DesktopIconLayoutLinkWithShift,10971873 DesktopControlCenter,10971239 StartComponentUISupport,10968633 DeclarativeIsolation,10964263 VisitsEngine_GroundtruthTimerOn,10963916 PWILOTimelineActivitiesOnUnLock,10963017 BlackForestShellSupport,10960001 Hub_DiagnosticMode,10946770 CloudStoreOnActivityFeed,10942792 QuietHours,10896550 RadialControllerProcessWide,10880086 LogTDL,10876620 AdvancedColorSettingsPage,10834416 BluetoothConvergedAvrcp,10826832 InputHostingRS4Enhancement,10810749 OneAddressBarControl,10803897 ReportActivationTokenInfoForPackage,10778748 DXGI_FullscreenProxyWindowPromotion,10772867 TimelineCrossDevice,10770226 XamlPresenterBackstopColor_Development,10770075 ProjectedShadow,10769683 TDL,10756773 EdgeDesktopShortcut,10738161 Input_PenToTouchDownleveling,10736606 BrokeredDisplays_ModeChanges,10733637 TabShell,10727725 SpatialInputEyeTracking,10700484 MultiLayerHolographicRenderingAPI,10700180 Direct3D12HolographicRenderingAPI,10700160 EnableOneStructCTC,10698865 UseAcrylicForBlur,10698574 AcrylicTaskbar,10698435 DragDrop,10696600 AdvancedColorCamera,10696544 NegoFragment,10668849 SPNEGOLateFallback,10668837 SensorReserved_Api,10665299 TaskbarAddPinnedItemFailureTelemetry,10658343 SendTextInputToSpa,10652181 OnDemandFolderPopulation,10647694 SMBXAMLFileExplorer,10641785 DynamicBrightnessSlider_ProjectA,10609913 DynamicBrightnessSlider,10609797 CortanaLanguage_vs_SystemLanguage,10579675 CDPAFCSupportForAAD,10579650 TaskbarProgrammaticPrimaryTilePinning,10578193 TaskFlowAFCIndexer,10573508 LockReliability_FreezeMessagePumpUponDisplayOff,10559591 BackoffOnBatterySaver,10526621 FastPoseQuery,10520764 HolographicWin32Exclusives,10497787 ActivitiesInShell,10494629 HolographicMouseGameMode,10492335 DeprecateInputLocaleManager,10490822 AllowPlatformDifferentiatedUnifiedTileModel,10486132 EducationCloudDefaultPins,10474832 CompositionIslands,10465906 InkStrokeGrouping,10463767 XAMLAppResolver_10447675,10447675 StartUITracelogRecording,10402319 FileExplorerDarkTheme,10397285 MSRC36892_10348250,10348250 LockReliability_PreLaunchLongLiveLockApp,10344736 DisableTDLCachingNonMobile,10286718 EZSettingDownloadSpeechTelemetry,10273247 FailFastInIsoCreateComponent,10242797 NarratorQuickStart,10224819 CortanaCollections,10171415 SurfaceHub_RemoveSidebars,10169763 SuspendPerAppBroker,10164710 Prelaunch,10164291 InclusiveOneDriveOobePage,10148215 ComponentUI_ExplorerRestart,10147494 SetActivationInfoForAllSKUs,10141992 CDPAggressiveTimers,10139606 ReportEdgeActivationFailure,10121720 DisplayKernelAdvancedColorSupport,10115143 VSmbTestHooks,10113801 PresentationAPI,10111032 PencilVariableDistanceGenerator,10097903 AddFullScreenOptionalHandlingToPositioners,10094528 XAML_700msTimer,10091034 StorageLibraryFolderSuggestionsUX,10079435 StorageServiceFolderSuggestionsWriteRegistry,10079424 PeopleInShareAPI,10064886 XamlPresenterAtlasSize_Development,10042979 DisableUniqueServiceDisplayNameValidation,10036267 LauncherApiRedirectForHolographicViews,10017660 AppDefaultsCloudEdition,10014385 DisableAtmosLicenseCheckAllowed,10011581 FailFastOnRecoverableUnifiedTileModelFailures,10011417 HandleResponse403,10007040 SurfaceHubRemoveSidebars_Shell,9999962 ViewClosingAPIs_CloseRequested_Desktop,9996173 AudioSourceTelemetry,9984760 RealtimeEnticement,9982909 CortanaInSystemSettingsMobile,9981794 XDevicePublicToastCollectionAPI,9970812 StrongAuth_Reminder,9943128 StartMenuPinMigrationOfShortcuts,9910474 FixZBandChangeRaceCondition,9910473 StopAutomaticAugmentEnrollment,9899614 InPlaceUpdateForSmallPackages,9899069 InPlaceUpdate,9896632 HandwritingPanelAutoGrow,9893835 MoveStaticBrowserActions,9871888 FailFastOnWrongThreadContext,9853137 ModalWindowHelper_CUIHostLookup,9850522 InterruptionControlUploadRawNotification,9846421 RedirectFilePicker,9837567 SpotlightPersonalizationRequest,9835896 UseSebInUserPresence,9827804 Bug9772687,9772687 CDPAFSPublishWithV2Api,9771401 TargetedContentTamperDetection,9766529 StorageServiceFolderSuggestions,9749199 InterruptionControlUseCortanaResponse,9747660 OverrideIgnoreTiltForWetInk,9745460 EnforceWIPForTokenBroker,9720665 DisplayHoldBacks,9717544 RedirectIsolatedMessageDialog,9709765 BluetoothA2dpOffloadSupport,9705985 WIWHotkeyForScreenSketch,9679557 SkipBackstackProcessingForAboveLockViews,9677249 RMS_WorkFilesAsPersonalToUsb,9675209 UniversalFileId,9673591 CreativeExpressionEvaluation,9669601 CompUIForEmbeddedPdf,9669088 HolographicNotifications,9666698 PresentationStateBugFix,9657658 DeprecatingEraseAllClicked,9657363 MyStuffWelcomeApp,9644060 Scan3D,9638341 FaceRecognitionLargePose,9609514 MdmSupportForEdu,9608605 PrereleaseStopgapEULA,9602900 RDX_DisableAdminAccount,9582338 AddSwitchAsyncContextToPositionerActivations,9582236 WnsMirroringAccountSwitcher,9578772 OneLineClock,9564905 UIBCEnableToast,9562517 FuzzyInputOnXamlKeyboard_9550325,9550325 HolographicDesktopViewLauncher,9510935 HandwritingCHS_CombineGesture,9492607 MusicRecoForChinaMarket,9456144 AsyncWindowPlacement,9450204 EffectSupport,9448552 NoRoamingLogonWait,9444784 LiveDASHPlayback_NumberBased,9443998 UrlHistoryInESE,9434156 SpotlightPersonalization,9432994 CDPAFSPublishCortanaActivityType,9427027 EnableStartBackupRestoreOnWCOS,9416438 PointErase,9416013 InclusiveWirelessOobePage,9390606 SeeItSayItOnXbox,9389920 DragDropWithComponentUI,9386173 ChangeNotifyInterruptSourceUpdate,9359829 XDeviceRingPhone,9358856 XDeviceSendSms,9358792 HolographicDesktopViewBroker,9323146 CDPWifiDirectTransportUpgrader_9322870,9322870 HolographicDesktopHotkeyFunctionalityHiding,9318657 HolographicHShellTaskmanOverride,9318646 ViewPresentationMode,9304764 CDPAFSSubscriptionManagement,9303548 SupportCDMInDefaultUser,9300179 InclusiveOobeUnattend,9281722 InclusiveErrorOobePages,9281698 SetDefaultsByApp,9272494 InclusivePIDOobePage,9271928 HolographicDesktopMultitaskingUXHiding,9270423 HttpClientUpload,9265136 InkPointTimestamp,9251712 ObsoletedChxProcessorIdSupport,9240264 FloatingModeDefaultForDuiTic,9226226 InkHighContrastAdjustment,9224489 CortanaOnLockOutProcModel,9223629 DesktopSwitcherDataModel,9215578 ExitProcessDiagnostics,9211919 ActivitiesInTaskView,9207521 ExperimentalKGL,9206638 BrowserAppsForWebsites,9206354 AddSourceWindowFromViewNavigationRequested,9205753 XamlAppResolver_9196132,9196132 CloudMusicBeta,9189540 UIAutomationEnabled,9186859 ShoulderTap_9146043,9146043 StrongAuth_CDP,9143042 DelayXamlViewActivity,9140719 RulerSubPixel,9139648 RulerAngleSnap,9139633 OobeDynamicNodes,9115683 OobeInternalContent,9115678 SurfaceHubLooseDBH,9112063 QuickLaunchInvocation,9100606 LockReliability_PerformanceBoost,9073709 SeeItSayItOnDesktop,9071001 RenderPolicy,9064593 DuiTicImprovements,9043033 UWPSizingOnHMD,9032972 RadialControllerAppSwitchTool,9032482 ForceReactiveAudioOnlyMode,9031501 LockReliability_PDCActivator,9017946 CloudMusic3rdPartyProviders,9014976 AllowTiptsfExceptions,9014903 RedirectPopupMenu,9012138 DxgkrnlPrereleaseDiagnostic,9011807 InclusiveCortanaOobePage,9011686 NewAccountPickerUX,9011479 StorageLibraryFolderSuggestions,9004739 PersonalizationRecentColors,8999293 SpeechGrammarPowerImprovements,8998121 TaskFlowDataEngineCortanaConvergence,8984211 AmbientWidescreenDynamic,8980808 MicrosoftAccountWAMExtensionWorker,8976252 InclusiveExpressSettingsOobePage,8959958 InclusiveLocalAccountOobePage,8959954 AdaptiveImmersiveCortanaOnDesktop,8958140 SurfaceHubProximalAppLaunch,8958021 ProximalStart,8957657 HolographicUserExperiences,8933771 InclusiveRetailDemoOobe,8875878 InclusiveOobeEnterpriseProvisioning,8874365 InclusiveZDPOobePage,8874270 InclusiveKeyboardOobePage,8872482 ActionCenterConvergedAudioPlayer,8867227 DUIChineseLineModeHandwriting,8857961 PenSettingsSelectiveDisplay,8820472 ShareVerbInFileExplorerContextMenu,8820240 TentedFeature,8819968 TaskFlowDataEngineTimelineSupport,8813685 D3D12LogHeapAllocationInfoOnOldDrivers,8793106 AuthBroker_OnMobile,8777581 VelocityEligibilityUsingFlightingApi,8776276 TaskManagerExperiment,8749962 CortanaVolumeIntentsOnDesktop,8719605 FeatureConfigurationAadOnDesktop,8718934 CDPAFSTimelineHistorySubscriber,8704342 WinCompFrame,8703571 ReplaceTDLWithUTM,8699883 InterruptionControl,8675162 LockReliability_WakeFrameThreadOnApplicationStateChanges,8671168 SimplifiedOOBE,8665246 CUIPopupHelper,8664332 DockingServiceConnectionManager,8661952 OpenConnectAutomatically,8657155 InclusiveFSIA,8647088 CorrectiveGesture,8644914 SvchostSplit,8644228 TriggerManager,8642183 LockReliability_DisableLockSplashScreenTimerDuringCS,8630760 InternalSelfhostHooks,8625295 HomeGroupMigrationDisabled,8611250 PristineShellTaskbarSettingsUI,8605498 RefactorSapi,8603355 AmbientWidescreen,8602428 RS21609AFSIntegration,8600970 ActionCenterNotification,8598334 XamlShowHideAnimations,8591635 AlwaysShowImmersiveCortanaOnVoiceActivation,8584952 ReduceFrequency,8578918 XDeviceToastCollectionAPI,8572594 Vail,8554091 TargetedContentUseProductInstallAPIs,8553651 CortanaSpaXamlHeader,8549523 PeopleToastNotifications,8540639 DefaultVolume,8533467 ForceSpriteVisuals,8512080 AnimationFailFast,8510537 WindowsAnywhere,8508009 SurfaceHubRemoveSidebars,8507901 MinuteZeroExperiences,8497738 UWPScalingOnHMD,8495373 PerAppRuntimeBroker,8482243 D3D12ExperimentalShaderModels,8482022 CentennialCloudFilesRegistration,8481732 FileExplorerLongPath,8479587 InputServiceProfiles,8469804 ShowBubbleHeadUI,8467804 AutoExpandNotificationItem,8466218 MaxBlendHighlighter,8465259 ViewClosingAPIs_TryConsolidate_Desktop,8454932 InclusiveRegionOobePage,8453551 RedirectMessageDialog,8445357 CortanaOasis,8432612 DeviceManagementOutprocCSPs,8426306 CSIPLatform,8423642 StrokeIdAndTimestamp,8409580 LogonUI_ForceConsoleMode_Development,8402217 LogonUI_BreakOnStart_Development,8402194 LogonUI_EnableTestHooks_Development,8402159 OemPanelDriverSupport,8395569 OASISAppFrameCustomization,8395554 CredUI_EnableTestHooks_Development,8393558 RollingShutterCorrection_8388608,8388608 TouchPadController,8377349 PersonaAnimationDownload,8362257 AccountsControl_AccountShareApproval,8359638 MigrateAppDefaults,8348618 DWMTouchTargeting,8348580 AppDefaultsMDM,8348195 CortanaGlobalShellOnDesktop,8347950 AppKeywords,8347588 CortanaActivationPerf,8345977 CortanaAcc,8345948 CredUI_ForceConsoleMode_Development,8344745 XDeviceFindPhoneCDP,8340687 XDeviceRingPhoneCDP,8340587 XDeviceMissedCallCDP,8340509 XDeviceLowBatteryCDP,8340398 XDeviceSendSmsCDP,8340322 PhoneEnticements,8324974 ImplicitLearning,8324755 EnablePersonalizationLink,8324675 DisableHologramPersistence,8317718 TelemetryRefactor,8315128 DSSRemoval,8315009 ExperimentationViaEMS,8313050 EZSettingsReliability,8311456 AppProviderVCDExamples,8306460 D3D12PassExperiment,8305922 FeatureConfigurationMessageV2,8304871 CloudFileAppInitiatedHydration,8302267 TargetedContentAPI,8299381 CloudFileSecondaryStates,8299380 AppVContainer,8295088 FeatureStagingOobePage,8291214 NotificationImageFlipViewSupport,8290988 PeopleInShareUI,8287823 CentennialPreviewHandlers,8284466 DesktopWorkAreaDPIAware,8278123 Private_AnimationDebugging,8278107 LockReliability_LongLiveLockApp,8277262 ReauthOnResume,8253585 ShareToDevices,8253193 BootstrappingCortanaIntro,8250743 CortanaInSystemSettings,8250697 WpnLifetimeMgmt,8249838 WpnDEHReplacement,8249692 SurfaceHubSleep,8241513 BonusBarServiceContent,8240687 CDPAFSGetConfiguration,8232800 CentennialPropertyHandlers,8221526 LockReliability_InProcLockAppDataModel,8213073 SpeechGrammarReliabilityFixes,8212930 AADMobileRoaming,8207959 CentennialThumbnailHandlers,8207547 TitleBar_QuickSnapping,8188120 D3D12HeapPriorities,8187072 DirectDisplayApi,8185225 WinCompInkPresenter,8183782 CentennialUseURL,8182961 OnlineEFS,8167107 IntegrateWhiteboardApp,8164264 SurfaceHubProxyCredInjection,8157104 AudioOffloadSize,8153897 AppVContainerVfs,8144398 InkPresenterProtractor,8141176 InkToolbarEraserFlyout,8141016 InkToolbarVerticalLayout,8140918 InkToolbarStencilButton,8140841 InkFeedbackManager,8138820 SaveStrokeRenderingInfoInISF,8134511 InkProcessor,8134488 WindowsPlusC,8124191 BrokeredDisplays_RotMgr,8119317 VacOcclusion,8118562 WorkFilesAsPersonalToUsb,8117523 DeleteUserDictWord,8100561 AdvancedGestureRecognition,8052370 TargetingSessionContextV6,8049662 RadialControllerPerApplicationCustomTools,8049582 RadialControllerCustomFontGlyphs,8049563 CDPAFSNewAppIdFormat,8046162 EmulateMobilePersonalityOnDesktop,8039924 LowAnimationsOnBatterySaver,8027970 SilentInstalledApps,8025889 HackAroundMouseVelocityBug,8021938 WabConvergenceMobile,8001631 CertInstall,7985748 ViewAffinity,7983929 SensorReserved,7983914 SurfaceHubResetToRTMSetting,7975777 GenericActionAndTrigger,7960589 XamlSnapAssistView,7924005 XamlAltTabView,7923995 XamlAllUpView,7923987 ActionCenterWelcomeMessage,7920879 TipPinnedToMonitor,7886254 D3DShaderCache,7881243 AgeBasedAppBlocking,7866683 TaskFlowDataEngineOnAND,7844660 WarpEnableJITCacheOptimizations,7837283 FileExplorer_PinToQuickAccessFixes,7831773 MoveCloseToSensor,7828904 LockReliability_ProcessOnUnlockingAsync,7814644 MyStuff,7786612 CDPAFSProdDomainUri,7776321 HvciEverywhereSysprepEnableOnUpgrade,7771283 PausePersona,7722583 DHPNTPExperiment,7720492 PinnableFavBar,7718943 SurfaceHubFeedback,7718271 PromptOnOpenWorkFiles,7699712 BoundlessMesh,7660207 BluetoothConvergedHfp,7639556 DevModeInternal,7631201 MultispectrumUsage,7578904 MultiScreenAssignedAccess,7557783 TaskbarProgrammaticEdgeWebsitePinning,7546754 EnableCapturePicker,7529329 SeeItSayIt,7520078 BufferCommands,7471763 LineEndings,7458208 Interruption_Control,7450444 XamlKeyboardLogon,7438994 WiFiCallingOnSecondaryDevice,7428104 AlwaysShowActivationError,7414853 ShellCommonExperienceHost,7388795 XamlExplorerHost,7382860 CompositionFenceSynchronizedPresents,7364542 XamlAppResolverPhone,7360804 InclusiveHIDOobePages,7360682 InclusiveWelcomeOobePage,7360674 InclusiveLanguageOobePage,7360670 InclusiveEulaOobePage,7360560 SkipAddPageOnOnlyOneProvider,7329587 FrameworkScalability,7328759 AccountsControl_FixAccountsHassles,7274147 WindowsAnywhereAccessibilitySettings,7260037 DoNotActivateLockAppWithScreenOff,7250255 CDPLogLevelVerbose,7245727 CopyFilesToManagedAndUnmanagedSyncRoots,7242324 AutoBrightnessService,7203497 Audio_Drivers_Acx_MultiStack_Support,7189701 SharedPCCSPImprovements,7179030 SystemSettingsCDPPhone,7161566 MultiUserSupport,7146351 NotificationForwarding,7119133 SpeechFailureDebugMode,7056038 SignalDebugMode,7033373 EnableTempPlaceHolderGroup,7010211 CloudDownloadAndGo,7007735 CastServerDefaultValue,6997058 EDPOpenWith,6989120 InMarketAppDefaults,6989041 SmoooothEduSharedPCOOBE,6988424 PWILOUploadForMSALinkedAccounts,6982808 UAC_CPL,6965140 UAC,6960872 HardwareDRMOptinEME,6940972 WDICheckOverride,6931045 CacheSpotlightLockScreenImage,6869861 AppInstallBatching,6867405 CloudHelp,6833833 ActionCenterUiChanges,6817549 IntentInThePastLogging,6808389 InclusiveOEMRegistrationOobePage,6791111 StickyNotes,6748934 CredUI_ConsoleMode,6723842 CentennialShellNew,6688715 ReturnForegroundToLockOnUIAccessDismiss,6683260 FeatureReporting,6682627 VolumeFlyoutEndpointSelection,6678327 AlwaysFailFastOnCoreAppLocalizeView,6669906 VirtualDesktopsPTPGesture,6668147 ChaseableTileActivation,6666609 ProximityConnectAutoReconnect,6657503 NotificationsUiChanges,6655874 XDeviceWPNotification,6644079 SignalProcessingInBackground,6626174 CloudStoreDiagnostics,6624442 AppDefaultsDesktop,6614904 MakePowershellTheDefaultConsole,6527944 RDX_TimedShutdown,6523167 AppDefaultsPhone,6506899 RDX,6506476 WelcomeScreenEnabled,6502920 UseQFAsMyStuff,6499497 AutomaticPrivateMode,6499396 PWILOPostSignIn,6498807 AlwaysFailFastOnXamlFailure,6487760 TaskbarTeaseAndToast,6483462 AmbientMode,6482515 DeprecateRX,6478855 MoveApp,6478350 CommitmentExtractionFromChatMessages,6465343 PreReleaseBackstopAndSuspensionCurtain,6429916 SL_CreativePresentation,6421891 DefaultPermanentPoC,6413464 ReplaceExtensionCatalogCallsForActivationManagerShim,6410923 WriteStartLayoutToTDL,6409587 CandidateWindowCustomization,6398726 NotificationCenterTaskbarGleam,6397465 NotificationCenterTaskbarBadge,6397455 NotificationCenterTaskbarPosition,6397428 StartSplitViewInMenuMode,6395189 XDeviceShareFile,6394163 XDeviceMapHandoff,6394132 ActionCenterAttributionText,6392648 NamespaceNavigationRestrictions,6391456 NamespaceEnumerationRestrictions,6391443 ActionCenterMaxLines,6391133 ExplorerEdu,6390483 PersonalizationColorChooser,6368928 XDeviceFindMyPhone,6368266 LogonUINumlockWarning,6365478 PowerBISpeechPayloadViaBing,6365129 ActionCenterXamlExperience,6364345 UnitCommands,6364182 FailFastOnSYSTEMContext,6359403 GenericDataContract,6356209 RDX_FeatureManagement,6355749 PeopleBar,6353283 QuickUnlockDesktopTransition,6348238 Registration_Free_MBM,6330661 ConciergeUSBConfig,6330561 XamlTaskbar,6328229 WirelessDisplayConnectCancel,6313394 OnDemandPoC,6289557 RDX_SoftLanding,6284670 AppIsolationSeparateSublayer,6268226 ExplicitPrivateMode,6267897 TaskbarSuggestions,6258161 FindMyChild,6241647 ActionCenterCollapsedGroups,6238631 ActionCenterGroupPrioritization,6238566 XDeviceMobileNotification,6235127 BrowsingHistoryProvider,6234165 XDeviceOfficeHandOff,6233283 XDeviceBatteryNotification,6233262 CloudStore,6201249 SyncSettingAccounts,6199322 SpaDialog,6196838 EncodeLockScreenToBitmap,6190512 DismissWhenNotInForegroundDuringRegister,6190324 EZSettings,6189964 ReminderPhoto,6178093 ReminderRecurrenceV2,6178089 PCAccessSetting,6171364 CloudFileRecycleBin,6165239 ConstraintIndexProvider,6151923 UseQFAsHomeExperience,6151915 DelayAppStateRoaming,6130118 RoamingSchedulingChanges,6130116 UserTileNotification,6130109 ReminderTriggerless,6118301 EnableMultiInstance,6115766 InclusiveIDPSOobePage,6107561 InclusiveAADOobePage,6107552 InclusiveHelloOobePage,6107475 InclusiveMSAOobePage,6107471 DeviceControlUxLaunch,6102510 RuleBasedNPSMCurrentSession,6100785 FeedbackEtwLogging,6099184 FullScreenAllAppsTileGrid,6097591 InitializeStartLayoutFromLogonFramework,6094603 CandidateWindowSymbolView,6093732 MediaControlsOnLock,6084483 DarkAppThemeToggle,6083726 SupportInfoTipInNotificationCenter,6082203 ActionCenterAccentColoredTitle,6069009 CloudFileProgress,6067484 XamlCredUI,6067381 SettingsStoreChange,6050594 PenWorkSpace,5999374 UnifiedEnrollmentLandingPage,5993168 EarlyAdopterContentRing,5943489 InkSmoothingV2,5894395 HmdsNotificationBackgroundTask,5892332 EnableCalendarContent,5882799 EnableCalendarViewFeedback,5882766 CustomizableQuickActions,5882122 MEMShareTargetHost,5881316 WindowsLicenseAgreementContentDialog,5874726 TabletModeMultiWindowApp2AppEnhancements,5871990 ShowTaskbarSettingsInSystemSettingsApp,5871322 APODiagnostics,5862853 HelloSettingsImprovements,5832397 ServiceMemHardCap,5831234 WnsDatabase,5805125 DesktopRestore,5804159 StartSplitViewAndAppsView,5798590 JapaneseLinedModeHandwriting,5789196 FamilyNotification,5787018 ActionCenterXamlTileRender,5785821 OneHandedLayout,5747084 ConnectUXSearch,5678281 CloudFileStabilization,5654988 CentennialIExplorerCommand,5643234 D3D12Video,5642192 TileStoreHoloMigration,5579305 TileStoreDesktopMigration,5579257 BrokeredCreateFile2,5569419 Mintana,5465728 SetLockScreenImageAsDesktopBackground,5458669 SharedCartOOBE,5421687 MiracastListenerAutoStart,5419836 QRCodeScanner,5419828 PWILOPreSignIn,5418581 DesktopInclusiveOOBE,5418038 AppQuickActions,5410762 TileStoreReads,5410135 TileStoreWrites,5410078 SettingsAmxCxh,5408307 TurnOnNumLockDuringPinEntry,5405268 ThemeSettings,5403577 ThemesInStore,5403571 MobileRestore,5399627 UseConvergedNpsmMtcModel,5399495 DevicesFlowSettingsDeviceDiscovery,5383254 PinWindowsToAllVirtualDesktops,5382719 DevicesCollection,5348245 EnableClockButtonFlyoutOnSecondaryTaskbars,5338943 EnableClockButtonOnSecondaryTaskbars,5338907 PickerBackButton,5324433 UsingSDDSFileFormat,5317344 TabletModeAutohide,5284127 TaskbarUWPBadging,5283970 LidNotifications,5250788 FeatureConfigurationChannel,5244441 AllowSingleViewAppsForAssignedAccess,5227080 HomeHub,5224938 MarshalByValue,5195825 Broadcast,5129928 PerProcessSystemDpi,5101203 CoreWindowResizeEvent_Desktop,4985284 WnsAnalogUserService,4939013 ContentDeliveryPolicyRestrictions,4877938 SettingsExtensibility,4859458 BluetoothHfpHF,4854405 LockAppHostPowerFixes,4785077 AOAC,4780066 SelfhostContentRing,4687769 ScheduleDrivenRendering,4458585 BluetoothA2DPSink,4450109 Servicing_F001,4265709 WinGlob_ICUCurrencyData,4048317 MSRC54182_3972357,3972357 Win32KeyRouting,3775609 DocumentFocus,3731051 AADAccounts,3728205 CheckLoadedUnloadedEventSequence,3662038 UiaSendVersionNumber,3623713 LockReliability_SynchronizeShutdownWithBrokerEndpointCalls,3529167 JumplistUpdateFix,3511020 RuleDiff,3424263 DesktopIconLayoutRefactor,3261926 GlyphRunPrimitiveAPI,3251313 InstallAttribution,3222455 ShellLauncherRepository,2872564 BannersKFM_Logo_2641295,2641295 GuestUserRDPToAVD_2641041,2641041 EntraIdClientPlutonKsp,2436150 UsePixieLibForArticulatedHand,2349850 WdfDirectedPowerTransition_DefaultOptIn_ARM,2231386 DynamicClipboard,2102523 InvokeUIUpdatesViaTryRunAsync,1495890 TabCategoryBC,1470244 MsaaPipe,1464722 DropTargetCrash,1326038 ToggleTextInputCanvasBar,1279509 QuickActionTemplates,1195122 SignInOptions_SecurityKeyHandler,1186657 WnsUserService,1091402 UIA_CUI_ExplorerRestart,1019637 BonusBar,983002 DesktopSplashScreenSuppression,783899 Banners,682246 CDPDoPartialSyncOnNewActivityTypes,501282 CloudFileStateIcon,394658 BthA2dpAbsoluteVolume,153764 CacheHighContrastStateInDwm,220937958 ProximityPairing,87954621 ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ # ViVe ViVe 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. The *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. In case you'd like to talk to NTDLL exports directly, you can use *NativeMethods*. # ViVeTool ViVeTool 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. [![Release downloads](https://img.shields.io/github/downloads/thebookisclosed/ViVe/total.svg)](https://GitHub.com/thebookisclosed/ViVe/releases/) # Compatibility In order to use ViVe, you must be running Windows 10 build 18963 or newer. ![ViVeTool Helpfile](https://i.imgur.com/PzCHEUQ.png) ================================================ FILE: ViVe/FeatureManager.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2025 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using Albacore.ViVe.NativeEnums; using Albacore.ViVe.NativeMethods; using Albacore.ViVe.NativeStructs; using Microsoft.Win32; using System; using System.Linq; using System.Runtime.InteropServices; namespace Albacore.ViVe { public static class FeatureManager { public static readonly RTL_FEATURE_CONFIGURATION_PRIORITY[] ImmutablePriorities = new[] { RTL_FEATURE_CONFIGURATION_PRIORITY.ImageDefault, RTL_FEATURE_CONFIGURATION_PRIORITY.EKB, RTL_FEATURE_CONFIGURATION_PRIORITY.ImageDefaultEditionOverride, RTL_FEATURE_CONFIGURATION_PRIORITY.Security, RTL_FEATURE_CONFIGURATION_PRIORITY.ImageOverride }; public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime) { return QueryAllFeatureConfigurations(configurationType, null); } public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong changeStamp) { fixed (ulong* changeStampPtr = &changeStamp) return QueryAllFeatureConfigurations(configurationType, changeStampPtr); } public unsafe static RTL_FEATURE_CONFIGURATION[] QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE configurationType, ulong* changeStamp) { Ntdll.RtlQueryAllFeatureConfigurations(configurationType, changeStamp, null, out int configCount); if (configCount == 0) return null; var allFeatureConfigs = new RTL_FEATURE_CONFIGURATION[configCount]; int hRes; fixed (RTL_FEATURE_CONFIGURATION* configsPtr = allFeatureConfigs) hRes = Ntdll.RtlQueryAllFeatureConfigurations(configurationType, changeStamp, configsPtr, out configCount); if (hRes == 0) return allFeatureConfigs; else return null; } public static RTL_FEATURE_CONFIGURATION? QueryFeatureConfiguration(uint featureId, RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime) { ulong dummy = 0; return QueryFeatureConfiguration(featureId, configurationType, ref dummy); } public static RTL_FEATURE_CONFIGURATION? QueryFeatureConfiguration(uint featureId, RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong changeStamp) { int hRes = Ntdll.RtlQueryFeatureConfiguration(featureId, configurationType, ref changeStamp, out RTL_FEATURE_CONFIGURATION config); if (hRes != 0) return null; return config; } public static ulong QueryFeatureConfigurationChangeStamp() { return Ntdll.RtlQueryFeatureConfigurationChangeStamp(); } public static int SetFeatureConfigurations(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, RTL_FEATURE_CONFIGURATION_TYPE configurationType = RTL_FEATURE_CONFIGURATION_TYPE.Runtime) { ulong dummy = 0; return SetFeatureConfigurations(updates, configurationType, ref dummy); } public static int SetFeatureConfigurations(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, RTL_FEATURE_CONFIGURATION_TYPE configurationType, ref ulong previousChangeStamp) { foreach (var update in updates) if (ImmutablePriorities.Contains(update.Priority)) throw new ArgumentException(string.Format("{0} ({1}) is an immutable priority and can't be written to.", update.Priority, (int)update.Priority)); else if (update.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.UserPolicy && !update.UserPolicyPriorityCompatible) throw new ArgumentException("UserPolicy priority overrides do not support persisting properties other than EnabledState."); if (configurationType == RTL_FEATURE_CONFIGURATION_TYPE.Runtime) return Ntdll.RtlSetFeatureConfigurations(ref previousChangeStamp, RTL_FEATURE_CONFIGURATION_TYPE.Runtime, updates, updates.Length); else return SetFeatureConfigurationsInRegistry(updates, previousChangeStamp); } public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback) { return RegisterFeatureConfigurationChangeNotification(callback, IntPtr.Zero); } public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback, IntPtr context) { Ntdll.RtlRegisterFeatureConfigurationChangeNotification(callback, context, IntPtr.Zero, out IntPtr sub); return sub; } public static IntPtr RegisterFeatureConfigurationChangeNotification(FeatureConfigurationChangeCallback callback, IntPtr context, ref ulong waitForChangeStamp) { Ntdll.RtlRegisterFeatureConfigurationChangeNotification(callback, context, ref waitForChangeStamp, out IntPtr sub); return sub; } public static int UnregisterFeatureConfigurationChangeNotification(IntPtr notification) { return Ntdll.RtlUnregisterFeatureConfigurationChangeNotification(notification); } public unsafe static RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] QueryFeatureUsageSubscriptions() { Ntdll.RtlQueryFeatureUsageNotificationSubscriptions(null, out int subCount); if (subCount == 0) return null; var allSubscriptions = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[subCount]; int hRes; fixed (RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS* subsPtr = allSubscriptions) hRes = Ntdll.RtlQueryFeatureUsageNotificationSubscriptions(subsPtr, out subCount); if (hRes == 0) return allSubscriptions; else return null; } public static int AddFeatureUsageSubscriptions(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions) { return Ntdll.RtlSubscribeForFeatureUsageNotification(subscriptions, subscriptions.Length); } public static int RemoveFeatureUsageSubscriptions(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions) { return Ntdll.RtlUnsubscribeFromFeatureUsageNotifications(subscriptions, subscriptions.Length); } public static int NotifyFeatureUsage(ref RTL_FEATURE_USAGE_REPORT report) { return Ntdll.RtlNotifyFeatureUsage(ref report); } private const int RtlBsdItemFeatureConfigurationState = 17; public static int SetBootFeatureConfigurationState(BSD_FEATURE_CONFIGURATION_STATE state) { var newState = (int)state; return Ntdll.RtlSetSystemBootStatus(RtlBsdItemFeatureConfigurationState, ref newState, sizeof(int), IntPtr.Zero); } public static int GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE state) { var apiResult = Ntdll.RtlGetSystemBootStatus(RtlBsdItemFeatureConfigurationState, out int intState, sizeof(int), IntPtr.Zero); state = (BSD_FEATURE_CONFIGURATION_STATE)intState; return apiResult; } // The Last Known Good feature store sometimes gets corrupted by the OS due to a use-after-free bug in fcon.dll // We fix the corrupted store header to make sure that Windows won't completely wipe feature configurations in case it shifts into LKG mode // 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 public static bool FixLKGStore() { try { using (var rKey = Registry.LocalMachine.OpenSubKey(@"CurrentControlSet\Control\FeatureManagement\LastKnownGood")) { var lkgBlob = (byte[])rKey.GetValue("LKGConfiguration"); // Header is a simple 32-bit zero if (BitConverter.ToInt32(lkgBlob, 0) == 0) return false; var headerSize = sizeof(int); var oneConfigSize = Marshal.SizeOf(typeof(RTL_FEATURE_CONFIGURATION)); var fixedBlob = new byte[lkgBlob.Length - oneConfigSize]; Array.Copy(lkgBlob, headerSize + oneConfigSize, fixedBlob, headerSize, fixedBlob.Length - headerSize); rKey.SetValue("LKGConfiguration", fixedBlob); return true; } } catch { return false; } } public static int InitializeBootStatusDataFile() { return Ntdll.RtlCreateBootStatusDataFile(null); } private static int SetFeatureConfigurationsInRegistry(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, ulong previousStamp) { // Stamp behavior and return values are taken from equivalent kernel operations for runtime feature configuration if (previousStamp > 0) { var currentStamp = QueryFeatureConfigurationChangeStamp(); if (previousStamp != currentStamp) return unchecked((int)0xC0000001); } try { foreach (var update in updates) { var isUserPolicy = update.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.UserPolicy; var obfuscatedId = ObfuscationHelpers.ObfuscateFeatureId(update.FeatureId).ToString(); var overrideKey = isUserPolicy ? @"SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" : $@"SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\{(int)update.Priority}\{obfuscatedId}"; if (update.Operation == RTL_FEATURE_CONFIGURATION_OPERATION.ResetState) { if (isUserPolicy) { var rKey = Registry.LocalMachine.OpenSubKey(overrideKey); if (rKey != null) { using (rKey) rKey.DeleteValue(obfuscatedId); } } else Registry.LocalMachine.DeleteSubKeyTree(overrideKey, false); } else { using (var rKey = Registry.LocalMachine.CreateSubKey(overrideKey)) { if (update.Operation.HasFlag(RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState)) { if (isUserPolicy) { rKey.SetValue(obfuscatedId, (int)update.EnabledState); } else { rKey.SetValue("EnabledState", (int)update.EnabledState); rKey.SetValue("EnabledStateOptions", (int)update.EnabledStateOptions); } } if (!isUserPolicy && update.Operation.HasFlag(RTL_FEATURE_CONFIGURATION_OPERATION.VariantState)) { // Casting these is needed otherwise they end up getting written as strings rKey.SetValue("Variant", (int)update.Variant); rKey.SetValue("VariantPayload", (int)update.VariantPayload); rKey.SetValue("VariantPayloadKind", (int)update.VariantPayloadKind); } } } } return 0; } catch (Exception ex) { return ex.HResult; } } public static int AddFeatureUsageSubscriptionsToRegistry(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions) { try { foreach (var sub in subscriptions) { uint obfuscatedId = ObfuscationHelpers.ObfuscateFeatureId(sub.FeatureId); using (var rKey = Registry.LocalMachine.CreateSubKey($@"SYSTEM\CurrentControlSet\Control\FeatureManagement\UsageSubscriptions\{obfuscatedId}\{{{Guid.NewGuid()}}}")) { rKey.SetValue("ReportingKind", (int)sub.ReportingKind); rKey.SetValue("ReportingOptions", (int)sub.ReportingOptions); rKey.SetValue("ReportingTarget", BitConverter.GetBytes(sub.ReportingTarget)); } } return 0; } catch (Exception ex) { return ex.HResult; } } public static int RemoveFeatureUsageSubscriptionsFromRegistry(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions) { try { foreach (var sub in subscriptions) { var obfuscatedKey = @"SYSTEM\CurrentControlSet\Control\FeatureManagement\UsageSubscriptions\" + ObfuscationHelpers.ObfuscateFeatureId(sub.FeatureId).ToString(); var sKey = Registry.LocalMachine.OpenSubKey(obfuscatedKey, true); if (sKey != null) { var isEmpty = false; using (sKey) { foreach (var subGuid in sKey.GetSubKeyNames()) { var toRemove = false; using (var gKey = sKey.OpenSubKey(subGuid)) { if ((int)gKey.GetValue("ReportingKind") == sub.ReportingKind && BitConverter.ToUInt64((byte[])gKey.GetValue("ReportingTarget"), 0) == sub.ReportingTarget) toRemove = true; } if (toRemove) sKey.DeleteSubKeyTree(subGuid, false); } isEmpty = sKey.SubKeyCount == 0; } if (isEmpty) Registry.LocalMachine.DeleteSubKeyTree(obfuscatedKey, false); } } return 0; } catch (Exception ex) { return ex.HResult; } } } } ================================================ FILE: ViVe/FeaturePropertyOverflowException.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System; namespace Albacore.ViVe.Exceptions { public class FeaturePropertyOverflowException : Exception { public FeaturePropertyOverflowException(string propertyName, int maximumValue) : base($"{propertyName} must not be higher than {maximumValue}.") { } } } ================================================ FILE: ViVe/NativeEnums.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2025 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System; namespace Albacore.ViVe.NativeEnums { public enum RTL_FEATURE_CONFIGURATION_TYPE : uint { Boot = 0, Runtime = 1 } public enum RTL_FEATURE_ENABLED_STATE : uint { Default = 0, Disabled = 1, Enabled = 2 } public enum RTL_FEATURE_CONFIGURATION_PRIORITY : uint { ImageDefault = 0, EKB = 1, Safeguard = 2, ImageDefaultEditionOverride = 3, Service = 4, Dynamic = 6, User = 8, Security = 9, UserPolicy = 10, Test = 12, ImageOverride = 15 } [Flags] public enum RTL_FEATURE_VARIANT_PAYLOAD_KIND : uint { None = 0, Resident = 1, External = 2 } [Flags] public enum RTL_FEATURE_CONFIGURATION_OPERATION : uint { None = 0, FeatureState = 1, VariantState = 2, ResetState = 4 } public enum RTL_FEATURE_ENABLED_STATE_OPTIONS { None = 0, WexpConfig = 1 } public enum BSD_FEATURE_CONFIGURATION_STATE { Uninitialized = 0, BootPending = 1, LKGPending = 2, RollbackPending = 3, Committed = 4 } } ================================================ FILE: ViVe/NativeMethods.Ntdll.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using Albacore.ViVe.NativeEnums; using Albacore.ViVe.NativeStructs; using System; using System.Runtime.InteropServices; namespace Albacore.ViVe.NativeMethods { public delegate void FeatureConfigurationChangeCallback(IntPtr Context); public static class Ntdll { // Kernel supports null pointer for change stamp ref, unlike single feature query [DllImport("ntdll.dll")] public unsafe static extern int RtlQueryAllFeatureConfigurations( RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType, ulong* changeStamp, RTL_FEATURE_CONFIGURATION* featureConfigurations, out int featureConfigurationCount ); [DllImport("ntdll.dll")] public static extern int RtlQueryFeatureConfiguration( uint featureId, RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType, ref ulong changeStamp, out RTL_FEATURE_CONFIGURATION featureConfiguration ); [DllImport("ntdll.dll")] public static extern ulong RtlQueryFeatureConfigurationChangeStamp(); [DllImport("ntdll.dll")] public unsafe static extern int RtlQueryFeatureUsageNotificationSubscriptions( RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS* subscriptions, out int subscriptionCount ); // Kernel treats pointer to 0 the same as a null pointer, no alternate signature required [DllImport("ntdll.dll")] public static extern int RtlSetFeatureConfigurations( ref ulong previousChangeStamp, RTL_FEATURE_CONFIGURATION_TYPE featureConfigurationType, RTL_FEATURE_CONFIGURATION_UPDATE[] featureConfigurations, int featureConfigurationCount ); [DllImport("ntdll.dll")] public static extern int RtlRegisterFeatureConfigurationChangeNotification( FeatureConfigurationChangeCallback callback, IntPtr context, IntPtr waitForChangeStamp, out IntPtr subscription ); [DllImport("ntdll.dll")] public static extern int RtlRegisterFeatureConfigurationChangeNotification( FeatureConfigurationChangeCallback callback, IntPtr context, ref ulong waitForChangeStamp, out IntPtr subscription ); [DllImport("ntdll.dll")] public static extern int RtlUnregisterFeatureConfigurationChangeNotification( IntPtr subscription ); [DllImport("ntdll.dll")] public static extern int RtlSubscribeForFeatureUsageNotification( RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions, int subscriptionCount ); [DllImport("ntdll.dll")] public static extern int RtlUnsubscribeFromFeatureUsageNotifications( RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[] subscriptions, int subscriptionCount ); [DllImport("ntdll.dll")] public static extern int RtlNotifyFeatureUsage( ref RTL_FEATURE_USAGE_REPORT report ); // BSD Items can have varying sizes, int signature is enough for our needs though [DllImport("ntdll.dll")] public static extern int RtlSetSystemBootStatus( int bsdItemType, ref int data, int dataLength, IntPtr returnLength ); [DllImport("ntdll.dll")] public static extern int RtlGetSystemBootStatus( int bsdItemType, out int data, int dataLength, IntPtr returnLength ); [DllImport("ntdll.dll", CharSet = CharSet.Unicode)] public static extern int RtlCreateBootStatusDataFile(string bootStatusPath); } } ================================================ FILE: ViVe/NativeStructs.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using Albacore.ViVe.Exceptions; using Albacore.ViVe.NativeEnums; using System.Runtime.InteropServices; namespace Albacore.ViVe.NativeStructs { [StructLayout(LayoutKind.Sequential)] public struct RTL_FEATURE_USAGE_REPORT { public uint FeatureId; public ushort ReportingKind; public ushort ReportingOptions; } [StructLayout(LayoutKind.Sequential)] public struct RTL_FEATURE_CONFIGURATION { public uint FeatureId; public uint CompactState; public uint VariantPayload; public RTL_FEATURE_CONFIGURATION_PRIORITY Priority { get { return (RTL_FEATURE_CONFIGURATION_PRIORITY)(CompactState & 0xF); } set { if ((uint)value > 15) throw new FeaturePropertyOverflowException("Priority", 15); CompactState = (CompactState & 0xFFFFFFF0) | (uint)value; } } public RTL_FEATURE_ENABLED_STATE EnabledState { get { return (RTL_FEATURE_ENABLED_STATE)((CompactState & 0x30) >> 4); } set { if ((uint)value > 2) throw new FeaturePropertyOverflowException("EnabledState", 2); CompactState = (CompactState & 0xFFFFFFCF) | ((uint)value << 4); } } public bool IsWexpConfiguration { get { return ((CompactState & 0x40) >> 6) == 1; } set { CompactState = (CompactState & 0xFFFFFFBF) | ((value ? (uint)1 : 0) << 6); } } public bool HasSubscriptions { get { return ((CompactState & 0x80) >> 7) == 1; } set { CompactState = (CompactState & 0xFFFFFF7F) | ((value ? (uint)1 : 0) << 7); } } public uint Variant { get { return (CompactState & 0x3F00) >> 8; } set { if (value > 63) throw new FeaturePropertyOverflowException("Variant", 63); CompactState = (CompactState & 0xFFFFC0FF) | (value << 8); } } public RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind { get { return (RTL_FEATURE_VARIANT_PAYLOAD_KIND)((CompactState & 0xC000) >> 14); } set { if ((uint)value > 3) throw new FeaturePropertyOverflowException("VariantPayloadKind", 3); CompactState = (CompactState & 0xFFFF3FFF) | ((uint)value << 14); } } } [StructLayout(LayoutKind.Sequential)] public struct RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS { public uint FeatureId; public ushort ReportingKind; public ushort ReportingOptions; public ulong ReportingTarget; } [StructLayout(LayoutKind.Sequential)] public struct RTL_FEATURE_CONFIGURATION_UPDATE { public uint FeatureId; private RTL_FEATURE_CONFIGURATION_PRIORITY _priority; private RTL_FEATURE_ENABLED_STATE _enabledState; private RTL_FEATURE_ENABLED_STATE_OPTIONS _enabledStateOptions; private uint _variant; private RTL_FEATURE_VARIANT_PAYLOAD_KIND _variantPayloadKind; public uint VariantPayload; private RTL_FEATURE_CONFIGURATION_OPERATION _operation; public RTL_FEATURE_CONFIGURATION_PRIORITY Priority { get { return _priority; } set { if ((uint)value > 15) throw new FeaturePropertyOverflowException("Priority", 15); _priority = value; } } public RTL_FEATURE_ENABLED_STATE EnabledState { get { return _enabledState; } set { if ((uint)value > 2) throw new FeaturePropertyOverflowException("EnabledState", 2); _enabledState = value; } } public RTL_FEATURE_ENABLED_STATE_OPTIONS EnabledStateOptions { get { return _enabledStateOptions; } set { if ((uint)value > 1) throw new FeaturePropertyOverflowException("EnabledStateOptions", 1); _enabledStateOptions = value; } } public uint Variant { get { return _variant; } set { if (value > 63) throw new FeaturePropertyOverflowException("Variant", 63); _variant = value; } } public RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind { get { return _variantPayloadKind; } set { if ((uint)value > 3) throw new FeaturePropertyOverflowException("VariantPayloadKind", 3); _variantPayloadKind = value; } } public RTL_FEATURE_CONFIGURATION_OPERATION Operation { get { return _operation; } set { if ((uint)value > 4) throw new FeaturePropertyOverflowException("Operation", 4); _operation = value; } } public bool UserPolicyPriorityCompatible { get { return !((uint)EnabledStateOptions != 0 || _variant != 0 || (uint)_variantPayloadKind != 0 || VariantPayload != 0); } } } } ================================================ FILE: ViVe/ObfuscationHelpers.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ namespace Albacore.ViVe { public static class ObfuscationHelpers { private static uint SwapBytes(uint x) { x = (x >> 16) | (x << 16); return ((x & 0xFF00FF00) >> 8) | ((x & 0x00FF00FF) << 8); } private static uint RotateRight32(uint value, int shift) { return (value >> shift) | (value << (32 - shift)); } public static uint ObfuscateFeatureId(uint featureId) { return RotateRight32(SwapBytes(featureId ^ 0x74161A4E) ^ 0x8FB23D4F, -1) ^ 0x833EA8FF; } public static uint DeobfuscateFeatureId(uint featureId) { return SwapBytes(RotateRight32(featureId ^ 0x833EA8FF, 1) ^ 0x8FB23D4F) ^ 0x74161A4E; } } } ================================================ FILE: ViVe/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Albacore.ViVe")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Albacore.ViVe")] [assembly: AssemblyCopyright("Copyright © @thebookisclosed 2025")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("80dcda4d-8022-4740-8ccf-459dd3fe6f72")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2025.3.10.0")] [assembly: AssemblyFileVersion("2025.3.10.0")] ================================================ FILE: ViVe/ViVe.csproj ================================================  Debug AnyCPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72} Library Properties Albacore.ViVe Albacore.ViVe v4.8.1 512 true true full false bin\Debug\ DEBUG;TRACE prompt 4 true pdbonly true bin\Release\ TRACE prompt 4 true ================================================ FILE: ViVe.sln ================================================  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33403.182 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViVe", "ViVe\ViVe.csproj", "{80DCDA4D-8022-4740-8CCF-459DD3FE6F72}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViVeTool", "ViVeTool\ViVeTool.csproj", "{4DAAB723-3613-4133-AE54-646133538E44}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|ARM64 = Debug|ARM64 Release|Any CPU = Release|Any CPU Release|ARM64 = Release|ARM64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|Any CPU.Build.0 = Debug|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|ARM64.ActiveCfg = Debug|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Debug|ARM64.Build.0 = Debug|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|Any CPU.ActiveCfg = Release|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|Any CPU.Build.0 = Release|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|ARM64.ActiveCfg = Release|Any CPU {80DCDA4D-8022-4740-8CCF-459DD3FE6F72}.Release|ARM64.Build.0 = Release|Any CPU {4DAAB723-3613-4133-AE54-646133538E44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4DAAB723-3613-4133-AE54-646133538E44}.Debug|Any CPU.Build.0 = Debug|Any CPU {4DAAB723-3613-4133-AE54-646133538E44}.Debug|ARM64.ActiveCfg = Debug|ARM64 {4DAAB723-3613-4133-AE54-646133538E44}.Debug|ARM64.Build.0 = Debug|ARM64 {4DAAB723-3613-4133-AE54-646133538E44}.Release|Any CPU.ActiveCfg = Release|Any CPU {4DAAB723-3613-4133-AE54-646133538E44}.Release|Any CPU.Build.0 = Release|Any CPU {4DAAB723-3613-4133-AE54-646133538E44}.Release|ARM64.ActiveCfg = Release|ARM64 {4DAAB723-3613-4133-AE54-646133538E44}.Release|ARM64.Build.0 = Release|ARM64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {E5173A5A-E3A8-4C36-9798-11628C4E4684} EndGlobalSection EndGlobal ================================================ FILE: ViVeTool/App.config ================================================ ================================================ FILE: ViVeTool/ArgumentBlock.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using Albacore.ViVe.NativeEnums; using System; using System.Collections.Generic; namespace Albacore.ViVeTool { static class ArgumentBlock { internal static FeatureConfigurationTypeEx? Store; internal static List IdList; internal static FeatureConfigurationProperties FeatureConfigurationProperties; internal static SubscriptionProperties SubscriptionProperties; #if SET_LKG_COMMAND internal static BSD_FEATURE_CONFIGURATION_STATE? LKGStatus; #endif internal static string FileName; internal static bool ImportReplace; internal static bool HelpMode; internal static bool ShouldUseBothStores { get { return !Store.HasValue || Store.Value == FeatureConfigurationTypeEx.Both; } } internal static void Initialize(string[] args, ArgumentBlockFlags flags) { // Fast help path if (args.Length == 2 && (args[1] == "/?" || string.Compare(args[1], "/help", true) == 0)) { HelpMode = true; return; } if (flags != 0 && (flags.HasFlag(ArgumentBlockFlags.EnabledStateOptions) || flags.HasFlag(ArgumentBlockFlags.Variant) || flags.HasFlag(ArgumentBlockFlags.VariantPayloadKind) || flags.HasFlag(ArgumentBlockFlags.VariantPayload) || flags.HasFlag(ArgumentBlockFlags.Priority))) FeatureConfigurationProperties = new FeatureConfigurationProperties(); if (flags != 0 && (flags.HasFlag(ArgumentBlockFlags.ReportingKind) || flags.HasFlag(ArgumentBlockFlags.ReportingOptions) || flags.HasFlag(ArgumentBlockFlags.ReportingTarget))) SubscriptionProperties = new SubscriptionProperties(); var bothStoresArgAllowed = flags.HasFlag(ArgumentBlockFlags.AllowBothStoresArgument); for (int i = 1; i < args.Length && flags != 0; i++) { var firstSc = args[i].IndexOf(':'); var hasValue = firstSc != -1; var lower = args[i].ToLowerInvariant(); var key = hasValue ? lower.Substring(0, firstSc) : lower; var value = hasValue ? args[i].Substring(firstSc + 1) : string.Empty; if (flags.HasFlag(ArgumentBlockFlags.Store) && key == "/store") { if (Enum.TryParse(value, true, out FeatureConfigurationTypeEx parsedStore)) { if (!bothStoresArgAllowed && parsedStore == FeatureConfigurationTypeEx.Both) { ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpecInScenario, value, "Store"); HelpMode = true; return; } Store = parsedStore; } else { ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, "Store"); HelpMode = true; return; } flags &= ~ArgumentBlockFlags.Store; } else if (flags.HasFlag(ArgumentBlockFlags.IdList) && key == "/id") { if (IdList == null) IdList = new List(); foreach (var strId in value.Split(',')) { if (TryParseDecHexUint(strId, out uint parsedId)) IdList.Add(parsedId); else Console.WriteLine("Unable to parse feature ID: {0}", strId); } flags &= ~ArgumentBlockFlags.IdList; } else if (flags.HasFlag(ArgumentBlockFlags.NameList) && key == "/name") { if (IdList == null) IdList = new List(); var foundIds = FeatureNaming.FindIdsForNames(value.Split(',')); if (foundIds != null) IdList.AddRange(foundIds); flags &= ~ArgumentBlockFlags.NameList; } else if (flags.HasFlag(ArgumentBlockFlags.EnabledStateOptions) && key == "/experiment") { FeatureConfigurationProperties.EnabledStateOptions = RTL_FEATURE_ENABLED_STATE_OPTIONS.WexpConfig; flags &= ~ArgumentBlockFlags.EnabledStateOptions; } else if (flags.HasFlag(ArgumentBlockFlags.Variant) && key == "/variant") { if (TryParseDecHexUint(value, out uint parsedVariant)) FeatureConfigurationProperties.Variant = parsedVariant; flags &= ~ArgumentBlockFlags.Variant; } else if (flags.HasFlag(ArgumentBlockFlags.VariantPayloadKind) && key == "/variantpayloadkind") { if (!Enum.TryParse(value, true, out RTL_FEATURE_VARIANT_PAYLOAD_KIND parsedKind)) { ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, "Variant Payload Kind"); HelpMode = true; return; } FeatureConfigurationProperties.VariantPayloadKind = parsedKind; flags &= ~ArgumentBlockFlags.VariantPayloadKind; } else if (flags.HasFlag(ArgumentBlockFlags.VariantPayload) && key == "/variantpayload") { if (TryParseDecHexUint(value, out uint parsedPayload)) FeatureConfigurationProperties.VariantPayload = parsedPayload; flags &= ~ArgumentBlockFlags.VariantPayload; } else if (flags.HasFlag(ArgumentBlockFlags.Priority) && key == "/priority") { if (!Enum.TryParse(value, true, out RTL_FEATURE_CONFIGURATION_PRIORITY parsedPriority) || (uint)parsedPriority > 15) { ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, "Priority"); HelpMode = true; return; } FeatureConfigurationProperties.Priority = parsedPriority; flags &= ~ArgumentBlockFlags.Priority; } else if (flags.HasFlag(ArgumentBlockFlags.ReportingKind) && key == "/reportingkind") { if (TryParseDecHexUshort(value, out ushort parsedKind)) SubscriptionProperties.ReportingKind = parsedKind; flags &= ~ArgumentBlockFlags.ReportingKind; } else if (flags.HasFlag(ArgumentBlockFlags.ReportingOptions) && key == "/reportingoptions") { if (TryParseDecHexUshort(value, out ushort parsedOptions)) SubscriptionProperties.ReportingOptions = parsedOptions; flags &= ~ArgumentBlockFlags.ReportingOptions; } else if (flags.HasFlag(ArgumentBlockFlags.ReportingTarget) && key == "/reportingtarget") { if (ulong.TryParse(value, System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out ulong parsedTarget)) SubscriptionProperties.ReportingTarget = parsedTarget; flags &= ~ArgumentBlockFlags.ReportingTarget; } #if SET_LKG_COMMAND else if (flags.HasFlag(ArgumentBlockFlags.LKGStatus) && key == "/status") { if (!Enum.TryParse(value, true, out BSD_FEATURE_CONFIGURATION_STATE parsedStatus)) { ConsoleEx.WriteErrorLine(Properties.Resources.InvalidEnumSpec, value, "LKG Status"); HelpMode = true; return; } LKGStatus = parsedStatus; flags &= ~ArgumentBlockFlags.LKGStatus; } #endif else if (flags.HasFlag(ArgumentBlockFlags.FileName) && key == "/filename") { FileName = value; flags &= ~ArgumentBlockFlags.FileName; } else if (flags.HasFlag(ArgumentBlockFlags.ImportReplace) && key == "/replace") { ImportReplace = true; flags &= ~ArgumentBlockFlags.ImportReplace; } else if (key == "/?" || string.Compare(key, "/help", true) == 0) { HelpMode = true; return; } else { ConsoleEx.WriteWarnLine(Properties.Resources.UnrecognizedParameter, key); } } } private static bool TryParseDecHexUint(string input, out uint output) { bool success; if (input.StartsWith("0x")) success = uint.TryParse(input.Substring(2), System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out output); else success = uint.TryParse(input, out output); return success; } private static bool TryParseDecHexUshort(string input, out ushort output) { bool success; if (input.StartsWith("0x")) success = ushort.TryParse(input.Substring(2), System.Globalization.NumberStyles.HexNumber, System.Globalization.CultureInfo.InvariantCulture, out output); else success = ushort.TryParse(input, out output); return success; } } internal class FeatureConfigurationProperties { internal RTL_FEATURE_ENABLED_STATE_OPTIONS EnabledStateOptions; internal uint Variant; internal RTL_FEATURE_VARIANT_PAYLOAD_KIND VariantPayloadKind; internal uint VariantPayload; internal RTL_FEATURE_CONFIGURATION_PRIORITY? Priority; } internal class SubscriptionProperties { internal ushort ReportingKind; internal ushort ReportingOptions; internal ulong ReportingTarget; } [Flags] enum ArgumentBlockFlags { Store = 1, IdList = 2, NameList = 4, EnabledStateOptions = 8, Variant = 16, VariantPayloadKind = 32, VariantPayload = 64, Priority = 128, ReportingKind = 256, ReportingOptions = 512, ReportingTarget = 1024, AllowBothStoresArgument = 2048, #if SET_LKG_COMMAND LKGStatus = 4096, #endif FileName = 8192, ImportReplace = 16384, Identifiers = IdList | NameList, FeatureConfigurationProperties = EnabledStateOptions | Variant | VariantPayloadKind | VariantPayload | Priority, SubscriptionProperties = ReportingKind | ReportingOptions | ReportingTarget, Export = Store | AllowBothStoresArgument | FileName } enum FeatureConfigurationTypeEx : uint { Boot = 0, Runtime = 1, Both = 2 } } ================================================ FILE: ViVeTool/ConsoleEx.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System; namespace Albacore.ViVeTool { public static class ConsoleEx { public static void WriteErrorLine(string text, params object[] parameters) { var formatted = string.Format(text, parameters); WriteErrorLine(formatted); } public static void WriteErrorLine(string text) { var defaultFg = Console.ForegroundColor; Console.ForegroundColor = ConsoleColor.Red; Console.WriteLine(text); Console.ForegroundColor = defaultFg; } public static void WriteWarnLine(string text, params object[] parameters) { var formatted = string.Format(text, parameters); WriteWarnLine(formatted); } public static void WriteWarnLine(string text) { var defaultFg = Console.ForegroundColor; Console.ForegroundColor = ConsoleColor.Yellow; Console.WriteLine(text); Console.ForegroundColor = defaultFg; } public static bool UserQuestion(string question) { var defaultFg = Console.ForegroundColor; bool? returnValue = null; while (!returnValue.HasValue) { Console.ForegroundColor = ConsoleColor.Yellow; Console.Write(question + " [Y/N] "); Console.ForegroundColor = defaultFg; var key = Console.ReadKey(); if (key.Key == ConsoleKey.Y) returnValue = true; else if (key.Key == ConsoleKey.N) returnValue = false; Console.WriteLine(); } return returnValue.Value; } } } ================================================ FILE: ViVeTool/FeatureNaming.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System.Collections.Generic; using System.IO; using System.Linq; namespace Albacore.ViVeTool { internal class FeatureNaming { internal const string DictFileName = "FeatureDictionary.pfs"; internal static string DictFilePath = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), DictFileName); internal static List FindIdsForNames(IEnumerable featureNames) { if (!File.Exists(DictFilePath)) return null; var result = new List(); var namesCommas = featureNames.Select(x => x.ToLowerInvariant() + ",").ToList(); using (StreamReader reader = new StreamReader(File.OpenRead(DictFilePath))) { while (!reader.EndOfStream) { var currentLine = reader.ReadLine().ToLowerInvariant(); foreach (var nc in namesCommas) { if (currentLine.StartsWith(nc)) { result.Add(uint.Parse(currentLine.Substring(nc.Length))); namesCommas.Remove(nc); break; } } if (namesCommas.Count == 0) break; } } return result; } internal static Dictionary FindNamesForFeatures(IEnumerable featureIDs) { var result = new Dictionary(); if (!File.Exists(DictFilePath)) return null; var idsCommas = featureIDs.Select(x => "," + x.ToString()).ToList(); using (StreamReader reader = new StreamReader(File.OpenRead(DictFilePath))) { while (!reader.EndOfStream) { var currentLine = reader.ReadLine(); foreach (var ic in idsCommas) { if (currentLine.EndsWith(ic)) { result[uint.Parse(ic.Substring(1))] = currentLine.Substring(0, currentLine.IndexOf(',')); idsCommas.Remove(ic); break; } } if (idsCommas.Count == 0) break; } } return result; } } } ================================================ FILE: ViVeTool/NativeMethods.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System.Runtime.InteropServices; namespace Albacore.ViVeTool { internal class NativeMethods { [DllImport("ntdll.dll")] internal static extern int RtlNtStatusToDosError(int ntStatus); } } ================================================ FILE: ViVeTool/Program.cs ================================================ /* ViVeTool - Windows feature configuration tool Copyright (C) 2019-2025 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using Albacore.ViVe; using Albacore.ViVe.Exceptions; using Albacore.ViVe.NativeEnums; using Albacore.ViVe.NativeStructs; namespace Albacore.ViVeTool { class Program { static void Main(string[] args) { Console.WriteLine(Properties.Resources.Branding); if (args.Length < 1) { PrintHelp(); return; } if (Environment.OSVersion.Version.Build < 18963) { // An attempt at stopping people from mistaking 18363 for 18963 by showing them both target & current numbers Console.WriteLine(Properties.Resources.IncompatibleBuild, Environment.OSVersion.Version.Build); return; } ProcessArgs(args); if (Debugger.IsAttached) Console.ReadKey(); } static void PrintHelp() { Console.WriteLine(Properties.Resources.Help_Commands); } static void ProcessArgs(string[] args) { var mainCmd = args[0].ToLowerInvariant(); switch (mainCmd) { #region Current commands case "/query": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.Priority); HandleQuery(); break; case "/enable": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.FeatureConfigurationProperties | ArgumentBlockFlags.AllowBothStoresArgument); HandleSet(RTL_FEATURE_ENABLED_STATE.Enabled); break; case "/disable": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.FeatureConfigurationProperties | ArgumentBlockFlags.AllowBothStoresArgument); HandleSet(RTL_FEATURE_ENABLED_STATE.Disabled); break; case "/reset": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.Priority | ArgumentBlockFlags.AllowBothStoresArgument); HandleReset(); break; case "/fullreset": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Store | ArgumentBlockFlags.AllowBothStoresArgument | ArgumentBlockFlags.Priority); HandleFullReset(); break; case "/changestamp": HandleChangeStamp(); break; case "/querysubs": HandleQuerySubs(); break; case "/addsub": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.SubscriptionProperties); HandleSetSubs(false); break; case "/delsub": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.ReportingKind | ArgumentBlockFlags.ReportingTarget); HandleSetSubs(true); break; case "/notifyusage": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Identifiers | ArgumentBlockFlags.ReportingKind | ArgumentBlockFlags.ReportingOptions); HandleNotifyUsage(); break; case "/lkgstatus": ArgumentBlock.Initialize(args, 0); HandleLKGStatus(); break; #if SET_LKG_COMMAND case "/setlkg": ArgumentBlock.Initialize(args, ArgumentBlockFlags.LKGStatus); HandleSetLKG(); break; #endif case "/export": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Export); HandleExport(); break; case "/import": ArgumentBlock.Initialize(args, ArgumentBlockFlags.Export | ArgumentBlockFlags.ImportReplace); HandleImport(); break; case "/fixlkg": ArgumentBlock.Initialize(args, 0); HandleFixLKG(); break; case "/fixpriority": HandleFixPriority(); break; case "/appupdate": HandleAppUpdate(); break; case "/dictupdate": HandleDictUpdate(); break; case "/?": case "/help": PrintHelp(); break; #endregion #region Migration tips case "queryconfig": CommandMigrationInfoTip(mainCmd, "/query"); break; case "addconfig": CommandMigrationInfoTip(mainCmd, "/enable' & '/disable"); break; case "delconfig": CommandMigrationInfoTip(mainCmd, "/reset"); break; case "querysubs": CommandMigrationInfoTip(mainCmd, "/querysubs"); break; case "addsub": CommandMigrationInfoTip(mainCmd, "/addsub"); break; case "delsub": CommandMigrationInfoTip(mainCmd, "/delsub"); break; case "notifyusage": CommandMigrationInfoTip(mainCmd, "/notifyusage"); break; case "changestamp": CommandMigrationInfoTip(mainCmd, "/changestamp"); break; #endregion default: ConsoleEx.WriteWarnLine(Properties.Resources.UnrecognizedCommand, mainCmd); PrintHelp(); break; } } #region Main handlers static void HandleQuery() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_Query); return; } var priorityClamp = ArgumentBlock.FeatureConfigurationProperties.Priority; var storeToUse = ArgumentBlock.Store.HasValue ? (RTL_FEATURE_CONFIGURATION_TYPE)ArgumentBlock.Store.Value : RTL_FEATURE_CONFIGURATION_TYPE.Runtime; if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0) { var retrievedConfigs = FeatureManager.QueryAllFeatureConfigurations(storeToUse); if (retrievedConfigs != null) { var namesAll = FeatureNaming.FindNamesForFeatures(retrievedConfigs.Select(x => x.FeatureId)); foreach (var config in retrievedConfigs) { if (priorityClamp.HasValue && config.Priority != priorityClamp.Value) continue; string name = null; if (namesAll != null) try { name = namesAll[config.FeatureId]; } catch { } PrintFeatureConfig(config, name); } } else ConsoleEx.WriteErrorLine(Properties.Resources.QueryFailed); return; } var namesSpecific = FeatureNaming.FindNamesForFeatures(ArgumentBlock.IdList); foreach (var id in ArgumentBlock.IdList) { var config = FeatureManager.QueryFeatureConfiguration(id, storeToUse); if (config != null) { if (priorityClamp.HasValue && config.Value.Priority != priorityClamp.Value) continue; string name = null; if (namesSpecific != null) try { name = namesSpecific[id]; } catch { } PrintFeatureConfig(config.Value, name); } else { ConsoleEx.WriteErrorLine(Properties.Resources.SingleQueryFailed, id, storeToUse); if (storeToUse == RTL_FEATURE_CONFIGURATION_TYPE.Boot) ConsoleEx.WriteWarnLine(Properties.Resources.BootStoreRebootTip); } } } static void HandleSet(RTL_FEATURE_ENABLED_STATE state) { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_Set, state == RTL_FEATURE_ENABLED_STATE.Enabled ? "/enable" : "/disable"); return; } if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified); return; } var fcp = ArgumentBlock.FeatureConfigurationProperties; var updates = new RTL_FEATURE_CONFIGURATION_UPDATE[ArgumentBlock.IdList.Count]; try { for (int i = 0; i < updates.Length; i++) { updates[i] = new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = ArgumentBlock.IdList[i], EnabledState = state, EnabledStateOptions = fcp.EnabledStateOptions, Priority = fcp.Priority ?? RTL_FEATURE_CONFIGURATION_PRIORITY.User, Variant = fcp.Variant, VariantPayloadKind = fcp.VariantPayloadKind, VariantPayload = fcp.VariantPayload, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState }; } } catch (FeaturePropertyOverflowException fpoe) { ConsoleEx.WriteErrorLine(fpoe.Message); return; } FinalizeSet(updates, false); } static void HandleReset() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_Reset, Properties.Resources.ImmutablePropertiesInfo); return; } if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified); return; } RTL_FEATURE_CONFIGURATION_UPDATE[] updates; var fcp = ArgumentBlock.FeatureConfigurationProperties; if (fcp.Priority.HasValue) { var priority = fcp.Priority.Value; updates = new RTL_FEATURE_CONFIGURATION_UPDATE[ArgumentBlock.IdList.Count]; for (int i = 0; i < updates.Length; i++) { updates[i] = new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = ArgumentBlock.IdList[i], Priority = priority, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState }; } } else updates = FindResettables(false); FinalizeSet(updates, true); } static void HandleFullReset() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_FullReset, Properties.Resources.ImmutablePropertiesInfo); return; } var userConsent = ConsoleEx.UserQuestion(Properties.Resources.FullResetPrompt); if (!userConsent) { Console.WriteLine(Properties.Resources.FullResetCanceled); return; } var updates = FindResettables(true); FinalizeSet(updates, true); } static void HandleChangeStamp() { Console.WriteLine(Properties.Resources.ChangestampDisplay, FeatureManager.QueryFeatureConfigurationChangeStamp()); } static void HandleQuerySubs() { var retrievedSubs = FeatureManager.QueryFeatureUsageSubscriptions(); if (retrievedSubs != null) { var names = FeatureNaming.FindNamesForFeatures(retrievedSubs.Select(x => x.FeatureId)); foreach (var sub in retrievedSubs) { string name = null; if (names != null) try { name = names[sub.FeatureId]; } catch { } PrintSubscription(sub, name); } } else ConsoleEx.WriteErrorLine(Properties.Resources.QuerySubsFailed); } // No individual Store management is supported due to queries effectively being Runtime only static void HandleSetSubs(bool delete) { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_SetSubs, delete ? "/delsub" : "/addsub", delete ? "" : " [/reportingoptions:<0-65535>]", delete ? Properties.Resources.Help_SetSubs_Delete : Properties.Resources.Help_SetSubs_Add); return; } var sp = ArgumentBlock.SubscriptionProperties; if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified); return; } else if (sp.ReportingTarget == 0) { ConsoleEx.WriteErrorLine(Properties.Resources.NoReportingTargetSpecified); return; } var subs = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS[ArgumentBlock.IdList.Count]; for (int i = 0; i < subs.Length; i++) { subs[i] = new RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS() { FeatureId = ArgumentBlock.IdList[i], ReportingKind = sp.ReportingKind, ReportingOptions = sp.ReportingOptions, ReportingTarget = sp.ReportingTarget }; } int result; if (delete) result = FeatureManager.RemoveFeatureUsageSubscriptions(subs); else result = FeatureManager.AddFeatureUsageSubscriptions(subs); if (result != 0) { ConsoleEx.WriteErrorLine(Properties.Resources.SetSubsRuntimeFailed, GetHumanErrorDescription(result)); return; } if (delete) result = FeatureManager.RemoveFeatureUsageSubscriptionsFromRegistry(subs); else result = FeatureManager.AddFeatureUsageSubscriptionsToRegistry(subs); if (result != 0) ConsoleEx.WriteErrorLine(Properties.Resources.SetSubsBootFailed, GetHumanErrorDescription(result, true)); else Console.WriteLine(Properties.Resources.SetSubsSuccess); } static void HandleNotifyUsage() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_NotifyUsage); return; } if (ArgumentBlock.IdList == null || ArgumentBlock.IdList.Count == 0) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFeaturesSpecified); return; } var sp = ArgumentBlock.SubscriptionProperties; foreach (var id in ArgumentBlock.IdList) { var report = new RTL_FEATURE_USAGE_REPORT() { FeatureId = id, ReportingKind = sp.ReportingKind, ReportingOptions = sp.ReportingOptions }; int result = FeatureManager.NotifyFeatureUsage(ref report); if (result != 0) ConsoleEx.WriteErrorLine(Properties.Resources.NotifyUsageFailed, id, GetHumanErrorDescription(result)); else Console.WriteLine(Properties.Resources.NotifyUsageSuccess, id); } } static void HandleLKGStatus() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_LKGStatus); return; } var result = FeatureManager.GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE state); if (result != 0) ConsoleEx.WriteErrorLine(Properties.Resources.LKGQueryFailed, GetHumanErrorDescription(result)); else Console.WriteLine(Properties.Resources.LKGStatusDisplay, state); } #if SET_LKG_COMMAND static void HandleSetLKG() { UpdateLKGStatus(ArgumentBlock.LKGStatus.Value); } #endif static void HandleExport() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_Export); return; } if (string.IsNullOrEmpty(ArgumentBlock.FileName)) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFileNameSpecified); return; } var useBothStores = ArgumentBlock.ShouldUseBothStores; RTL_FEATURE_CONFIGURATION[] runtimeFeatures = null; RTL_FEATURE_CONFIGURATION[] bootFeatures = null; if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime) runtimeFeatures = FeatureManager.QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE.Runtime); if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot) bootFeatures = FeatureManager.QueryAllFeatureConfigurations(RTL_FEATURE_CONFIGURATION_TYPE.Boot); using (var fs = new FileStream(ArgumentBlock.FileName, FileMode.Create)) using (var bw = new BinaryWriter(fs)) { SerializeConfigsToStream(bw, runtimeFeatures); SerializeConfigsToStream(bw, bootFeatures); } Console.WriteLine(Properties.Resources.ExportSuccess, runtimeFeatures?.Length ?? 0, bootFeatures?.Length ?? 0, ArgumentBlock.FileName); } static void HandleImport() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_Import, Properties.Resources.ImmutablePropertiesInfo); return; } if (string.IsNullOrEmpty(ArgumentBlock.FileName)) { ConsoleEx.WriteErrorLine(Properties.Resources.NoFileNameSpecified); return; } List runtimeFeatures, bootFeatures; using (var fs = new FileStream(ArgumentBlock.FileName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) using (var br = new BinaryReader(fs)) { runtimeFeatures = DeserializeConfigsFromStream(br); bootFeatures = DeserializeConfigsFromStream(br); } Console.WriteLine(Properties.Resources.ImportBreakdown, runtimeFeatures.Count, bootFeatures.Count, ArgumentBlock.FileName); if (ArgumentBlock.ImportReplace) HandleFullReset(); var useBothStores = ArgumentBlock.ShouldUseBothStores; if ((useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime) && runtimeFeatures.Count > 0) { Console.WriteLine(Properties.Resources.ImportProcessing, runtimeFeatures.Count, FeatureConfigurationTypeEx.Runtime); var updates = ConvertConfigsToUpdates(runtimeFeatures); var prevValue = ArgumentBlock.Store; ArgumentBlock.Store = FeatureConfigurationTypeEx.Runtime; FinalizeSet(updates, false); ArgumentBlock.Store = prevValue; } if ((useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot) && bootFeatures.Count > 0) { Console.WriteLine(Properties.Resources.ImportProcessing, runtimeFeatures.Count, FeatureConfigurationTypeEx.Boot); var updates = ConvertConfigsToUpdates(bootFeatures); var prevValue = ArgumentBlock.Store; ArgumentBlock.Store = FeatureConfigurationTypeEx.Boot; FinalizeSet(updates, false); ArgumentBlock.Store = prevValue; Console.WriteLine(Properties.Resources.RebootRecommended); } } static void HandleFixLKG() { if (ArgumentBlock.HelpMode) { Console.WriteLine(Properties.Resources.Help_FixLKG); return; } var fixPerformed = FeatureManager.FixLKGStore(); if (fixPerformed) Console.WriteLine(Properties.Resources.FixLKGPerformed); else Console.WriteLine(Properties.Resources.FixLKGNotNeeded); } static void HandleFixPriority() { var success = FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE.Runtime); if (!success) return; FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE.Boot); } static void HandleAppUpdate() { Console.WriteLine(Properties.Resources.CheckingAppUpdates); var lri = UpdateCheck.GetLatestReleaseInfo(); if (lri == null || !UpdateCheck.IsAppOutdated(lri.tag_name)) Console.WriteLine(Properties.Resources.NoNewerVersionFound); else Console.WriteLine(Properties.Resources.NewAppUpdateDisplay, lri.name, lri.published_at, lri.body, lri.html_url); } static void HandleDictUpdate() { Console.WriteLine(Properties.Resources.CheckingDictUpdates); var ldi = UpdateCheck.GetLatestDictionaryInfo(); if (ldi == null || !UpdateCheck.IsDictOutdated(ldi.sha)) Console.WriteLine(Properties.Resources.NoNewerVersionFound); else { Console.WriteLine(Properties.Resources.NewDictUpdateDisplay, ldi.sha); var dlNew = !File.Exists(FeatureNaming.DictFilePath) || ConsoleEx.UserQuestion(Properties.Resources.DictUpdateConsent); if (dlNew) { UpdateCheck.ReplaceDict(ldi.download_url); Console.WriteLine(Properties.Resources.DictUpdateFinished); } else Console.WriteLine(Properties.Resources.DictUpdateCanceled); } } #endregion #region Helpers static RTL_FEATURE_CONFIGURATION_UPDATE[] FindResettables(bool fullReset) { var useBothStores = ArgumentBlock.ShouldUseBothStores; var dupeCheckHs = new HashSet(); var updateList = new List(); if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Runtime) FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE.Runtime, fullReset, updateList, dupeCheckHs); if (useBothStores || ArgumentBlock.Store.Value == FeatureConfigurationTypeEx.Boot) FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE.Boot, fullReset, updateList, dupeCheckHs); return updateList.ToArray(); } static void FindResettablesInternal(RTL_FEATURE_CONFIGURATION_TYPE type, bool fullReset, List targetList, HashSet alreadyFoundSet) { var configs = FeatureManager.QueryAllFeatureConfigurations(type); var priorityClamp = ArgumentBlock.FeatureConfigurationProperties?.Priority; foreach (var cfg in configs) { if (FeatureManager.ImmutablePriorities.Contains(cfg.Priority) || (priorityClamp.HasValue && cfg.Priority != priorityClamp.Value)) continue; if (fullReset || ArgumentBlock.IdList.Contains(cfg.FeatureId)) { if (alreadyFoundSet != null) { var preCount = alreadyFoundSet.Count; alreadyFoundSet.Add($"{cfg.FeatureId}-{(uint)cfg.Priority}"); if (alreadyFoundSet.Count == preCount) continue; } targetList.Add(new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = cfg.FeatureId, Priority = cfg.Priority, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState }); } } } static bool FinalizeSet(RTL_FEATURE_CONFIGURATION_UPDATE[] updates, bool isReset) { var useBothStores = ArgumentBlock.ShouldUseBothStores; if (useBothStores || ArgumentBlock.Store == FeatureConfigurationTypeEx.Runtime) { int result; try { result = FeatureManager.SetFeatureConfigurations(updates, RTL_FEATURE_CONFIGURATION_TYPE.Runtime); } catch (ArgumentException ae) { ConsoleEx.WriteErrorLine(ae.Message); return false; } if (result != 0) { ConsoleEx.WriteErrorLine(isReset ? Properties.Resources.ResetRuntimeFailed : Properties.Resources.SetRuntimeFailed, GetHumanErrorDescription(result)); return false; } } if (useBothStores || ArgumentBlock.Store == FeatureConfigurationTypeEx.Boot) { int result; try { result = FeatureManager.SetFeatureConfigurations(updates, RTL_FEATURE_CONFIGURATION_TYPE.Boot); } catch (ArgumentException ae) { ConsoleEx.WriteErrorLine(ae.Message); return false; } if (result != 0) { ConsoleEx.WriteErrorLine(isReset ? Properties.Resources.ResetBootFailed : Properties.Resources.SetBootFailed, GetHumanErrorDescription(result)); return false; } UpdateLKGStatus(BSD_FEATURE_CONFIGURATION_STATE.BootPending); } Console.WriteLine(isReset ? Properties.Resources.ResetSuccess : Properties.Resources.SetSuccess); return true; } static void UpdateLKGStatus(BSD_FEATURE_CONFIGURATION_STATE newStatus) { var result = FeatureManager.GetBootFeatureConfigurationState(out BSD_FEATURE_CONFIGURATION_STATE currentStatus); if (result != 0) { // STATUS_OBJECT_NAME_NOT_FOUND check if ((uint)result == 0xC0000034) { result = FeatureManager.InitializeBootStatusDataFile(); if (result != 0) { ConsoleEx.WriteWarnLine(Properties.Resources.BootStatInitFailed, GetHumanErrorDescription(result)); return; } } else { ConsoleEx.WriteWarnLine(Properties.Resources.LKGQueryFailed, GetHumanErrorDescription(result)); } } if (currentStatus != newStatus) { result = FeatureManager.SetBootFeatureConfigurationState(newStatus); if (result != 0) ConsoleEx.WriteWarnLine(Properties.Resources.LKGUpdateFailed, GetHumanErrorDescription(result), currentStatus); } } static void SerializeConfigsToStream(BinaryWriter bw, RTL_FEATURE_CONFIGURATION[] configurations) { if (configurations != null) { bw.Write(configurations.Length); foreach (var feature in configurations) { bw.Write(feature.FeatureId); bw.Write(feature.CompactState); bw.Write(feature.VariantPayload); } } else bw.Write(0); } static List DeserializeConfigsFromStream(BinaryReader br) { var count = br.ReadInt32(); var configurations = new List(); for (int i = 0; i < count; i++) { var config = new RTL_FEATURE_CONFIGURATION { FeatureId = br.ReadUInt32(), CompactState = br.ReadUInt32(), VariantPayload = br.ReadUInt32() }; // Ignore these as they can't be written to the Runtime store and should be purely CBS managed if (FeatureManager.ImmutablePriorities.Contains(config.Priority)) continue; configurations.Add(config); } return configurations; } static RTL_FEATURE_CONFIGURATION_UPDATE[] ConvertConfigsToUpdates(List configurations) { var updates = new RTL_FEATURE_CONFIGURATION_UPDATE[configurations.Count]; for (int i = 0; i < updates.Length; i++) { var config = configurations[i]; var update = new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = config.FeatureId, Priority = config.Priority, EnabledState = config.EnabledState, EnabledStateOptions = config.IsWexpConfiguration ? RTL_FEATURE_ENABLED_STATE_OPTIONS.WexpConfig : RTL_FEATURE_ENABLED_STATE_OPTIONS.None, Variant = config.Variant, VariantPayloadKind = config.VariantPayloadKind, VariantPayload = config.VariantPayload, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState }; updates[i] = update; } return updates; } static bool FixPriorityInternal(RTL_FEATURE_CONFIGURATION_TYPE configurationType) { Console.WriteLine(Properties.Resources.FixPriorityProcessing, configurationType); var features = FeatureManager.QueryAllFeatureConfigurations(configurationType); var fixUpdates = MakePriorityFixUpdates(features); if (fixUpdates == null) { Console.WriteLine(Properties.Resources.FixPriorityNotNeeded); return true; } ArgumentBlock.Store = (FeatureConfigurationTypeEx)configurationType; var success = FinalizeSet(fixUpdates, false); if (configurationType == RTL_FEATURE_CONFIGURATION_TYPE.Boot) Console.WriteLine(Properties.Resources.RebootRecommended); return success; } static RTL_FEATURE_CONFIGURATION_UPDATE[] MakePriorityFixUpdates(RTL_FEATURE_CONFIGURATION[] configurations) { var configsToFix = configurations.Where(x => x.Priority == RTL_FEATURE_CONFIGURATION_PRIORITY.Service && !x.IsWexpConfiguration); if (!configsToFix.Any()) return null; var priorityFixUpdates = new RTL_FEATURE_CONFIGURATION_UPDATE[configsToFix.Count() * 2]; var updatesCreated = 0; foreach (var cfg in configsToFix) { priorityFixUpdates[updatesCreated] = new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = cfg.FeatureId, Priority = cfg.Priority, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.ResetState }; priorityFixUpdates[updatesCreated + 1] = new RTL_FEATURE_CONFIGURATION_UPDATE() { FeatureId = cfg.FeatureId, Priority = RTL_FEATURE_CONFIGURATION_PRIORITY.User, EnabledState = cfg.EnabledState, Variant = cfg.Variant, VariantPayloadKind = cfg.VariantPayloadKind, VariantPayload = cfg.VariantPayload, Operation = RTL_FEATURE_CONFIGURATION_OPERATION.FeatureState | RTL_FEATURE_CONFIGURATION_OPERATION.VariantState }; updatesCreated += 2; } return priorityFixUpdates; } static void CommandMigrationInfoTip(string oldCommand, string newCommand) { ConsoleEx.WriteWarnLine(Properties.Resources.CommandMigrationNote, oldCommand, newCommand); } static string GetHumanErrorDescription(int ntStatus, bool noTranslate = false) { var hResult = 0; if (!noTranslate) hResult = NativeMethods.RtlNtStatusToDosError(ntStatus); if (noTranslate || hResult == 0x13D) //ERROR_MR_MID_NOT_FOUND hResult = ntStatus; var w32ex = new Win32Exception(hResult); return w32ex.Message; } #endregion #region Console printing static void PrintFeatureConfig(RTL_FEATURE_CONFIGURATION config, string name = null) { var defaultFg = Console.ForegroundColor; Console.ForegroundColor = ConsoleColor.Yellow; Console.Write("[{0}]", config.FeatureId); if (!string.IsNullOrEmpty(name)) Console.Write(" ({0})", name); Console.WriteLine(); Console.ForegroundColor = defaultFg; if (Enum.IsDefined(typeof(RTL_FEATURE_CONFIGURATION_PRIORITY), config.Priority)) Console.WriteLine(Properties.Resources.FeatureDisplay_Priority + " ({1})", config.Priority, (uint)config.Priority); else Console.WriteLine(Properties.Resources.FeatureDisplay_Priority, config.Priority, (uint)config.Priority); Console.WriteLine(Properties.Resources.FeatureDisplay_State, config.EnabledState, (uint)config.EnabledState); Console.WriteLine(Properties.Resources.FeatureDisplay_Type, config.IsWexpConfiguration ? Properties.Resources.FeatureType_Experiment : Properties.Resources.FeatureType_Override, config.IsWexpConfiguration ? 1 : 0); if (config.HasSubscriptions) Console.WriteLine(Properties.Resources.FeatureDisplay_HasSubscriptions, config.HasSubscriptions); if (config.Variant != 0) Console.WriteLine(Properties.Resources.FeatureDisplay_Variant, config.Variant); var vpkDefined = config.VariantPayloadKind != 0; if (vpkDefined) Console.WriteLine(Properties.Resources.FeatureDisplay_PayloadKind, config.VariantPayloadKind, (uint)config.VariantPayloadKind); if (vpkDefined || config.VariantPayload != 0) Console.WriteLine(Properties.Resources.FeatureDisplay_Payload, config.VariantPayload); Console.WriteLine(); } static void PrintSubscription(RTL_FEATURE_USAGE_SUBSCRIPTION_DETAILS sub, string name = null) { var defaultFg = Console.ForegroundColor; Console.ForegroundColor = ConsoleColor.Yellow; Console.Write("[{0}]", sub.FeatureId); if (!string.IsNullOrEmpty(name)) Console.Write(" ({0})", name); Console.WriteLine(); Console.ForegroundColor = defaultFg; Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingKind, sub.ReportingKind); Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingOptions, sub.ReportingOptions); Console.WriteLine(Properties.Resources.SubscriptionDisplay_ReportingTarget, sub.ReportingTarget); Console.WriteLine(); } #endregion } } ================================================ FILE: ViVeTool/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ViVeTool")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ViVeTool")] [assembly: AssemblyCopyright("Copyright © @thebookisclosed 2025")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("4daab723-3613-4133-ae54-646133538e44")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.3.4.0")] [assembly: AssemblyFileVersion("0.3.4.0")] ================================================ FILE: ViVeTool/Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Albacore.ViVeTool.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Albacore.ViVeTool.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to An error occurred while initializing the boot status data file ({0}) ///Custom boot time overrides will be stored but won't load until the data file is present. /// internal static string BootStatInitFailed { get { return ResourceManager.GetString("BootStatInitFailed", resourceCulture); } } /// /// 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. /// internal static string BootStoreRebootTip { get { return ResourceManager.GetString("BootStoreRebootTip", resourceCulture); } } /// /// Looks up a localized string similar to ViVeTool v0.3.4 - Windows feature configuration tool ///. /// internal static string Branding { get { return ResourceManager.GetString("Branding", resourceCulture); } } /// /// Looks up a localized string similar to Changestamp: {0}. /// internal static string ChangestampDisplay { get { return ResourceManager.GetString("ChangestampDisplay", resourceCulture); } } /// /// Looks up a localized string similar to Checking for app updates.... /// internal static string CheckingAppUpdates { get { return ResourceManager.GetString("CheckingAppUpdates", resourceCulture); } } /// /// Looks up a localized string similar to Checking for feature dictionary updates.... /// internal static string CheckingDictUpdates { get { return ResourceManager.GetString("CheckingDictUpdates", resourceCulture); } } /// /// Looks up a localized string similar to The '{0}' command has been moved to '{1}' as part of a syntax improvement effort. ///Arguments are now position independent and clearly labeled, ambiguous strings of numbers are no longer used. ////? can be used to view more information about usage.. /// internal static string CommandMigrationNote { get { return ResourceManager.GetString("CommandMigrationNote", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary update canceled. /// internal static string DictUpdateCanceled { get { return ResourceManager.GetString("DictUpdateCanceled", resourceCulture); } } /// /// Looks up a localized string similar to Replace current version with new version?. /// internal static string DictUpdateConsent { get { return ResourceManager.GetString("DictUpdateConsent", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary update finished. /// internal static string DictUpdateFinished { get { return ResourceManager.GetString("DictUpdateFinished", resourceCulture); } } /// /// Looks up a localized string similar to Exported {0} Runtime type and {1} Boot type feature configuration(s) to {2}. /// internal static string ExportSuccess { get { return ResourceManager.GetString("ExportSuccess", resourceCulture); } } /// /// Looks up a localized string similar to HasSubscriptions: {0}. /// internal static string FeatureDisplay_HasSubscriptions { get { return ResourceManager.GetString("FeatureDisplay_HasSubscriptions", resourceCulture); } } /// /// Looks up a localized string similar to Payload : 0x{0:x}. /// internal static string FeatureDisplay_Payload { get { return ResourceManager.GetString("FeatureDisplay_Payload", resourceCulture); } } /// /// Looks up a localized string similar to PayloadKind : {0} ({1}). /// internal static string FeatureDisplay_PayloadKind { get { return ResourceManager.GetString("FeatureDisplay_PayloadKind", resourceCulture); } } /// /// Looks up a localized string similar to Priority : {0}. /// internal static string FeatureDisplay_Priority { get { return ResourceManager.GetString("FeatureDisplay_Priority", resourceCulture); } } /// /// Looks up a localized string similar to State : {0} ({1}). /// internal static string FeatureDisplay_State { get { return ResourceManager.GetString("FeatureDisplay_State", resourceCulture); } } /// /// Looks up a localized string similar to Type : {0} ({1}). /// internal static string FeatureDisplay_Type { get { return ResourceManager.GetString("FeatureDisplay_Type", resourceCulture); } } /// /// Looks up a localized string similar to Variant : {0}. /// internal static string FeatureDisplay_Variant { get { return ResourceManager.GetString("FeatureDisplay_Variant", resourceCulture); } } /// /// Looks up a localized string similar to Experiment. /// internal static string FeatureType_Experiment { get { return ResourceManager.GetString("FeatureType_Experiment", resourceCulture); } } /// /// Looks up a localized string similar to Override. /// internal static string FeatureType_Override { get { return ResourceManager.GetString("FeatureType_Override", resourceCulture); } } /// /// Looks up a localized string similar to 'Last Known Good' rollback system data corruption was not found. /// internal static string FixLKGNotNeeded { get { return ResourceManager.GetString("FixLKGNotNeeded", resourceCulture); } } /// /// Looks up a localized string similar to 'Last Known Good' rollback system data has been fixed successfully. /// internal static string FixLKGPerformed { get { return ResourceManager.GetString("FixLKGPerformed", resourceCulture); } } /// /// Looks up a localized string similar to No configurations in this store need to be moved. /// internal static string FixPriorityNotNeeded { get { return ResourceManager.GetString("FixPriorityNotNeeded", resourceCulture); } } /// /// Looks up a localized string similar to Moving Override type {0} configurations from Service to User priority.... /// internal static string FixPriorityProcessing { get { return ResourceManager.GetString("FixPriorityProcessing", resourceCulture); } } /// /// Looks up a localized string similar to Full reset canceled. /// internal static string FullResetCanceled { get { return ResourceManager.GetString("FullResetCanceled", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to perform a full reset?. /// internal static string FullResetPrompt { get { return ResourceManager.GetString("FullResetPrompt", resourceCulture); } } /// /// Looks up a localized string similar to Available commands: /// /query Lists existing feature configuration(s) /// /enable Enables a feature /// /disable Disables a feature /// /reset Removes custom configurations for a specific feature /// /fullreset Removes all custom feature configurations /// /changestamp Prints the feature store change counter (changestamp)* /// /querysubs Lists existing feature usage subscriptions* /// /addsub Adds a feature usage subscription /// /delsub Removes a feature usage subscription /// /notifyusage Fires a feature [rest of string was truncated]";. /// internal static string Help_Commands { get { return ResourceManager.GetString("Help_Commands", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /export /filename:<path to new file> [/store:<both | runtime | boot>] /// ///Exports all currently loaded feature configurations to a file. By default both stores are exported. /// ///Examples: /// /export /filename:features.bin. /// internal static string Help_Export { get { return ResourceManager.GetString("Help_Export", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /fixlkg /// ///Attempts to fix corrupted 'Last Known Good' rollback system data. Windows system components can occassionally ///invalidate this data due to a programming oversight.. /// internal static string Help_FixLKG { get { return ResourceManager.GetString("Help_FixLKG", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /fullreset [/store:<both | runtime | boot>] /// [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] /// ///This command removes all custom feature configuration overrides, effectively reverting ///feature store contents to their clean install state. Both stores are targeted by default. ///If a priority is specified, only features in that specific priority will be reset. ///Use with caution. /// ///{0}. /// internal static string Help_FullReset { get { return ResourceManager.GetString("Help_FullReset", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /import /filename:<path to file> [/store:<both | runtime | boot>] [/replace] /// ///Imports all feature configurations stored in a file into your system. By default both stores will be imported to. /// ///Specifying /replace performs a full reset before importing data. /// ///{0} /// ///Examples: /// /import /filename:features.bin /// /import /filename:features.bin /store:boot /replace. /// internal static string Help_Import { get { return ResourceManager.GetString("Help_Import", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /lkgstatus /// ///Queries the 'Last Known Good' (LKG) rollback system status. The LKG blob is a snapshot of feature ///configurations known to cause no critical system failures. /// ///Status descriptions: /// - BootPending Feature configurations have changed since booting up, a reboot is required /// to confirm that they don't cause boot-time failures /// /// - LKGPending The system was able to boot successfully after a feature confguration change, /// the current state will shortly become the new LKG blob /// [rest of string was truncated]";. /// internal static string Help_LKGStatus { get { return ResourceManager.GetString("Help_LKGStatus", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /notifyusage {/id:<comma delimited feature IDs> | /name:<comma delimited feature names>} /// /reportingkind:<0-65535> /reportingoptions:<0-65535> /// ///Fires a feature usage notification. If a subscription with matching Kind & Options conditions ///is found, the Target WNF state ID associated with it receives usage info. /// ///Features can be specified using both their IDs and names, mixing and matching is allowed. /// ///Examples: /// /notifyusage /id:12345678 /reportingkind:4 /reportingoptions:1. /// internal static string Help_NotifyUsage { get { return ResourceManager.GetString("Help_NotifyUsage", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /query [/store:<runtime | boot>] [/id:<comma delimited feature IDs>] /// [/name:<comma delimited feature names>] /// [/priority:{<imagedefault | ekb | safeguard | imagedefaulteditionoverride | /// service | dynamic | user | security | userpolicy | test | imageoverride> | <0-15>}] /// ///If no store is specified, the Runtime store will be queried by default. ///You can specify feature IDs or names to filter the query results, in this case only ///the override with the highest priority will be displayed. ///I [rest of string was truncated]";. /// internal static string Help_Query { get { return ResourceManager.GetString("Help_Query", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// /reset {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} /// [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] /// [/store:<both | runtime | boot>] /// ///Features can be specified using both their IDs and names, mixing and matching is allowed. /// ///By default the features you've chosen will have their configuration overrides erased from ///all priorities and both stores. Specifying a priority will limit the scope of the reset. /// ///{0} /// ///Example [rest of string was truncated]";. /// internal static string Help_Reset { get { return ResourceManager.GetString("Help_Reset", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// {0} {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} [/variant:<0-63>] /// [/variantpayloadkind:<none | resident | external>] [/variantpayload:<0-4294967295>] [/experiment] /// [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] /// [/store:<both | runtime | boot>] /// ///The parameters in square brackets don't need to be specified and will use these defaults: /// Variant : 0 /// VariantPayloadKind: None /// VariantPayload : 0 /// Exp [rest of string was truncated]";. /// internal static string Help_Set { get { return ResourceManager.GetString("Help_Set", resourceCulture); } } /// /// Looks up a localized string similar to Syntax: /// {0} {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} /// /reportingkind:<0-65535> /reportingtarget:<wnf state id>{1} /// ///{2} /// ///Features can be specified using both their IDs and names, mixing and matching is allowed. /// ///Examples: /// {0} /id:12345678 /reportingkind:4 /reportingtarget:0d83063ea3bdf875. /// internal static string Help_SetSubs { get { return ResourceManager.GetString("Help_SetSubs", resourceCulture); } } /// /// Looks up a localized string similar to Creates a feature usage subscription. When the conditions specified by the Kind & Options ///parameters are met, the Target WNF state ID receives usage info.. /// internal static string Help_SetSubs_Add { get { return ResourceManager.GetString("Help_SetSubs_Add", resourceCulture); } } /// /// Looks up a localized string similar to Deletes a feature usage subscription.. /// internal static string Help_SetSubs_Delete { get { return ResourceManager.GetString("Help_SetSubs_Delete", resourceCulture); } } /// /// Looks up a localized string similar to ImageDefault (0), EKB (1), ImageDefaultEditionOverride(3), Security (9), and ///ImageOverride (15) priorities are immutable and can't be written to.. /// internal static string ImmutablePropertiesInfo { get { return ResourceManager.GetString("ImmutablePropertiesInfo", resourceCulture); } } /// /// Looks up a localized string similar to File contains {0} Runtime type and {1} Boot type applicable feature configuration(s). /// internal static string ImportBreakdown { get { return ResourceManager.GetString("ImportBreakdown", resourceCulture); } } /// /// Looks up a localized string similar to Importing {0} feature configuration(s) into the {1} store.... /// internal static string ImportProcessing { get { return ResourceManager.GetString("ImportProcessing", resourceCulture); } } /// /// Looks up a localized string similar to Windows 10 build 18963 or newer is required for this program to function ///Your current build: {0}. /// internal static string IncompatibleBuild { get { return ResourceManager.GetString("IncompatibleBuild", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a valid {1} specification. /// internal static string InvalidEnumSpec { get { return ResourceManager.GetString("InvalidEnumSpec", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a valid {1} specification in this scenario. /// internal static string InvalidEnumSpecInScenario { get { return ResourceManager.GetString("InvalidEnumSpecInScenario", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while querying the 'Last Known Good' rollback system status ({0}). /// internal static string LKGQueryFailed { get { return ResourceManager.GetString("LKGQueryFailed", resourceCulture); } } /// /// Looks up a localized string similar to LKG status: {0}. /// internal static string LKGStatusDisplay { get { return ResourceManager.GetString("LKGStatusDisplay", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while setting the 'Last Known Good' rollback system status ({0}) ///Changes were made but their persistence cannot be guaranteed (Current status: {1}). /// internal static string LKGUpdateFailed { get { return ResourceManager.GetString("LKGUpdateFailed", resourceCulture); } } /// /// Looks up a localized string similar to Found release: {0} (published on {1:d}) /// ///Release notes: ///{2} /// ///Download at: {3}. /// internal static string NewAppUpdateDisplay { get { return ResourceManager.GetString("NewAppUpdateDisplay", resourceCulture); } } /// /// Looks up a localized string similar to Newer dictionary found (revision {0}). /// internal static string NewDictUpdateDisplay { get { return ResourceManager.GetString("NewDictUpdateDisplay", resourceCulture); } } /// /// Looks up a localized string similar to No features were specified. /// internal static string NoFeaturesSpecified { get { return ResourceManager.GetString("NoFeaturesSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No file name was specified. /// internal static string NoFileNameSpecified { get { return ResourceManager.GetString("NoFileNameSpecified", resourceCulture); } } /// /// Looks up a localized string similar to You're using the latest version. /// internal static string NoNewerVersionFound { get { return ResourceManager.GetString("NoNewerVersionFound", resourceCulture); } } /// /// Looks up a localized string similar to No Reporting Target was specified. /// internal static string NoReportingTargetSpecified { get { return ResourceManager.GetString("NoReportingTargetSpecified", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while firing a usage notification for feature ID {0} ({1}). /// internal static string NotifyUsageFailed { get { return ResourceManager.GetString("NotifyUsageFailed", resourceCulture); } } /// /// Looks up a localized string similar to Successfully fired usage notification for feature ID {0}. /// internal static string NotifyUsageSuccess { get { return ResourceManager.GetString("NotifyUsageSuccess", resourceCulture); } } /// /// Looks up a localized string similar to Failed to query feature configurations. /// internal static string QueryFailed { get { return ResourceManager.GetString("QueryFailed", resourceCulture); } } /// /// Looks up a localized string similar to Failed to query feature usage subscriptions. /// internal static string QuerySubsFailed { get { return ResourceManager.GetString("QuerySubsFailed", resourceCulture); } } /// /// Looks up a localized string similar to A reboot is recommended for all changes to take effect. /// internal static string RebootRecommended { get { return ResourceManager.GetString("RebootRecommended", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while resetting feature configurations in the Boot store ({0}), configurations will return after reboot. /// internal static string ResetBootFailed { get { return ResourceManager.GetString("ResetBootFailed", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while resetting feature configurations in the Runtime store ({0}). /// internal static string ResetRuntimeFailed { get { return ResourceManager.GetString("ResetRuntimeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Successfully reset feature configuration(s). /// internal static string ResetSuccess { get { return ResourceManager.GetString("ResetSuccess", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while setting feature configurations in the Boot store ({0}), configurations will revert after reboot. /// internal static string SetBootFailed { get { return ResourceManager.GetString("SetBootFailed", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while setting feature configurations in the Runtime store ({0}). /// internal static string SetRuntimeFailed { get { return ResourceManager.GetString("SetRuntimeFailed", resourceCulture); } } /// /// 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. /// internal static string SetSubsBootFailed { get { return ResourceManager.GetString("SetSubsBootFailed", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while setting feature usage subscriptions in the Runtime store ({0}). /// internal static string SetSubsRuntimeFailed { get { return ResourceManager.GetString("SetSubsRuntimeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Successfully set feature usage subscription(s). /// internal static string SetSubsSuccess { get { return ResourceManager.GetString("SetSubsSuccess", resourceCulture); } } /// /// Looks up a localized string similar to Successfully set feature configuration(s). /// internal static string SetSuccess { get { return ResourceManager.GetString("SetSuccess", resourceCulture); } } /// /// Looks up a localized string similar to No configuration for feature ID {0} was found in the {1} store. /// internal static string SingleQueryFailed { get { return ResourceManager.GetString("SingleQueryFailed", resourceCulture); } } /// /// Looks up a localized string similar to ReportingKind : {0}. /// internal static string SubscriptionDisplay_ReportingKind { get { return ResourceManager.GetString("SubscriptionDisplay_ReportingKind", resourceCulture); } } /// /// Looks up a localized string similar to ReportingOptions: {0}. /// internal static string SubscriptionDisplay_ReportingOptions { get { return ResourceManager.GetString("SubscriptionDisplay_ReportingOptions", resourceCulture); } } /// /// Looks up a localized string similar to ReportingTarget : {0:x16}. /// internal static string SubscriptionDisplay_ReportingTarget { get { return ResourceManager.GetString("SubscriptionDisplay_ReportingTarget", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized command: {0}. /// internal static string UnrecognizedCommand { get { return ResourceManager.GetString("UnrecognizedCommand", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized parameter: {0} ///. /// internal static string UnrecognizedParameter { get { return ResourceManager.GetString("UnrecognizedParameter", resourceCulture); } } } } ================================================ FILE: ViVeTool/Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 An error occurred while initializing the boot status data file ({0}) Custom boot time overrides will be stored but won't load until the data file is present Boot store changes require a reboot to fully take effect, please do so if a configuration appears to be missing ViVeTool v0.3.4 - Windows feature configuration tool Changestamp: {0} Checking for app updates... Checking for feature dictionary updates... The '{0}' command has been moved to '{1}' as part of a syntax improvement effort. Arguments are now position independent and clearly labeled, ambiguous strings of numbers are no longer used. /? can be used to view more information about usage. Dictionary update canceled Replace current version with new version? Dictionary update finished Exported {0} Runtime type and {1} Boot type feature configuration(s) to {2} HasSubscriptions: {0} Payload : 0x{0:x} PayloadKind : {0} ({1}) Priority : {0} State : {0} ({1}) Type : {0} ({1}) Variant : {0} Experiment Override 'Last Known Good' rollback system data corruption was not found 'Last Known Good' rollback system data has been fixed successfully No configurations in this store need to be moved Moving Override type {0} configurations from Service to User priority... Full reset canceled Are you sure you want to perform a full reset? Available commands: /query Lists existing feature configuration(s) /enable Enables a feature /disable Disables a feature /reset Removes custom configurations for a specific feature /fullreset Removes all custom feature configurations /changestamp Prints the feature store change counter (changestamp)* /querysubs Lists existing feature usage subscriptions* /addsub Adds a feature usage subscription /delsub Removes a feature usage subscription /notifyusage Fires a feature usage notification /export Exports custom feature configurations /import Imports custom feature configurations /lkgstatus Prints the current 'Last Known Good' rollback system status /fixlkg Fixes 'Last Known Good' rollback system corruption /fixpriority Moves Override type configurations from Service to User priority* /appupdate Checks for a new version of ViVeTool* /dictupdate Checks for a new version of the feature name dictionary* Commands can be used along with /? to view more information about usage *Does not apply to commands marked with an asterisk Syntax: /export /filename:<path to new file> [/store:<both | runtime | boot>] Exports all currently loaded feature configurations to a file. By default both stores are exported. Examples: /export /filename:features.bin Syntax: /fixlkg Attempts to fix corrupted 'Last Known Good' rollback system data. Windows system components can occassionally invalidate this data due to a programming oversight. Syntax: /fullreset [/store:<both | runtime | boot>] [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] This command removes all custom feature configuration overrides, effectively reverting feature store contents to their clean install state. Both stores are targeted by default. If a priority is specified, only features in that specific priority will be reset. Use with caution. {0} Syntax: /import /filename:<path to file> [/store:<both | runtime | boot>] [/replace] Imports all feature configurations stored in a file into your system. By default both stores will be imported to. Specifying /replace performs a full reset before importing data. {0} Examples: /import /filename:features.bin /import /filename:features.bin /store:boot /replace Syntax: /lkgstatus Queries the 'Last Known Good' (LKG) rollback system status. The LKG blob is a snapshot of feature configurations known to cause no critical system failures. Status descriptions: - BootPending Feature configurations have changed since booting up, a reboot is required to confirm that they don't cause boot-time failures - LKGPending The system was able to boot successfully after a feature confguration change, the current state will shortly become the new LKG blob - RollbackPending Recent feature configuration changes were found to cause issues, the current state will soon be replaced by the LKG blob - Committed No feature configuration changes were made since booting up, the LKG blob matches the current configuration Syntax: /notifyusage {/id:<comma delimited feature IDs> | /name:<comma delimited feature names>} /reportingkind:<0-65535> /reportingoptions:<0-65535> Fires a feature usage notification. If a subscription with matching Kind & Options conditions is found, the Target WNF state ID associated with it receives usage info. Features can be specified using both their IDs and names, mixing and matching is allowed. Examples: /notifyusage /id:12345678 /reportingkind:4 /reportingoptions:1 Syntax: /query [/store:<runtime | boot>] [/id:<comma delimited feature IDs>] [/name:<comma delimited feature names>] [/priority:{<imagedefault | ekb | safeguard | imagedefaulteditionoverride | service | dynamic | user | security | userpolicy | test | imageoverride> | <0-15>}] If no store is specified, the Runtime store will be queried by default. You can specify feature IDs or names to filter the query results, in this case only the override with the highest priority will be displayed. If a priority is specified, only features in that specific priority will be shown. Boot store queries reflect the state on system startup, if you've made any changes to it since, a reboot is required for them to show up in the output. This is intended as it reflects what the Windows API sees when querying particular feature stores. Examples: /query /query /store:boot /id:12345678 /query /store:runtime /name:TIFE,STTest Syntax: /reset {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] [/store:<both | runtime | boot>] Features can be specified using both their IDs and names, mixing and matching is allowed. By default the features you've chosen will have their configuration overrides erased from all priorities and both stores. Specifying a priority will limit the scope of the reset. {0} Examples: /reset /id:12345678 /reset /name:TIFE,STTest /reset /name:SmartClipboardUX /id:33000420 /priority:user Syntax: {0} {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} [/variant:<0-63>] [/variantpayloadkind:<none | resident | external>] [/variantpayload:<0-4294967295>] [/experiment] [/priority:{{<safeguard | service | dynamic | user | userpolicy | test> | <2-14>}}] [/store:<both | runtime | boot>] The parameters in square brackets don't need to be specified and will use these defaults: Variant : 0 VariantPayloadKind: None VariantPayload : 0 Experiment : false Priority : User Store : Both Features can be specified using both their IDs and names, mixing and matching is allowed. Service priority overrides are managed by Windows's automated A/B feature delivery mechanism. Experiment type overrides with this priority may get deleted without notice. Creating non-Experiment overrides with this priority may negatively impact automated A/B feature delivery. Using the Service priority is not recommended. Writing to the Boot store is necessary for features to persist across reboots. Changes to this store become effective the next time you reboot. The Runtime store can be used to make instantenous changes, however not all features support this, meaning a reboot may be required to apply changes. Use both for best results. Examples: {0} /id:12345678 {0} /name:TIFE,STTest /variant:1 {0} /name:SmartClipboardUX /id:33000420 /experiment /priority:user /store:boot Syntax: {0} {{/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}} /reportingkind:<0-65535> /reportingtarget:<wnf state id>{1} {2} Features can be specified using both their IDs and names, mixing and matching is allowed. Examples: {0} /id:12345678 /reportingkind:4 /reportingtarget:0d83063ea3bdf875 Creates a feature usage subscription. When the conditions specified by the Kind & Options parameters are met, the Target WNF state ID receives usage info. Deletes a feature usage subscription. ImageDefault (0), EKB (1), ImageDefaultEditionOverride(3), Security (9), and ImageOverride (15) priorities are immutable and can't be written to. File contains {0} Runtime type and {1} Boot type applicable feature configuration(s) Importing {0} feature configuration(s) into the {1} store... Windows 10 build 18963 or newer is required for this program to function Your current build: {0} '{0}' is not a valid {1} specification '{0}' is not a valid {1} specification in this scenario An error occurred while querying the 'Last Known Good' rollback system status ({0}) LKG status: {0} An error occurred while setting the 'Last Known Good' rollback system status ({0}) Changes were made but their persistence cannot be guaranteed (Current status: {1}) Found release: {0} (published on {1:d}) Release notes: {2} Download at: {3} Newer dictionary found (revision {0}) No features were specified No file name was specified You're using the latest version No Reporting Target was specified An error occurred while firing a usage notification for feature ID {0} ({1}) Successfully fired usage notification for feature ID {0} Failed to query feature configurations Failed to query feature usage subscriptions A reboot is recommended for all changes to take effect An error occurred while resetting feature configurations in the Boot store ({0}), configurations will return after reboot An error occurred while resetting feature configurations in the Runtime store ({0}) Successfully reset feature configuration(s) An error occurred while setting feature configurations in the Boot store ({0}), configurations will revert after reboot An error occurred while setting feature configurations in the Runtime store ({0}) An error occurred while setting feature usage subscriptions in the Boot store ({1}), subscriptions will revert after reboot An error occurred while setting feature usage subscriptions in the Runtime store ({0}) Successfully set feature usage subscription(s) Successfully set feature configuration(s) No configuration for feature ID {0} was found in the {1} store ReportingKind : {0} ReportingOptions: {0} ReportingTarget : {0:x16} Unrecognized command: {0} Unrecognized parameter: {0} ================================================ FILE: ViVeTool/UpdateCheck.cs ================================================ /* ViVe - Windows feature configuration library Copyright (C) 2019-2023 @thebookisclosed This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; namespace Albacore.ViVeTool { internal class UpdateCheck { private const string GitHubRepoApiRoot = "https://api.github.com/repos/thebookisclosed/ViVe/"; private static WebClient UcWebClient; internal static GitHubReleaseInfo GetLatestReleaseInfo() { return GetJsonResponse("releases/latest"); } internal static bool IsAppOutdated(string versionTag) { var foundVersion = new Version(versionTag.Substring(1)); var currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; return foundVersion > currentVersion; } internal static GitHubRepoContent GetLatestDictionaryInfo() { var resp = GetJsonResponse("contents/Extra"); var dictInfo = resp?.Where(x => x.name == FeatureNaming.DictFileName).FirstOrDefault(); return dictInfo; } internal static bool IsDictOutdated(string sha) { return sha != HashUTF8TextFile(FeatureNaming.DictFilePath); } internal static void ReplaceDict(string url) { EnsureWebClient(); UcWebClient.DownloadFile(url, FeatureNaming.DictFilePath); } private static void EnsureWebClient() { if (UcWebClient == null) { UcWebClient = new WebClient(); UcWebClient.Headers.Add("User-Agent", "ViVeTool"); } } private static T GetJsonResponse(string apiPath) { EnsureWebClient(); try { var stringResponse = UcWebClient.DownloadString(GitHubRepoApiRoot + apiPath); return JsonConvert.DeserializeObject(stringResponse); } catch { return default; } } private static string HashUTF8TextFile(string filePath) { if (!File.Exists(filePath)) return null; using (var sha1Csp = new SHA1CryptoServiceProvider()) { var fileBody = Encoding.UTF8.GetBytes(File.ReadAllText(filePath).Replace("\r\n", "\n")); var fullLength = fileBody.Length; var preamble = Encoding.UTF8.GetPreamble(); var filePortion = new byte[preamble.Length]; using (var fs = new FileStream(filePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) fs.Read(filePortion, 0, filePortion.Length); for (int i = 0; i < preamble.Length; i++) if (preamble[i] == filePortion[i]) fullLength++; var preface = Encoding.UTF8.GetBytes($"blob {fullLength}\0"); sha1Csp.TransformBlock(preface, 0, preface.Length, null, 0); if (fullLength > fileBody.Length) sha1Csp.TransformBlock(preamble, 0, preamble.Length, null, 0); sha1Csp.TransformFinalBlock(fileBody, 0, fileBody.Length); return BitConverter.ToString(sha1Csp.Hash).Replace("-", "").ToLowerInvariant(); } } } public class GitHubReleaseInfo { public string html_url { get; set; } public string tag_name { get; set; } public string name { get; set; } public DateTime published_at { get; set; } public string body { get; set; } } public class GitHubRepoContent { public string name { get; set; } public string sha { get; set; } public string download_url { get; set; } } } ================================================ FILE: ViVeTool/ViVeTool.csproj ================================================  Debug AnyCPU {4DAAB723-3613-4133-AE54-646133538E44} Exe Albacore.ViVeTool ViVeTool v4.8.1 512 true true AnyCPU true full false bin\Debug\ TRACE;DEBUG;SET_LKG_COMMAND prompt 4 false AnyCPU pdbonly true bin\Release\ TRACE prompt 4 false app.manifest true bin\ARM64\Debug\ TRACE;DEBUG;SET_LKG_COMMAND full ARM64 7.3 prompt bin\ARM64\Release\ TRACE true pdbonly ARM64 7.3 prompt ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll True True Resources.resx {80dcda4d-8022-4740-8ccf-459dd3fe6f72} ViVe ResXFileCodeGenerator Resources.Designer.cs Designer ================================================ FILE: ViVeTool/app.manifest ================================================  ================================================ FILE: ViVeTool/packages.config ================================================