-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViVeTool-GUI Feature scanner write access failure of final step #37
Comments
The Version of the Feature Scanner in v1.7-Testing currently saves the Feature List to a Text File within the Folder that you specified to download the Debug Symbols into. After that, it tries to copy that Text File to your Desktop, which seems to fail. For Example, if you selected The Logic for the Scanning using mach2 can be found here https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/ViVeTool-GUI.FeatureScanner/ScannerUI.vb#L367 The latest version of the Feature Scanner from the v1.7-Testing Branch can be found here https://github.com/PeterStrick/ViVeTool-GUI/releases/tag/v1.6.999.1_v1.7-Branch_FeatureScanner
An alternative to this that I have considered would be to ask the User where the Feature List should be saved, and re-open that same Dialog if any Error or Exceptions occurs until the File was saved. |
OK I'll give it another shot. I'm currently running a custom version of
windows 11 that's updated with the November build. Basically just pre
de-bloated of the stuff I was going to remove anyway so this ought to be
fun. I'll I'll let you know how it went probably take about 12 hours.
…On Sun, Nov 6, 2022, 1:50 AM Peter Strick ***@***.***> wrote:
The Version of the Feature Scanner in v1.7-Testing
<https://github.com/PeterStrick/ViVeTool-GUI/tree/v1.7-Testing> currently
saves the Feature List to a Text File within the Folder that you specified
to download the Debug Symbols into.
After that, it tries to copy that Text File to your Desktop, which seems
to fail.
For Example, if you selected C:\New folder as the Debug Symbol Path and
your current Build that you are scanning one would be 25231 then the Text
File should be at C:\New folder\25231.txt
The Logic for the Scanning using mach2 can be found here
https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/ViVeTool-GUI.FeatureScanner/ScannerUI.vb#L367
The latest version of the Feature Scanner from the v1.7-Testing Branch can
be found here
https://github.com/PeterStrick/ViVeTool-GUI/releases/tag/v1.6.999.1_v1.7-Branch_FeatureScanner
------------------------------
After that, it tries to copy that Text File to your Desktop, which seems
to fail.
An alternative to this that I have considered would be to ask the User
where the Feature List should be saved, and re-open that same Dialog if any
Error or Exceptions occurs until the File was saved.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVG55GRCBLESAD4PXS6IWB3WG55PFANCNFSM6AAAAAARYEKOCQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So I ran the scan again and the exact same thing happened last time the
other two builds. and I was thinking about it and I don't have my desktop
in the usual place. I keep my all user files and most of my programs on my
secondary Drive I'm thinking that's probably has something to do with it
cuz it's the only thing that's constant between all the builds ran this on.
So I'm going to create a temporary new profile with default user locations
move it stuff and try again.
…On Sun, Nov 13, 2022, 11:36 PM Zantetsuken ***@***.***> wrote:
OK I'll give it another shot. I'm currently running a custom version of
windows 11 that's updated with the November build. Basically just pre
de-bloated of the stuff I was going to remove anyway so this ought to be
fun. I'll I'll let you know how it went probably take about 12 hours.
On Sun, Nov 6, 2022, 1:50 AM Peter Strick ***@***.***>
wrote:
> The Version of the Feature Scanner in v1.7-Testing
> <https://github.com/PeterStrick/ViVeTool-GUI/tree/v1.7-Testing>
> currently saves the Feature List to a Text File within the Folder that you
> specified to download the Debug Symbols into.
>
> After that, it tries to copy that Text File to your Desktop, which seems
> to fail.
>
> For Example, if you selected C:\New folder as the Debug Symbol Path and
> your current Build that you are scanning one would be 25231 then the Text
> File should be at C:\New folder\25231.txt
>
> The Logic for the Scanning using mach2 can be found here
> https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/ViVeTool-GUI.FeatureScanner/ScannerUI.vb#L367
>
> The latest version of the Feature Scanner from the v1.7-Testing Branch
> can be found here
> https://github.com/PeterStrick/ViVeTool-GUI/releases/tag/v1.6.999.1_v1.7-Branch_FeatureScanner
> ------------------------------
>
> After that, it tries to copy that Text File to your Desktop, which seems
> to fail.
>
> An alternative to this that I have considered would be to ask the User
> where the Feature List should be saved, and re-open that same Dialog if any
> Error or Exceptions occurs until the File was saved.
>
> —
> Reply to this email directly, view it on GitHub
> <#37 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AVG55GRCBLESAD4PXS6IWB3WG55PFANCNFSM6AAAAAARYEKOCQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
So on the fourth time it actually worked I was expecting to have to pull it
from the download directory. But then I went to the Mach 2 repository and
tried to upload the file and it told me that uploads are disabled. I
included the results file here. im running from a custom build called The
Phoenix Lite neon gamer Edition. it's really just a lite version of Build
22621.675 but it's been updated to 22621.816 and then I tried to load this
into the
Vivetool GUI and part way through loading all the feature information it
has a copy error. I Feel like some unseen force is just keeping me from
getting this to work
On Mon, Nov 14, 2022, 6:10 PM Zantetsuken ***@***.***> wrote:
So I ran the scan again and the exact same thing happened last time the
other two builds. and I was thinking about it and I don't have my desktop
in the usual place. I keep my all user files and most of my programs on my
secondary Drive I'm thinking that's probably has something to do with it
cuz it's the only thing that's constant between all the builds ran this on.
So I'm going to create a temporary new profile with default user locations
move it stuff and try again.
On Sun, Nov 13, 2022, 11:36 PM Zantetsuken ***@***.***> wrote:
> OK I'll give it another shot. I'm currently running a custom version of
> windows 11 that's updated with the November build. Basically just pre
> de-bloated of the stuff I was going to remove anyway so this ought to be
> fun. I'll I'll let you know how it went probably take about 12 hours.
>
> On Sun, Nov 6, 2022, 1:50 AM Peter Strick ***@***.***>
> wrote:
>
>> The Version of the Feature Scanner in v1.7-Testing
>> <https://github.com/PeterStrick/ViVeTool-GUI/tree/v1.7-Testing>
>> currently saves the Feature List to a Text File within the Folder that you
>> specified to download the Debug Symbols into.
>>
>> After that, it tries to copy that Text File to your Desktop, which seems
>> to fail.
>>
>> For Example, if you selected C:\New folder as the Debug Symbol Path and
>> your current Build that you are scanning one would be 25231 then the Text
>> File should be at C:\New folder\25231.txt
>>
>> The Logic for the Scanning using mach2 can be found here
>> https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/ViVeTool-GUI.FeatureScanner/ScannerUI.vb#L367
>>
>> The latest version of the Feature Scanner from the v1.7-Testing Branch
>> can be found here
>> https://github.com/PeterStrick/ViVeTool-GUI/releases/tag/v1.6.999.1_v1.7-Branch_FeatureScanner
>> ------------------------------
>>
>> After that, it tries to copy that Text File to your Desktop, which seems
>> to fail.
>>
>> An alternative to this that I have considered would be to ask the User
>> where the Feature List should be saved, and re-open that same Dialog if any
>> Error or Exceptions occurs until the File was saved.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#37 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AVG55GRCBLESAD4PXS6IWB3WG55PFANCNFSM6AAAAAARYEKOCQ>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
## Unknown:
33823951: 33823951
35409324: 35409324
35548184: 35548184
35907871: 35907871
36434497: 36434497
36435131: 36435131
36571082: 36571082
37023586: 37023586
37141740: 37141740
37398019: 37398019
3FingerAnimationSwitchApps: 36221438
AADAclCertificateForNetworkService: 37014609
AADBindingTokenLogonForRDP: 25585329
AADClientIDForPRTHeader: 36670474
AADKDFContextV2: 28991043
AADRecoveryPasswordDeletion: 26987393
AADShowErrorInUI: 19235072
AADSupportInvalidateCacheAsyncInPlugin: 19583676
AADVirtualDesktopTagging: 34862216
AADWAMUniversalID: 22516394
ADFSKDFContextV2: 31335338
ASRTest: 38888144
AccessibilityFlyoutRejuvenation: 36416085
AccountsGroup_FirstPartySilentEnumSecondarySSO: 12509893
AccountsServiceUdk: 28237372
ActionCenterNotification: 8598334
AddLoggedInUserToFamilyRoster: 36462142
AddPhoneButton: 11618552
AddSourceWindowFromViewNavigationRequested: 9205753
AddSwitchAsyncContextToPositionerActivations: 9582236
AddTextToSpeechPackages: 13516602
AddTouchKeyboardHeuristics: 36949545
AdvancedColorBrightnessSlider: 12259052
AdvancedColorSettingsPage: 10834416
AeinvLock: 37678576
AepicLock: 37712552
AeroShakeEnabled: 29983356
AgentActivationRuntimeAPI_AboveLock: 20829994
AlarmsOnlyDeprecation: 36133780
AllowCustomSSPsAPs: 37242222
AllowOemToForceNightLightUsingDES: 34718006
AllowUseUIAToFindSelectedText: 39554671
AltTabModal: 36226836
AltTabModalShadow: 37834869
AnaheimEdgeDetailedView: 30031104
Annotations: 12221178
ApiLogging: 22006889
AppBackgroundPermissions: 29616923
AppDataBackupRestore: 35763176
AppDefaultVersionForPolicy: 23954010
AppDefaultsAutoSuggestBox: 33154494
AppDefaultsBrowserButton: 36648580
AppInstallBatching: 6867405
AppIsolationSeparateSublayer: 6268226
AppLaunchDb: 37347557
AppPicker: 36302090
AppUriHandlerWildcardSupport: 11539576
AppVContainer: 8295088
AppWindowProjection: 26212670
ApplicationFrameTitleFromWindowManager: 26290763
ApplicationGuardDownloadToHost: 13740217
AppraiserSVChecks: 32064666
AppsFolderChangeNotify: 37601784
ArbiterMetadataContainer: 38339672
ArrowKeysUnselect: 17685567
ArticulatedHand2DInteraction: 18127454
ArticulatedHandData: 17781907
AttributeManagerSingleton: 37586555
AudioEndpointBuilderTopoPerfImp: 27511625
Audio_MultiChannelRenderAttempted: 11831216
Audio_Spatial_VSSPlayed: 11901839
AuditBehaviorShellExperience: 37014865
AugmentedEntryPoint: 36226054
AugmentedEntryPointBadging: 36718398
AuthorityChangesForAGC: 25884645
AutoGameMode: 11015710
AutoGameModeProfile: 11650261
AutoGamePowerProfile: 14290802
AutoInitSystemMRTResourceManager: 36329833
AutopilotReset: 21412447
AutopilotRestoration: 37048941
AutopilotUpdateInOobe: 18248749
AvoidCreatingViewWhileSuspending: 33362568
BAM_SeverParentChildConnections: 36646996
BSFUPP: 38758896
BSTAImmersiveShell: 37077905
BackgroundInstalls: 37746346
BackupUsoStore: 36845438
BatteryNotificationsApplyAll: 27883184
BioFeedbackOnXamlIsland: 31517562
BitLockerRemovableDrivesExcludedFromEncryptionCspNode: 31583761
BitLocker_Encrypt_All_Drives: 13686439
BitLocker_RP_AAD_Backup_Check: 21341508
BitLocker_RP_Backup_Monitor: 36481772
BlackForestShellSupport: 10960001
BluetoothA2DPSink: 4450109
BluetoothConvergedAvrcp: 10826832
BluetoothConvergedHfp: 7639556
BluetoothFlyout_WCOSCDG: 19919111
BluetoothHfpHF: 4854405
BluetoothL2: 29881313
BluetoothProximityPlatform: 17815254
BluetoothUnifiedAudioEndpoint: 20624938
Brain_BinaryFileValidation: 34806659
Brain_DisableStateUpdateInAppContainer: 38726312
Brain_SkipSelfIfSxSNotVersioned: 38762750
BthA2dpAbsoluteVolume: 153764
BufferCommands: 7471763
BugFix31829865: 31829865
BugFix31829903: 31829903
BugFix31851003: 31851003
BugFix33456184: 33456184
BugFix34683034: 34683034
BugFix35364902_Refactor: 35364902
BugFix35366473_HideDictationForVoiceAccess: 35366473
BugFix36335292_MakeLayoutPositionButtonCollapsed: 36335292
BugFix36938728_HideToolBarOnLockScreen: 36938728
BugFix37289095: 37289095
BugFix37403713: 37403713
BugFix37803519_VisualIssues: 37803519
BugFix37826815_RegistrySettings: 37826815
BugFix37935345: 37935345
BugFix38048044_PreloadIssues: 38048044
BugFixCHSConversionListStyle: 33343659
BugFixForSV2CraftAndTheme: 35046510
BugFixHwpNoCandidates: 34886873
BugFixTabTipAdapterNullCheck: 34370999
BugFix_DisableShapeWritingOnGestureCusror: 36684004
BugFix_PasswordFeedbackAnimation: 35249410
BugFix_VoiceTypingInvocationByShellViewCoordinator: 36862943
CBRAppListRestore: 35460598
CBRS: 29855943
CDMLiteVersion: 33572137
CDM_WEXPIntegration: 28150355
CET_Kernel_Shadow_Stacks: 19770572
CGDefaultEnable: 34857562
CPSSHostImplementation: 27385849
CShellOnWindowManagerIDK: 22855141
CShellSettingsSearchbox: 19920047
CUICOORD: 28330126
CacheCleanup: 37066007
CallScenarioCenterAlignNotifications: 35595222
CameraRollUpload: 31558405
CanUserGiveConsent: 25943177
CandidateWindowOnLogonMitigation: 36730529
CandidateWindowV2ModelCleanup: 36815292
CastInterimCombinedExperience: 36646826
CastProjectL2s: 35221101
CdplProtectKnownUserFolders: 21852964
ChangeDumpTypeByTelemetryLevel: 37733775
ChangeSignatureTrustAnchor: 23882506
ChangeStartLayout: 35907865
ChatIconBadging: 31581781
CheckBoxImageListHandleLeak_36884240: 36884240
ChineseSimplifiedImeTheming_OSClient: 35746557
ChsNarrowKeyboard: 36963879
ClientRecoveryPasswordRotation: 18157663
ClipboardHistorySettingsRejuv: 31731897
ClipboardRetries: 25277690
CloudBMRSingleDownload: 37065183
CloudExperienceHostRedirection: 25357983
CloudExperienceHostRedirectionBinary: 27980645
CloudRestoreLauncher: 36767960
CloudStore: 6201249
CloudStoreBackupRestore: 29511758
CloudStoreBackupRestoreForLargeBlob: 29898970
CloudStoreOnActivityFeed: 10942792
CloudStoreOnActivityFeedOnWcos: 16311570
CloudStoreOnWindowsUdk: 20357897
CloudStorePolicySyncOnSubstrate: 14114247
CloudStoreSyncGroupMigration: 39387678
CloudStoreSyncOnSubstrate: 13273215
CloudStoreSyncOnSubstrateForAAD: 14114146
CombinedDataUsageStatusPage: 21743692
CompUIForEmbeddedPdf: 9669088
ConfigLock_DMClientCSP: 23806551
ConsoleLogonUXUseDisplayLangCodePage: 27866248
ContentDeliveryManagerRS3Scalability: 11171023
ContentDeliveryPolicyRestrictions: 4877938
ContextMenuGlitch: 33937858
ContextMenuSmallRoundedCorner: 35985633
ControlIndexingOnBattery: 13610405
ConvergedEapTlsStack: 25326317
CopyLinkInShareUI: 11184089
CoreApplicationShutdown: 11449154
CorruptStoreFixes: 36750110
CortanaOnLockOutProcModel: 9223629
CortanaOnSV: 33269642
CortanaOnSpotlight: 11545976
CortanaPersonainActionCenter: 13615582
CortanaWindowsSearchSettings: 12716999
CreateEccEndorsementKey: 25354082
CredEnumerateReturnsNoSuchLogon: 24000434
CrossContainerAuth: 22096226
CtacSessionContext: 32137669
CurfewAllowanceCalculation: 33207570
CurrentVmVersionIsDefault: 11906105
CustomXamlUIDialog: 34037864
D3D12ContentProtection: 11067548
D3D12ExperimentalShaderModels: 8482022
D3D12HeapPriorities: 8187072
D3D12LegacyAPICompatibility: 23543104
D3D12MetaCommand: 14291127
D3D12PeerToPeerAtomics: 12944950
D3D12PinResources: 22965649
D3D12Redist: 20160405
D3D12SRVOnlyTiledResourceTier3: 14611894
D3D12TiledResourceTier4: 13847762
D3D12Video: 5642192
D3D12VideoEncode: 23156850
D3D9_GameConfigStore_Override: 11420000
DESEnableBrightnessHotkeysWithoutPowerGuids: 21706588
DHDefaultUpgrade: 31561196
DPLOnPushAPI: 29848869
DXGI_2DListQueries: 16273325
DXGI_BufferUpgrades: 25957903
DXGI_BufferUpgrades_DX12LDA: 36778252
DXGI_BufferUpgrades_Notifications: 28817166
DXGI_BufferUpgrades_Optimizations: 32156044
DXGI_CrossAdapterScanOut: 24599531
DXGI_ExpandedPresentErrors: 37303151
DXGI_Hybrid_DList_Support_Update: 24640165
DXGI_VailMPO: 23425898
DXGI_WindowedSwapEffectUpgrade: 23990563
DXGI_WindowedSwapEffectUpgradeToggle: 29747211
DafEscl: 27860843
DebounceDeviceConnectSound: 34734680
DeclaredConfiguration_Desktop: 32303130
DecreaseTabSuspensionDelay: 14184448
DeepInferno: 11038064
DefaultApp: 16458099
DefaultAudioDeviceChangeUserPrompt: 30163509
DefaultUser: 14861475
DelayHandlingClipboardContent: 38095063
DeleteOobeAppsScanAfterUpdate: 33790442
DeliveryOptimization_DnsSdPeerDiscovery: 37260154
DeliveryOptimization_RLedbat: 32050313
DeprecatedBatteryUsageUX: 28919845
DepthReprojectionOnSydney: 20149162
DesktopSpotlight: 26008405
DesktopSpotlightSystemSettingsPageTrigger: 38179238
DesktopStickerEditor: 36165846
DeviceBasedLicensing: 28179707
DeviceFormatShimForVSS: 21650929
DevicePostureApiInShell: 37095955
DifferentiatedSnapGroupThumbnails: 34123984
DigitsSubstitutionSetting: 20516266
DisableAADCloudAPPluginInRegistry: 31014477
DisableAddAccountForFamilyNonOrg: 36660568
DisableContextMenus: 36435038
DisableDisplayMessageForSvchost: 37998906
DisableHologramPersistence: 8317718
DisableHomeGroupIdentityProvider: 31465552
DisableReadyBoost: 35744813
DisableSearchPolicy: 37095904
DisableSearchViaPolicy: 36137438
DisableUniqueServiceDisplayNameValidation: 10036267
DisplayAdapterProperties: 25806621
DisplayMessage: 34509399
DisplayProvider: 36878944
DisplayRejuvPage: 31010280
DoNotDisturb: 33212737
DoNotDisturbSystray: 36183526
DockedFamilySettingsPageSV2: 35899634
DownloadAcceleratorMovesForegroundPermissions: 23415849
DragAndDropGlyphUpdates: 35688218
DtsxHdmiEnabled: 23517231
DualEngine_AllowF12: 23071760
DualEngine_ReliableClose: 21879352
DualEngine_SuppressUnneededZoomEvents: 29059948
DualEngine_SynchronousZoom: 29078494
DuiTicImprovements: 9043033
DxDb_ExpandedFeatureSupport: 36371330
DxDb_ExpandedPublishing: 36371251
DynamicSearchBox: 37595921
DynamicSearchBoxAPIs: 36933099
EPUB_HostExtension: 15477137
ESUIPOMTest: 39636948
ETUpdate: 34308080
EapTeap: 20577243
EapTls13: 25326323
EarlyOobeOEMRegistration: 37047129
EcoMode: 31563046
EdgeGestureHideTouchKeyboardBugFix: 36544006
EdgeTcpConfig: 11800907
EdgeUpdate: 32165251
EditionBasedDefaultPolicyValues: 31840299
EmaillessMSA: 31390298
EmbeddedFetch: 12274531
EmbeddedPrint: 13876261
EnableGranularKeyboardBrightness: 37386637
EnableMPR: 28997116
EnablePpl: 35387651
EnablePublisherIntentEnforceMode: 29882131
EnablePublisherIntentTMI: 29882130
EnableSessionTerminateNotification: 24006437
EnableStartOnAFCOnWCOS: 16430322
EnforceWIPForTokenBroker: 9720665
EnrichThirdPartyIrisContent: 37623514
ErrorFeedback: 14557998
ExcludeDevFolders: 21445372
ExperienceExtensionsCanHidePages: 36150872
ExperienceLoadCrashDetector: 37927297
ExpressiveSuggestionUIPageColdStartPerformanceImprovement: 28999812
ExtendDozeS4: 15574004
ExtendSuspendTimeout: 16924527
FHL2021SpringInputScopeOnRunDialog: 32215163
FamilySafetyRemoteLock: 32425780
FamilySettingsAwareness: 23057458
FconWritesToRTL: 21392164
FeatureConfigurationAadOnDesktop: 8718934
FeatureConfigurationChannel: 5244441
FetchConcurrentInstallsFromOneSettings: 33337770
FetchIrisTriggerJSON: 36803287
FindInStart: 38937525
FixZBandChangeRaceCondition: 9910473
FlashDeprecation_Notification: 25217842
FluencyMultilingual: 19570937
FocusAssistLauncher: 34641570
FocusAssistRejuv: 30204574
FocusSettingRejuv: 35742169
FoldersInPinnedList: 29790350
FontsPreview: 11156953
FrameworkScalability: 7328759
FullScreenModeTextInputViewVisibility: 27720966
FullscreenSnipResolution: 29740142
GIPKOR: 23660839
GIVT: 34896603
GPM_BlitModeTracking: 24779616
GPM_LightWeightDxgKrnlETWKeyword: 24338497
GPM_MLSD: 25222305
GameConfigStoreGameListEntries: 11973136
GameMRU: 37956063
GamingOverlayControllerBarLaunchSignals: 36361313
GamingOverlayExperienceManagerOptional: 36798523
GamingOverlayMultiWindowSupport: 30380406
GeneralDb: 37891354
GenerateAndCompareAlternates: 14302430
GenericActionAndTrigger: 7960589
GenericDataContract: 6356209
GenericStrings: 31251283
GetMixFormatForThirdPartyVSS: 25447807
GetStartedIrisNavMesh: 36803295
GhostFrameSystemTerminateReason: 21763906
GraphRecentItemsManagerEnabled: 31923344
GraphRecentItemsManagerEnabled|mach2.warning.duplicate0: 38294196
GuidedSnapAssistContinuity: 33793580
HMDPresenceSensorSetting: 18907866
HWCHostDedicatedThread: 37028263
HaadjDelegationTokenLogon: 31797978
HamDependencyGraph: 11801082
HardwareMicMuteButton: 36689271
HardwareMicMuteConfirmator: 35232539
HardwareMicMuteHotkey: 36756578
Hcl: 13312437
HcsRelaxRpcAccess: 37715110
HcsSecurityMitigation: 11741813
HideAllAppsList: 36435044
HideRecommendedSection: 36435115
HideUninstallVerbForNonUninstallablePreinstalledAppsOnWcos: 24669091
HkuMonitor: 38198463
HnsEnableLWNICsForDrVNICs: 30100782
HnsFlowSteeringEngineNetworking: 30266022
HnsMirroredRoutingMultiple: 36991632
HnsWcosLoopback: 23636350
HoloImmersiveShellExtensionPointOptional: 36499053
HolographicNotifications: 9666698
HonorDelayedRendering: 38139917
HotKeyTraceCollection: 19472739
HtmlLauncher: 19908852
Hub_20H2_Narratorbug: 23702633
Hub_AllowTabletMode: 34909689
Hub_AppCloseButton: 23590089
Hub_DeviceWatcher: 34155662
Hub_EmptyStageBackgroundImage_SC: 33464502
Hub_Win32Vtc_Converged_SC: 33464486
HungTabNotificationDelay: 11518489
HvciRollback: 18630433
HyperVFirewall: 34558427
IE_Disable_FEATURE_SYSTEM_DPI_AWARE: 24671935
IE_OneTimeSSFDownload: 29150691
IE_SBE: 32050367
IE_SETTINGSYNCMIGRATION_FAVORITES: 26601480
IMET: 35418257
IPPoverUSB: 18550900
ImeOnOffOnNarrow: 36588279
ImmersiveShellComponentsInitializationBudget: 27075521
IndexAllFiles: 14316747
IndexerVAIL: 20756095
InputAppRunningFlagRemoval: 37880918
InputDrivenEdgeAnimations: 36159954
InputDrivenGTGAnimations: 33668320
InputPanelPageSuspensionDeferralRelease: 36425940
InputViewCoordinating: 35260686
InputViewPersonalizationSV2: 33393602
InputVirtualization: 16291462
InstallAttribution: 3222455
InstantQueuedLaunch: 28072593
IppPdlPassthrough: 33828954
IrisCampaignActions: 36230643
IrisServiceRefreshCtac: 28969680
IsoWrapperValidationLevel: 16726197
JAmsi: 15964611
JapaneseImeOnModernUXTouchKeyboard: 30074835
JitProcessInServiceWorkerHost: 11921348
JointResizeIcons: 35206184
KeepWin8SearchPane: 35032763
KerbAsRepCredKeyBinding: 21393543
KerbAsRepCreds: 16340140
KerbAsRepCredsHybrid: 21331590
KerbAsRepCredsHybridCache: 21393348
KerbCloudTicketSupport: 25459565
KerbEncryptionModeDisable: 31371414
KerbSHA2: 31496153
KerbSupportKeyListReq: 20495629
KeyboardInputVirtualization: 18837801
KioskPositioner: 18518788
KryptonSoftLargePages: 21026262
LSA_SynchronousProfileLoaded: 23534517
LegacyFolders: 31776450
LightingWhenLidClosed: 16487091
LockBugFix_CheckUwpLockAppRequirements: 16605524
LockBugFix_LockAppInstantlyDismisses: 20191093
LockOnLogon: 32979348
LogonUINoUpdateUserInput: 30723191
LowPriorityDownload: 37081019
LowPriorityUpdate: 31828961
LowestRollupPackageCurrentState: 37219794
M365AlertBanner: 29149697
MDMDiagnosticsTool_FlattenOutputFile: 32990851
MDM_Extensibility_DSC_Native: 37252711
MMPC_Desktop: 33231644
MMXOptInThroughSettings: 11833844
MMXOptOut: 12246901
MSAAADC: 32503442
MSAAADSplit: 33061411
MagnifierCaretUseFastTransition: 20496243
MagnifierWithinEdgesNoJitter: 20334694
ManagedUserLogonCBA: 36893181
MdmSupportForEdu: 9608605
MergeVectorAsMap: 39088225
MicaBackdropInApplicationFrameHostTitlebar: 35681203
MinuteZeroExperiences: 8497738
MiracastListenerAutoStart: 5419836
MixedRealityShellAsShellExperience: 37956022
MobilityExperience: 11824828
ModernEapOverLanUx: 31480468
ModernIconsInInputSwitcher: 29610019
ModernNetworkTroubleshooter: 32705523
Modern_Storage_Spaces_Link: 25253244
MopriaDiscovery: 13261424
MoreProgrammableSlotsInStart: 39177456
MouseInputVirtualization: 18793214
MsaDeviceAuthForEnterprise: 31645524
MsaaPipe: 1464722
MsiHashMismatchFix: 33280101
MtcLockRejuv: 35674037
MultiLayerDHD: 11428947
MultiTaskingSettingsRestore: 37536520
MultitaskingSettingsSimplification: 37603987
MutlipleAssessments: 37269723
NarratorHotKeyVoiceSwitch: 35924515
NarratorIntroduceHighQualityVoicesDialog: 35752263
NarratorNeuralVoicesSupport: 35875825
Narrator_AddHighQualityVoice: 33672769
NcsiConnectivityInDs: 26124864
NewBatteryLandingPageUX: 27296756
NewDevicesFlowConnectUI_WCOSCDG: 20447509
NextGenUSEnglishInkRecognizer: 37820365
NickelInputAppActivationImprovement: 34346195
NickelKeyboardHostingImprovement: 34895662
NightLightUsingDES: 28451632
NightsWatchEnablement: 24051083
NightsWatchInferMotw: 24356642
NoChangeStart: 36435051
NoChangeStartMenu: 36435051
NoRoiLanguageDeprecation: 36950408
NormalizeIrisFlightsId: 28962549
NotepadBanner: 29480499
NotificationAreaIconRearrange: 38764045
OSetupSCTest: 32798798
ObfuscateDataFile: 31031347
OctagonBrokerEtw: 15724492
OctagonClientBase: 14263527
OctagonProdAttestationUrl: 17722981
OctagonRebootlessScriptUpdate: 18983747
OctagonServiceIntegration: 14266621
OemEsimStore: 29834243
OfflineShedding: 36572014
OneDownloadSlotForLowPerf: 33061463
OneSettingsClientRefreshCacheTask: 16860457
OnlineEFS: 8167107
OobeAppsScanAfterUpdate: 33232335
OobeCbr2: 36195391
OobeDisableSkipNetworkOnAadCapableEditions: 34919835
OobeEsimBootstrap: 23787264
OobeEsimDiscoveryTask: 21312859
OobeExperienceManageQueueWnfCallback: 26243368
OobeMMXPage: 32789062
OobeMSAPrivacyConsent: 37014564
OobeNetworkLogging: 35413044
OobeNetworkReconnect: 34920336
OobeNetworkReprobe: 32480409
OobeRequiredServiceEvent: 35545996
OpenCLOn12: 22145371
OpenWith: 39405837
OsConfigurationGetConfigurationDocument: 35115136
OsConfigurationParseJSONToDCDoc: 35038075
OutOfProcIContextMenu: 23323390
OverrideInspect: 37085408
PATKTI: 37007953
PCAccessSetting: 6171364
PCH_USTEST: 33462698
PGStartRenderOptimizations: 33726028
PTPInputVirtualization: 19330045
ParallelizeLCU: 36610991
PasswordAutofill: 13944250
PasteAsPlainText: 15221520
PauseUntilRework: 35379785
PdfTileCache: 12976578
PenDetachIWS: 20430744
PenInputVirtualization: 19316803
Personalization_StartRejuv: 31754019
PersonalizedContentCompliance: 36777462
PhoneAppExperience: 13973807
PhoneAppRecommendationList: 14603497
PhoneAppRecommendations: 11913207
PhonePage: 12003736
PhoneSettings: 11618549
PinWebsiteAction: 11790758
PinWebsiteActionV2: 16419964
PinnedListFolderNames: 35747264
PolicyEnforcedWebcamAccess: 19294815
PowerAndBatteryPage: 30997927
PreinstalledAppSupport: 35286366
PreserveSecureAssessmentApp: 18212771
Print: 13944184
PrintQueueActionCenter: 37625195
PrintSupportApp: 23550552
PrintSupportAppV2: 34070240
PrinterProvisioningCSP: 32377461
PrivateISTI: 25726566
Private_Network_Fallback_For_Files: 14387182
ProcessIrisActionsStateChangedWNF: 35431603
ProductShellHangDetection: 24077485
ProfanityPostFilter: 27864046
ProfileDataRoamingClient11x11: 37715785
Profile_Service_Retry_Load_Loop: 24172318
ProtectUserDictionaries: 29674961
ProtectedDatabasePerUserForCDPL: 16372493
PsaDynamic: 31746345
PsaForUPOnAvd: 32615832
PsaInEnterprise: 30259475
QuickSettingsCommercial: 36610908
QuietHours: 10896550
QuietMomentPostOOBE: 32619713
RDX: 6506476
RDX_DisableAdminAccount: 9582338
RDX_DocumentLaunchProtocol: 19539745
RDX_ScrapeHKCURegistry: 19539691
RDX_SoftLanding: 6284670
RDX_TimedShutdown: 6523167
RadialControllerCustomFontGlyphs: 8049563
RadialControllerPerApplicationCustomTools: 8049582
RadialControllerProcessWide: 10880086
RdsAadAuth: 37258284
ReadingMode: 12261787
RealtimeEnticement: 9982909
RebootDowntimeEstimateEvaluation: 25704917
RebootDowntimeEstimateFUUX: 936690175
RecycleBin_Leak: 31791273
RecycleLinkAndSustainablePowerAlerts: 35056325
RedirectDefaultPrograms: 35245087
RedirectInstalledUpdates: 36731482
RedirectProgrammableTiles: 38859191
RedoUpdateManagerWorkThread: 24100887
ReduceFUWakeDisruption: 31744752
ReduceQUWakeDisruption: 33129334
RefreshRateSetting: 25806600
RefreshSuggestionsContextMenu: 32418663
RegFileEncapsulationLogging: 22006819
RegisterUdkPackageOnDemand: 28990927
RegistryManager: 27513040
RegistryProvider: 38063921
Rejuv_Access_Work_or_School: 31777763
Rejuv_Activation_Settings: 31547789
Rejuv_Bluetooth_Settings: 31025902
Rejuv_Camera_Settings: 32472551
Rejuv_Device_Encryption: 32237831
Rejuv_Sign_In_Options: 31777845
Rejuv_Storage_Settings: 31025905
Rejuv_Taskbar: 31754050
Rejuv_USB_Settings: 31907773
Rejuvenate_ShutdownDialog: 33499980
ReliableRfcomm: 12719183
RemoteDesktop_Rejuv: 32003191
RemoveAutoRotateFlyout: 30534178
RemoveIEEntryPoints: 15055157
RemoveMiracastBanner: 35221663
RemoveSystemDataFromClassicApplist: 37679625
RemoveUserTileMRU: 24621400
ReportImpersonationStatus: 38765994
ReportLoggedOnCompleted: 20469805
ReportOneSettingsUsage: 36722739
ReportScriptErrors: 13853803
RequestExtensionErrorMessage: 35384833
RequireActiveSessionForInteractiveUsers: 36921490
ResilientToCloudFileCalculatedProperties: 20681302
ResponsiveScreenRotationAnimation: 35001794
RetrieveEkCertRefactor: 31367822
RnR_APMToggling: 17363920
RnR_MBB: 17246021
RnR_PDPReset: 17595139
RnR_PnPDisableEnable: 17363926
RollingShutterCorrection: 11949150
RotateRecoveryPasswords: 18791440
RotationUiaNotification: 34968108
SB_Test: 32513582
SB_Test|mach2.warning.duplicate0: 34947456
SMEIntegration: 17149389
STMTest: 38168511
STTest: 26008830
SUIWUTest: 30939958
SV2Moments2UTCVersionChange: 40762443
SV2RCFixesTwinui: 32324386
SanderoOnPro: 24027798
SavePasswordSoftlandingEvent: 12261764
ScoobeEligibilityRedirection: 27336672
ScriptingEngines_AMSI: 24742553
ScriptingEngines_CollectJS9LegacyTelemetryData_ScriptStateStarted: 31697992
ScriptingEngines_CollectLegacyTelemetryData_Multithreading: 31935990
ScriptingEngines_CollectLegacyTelemetryData_ScriptStateStarted: 31579722
ScriptingEngines_CollectVBScriptTelemetryData_ScriptStateStarted: 34898847
ScriptingEngines_DisableLegacyJScript_ProcessLevel: 27806502
ScriptingEngines_DisableLegacyJScript_SystemLevel: 26092979
ScriptingEngines_GroupPolicyJScriptReplacement: 31916716
SearchBoxOnTaskbar: 40887771
SearchBoxPillButton: 39263329
SearchInAllMarkets: 17937263
SearchNamespaceExtensionCrash: 26584528
SearchPluginIsolation: 26222238
SecondaryClock: 35909549
SecureStart: 27656178
SecureUSBSecurityChecks: 11564842
SeeItSayIt: 7520078
SeeItSayItForWebPlatform: 13786286
SeeItSayItOnXbox: 9389920
SelfHealingRepairScenarioSpecific: 19424499
ServiceUIContentExperimentA: 19272907
ServiceUIContentExperimentB: 19272967
Servicing_ADSD_NonGcSidLookup: 39896352
Servicing_AVDADMXIngestedPoliciesAllowedInUserScope: 40850270
Servicing_ActivityHistoryPage_CrashFix: 40266420
Servicing_AddAepToSupportedDeviceObjectTypes: 40327213
Servicing_AppCacheLambaCaptureFix_41517218: 41517218
Servicing_AppVMemoryLeakNotifyChange: 40230061
Servicing_AppVOfficeHangNotifyChange: 40230136
Servicing_AutoBondingForOEMs: 40478549
Servicing_AutoHDRHybridRender: 39830513
Servicing_BitLockerAADCleanupDisable: 40656392
Servicing_BlockingModeTransientError_40048641: 40048641
Servicing_BluetoothServiceDiscoveryDelay: 41055186
Servicing_CBSPayloadTracker: 40322407
Servicing_CellularAutoProvisioningProfile: 39910253
Servicing_CheckDisableMSHTML: 39858561
Servicing_CmEthernetReconnect: 40108334
Servicing_ComPlusDeletePending: 40783068
Servicing_ContainerIPv6ConnectivityFail: 40786942
Servicing_CoreWorkerAtlCrash_39201622: 39201622
Servicing_DDIStreamBufferCheck: 41030016
Servicing_DHCPIntercepted: 41041570
Servicing_DefaultPdcUpgrade: 40410162
Servicing_DisableEffectPackSigningCheck: 41673831
Servicing_DpAPIFailAfterPasswordChange: 41246420
Servicing_DrvUtilsOsVersion: 41361240
Servicing_DualEngineDialogServices_Memory_Leak: 39124891
Servicing_DualEngine_Certificate_Chain_Verification: 39858630
Servicing_DualSIMCallingBlockedOnSSDevices: 40458190
Servicing_DxgiSimplifyIsOutputVrr: 39590590
Servicing_ERMCleanupOnUnenrollment: 40656748
Servicing_EdgeIndexerPerformanceFix_40127470: 40127470
Servicing_ErrorReportingDEH_WOWRegistry: 40003627
Servicing_ExitButton_41404144: 41404144
Servicing_ExplorerDesktopTelemetry: 40546639
Servicing_ExtensibilityErrorStrings: 40656796
Servicing_ExtensibilityThroughCDN: 40656916
Servicing_ExtensionDriverEnumerationFix_39517235: 39517235
Servicing_FECmdBarNullPtr_41519165: 41519165
Servicing_FamilySafetyUpdate: 40528014
Servicing_FidoPrimaryAPCacheRotation: 40668818
Servicing_FileExplorerLambdaCrash: 39863651
Servicing_FileProtocolRegression: 40968291
Servicing_FirstOutputSampleTimeAfterFlush: 39809890
Servicing_FixCloudClipboardSettingNotApplied: 40467658
Servicing_FixDolbyHDRInACMVivid: 39519718
Servicing_FixLpaSetTerminalCapabilityBeforeGetEid: 41582054
Servicing_FixLsaTokenLeak: 40527576
Servicing_FixMBQuickActionESimStatusRace: 40092623
Servicing_FixRotationDuringSleepMode: 41518955
Servicing_FixSingleSlotESimDeviceStructHandling: 39043965
Servicing_FixWifiConnectivityCheck: 39857869
Servicing_FolderShortcutCrash: 40052018
Servicing_GPDUpdate_PSA: 40633933
Servicing_GameBarAudioDesync: 41292066
Servicing_GetDefaultPrinterFix: 40442529
Servicing_HandleNewWindowReentrancyProtection: 40333121
Servicing_HnsVfpStackSize: 40232813
Servicing_HuPrDistance_Fix: 41040921
Servicing_IEAuthDialog: 40012364
Servicing_IEModeV18: 40242609
Servicing_IEMode_JscriptSchemeFix: 40474948
Servicing_IEMode_PdfNavigation: 40411607
Servicing_IEMode_UAC_Windows_Open_Launch_IE: 40065412
Servicing_IEMode_V19: 38972987
Servicing_IESupportWDAGWithOptionalNetworkIsolPolicies: 40593246
Servicing_IPUDeploymentDataFix_40512177: 40512177
Servicing_ImmSpy: 40729124
Servicing_ImportantNotificationsConsentToastLocFix: 40511366
Servicing_InfracastPINFix: 40344836
Servicing_IppUsbSwapIndexes: 40631778
Servicing_KerbAADAppProxyFix: 41172220
Servicing_KeyboardNavigation_32335287: 32335287
Servicing_KeyboardNavigation_39176332: 39176332
Servicing_LiteWhiteNTH: 40582930
Servicing_LiveCaptionsExitButton_40211479: 40211479
Servicing_LogonUI_PageCrashFix: 40634780
Servicing_MEPProfileEx: 40263692
Servicing_MMPCCertPinning: 40656807
Servicing_MP3SinkStopError: 40759332
Servicing_MiniSearchKeyboardNavigation_35830129: 35830129
Servicing_MiniSearchViewAppearingEmpty_36138022: 36138022
Servicing_Missing3dObjectsFolder: 41792746
Servicing_MxUsageReporting: 38830943
Servicing_NetadapterCfgWithoutNetshellAPI: 39160778
Servicing_NiFixForTaskViewIncorrectAppWindowOffset: 39710612
Servicing_NullCredHandleDeref: 38719001
Servicing_PerformRebootActionsHang_40691927: 40691927
Servicing_PnpCfgMgrNoDefaultFilters: 41394538
Servicing_PosturesOnDesktop: 40011927
Servicing_PrintHangInRemotePrintQueue: 39653343
Servicing_PrintSpoolCrashInIsPsaAvailable: 40545548
Servicing_PrintSupport_Blocking_Cannon_Xerox: 40360873
Servicing_PsaPrintPreferenceFix: 40512597
Servicing_RDSAADAuthReconnectFix: 40897878
Servicing_RDXAutoMSA: 40859459
Servicing_RDXProvisioningAppRecovery: 41235501
Servicing_RPCSSRaiseFirstTryActivationAuthnLevel: 41077202
Servicing_RadioManagerDeadlock: 41224695
Servicing_ReEncryptConatinerAccountMasterKey: 41160732
Servicing_ReadInstallDelayPropertyFromIrisPayload: 39632162
Servicing_RecentActivity: 39126376
Servicing_RemoveIETitleCache: 40279552
Servicing_RenameCloudRestoreEvents: 39858655
Servicing_ResumeWithFlagsFix: 41312406
Servicing_RoamingUsrClassCopy: 40742076
Servicing_SHPAMOneAccount: 40464483
Servicing_ScepNgcMismatchFix: 40049151
Servicing_SearchIRowsetPriority: 40782702
Servicing_SearchPluginResourceStartupResiliency: 39909679
Servicing_SecureBootTelemetry: 41222469
Servicing_SendTenatIdDuringMDMEnrollment: 40327907
Servicing_SettingsPageColorProfilePicker: 39889267
Servicing_Setup_Dots_Pause: 40247686
Servicing_ShutdownEventCrash_38947543: 38947543
Servicing_SkipTurboContainerForLocalFiles: 40369833
Servicing_SoftReset_41219147: 41219147
Servicing_SovereignEndpointsGraph_37960847: 37960847
Servicing_SparkIDUpdateOnAvailability_39449185: 39449185
Servicing_SpoolerUPRemoveCleanupFix: 40330584
Servicing_SystemViewActivationPolicyDisabled: 40672515
Servicing_TSF_VK_CONVERT: 40778682
Servicing_TaskbarShiftClick_36479996: 36479996
Servicing_TaskbarTaskManager_36860984: 36860984
Servicing_TileNotificationDeRegistration: 40850711
Servicing_USBPrint_SetInterfaceDelay: 41454802
Servicing_UpdateOverflowSynchronously_39096845: 39096845
Servicing_UsbMonLegacyPortState: 40657043
Servicing_Usbmon1284IdSize: 40631726
Servicing_VlanMac: 40567429
Servicing_WARPCopyOverflow: 39923787
Servicing_WSResetFix: 40206437
Servicing_WSUSDeadlineForceRebootFix_40345358: 40345358
Servicing_WUSARebootStatusFix_39487024: 39487024
Servicing_WUSettingsEulaFix: 40561283
Servicing_WerOOM: 41311897
Servicing_WsdShutdownAvoidRace: 40282242
Servicing_WslShutdownDeadlock: 40511028
Servicing_XboxLicensingOutageSupport: 41345301
Servicing_XheaacDrcTargetLoudnessParameters: 41136512
SetBrowserAsPDFHandlerInScoobe: 37236683
SettingsAboutRejuv: 31197890
SettingsAccountsInfoProgrammablePromoCard: 12908183
SettingsAudioRejuv: 29643556
SettingsDevicesAndPrinterPropertiesRejuv: 35532102
SettingsEvolution_WindowsUpdate: 31346986
SettingsPagePrivacyMusicLibrary: 28025541
SettingsPermanentNav: 27563307
SettingsPermanentNavBreadcrumb: 29717861
SettingsPermanentNavPngIcons: 29797802
SettingsPersonalizationRejuv: 30381770
SettingsPersonalizationRejuv_LockScreen: 31772998
SettingsPhoneL2: 16468750
SettingsPrintersRejuv: 29734477
SettingsRejuv: 30580687
SettingsRejuv_Accessibility_Audio: 30715632
SettingsRejuv_Accessibility_Captions: 30715597
SettingsRejuv_Accessibility_ColorFilter: 30715532
SettingsRejuv_Accessibility_Display: 30715491
SettingsRejuv_Accessibility_EyeControl: 30715732
SettingsRejuv_Accessibility_Keyboard: 30715528
SettingsRejuv_Accessibility_Magnifier: 30715566
SettingsRejuv_Accessibility_Narrator: 30715512
SettingsRejuv_Accounts: 31777756
SettingsRejuv_AccountsUsers: 31770149
SettingsRejuv_ActivityHist: 29755179
SettingsRejuv_DateTimeHeroControl: 36972886
SettingsRejuv_DeveloperOptions: 29646885
SettingsRejuv_DeviceUserIntent: 31856982
SettingsRejuv_DiagnosticsAndFeedback: 29896902
SettingsRejuv_FindMyDevice: 31292325
SettingsRejuv_FontSettingsRejuv: 29241279
SettingsRejuv_Gaming: 31291312
SettingsRejuv_IT_Privacy: 29631937
SettingsRejuv_InstalledApps_Settings: 37022441
SettingsRejuv_MixedReality: 32433565
SettingsRejuv_ModifyDarwinApps_Settings: 37432471
SettingsRejuv_MultiTasking: 29739067
SettingsRejuv_Networking: 29029980
SettingsRejuv_Networking_AdvancedSharing: 35529414
SettingsRejuv_OfflineMaps: 29734046
SettingsRejuv_OpenYourPhone: 29733800
SettingsRejuv_PenInk: 29673992
SettingsRejuv_PrivacyCA: 30331247
SettingsRejuv_PrivacyEyeTracker: 35454317
SettingsRejuv_PrivacyLocation: 25977668
SettingsRejuv_PrivacyMicrophone: 31986224
SettingsRejuv_Recovery: 31198568
SettingsRejuv_RelatedQueries: 36640117
SettingsRejuv_RepairDarwinApps_Settings: 38823293
SettingsRejuv_SearchIndexer: 31199967
SettingsRejuv_SharedExperiences_NearbySharing: 32055143
SettingsRejuv_ShowUninstallHyperlinkButton: 39172735
SettingsRejuv_SystemCategoryHeroControl: 32093957
SettingsRejuv_Typing: 29631860
SettingsRejuv_UninstallLegacyApps_Settings: 38579715
SettingsRejuv_UserProfileControl: 32353009
SettingsRejuv_YourInfo: 31754099
SettingsSearch_BingCabContentUpdate: 37104994
SettingsStoreChange: 6050594
SettingsTroubleshootRejuv: 31065128
SettingsUserIntentPage: 25810627
SettingsVideoRejuv: 31736995
Settings_MigrateUninstallUpdates: 35246215
Settings_Rejuv_DisksAndVolumes: 36925532
Settings_Rejuv_StorageSpaces: 36974906
SevSnp: 23356523
ShaderModel66Release: 28725761
ShareAnyWindow_VisualIndication: 35232263
ShareOnPdf: 14434234
SharedPCCSPImprovements: 7179030
SharedPCEnableOneDriveSync: 36501519
SharedPCEnableWIP: 39397422
ShellWindowingLimitSnappedWindows: 30991329
ShowFamilyToNonAdmins: 36466220
ShowFamilyValuePropBannerOnFamilyPage: 36423953
ShowSmartInstallAppRecommendation: 34907890
SignInOptionsInPowerMenu: 30848624
SignInOptions_19H1Page: 14575813
SignalManager: 11423877
SilentInstalledApps: 8025889
SinglePathAppRestart: 32060401
SkipCloakedWindowsWhenFallingBackToLastActiveWindow: 36556458
SmartClipboard: 37337288
SmartClipboardBackoffProfile: 37929070
SmartClipboardBackoffThreshold: 38105777
SmartClipboardUX: 37337255
SmartPrint: 13476978
SmartSignalRegistration: 18989638
SmoooothEduSharedPCOOBE: 6988424
SnCm: 32966687
SnCmEnablment: 31979781
SnapFlyoutDeprecateDisplayRegions: 34731873
SnapFlyoutOffsetAccTree: 38059487
SnapGroupsInSwitchers: 29664324
SnapOnShow: 35435264
SnapToSnapAnimation: 35385316
SplitTransactionHSIIWorkaround: 36695841
SpotlightHotspotExtensions: 13867745
SpotlightPersonalization: 9432994
SpotlightPersonalizationRequest: 9835896
StableMacForInternalNICs: 24333588
StackedPriorityToasts: 26338990
StartAutoShowNewDevices: 31804463
StartMenuAccountBadging: 36435151
StartProvidesWebUrlToPH: 36840874
StateRepository_DynamicDependencies: 23398575
StaticIrisNavMesh: 36803303
StickerApp: 36321507
StickersCraftsmanship: 39139876
StorageItemPrivacyChecks: 13848133
StorageLibraryFolderSuggestions: 9004739
StorageLibraryFolderSuggestionsUX: 10079435
StorageRecommendations: 24185470
StorageReserve: 31281595
StorageReserveFixes: 35089046
StorageServiceFolderSuggestions: 9749199
StorageServiceFolderSuggestionsWriteRegistry: 10079424
Stubification: 28384772
StubsBypassQueue: 25699808
SuggestedActionsOnCopy: 34592303
SupportCDMInDefaultUser: 9300179
SurfaceHubRemoveSidebars_Shell: 9999962
SurfaceHubUserSettings: 33567999
SurfaceHub_RemoveSidebars: 10169763
SustainabilityInstallDeferral: 37631761
SvchostSplit: 8644228
SwitchItemTitleDrag: 36421775
SyncDpapiCredKeyToUserProfile: 26005139
SystemDiskInfo: 36713042
SystemModalDialogRounding: 35984665
TIPInPhoton: 40359116
TKPOSR: 34562805
TOTest: 35620393
TablePaginationCraftsmanship: 36928256
TabletPostureWindowingShowMaximized: 35206086
TabletPostureWnfNotification: 35215389
TajTest: 39269328
TargetedContentAPI: 8299381
TargetedContentCacheExpiration: 11946054
TargetedContentTamperDetection: 9766529
TargetedContentUseProductInstallAPIs: 8553651
TargetingSessionContextV6: 8049662
Task34937368_LogonStyle: 34937368
Task35502694_MoveGetCachedShellPreferenceAsStringFunction: 35502694
Task36660615_AudioManagerCheck: 36660615
TaskManagerDarkModeTheme: 37204171
TaskManagerExperiment: 8749962
TaskManagerFilterEngine: 39420424
TaskManagerRejuvenated: 35908098
TaskViewForceCloseContextMenu: 22118550
TaskbarFlashing: 35764467
TaskbarHideSearchButton: 36494306
TaskbarHideTaskViewButton: 36434422
TaskbarSuggestions: 6258161
TerminalAsDefault: 32867655
TestInProduction_RemoveFailFastInRegistry: 38907643
ThemeAwareSplashScreens: 25936164
Tls13InEapTtls: 31308504
Tls13InPeap: 31308502
TokenCachedLogon: 27485386
ToolBarForEmbeddedPdf: 16264639
TouchGestureEducation: 35385524
TouchInputVirtualization: 18789657
TouchKeyboardNotShownOnPasswordResetBugFix: 35903096
TouchKeyboardPixelGapAtRight: 36964436
TouchPadController: 8377349
TpmCoreProvFunctionLogger: 31621124
TriggerManager: 8642183
TryShellActivateApplicationFallback: 23674478
TurboCorePC: 36841274
TurboMergePending: 38800333
TurboStaging: 36396252
UAC_CPL: 6965140
UPExperimentation: 15546617
UPExperimentation|mach2.warning.duplicate0: 29898434
UPLargePrintPayload: 36898932
UPSSNE: 39628592
UUS: 20603363
UUS_MoNotificationUx_SxS: 36325875
UUS_MoUsoCoreWorker: 26752348
UUS_MoUsoCoreWorker_SxS: 29571617
UUS_Sih_SxS: 37675760
UUS_UsoSvcImpl: 31295451
UUS_UsoSvcImpl_SxS: 31411556
UUS_WaasMedic_Capsule: 36612934
UUS_WaasMedic_Capsule_SxS: 36612930
UUS_WaasMedic_Engine: 36621111
UUS_WaasMedic_Engine_SxS: 36621155
UUS_WaasMedic_Worker: 36612845
UUS_WaasMedic_Worker_SxS: 36610075
UUS_WuCoreModules_SxS: 37675703
UUS_WuHandler_SxS: 37675687
UUS_WuStoreAuthPlugin_SxS: 37675726
UUS_WuTrust_SxS: 37675751
UUS_WuUpdatePolicy_SxS: 37675739
UUS_Wuauclt_SxS: 37675749
UWPGameBar: 13602588
UiaTreeViewItemProperties: 36640000
UiaWindowManager: 23311586
UndockDesktopSearchIntegrations: 23516137
UndockedDecoupleScoobeFromUpgradeOnLogon: 31330396
UndockedMainPanel: 37955986
UndockedMixedWorld: 37955970
UndockedScoobeBrowserPermanentNode: 36748367
UndockedScoobeOnCleanInstallNoNetwork: 31333241
UndockedScoobeOnLogonForUpgradedDevices: 31333254
UndockedStartSwipeGesture: 36571557
UndockingTrust: 29829133
Undocking_StoreWuAuth: 33155727
Undocking_UpdateDeployDll: 33531951
Undocking_UpdatePolicy: 33340082
Undocking_WUAPI: 32063705
Undocking_WUAUCLT: 36939087
Undocking_WUAUENG: 32332606
Undocking_WUClient: 37730622
Undocking_WuuhdrvDll: 33723374
Undocking_WuuhextDll: 33723308
Undocking_WuuhosdeploymentDll: 33725615
UnenrollMDMOnSysprep: 29380632
UnifiedPrintDialog: 32615831
UnitCommands: 6364182
UnsupportedHardwareNotification: 33122876
UpLevelUpdateDeployModule: 26227311
UpgradeEligibilitySessionContext: 31842301
UrgentNotifications: 35061012
UsageAPI_MultipleInstances: 24331859
Usage_Tracking_FaceAuthentication: 12198911
UseCDMLiteForPGStart: 33410451
UseDDisplayOutputOnSydney: 15983669
UseHeadGazePitchAdjustmentRadians: 21073599
UseInboxDeploymentModuleInRemoteWorker: 28388182
UseIrisAADClient: 31320227
UseMLModelForToastTiming: 20804974
UseNewSearchAndCortanaApps: 19263623
UseProductionEndpoint: 28663185
UseRefactoredDictation: 11252401
UseSpeechPlatformSettings: 16976317
UseStateEndpoint: 37237894
UseTPMForEnrollmentKey: 31513978
UseUILanguageForVES: 19372390
UserIntentSessionContext: 31029676
UserManager_AADC: 32407602
UserSwitchTokenSwap: 19390280
VAC: 38833134
VDSkipFullRes: 33812524
VLLRTest: 37169215
VPNReliability: 32771196
VTLR: 34912752
VaUnsupportedLanguageExperience: 36863320
VacOcclusion: 8118562
VailRemovableDriveMapping: 23675583
ValueBannerCDMLiteV2: 30785790
VelocityEligibilityUsingFlightingApi: 8776276
VerifyAccountInSendRequestFlow: 36624728
VoiceAccess: 23445657
VoiceAccessVoiceTypingViewOrchestration: 34718548
VoiceAssistantPositioner: 20484887
VoiceTypingCommandingImprovement: 37083481
VoiceTypingFunctionalTests: 36769696
VoiceTypingMicrophoneSetting: 37041514
VwSotUpdates: 34146562
VwUpdates: 27923788
WFDHighChannelAvailability: 17318654
WFD_FirewallPreConfiguration: 13820346
WFDiagnosticTracing: 16585608
WHFGA: 36911352
WISE_EnergyBatteryProviders: 25932784
WSL_Install_Lifted_By_Default: 36717103
WSXProvider: 29713338
WSXProviderUndocked: 35359319
WSXProvider_SkuCheckOverrideUndocked: 36202359
WUEventsLegacyStyle: 31597418
WUEventsReconfigurationAndSampling: 29743028
WVDFileContentIndexing: 22441124
WVD_MultiSession_User_Configuration: 23685071
WVD_UserSession_DeviceCSP_Filtering: 36738211
WarpEnableJITCacheOptimizations: 7837283
WdagARM64Support: 30926566
WdagAsIsolationPlatform: 22756199
WebAuthnInWAMPrompts: 35233288
WebThreatDefenseComponents: 34032856
WebThreatDefenseToggle: 33755739
WebnotesPLM: 14573844
WhatsNew: 23226190
WifiAdapter_MCPositioning: 10978839
WifiAdapter_ScanCache: 33578378
WindowTabHostBackgroundInit: 33340028
WindowsAutopilotAgility: 31566716
WindowsAutopilotDiagnostics: 27112291
WindowsAutopilotForceNarrowTimeSync: 31422357
WindowsInsiderPageRejuv: 30095024
WindowsSandbox_ARM64: 21979176
WindowsSpotlightV3: 11024039
WindowsTips: 11355840
WinrtAdministrator: 37338598
WirelessDisplayConnectCancel: 6313394
WirelessDisplayConnectedIcon: 35408430
Wlan_SecondaryStaSupport: 31042985
XAMLFileExplorerDragAndDrop: 12022907
XAMLFileExplorerSetWallpaperImage: 14012257
XHSWUI: 29425493
XIIS_Test: 34919815
XamlHostedDialogGeneric: 35985309
XamlHostedDialogHyperlinks: 34037898
XamlIslandsInputViewHosting: 35802524
XamlPopupFlyoutSupport: 39626793
XblAuthGamerAccountCleared: 17728688
XblAuthGamerAccountSet: 17512732
XboxServerFlows: 21144178
vaDownloadHWAcceleratedSpeechModel: 37739154
## Always Enabled:
ALB: 28825948
ANSCTests: 30267148
APSCTests: 31217317
AUDTest: 31498476
AUTest: 30901086
AUXEMP: 30188590
AccentColorTitlebar: 37015830
AcrylicTaskbar: 10698435
ActivitiesInTaskView: 9207521
ActivitiesLocalBackgroundImage: 12638307
ActivityFeedClientBackupAndRestore: 29271427
ActivityHistorySettingsOnAND: 15685752
ActivitySuggestionsAPI: 18425764
Adaptive_Color_Night_Light_Fusion: 27742379
Adaptive_Color_Reduction_With_External_Monitor: 34717843
AddFullScreenOptionalHandlingToPositioners: 10094528
AdditionalComDebugOutput: 14468475
AllowFocusLossNotifyWithCciDelegationWorkaround: 37996940
AllowOutOfProcIExplorerCommandSetForeground: 25176540
AllowPeopleRearrangeInBarAndFlyout: 12719581
AllowRelevanceCloudFallback: 11991310
AllowRenameOfExtensionOnlyFiles: 20240189
AllowSingleViewAppsForAssignedAccess: 5227080
AlternateHomeExperience: 28261277
AppDefaultsRecommendNewEdge: 20432194
AppFrameCOMRundown: 13837201
AppProvidedViewportsAndCameraViewProjTransforms: 14577067
ApplicationActivationWatcher: 21726163
ApplicationWindows_Wave3: 22984684
AppsFolderTaskbarIconLoading: 10998066
AppxSvcManagedInstallerSupport: 33102812
Arm64XProcessSupport: 29359153
Audio_Drivers_HdAudBus_Graphics_Power_DDI: 17257248
AutoBrightnessService: 7203497
AutoColorManagementEnabled: 24316826
AutomaticSignOnLockSetting: 11124079
BIPATimers: 35741749
BannerOpportunity: 13686160
BannersCanTargetKnownFolders: 17202054
BannersKFMTemplate: 14105151
BonusBarServiceContent: 8240687
BrowserReplacement: 21167812
BugFixVoiceTypingDuplicateComposition: 35590379
CACTest: 31071662
CBCSHardwareDRM: 17546121
CDPAFSProdDomainUri: 7776321
CDPCloudClipboardMonitor: 11127429
CDPNearshareEnhancedAdvertisement: 37382739
CDPNearshareUDPRestriction: 37382876
CFD_CreateTestFile: 25493466
CPRTest: 32423803
CSMValidity: 37674784
CUFSTest: 32043389
CUIPopupHelper: 8664332
CUUACSTest: 29622217
CacheHighContrastStateInDwm: 220937958
CacheSpotlightLockScreenImage: 6869861
CameraBasedHumanPresence: 33193505
CameraDevicesSettings: 25374378
CapabilitiesDEHMachinePhase: 32203795
CaptureIsBorderEnabled: 23797124
CentennialBanners: 13294624
CentennialCloudFilesRegistration: 8481732
CentennialCloudFilesUninstallCleanup: 13381010
CentennialIExplorerCommand: 5643234
CentennialPreviewHandlers: 8284466
CentennialPropertyHandlers: 8221526
CentennialRibbonNewMenuInvoke: 32160382
CentennialSetKnownFolder: 13133736
CentennialShellNew: 6688715
CentennialSkipCloudDownload: 16669717
CentennialThumbnailHandlers: 8207547
CentennialUIAccess: 19447269
CentennialUseURL: 8182961
ChangeNotifyInterruptSourceUpdate: 9359829
ChangeNotify_Threadpool: 31037754
ClampPositionAfterExpressionProcessing: 31707393
CloudDownloadAndGo: 7007735
CloudFileAppInitiatedHydration: 8302267
CloudFileCopyHook: 23685927
CloudFileNavPaneAllPrimaryStates: 13822262
CloudFileProgress: 6067484
CloudFileRecycleBin: 6165239
CloudFileSecondaryStates: 8299380
CloudFileShowPrimaryIconOverlaysOnDesktop: 11985136
CloudFileStabilization: 5654988
CloudFileStateIcon: 394658
CloudProviderStatusAPI: 35122196
CloudProviderStatusUI: 35032947
CloudTrust: 12730897
Color_Transition_V2: 27484647
CompareGPWallpaperModifiedTimeAgainstCache: 19287428
ComponentUICShellPolicy: 14446133
ComposerScalingPolicy: 14563840
ConnectedFilesCache: 20169383
ConsentUXOwnerViewHeuristicFallback: 11870473
CopyFilesToManagedAndUnmanagedSyncRoots: 7242324
CoreWindowResizeEvent_Desktop: 4985284
CredUI_AlwaysBroker: 15049203
CredUI_ConsoleMode: 6723842
CuratedHMenuContextMenu: 29704337
CursorDeadzoneJump: 35889350
DATest: 31072813
DGITrial: 30018569
DITest: 27924095
DMSTest: 28211641
DP_AUX_V2: 21034614
DSCTrial: 30159903
DTC: 29573966
DTests: 31565736
DWMHdrPixelFormatEnforced: 32475491
DWriteTitlebarText: 34948572
DataPathOptimization: 18100194
DefaultDownloadsSorting: 18001239
DeliverAllAppsViaFod: 14727948
DeltaEab_Based_Thresholding: 36832792
DesktopDisplayBroker: 12773644
DesktopIconLayoutRefactor: 3261926
DesktopSplashScreenSuppression: 783899
DesktopSplashScreenSuppression_WhenWindowExists: 11955525
DesktopSwitcherDataModel: 9215578
DesktopWorkAreaDPIAware: 8278123
DevicesCollection: 5348245
DevicesFlowSettingsDeviceDiscovery: 5383254
Direct3D12HolographicRenderingAPI: 10700160
Direct3D9_ModeEnumPerf: 21663869
DisableDisplayablesP010_VP9: 36752311
DisableTDLCachingNonMobile: 10286718
DispBroker_EmulateKernelSdcReset: 32144447
DisplayHdr_Inf_Certification: 20832431
DisplayScenarioTelemetryAsJson: 35989595
Display_Redness_Mitigation: 36832633
Distinct_Percent_Nits_Mapping: 30607842
DoDragDropOnContainerOS: 21400610
DockingServiceConnectionManager: 8661952
DolbyVision_Default_On: 20832424
DragDropWithComponentUI: 9386173
DriveBasedNamespaceRestrictions: 24750601
DriverBlackboxData: 20758515
DriverWhiteboxData: 20758545
DynamicTextInputDVC: 27884841
EDR_EnabledOnBatteryWithoutBacklight: 14601494
EDR_EnabledOnUnprovisionedDevice: 14442588
EDR_QualityMode: 13271434
EDR_UseOverlay: 12840423
EICAppendNewContent: 17059661
EICInWindowedPopup: 25903710
EICLogging: 15990572
EICReanalysisJoin: 14901636
EIC_Configuration: 18742411
ESSGP: 37649933
EaseOfAccessQuickSettings: 20782259
EdgeDesktopShortcut: 10738161
EdgePinnedSecondaryTiles: 15920779
EdgyDetectionISM: 35014286
EducationCloudDefaultPins: 10474832
EffectSupport: 9448552
EffectsCamDiscoveryHints: 37220318
Emrbspi: 27514536
EnableDefaultFolderIconFallback: 23394095
EnableExclusiveAppTransportOnHoloLens: 18263814
EnablePersonalizationLink: 8324675
EnableTestModeForFileExplorerSSFtoCDSConversion: 20681411
EnableV5toV4AutoDestListBackwardsCompatibility: 37872517
EnhancedPalette: 30915588
EnumDisplayMonitors_UseSharedLock: 31059856
Erpsrbspi: 30784717
ExpandedEIC: 18675136
ExperimentalHidSensors: 15950370
ExplorerEdu: 6390483
ExplorerIcons_2021: 29758728
ExplorerScreenOff: 12949629
ExpressiveInput_ShellHotKey_EngagementEvents: 13032159
EyeControlToolkit: 19098229
EyeTracking_3rdPartyAacSpeech: 19040803
EyeTracking_AdvancedMouseMode: 18096054
EyeTracking_EcappSettingsUpdates: 19051580
EyeTracking_SwitchMode: 19450352
FSMVirtualCamera: 28042061
FaceDetectionMFT_WinML: 35542646
FailFastForHandlerIntializationFailure: 20477373
FailFastOnOverRelease: 13108159
FastPoseQuery: 10520764
FederatedAADWebSignInSV2: 33624936
Fido2_1: 27870272
FidoBleAddressRotation: 21326400
Fido_WebAuthn_RDP: 33101665
FileExplorerClassicSettingsInCDS: 18616153
FileExplorerDarkTheme: 10397285
FileExplorerPolicy_2021: 31782608
FileHandlers_LastAccessTime: 26856818
FindMyPen: 11789752
FixCorruptStore: 36533427
FixForDirectSwitchHotKeyAndInputProfileOrder: 19953478
FixIsRemovableDevicePath: 27060184
FnKeyAPI: 21073492
ForceUpdateFromAnyVersion: 16277541
ForceWindowlessWebView: 14599978
GTGETest: 32066579
GTGTest: 26335374
GraphFileIconsAndThumbnails: 34760373
HTTest: 31403504
HVCHMTest: 31319812
HVCZMTest: 31265023
HVSTest: 31250948
HandwritingPanel: 13126689
HandwritingPanelSettings: 11430513
HardwareConfirmatorsRejuv: 30849917
HardwareDRMMultithreadedKeyExchange: 15488212
HelloSettingsImprovements: 5832397
HelloSplitViewAcrossDisplays: 20770583
HideActivityHistoryCloudSyncSetting: 31609456
HolographicCameraCaptureUI: 16892996
HolographicHardwareContentProtection: 14496729
HolographicMouseGameMode: 10492335
HolographicSpaceAdaptiveRenderingApi: 14549080
HolographicSpaceUserPresenceApi: 14577032
HumanPresenceAttentionAwareDimming: 37354742
HumanPresenceMonitor: 24360466
HumanPresenceShellSettings: 31482498
IBSSetup: 31397652
ICNTest: 31676982
IMDTest: 33135792
ImplicitCentennialIdentitySupport: 36658697
Improved_Lux_Filtering: 36932268
InPlaceUpdate: 9896632
IncludeWABSystemApp: 17725623
IncrementalRecycleBinEnumeration: 24087738
InkFeedbackManager: 8138820
InkGestureHaptics: 28820536
InkHighContrastAdjustment: 9224489
InkPointTimestamp: 9251712
InkPointerCursorApi: 25329925
InkPresenterProtractor: 8141176
InkProcessor: 8134488
InkSmoothingV2: 5894395
InkToolbarEraserFlyout: 8141016
InkToolbarStencilButton: 8140841
InkToolbarVerticalLayout: 8140918
InputDelegationToCciWorkaround: 36871845
InputDrivenDynamicRefreshRate: 36493362
InputServiceLogon: 13068691
InputServiceSecureDesktop: 35515749
InputSwitchHotkeyFlyout: 19141473
IntelligentPwdless: 31496654
IsDecodingHDR: 11868821
JTest01: 31527042
KeepToolTipOpen: 31424491
KsrDisplay: 12075496
LATest: 31072841
LCTest: 31072829
LHFA: 33103318
LIACoreNavigationClient: 13186501
LLR: 29739188
LMCTest: 30815606
LegacyHPDFiltering: 15689327
LimitedAccessFeatures: 15442981
LivePreviewForTabs: 25478404
LockBugFix_DecreaseLockScreenUnlockingDeferralTimeout: 37820877
LockBugFix_HangQuiesce_IgnoreUnregisteringRemoteEventHandlers: 21524549
LockExpMgr_AssignedAccess: 13864806
LockReliability_FreezeMessagePumpUponDisplayOff: 10559591
LockReliability_UnlockIfLockAppDidntShow: 11670466
Lux_Based_Adaptive_Color_Strength: 27563062
MACFlyout: 31371065
MCTest: 31676893
MNAI: 32074938
MNAPI: 32075029
MNH: 33149426
MNIB: 31371540
MSDTest: 31390638
MSGraphIntegration: 29990827
MSGraphIntegrationDestListInfrastructure: 33591120
MSGraphShare: 35681116
MSRC46479_18517844: 18517844
MSRC46856_19616319: 19616319
MSRC46866_19016884: 19016884
MSRC47461_18851231: 18851231
MSRC47497_19067730: 19067730
MSRC47720_19049162: 19049162
MSRC48103_19356432: 19356432
MSRC48328_19499934: 19499934
MSRC48868_19908122: 19908122
MSRC48931_19733394: 19733394
MSRC49392_20066163: 20066163
MSRC49488_20106387: 20106387
MSRC49489_20107494: 20107494
MSRC49492_20108028: 20108028
MSRC49661_20224862: 20224862
MSRC49890_20309196: 20309196
MSRC49893_20309898: 20309898
MSRC49894_20310019: 20310019
MSRC49895_20310073: 20310073
MSRC49896_20310121: 20310121
MSRC49897_20310146: 20310146
MSRC49908_20311175: 20311175
MSRC49933_20369702: 20369702
MSRC49960_20370815: 20370815
MSRC49988_20387640: 20387640
MSRC50126_20461088: 20461088
MSRC50819_21542341: 21542341
MSRC50851_20873218: 20873218
MSRC50979_21537952: 21537952
MSRC51181_21045850: 21045850
MSRC51459_21226085: 21226085
MSRC51569_21326875: 21326875
MSRC51700_21409766: 21409766
MSRC51792_21506819: 21506819
MSRC52101_21708469: 21708469
MSRC52192_21842263: 21842263
MSRC52365_21395503: 21395503
MSRC52443_22097612: 22097612
MSRC52712_22363214: 22363214
MSRC52839_22488156: 22488156
MSRC53249_23061662: 23061662
MSRC53969_23896785: 23896785
MSRC54524_23792275: 23792275
MSRC54554_23810758: 23810758
MSRC54581_23775006: 23775006
MSRC54643_23866277: 23866277
MSRC54733_23928498: 23928498
MSRC54976_24089711: 24089711
MSRC54977_24089739: 24089739
MSRC55118_24188022: 24188022
MSRC55531_25276811: 25276811
MSRC55574_24462219: 24462219
MSRC55610_24475151: 24475151
MSRC55635_24819047: 24819047
MSRC55643_24485507: 24485507
MSRC55840_24587418: 24587418
MSRC55930_24596121: 24596121
MSRC56125_24673962: 24673962
MSRC56147_24705114: 24705114
MSRC56207_24743076: 24743076
MSRC56454_24922760: 24922760
MSRC56582_25185823: 25185823
MSRC56583_25185841: 25185841
MSRC56874_25360497: 25360497
MSRC57031_25504921: 25504921
MSRC57105_25509444: 25509444
MSRC57129_25520433: 25520433
MSRC57141_25523403: 25523403
MSRC57333_25652608: 25652608
MSRC57358_25674532: 25674532
MSRC57429_25692297: 25692297
MSRC57498_25723431: 25723431
MSRC57503_25726631: 25726631
MSRC57524_25743201: 25743201
MSRC57568_25783926: 25783926
MSRC57570_25798721: 25798721
MSRC57671_25839967: 25839967
MSRC57681_25840971: 25840971
MSRC57712_27682885: 27682885
MSRC57795_25894289: 25894289
MSRC57892_25937517: 25937517
MSRC57968_26505869: 26505869
MSRC58278_26164425: 26164425
MSRC58295_26172760: 26172760
MSRC58296_26173880: 26173880
MSRC58584_26503263: 26503263
MSRC58631_26367419: 26367419
MSRC58999_26599509: 26599509
MSRC59101_26702985: 26702985
MSRC59279_26844027: 26844027
MSRC59313_26884496: 26884496
MSRC59635_27285389: 27285389
MSRC59936_31011409: 31011409
MSRC59963_27690723: 27690723
MSRC60011_27746974: 27746974
MSRC60518_28390170: 28390170
MSRC60880_29246065: 29246065
MSRC61699_29922275: 29922275
MSRC62190_30829971: 30829971
MSRC62553_31027277: 31027277
MSRC62685_27631800: 27631800
MSRC62946_31236997: 31236997
MSRC63245_31433215: 31433215
MSRC63361_32291786: 32291786
MSRC63368_32291794: 32291794
MSRC63412_31512155: 31512155
MSRC63672_31648931: 31648931
MSRC63770_31707689: 31707689
MSRC63783_31710090: 31710090
MSRC63845_31768335: 31768335
MSRC63868_31808102: 31808102
MSRC63969_31861616: 31861616
MSRC64092_31966791: 31966791
MSRC64115_31984176: 31984176
MSRC64186_32057820: 32057820
MSRC64205_32072023: 32072023
MSRC64273_32106102: 32106102
MSRC64294_36566870: 36566870
MSRC64310_32291719: 32291719
MSRC64331_32291714: 32291714
MSRC64333_32291691: 32291691
MSRC64351_32291699: 32291699
MSRC64374_32291704: 32291704
MSRC64435_32767078: 32767078
MSRC64582_32292762: 32292762
MSRC64594_32300957: 32300957
MSRC64603_32304823: 32304823
MSRC64607_32306327: 32306327
MSRC64631_32315710: 32315710
MSRC64641_32323316: 32323316
MSRC64646_32330004: 32330004
MSRC64675_32343618: 32343618
MSRC64720_32386001: 32386001
MSRC64721_32391376: 32391376
MSRC64746_32425728: 32425728
MSRC64763_32434971: 32434971
MSRC64832_32474491: 32474491
MSRC64834_32474822: 32474822
MSRC64907_32540543: 32540543
MSRC65305_33279484: 33279484
MSRC65465_33462387: 33462387
MSRC65473_33470314: 33470314
MSRC65535_33532345: 33532345
MSRC65785_33792954: 33792954
MSRC65787_33793529: 33793529
MSRC65824_33830200: 33830200
MSRC65947_33968321: 33968321
MSRC66071_34131098: 34131098
MSRC66089_34162206: 34162206
MSRC66213_34464455: 34464455
MSRC66363_34744120: 34744120
MSRC66714_35204835: 35204835
MSRC66727_35211842: 35211842
MSRC66746_35240787: 35240787
MSRC66769_35264364: 35264364
MSRC66883_35406322: 35406322
MSRC66919_35453408: 35453408
MSRC66940_35466457: 35466457
MSRC66945_35466752: 35466752
MSRC66971_35518840: 35518840
MSRC67043_35576979: 35576979
MSRC67044_35577074: 35577074
MSRC67150_35678152: 35678152
MSRC67155_35685934: 35685934
MSRC67160_35686584: 35686584
MSRC67183_35702192: 35702192
MSRC67209_35725030: 35725030
MSRC67211_35726730: 35726730
MSRC67250_35766091: 35766091
MSRC67304_35881534: 35881534
MSRC67337_35911235: 35911235
MSRC67391_35994145: 35994145
MSRC67462_36136594: 36136594
MSRC67479_36166281: 36166281
MSRC67511_36192878: 36192878
MSRC67582_36327760: 36327760
MSRC67717_36474000: 36474000
MSRC67719_36475946: 36475946
MSRC67734_36631895: 36631895
MSRC67843_36608363: 36608363
MSRC67868_36626983: 36626983
MSRC67914_36649488: 36649488
MSRC67934_36667985: 36667985
MSRC67948_36669748: 36669748
MSRC67949_36669789: 36669789
MSRC67950_36669823: 36669823
MSRC68116_36762209: 36762209
MSRC68117_36768249: 36768249
MSRC68318_36893589: 36893589
MSRC68701_37160027: 37160027
MSRC68790_37231782: 37231782
MSRC68810_37947475: 37947475
MSRC68856_37082688: 37082688
MSRC69156_37436451: 37436451
MSRC69268_37494577: 37494577
MSRC69356_37548709: 37548709
MSRC69466_37633892: 37633892
MSRC69467_37633910: 37633910
MSRC69478_37633149: 37633149
MSRC69488_37645311: 37645311
MSRC69489_37645371: 37645371
MSRC69497_37647972: 37647972
MSRC69507_37671681: 37671681
MSRC69515_37673292: 37673292
MSRC69668_37781082: 37781082
MSRC69672_37782164: 37782164
MSRC69682_37784407: 37784407
MSRC69696_37796569: 37796569
MSRC69722_37812153: 37812153
MSRC69784_37836893: 37836893
MSRC69832_37880875: 37880875
MSRC69920_37971314: 37971314
MSRC69924_37976439: 37976439
MSRC70021_38043368: 38043368
MSRC70071_39021850: 39021850
MSRC70120_38092965: 38092965
MSRC70158_38108480: 38108480
MSRC70174_38029549: 38029549
MSRC70353_38224898: 38224898
MSRC70380_38254160: 38254160
MSRC70478_38294096: 38294096
MSRC70513_38309934: 38309934
MSRC70520_38311597: 38311597
MSRC70529_38313567: 38313567
MSRC70531_38313650: 38313650
MSRC70540_38315328: 38315328
MSRC70556_39260058: 39260058
MSRC70561_38339872: 38339872
MSRC70935_38614235: 38614235
MSRC71037_38717801: 38717801
MSRC71340_39266628: 39266628
MSRC71812_39478379: 39478379
MTests: 31073511
MWTest: 27923976
MakePowershellTheDefaultConsole: 6527944
MarshalByValue: 5195825
MarshalRestrictedErrorFromRpcss: 17468649
MaxBlendHighlighter: 8465259
MediaControlsOnLock: 6084483
MeetAndChatIrisContent: 32266096
MicaDefaultBackdrop: 35362067
MinGetKeyState: 21237886
MipiDsi2: 18673552
MixedRealityMode: 12053065
ModalWindowHelper_CUIHostLookup: 9850522
MoveTaskbarContextMenuControlsToSettingsApp: 29521909
MultiLayerHolographicRenderingAPI: 10700180
MultiProcessISM: 23310084
NamespaceEnumerationRestrictions: 6391443
NamespaceNavigationRestrictions: 6391456
NgcInVsmKeyType: 12715014
NgcViaWam: 23808864
NgcWebAuthnEccSupported: 23997641
NoPlatformScaling: 23458767
NoSpeechProcessorDeactivationOnModKey: 31055084
NonClientAreaThumbnails: 36830563
OSetupETest: 28765318
OSetupPTest: 32438591
OSetupTest: 31072775
OfflineCapableStartMenuMigrationPlugin: 14909879
OggBrowserUsage: 12023326
OnDemandFolderPopulation: 10647694
OneCoreTransforms: 12283185
OneTimeRegistrationImpactfulChanges: 37629966
OnlyHandlingLidSwitchInBroker: 25677601
OpenFileDialogDFS: 27291829
PMC: 23339598
PackageStatusInStateRepository: 29741783
PackagedBrowserReplacement: 27289015
PartialTopology_SelectedCodecNotFound: 12149134
PenBackwardForwardNavigation: 13085732
PenNavigation: 11114803
PenSettingsFontSwitcher: 13977457
PenSettingsSelectiveDisplay: 8820472
PenTapped: 14300127
PencilVariableDistanceGenerator: 10097903
PeopleAppUpsell: 11184157
PeopleBar: 6353283
PeopleBarCapacitySetting: 13294141
PeopleInShareUI: 8287823
PerAppRuntimeBroker: 8482243
PerUserThumbnailCache_WCOS: 28349409
PersonalizationColorChooser: 6368928
PersonalizationRecentColors: 8999293
PickerBackButton: 5324433
PlayReady_DrmModeUsage: 11972769
PointErase: 9416013
PreferDisplayIdOverEdid: 31449727
PrelaunchEdgeLogon: 11813196
PrelaunchEdgeOnFrameExit: 14940810
PresentationStateBugFix: 9657658
PreventSUALaunchAsDSMA: 15953702
ProjectedShadow: 10769683
PromptOnOpenWorkFiles: 7699712
PropertyStoreForHwnd: 23956599
PublishActivityAnnotations: 18716070
PublishAnnotationsInLocalMode: 27141841
PublishFileActivitiesForUnassociatedViews: 19349712
PublishNullActivitiesAndHistoriesInLocalMode: 27141887
QualityBenchmark: 11828014
QuickAccessIndexedSearchScope: 35884509
QuickLaunchInvocation: 9100606
RMS_WorkFilesAsPersonalToUsb: 9675209
RSTest: 29573154
RWTest: 31098490
RapidHpdDeferRecalc: 28758639
ReadClipboardEvent: 26475108
RedirectBrowserActivations: 21166711
RedirectDevicesPrinters: 35532193
RedirectFilePicker: 9837567
RedirectNetworkAndSharingCenterControlPanel: 35529475
RedirectSystemControlPanel: 25175482
Re
|
Nice to see that the Feature List was finally scanned and created. The Feature Scanner is going to get a revamp in the entire "Saving the Feature List" aspect hopefully soon/tomorrow, by actually asking you where to save the Results
Hmmm, so I guess the Feature Scanner will be sorta for personal use only then
As for the ViVeTool GUI Copy Error, could you send a Exception Message/Screenshot if you still have it? The results file seems to be cut off or Github is not displaying the entirety of it Also Sorry for the delayed Response, was dealing with Family Issues and School Exams so didn't really have time at all to work on ViVeTool GUI, luckily my Exams are all finished, Family Issues kinda over and my Winter Holiday for School and Work is gonna start from 22th December to New Years Eve which means plenty of more time to work on ViVeTool GUI |
For now fixed in the Emergency Bugfix Release 1.6.999.3 Will be properly bug tested until Version 1.7 releases to the public. |
I have an issue with the feature scanner failing at the final step of creating/ transferring final result log after a very long scan session ( that ran flawlessly by the way) I can't give you the actual error code because that would take 12 hours to retrieve that. but it says "write access error" and I scoured my hard drive looking for that document it was nowhere
P.S. I noticed if you run the scan as trusted installer it was successful at scanning items it had failed at using my admin profile.
The text was updated successfully, but these errors were encountered: