Geoff Chappell - Software Analyst
Various Windows modules register the following event provider and write events to it:
Provider Name: | Microsoft-Windows-Shell-Core |
Provider GUID: | {30336ED4-E327-447C-9DE0-51B652C86108} |
Symbolic Name for GUID: | Microsoft_Windows_Shell_Core_Provider |
Microsoft does not supply an instrumentation manifest for this provider, but a compiled version is in the SHSVCS.DLL resources as WEVT_TEMPLATE. The registry is installed with just enough about this provider for finding the compiled manifest. For instance, the command wevtutil gp Microsoft-Windows-Shell-Core is able to extract plain-language names for channels, opcodes, levels, tasks and keywords.
What the installed registry doesn’t specify is a log that can receive all the Microsoft-Windows-Shell-Core provider’s possible events. Note that it’s not that a log is configured but not ordinarily enabled. It is instead that none is configured.
That said, the registry is installed with the Microsoft-Windows-Shell-Core provider already configured to deliver a selection of possible events to a couple of logs (though it’s not as if these are prominent). The selection is arranged through the usual mechanisms. Each possible event has a level and a keyword. A logger may restrict its feed of events to ones whose level is no higher than some maximum and whose keyword matches some criteria.
The installed registry has Microsoft-Windows-Shell-Core configured as a provider for the auto-logger session named SQMLogger. This log is enabled for events that have the win:SQM keyword. (A list of possible events and the applicable keywords is given later in this article.)
The SQMLogger collects data for something that Microsoft variously calls Software Quality Monitoring, Software Quality Metrics and even Service Quality Mechanism. You can enable the SQMLogger by joining the Customer Experience Improvement Program and running WSQMCON.EXE (or waiting for it to get run by the Task Scheduler). Alternatively, you can enable it in the registry, following Microsoft’s documentation about configuring auto-loggers, or you can enable it with the user-interface support of the Reliability and Performance Monitor (which lists auto-loggers as Startup Event Trace Sessions).
A more exotic configuration is that Microsoft-Windows-Shell-Core is a context provider for the Windows Diagnostic Infrastructure (WDI). This means that a selection of the possible events gets written to the DiagLog and WdiContextLog sessions. The former is a so-called real-time log, but the latter streams to a file, and the backups from previous Windows sessions can be loaded into the Event Viewer for inspection.
Events for this log are selected both by the usual mechanism, of level and keyword, and also by the WDI mechanism of enabling the provider only during an applicable scenario. Events from Microsoft-Windows-Shell-Core are wanted only if they have the StartupPerf keyword. The start and end events for the applicable scenario are 5001 (WLDiagEvt_UserBootScenario_Start) and 5002 (WLDiagEvt_UserBootScenario_Stop) from the Microsoft-Windows-Winlogon provider. Between this start and end are potentially useful records of such things as which programs got run automatically at startup (which is not necessarily what is still configured to run automatically at startup).
As noted above, the compiled instrumentation manifest names a default channel:
Channel: | Microsoft-Windows-Shell-Core/Diagnostic |
Session: | Eventlog-Microsoft-Windows-Shell-Core-Diagnostic |
Event Viewer: | Applications and Services Logs; Microsoft; Windows; Shell-Core; Diagnostic |
The name given above for the channel is what WEVTUTIL would want for this log. Indeed, you can see this name in the output from the command wevtutil gp Microsoft-Windows-Shell-Core. The name shown above for the session is what would appear in the Reliability and Performance Monitor among the Event Trace Sessions if the log were enabled. In the Event Viewer, you would expect to see the log as the Diagnostic channel of Shell-Core under “Applications and Services Logs”, Microsoft and Windows (assuming you have chosen to Show Analytic and Debug Logs).
Note all the subjunctives. None of these tools ordinarily know of this log under any of the applicable names. The Event Viewer has no folder for Shell-Core. The command wevtutil gl Microsoft-Windows-Shell-Core/Diagnostic complains that the “specified channel could not be found”. Now, I may of course be missing something, perhaps even something obvious, but it seems to me that if you want the default channel for the Microsoft-Windows-Shell-Core provider to be usable through the tools that Microsoft supplies for working with events, then you must edit the registry. (Instructions may be prepared for a companion article. To hurry me along, write to me with your interest and encouragement.)
For an alternative, start the Reliability and Performance Monitor, select either Event Trace Sessions or Startup Event Trace Sessions, and create a Data Collector Set. Then add Microsoft-Windows-Shell-Core to it as a provider, and set which events you want delivered to the log. A disadvantage is that your custom log won’t be listed in the Event Viewer. To review your log with the Event Viewer, you will have to open it as a saved log.
Whether you set up the default channel or a custom log, you should beware that the Microsoft-Windows-Shell-Core provider generates very many events very rapidly. The default settings will leave you unhappy and frustrated. The log file will soon fill and the logging session will stop. Even while the logging session was running, events will very likely have been lost. In practice, you need a greatly increased Maximum Size (on the Stop Condition tab) and a greatly increased “Maximum buffers” (on the Trace Buffers tab), though you can get away with fewer buffers if you reduce the “Flush timer” so that events are flushed to the file more frequently.
Leaving aside the question of whether anyone should want to wade through tens of MB of event records, there is also the problem that the Event Viewer is astonishingly poor at presenting diagnostic logs. Rather than show all the logged events in one list that you might sort and filter to your taste, it shows them in pages. Sorting applies only to the current page. If that’s not bad enough, you are given controls only to go forward page by page or back all the way to the first page, but not back just one page or in either direction to a particular page. All the while that you fight against this obviously substandard user interface, you are told in a yellow highlight
To better navigate and manipulate Analytic, Debug or Classic Event Log files, save the events into an .evtx file.
This does indeed give you all the logged events in one list—but at the price of putting you through a lot of fiddly and tedious steps before you get to look at the log in any way that becomes even vaguely usable. Somewhere at Microsoft are people who genuinely wonder why Windows Vista has been so poorly received. Silliness like the Event Viewer’s hobbled presentation of diagnostic logs doesn’t help.
It happens that all the possible events for the Microsoft-Windows-Shell-Core provider are informational, i.e., their level is win:Informational (4). In practice then, selection of events to log depends entirely on matching the keyword. The following keywords are defined:
0x0000000000010000 | Shell |
0x0000000000020000 | Properties |
0x0000000000040000 | FileClassStoreAndIconCache |
0x0000000000080000 | Controls |
0x0000000000100000 | APICalls |
0x0000000000200000 | InternetExplorer |
0x0000000000400000 | ShutdownUX |
0x0000000000800000 | CopyEngine |
0x0000000001000000 | Tasks |
0x0000000002000000 | WDI |
0x0000000004000000 | StartupPerf |
0x0000000008000000 | StructuredQuery |
0x0008000000000000 | win:SQM |
0x8000000000000000 | Microsoft-Windows-Shell-Core/Diagnostic |
All the possible events have the Microsoft-Windows-Shell-Core/Diagnostic keyword. Most have the Shell keyword also. Many have the win:SQM keyword.
The very large table that follows lists all the events that are defined for the Microsoft-Windows-Shell-Core provider in the compiled manifest in the SHSVCS.DLL resources. Since this manifest does not give formatted text for any of these events, the only available descriptions in anything approaching plain language are the symbolic names from Microsoft’s published symbol files for the modules that contribute to this event provider. The modules examined for this listing are:
Note that some events are known to more than one module. An event can be defined in the manifest but not actually used in any code, in which case no symbolic name is recorded. It is sometimes possible to venture what looks like a reasonable guess derived from the event’s opcode and the manifest’s plain-language representation of the event’s task. Where this has been done, no source module is named.
The Keywords column lists only the keywords that the event has in addition to Microsoft-Windows-Shell-Core/Diagnostic.
Event ID | Symbol | Event Data | Keywords | Source Module |
---|---|---|---|---|
1 | ShellTraceId_AggregatePropertyProvider_GetValue_Start | FMTID PID |
Shell | propsys.dll |
2 | ShellTraceId_AggregatePropertyProvider_GetValue_Stop | FMTID PID |
Shell | propsys.dll |
3 | ShellTraceId_AggregatePropertyProvider_GetValueObject_Start | FMTID PID |
Shell | propsys.dll |
4 | ShellTraceId_AggregatePropertyProvider_GetValueObject_Stop | FMTID PID |
Shell | propsys.dll |
101 | ShellTraceId_AutoplayCPL_PopulateUI_Start | DeviceHandler | Shell | autoplay.dll |
102 | ShellTraceId_AutoplayCPL_PopulateUI_Stop | DeviceHandler | Shell | autoplay.dll |
103 | ShellTraceId_AutoplayCPL_Create_Start | Shell | autoplay.dll | |
104 | ShellTraceId_AutoplayCPL_Create_Stop | Shell | autoplay.dll | |
105 | ShellTraceId_AutoplayCPL_LayoutInitialized_Start | Shell | autoplay.dll | |
106 | ShellTraceId_AutoplayCPL_LayoutInitialized_Stop | Shell | autoplay.dll | |
107 | ShellTraceId_DeskCPL_ShowDialog_Start | Shell | desk.cpl | |
108 | ShellTraceId_DeskCPL_ShowDialog_Stop | Shell | desk.cpl | |
109 | ShellTraceId_DeskCPL_PagesAdded_Info | Shell | desk.cpl | |
110 | ShellTraceId_DeskCPL_StartPageSet_Info | Shell | desk.cpl | |
111 | ShellTraceId_DeskCPL_DisplayDialog_Start | Command | Shell | desk.cpl |
112 | ShellTraceId_DeskCPL_DisplayDialog_Stop | Command | Shell | desk.cpl |
113 | ShellTraceId_MainCPL_CPLAppletInvoked_Start | Message | Shell | main.cpl |
114 | ShellTraceId_MainCPL_CPLAppletInvoked_Stop | Message | Shell | main.cpl |
115 | ShellTraceId_MainCPL_DialogPaint_Info | Message | Shell | main.cpl |
501 | ShellTraceId_AutoListEditor_Controls_Rendering_Start | Shell | ||
502 | ShellTraceId_AutoListEditor_Controls_Rendering_Stop | Shell | ||
503 | ShellTraceId_AutoListEditor_FilterConditions_Rendering_Start | Shell | ||
504 | ShellTraceId_AutoListEditor_FilterConditions_Rendering_Stop | Shell | ||
505 | ShellTraceId_AutoListEditor_Filter_ChangeNotify_Start | Shell | ||
506 | ShellTraceId_AutoListEditor_Filter_ChangeNotify_Stop | Shell | ||
507 | ShellTraceId_AutoListEditor_Filters_Rendering_Start | Shell | ||
508 | ShellTraceId_AutoListEditor_Filters_Rendering_Stop | Shell | ||
509 | ShellTraceId_AutoListEditor_Scopes_Rendering_Start | Shell | ||
510 | ShellTraceId_AutoListEditor_Scopes_Rendering_Stop | Shell | ||
1001 | ShellTraceId_AutoLists_QueryDefaultLocation_Start | Shell | ||
1002 | ShellTraceId_AutoLists_QueryDefaultLocation_Stop | Shell | ||
1003 | ShellTraceId_AutoLists_QueryResultsDisplayed_Start | Shell | ||
1004 | ShellTraceId_AutoLists_QueryResultsDisplayed_Stop | Shell | ||
1005 | ShellTraceId_AutoLists_QueryResultsExecuted_Start | Shell | ||
1006 | ShellTraceId_AutoLists_QueryResultsExecuted_Stop | Shell | ||
1007 | ShellTraceId_AutoLists_QueryResultsStacked_Start | Shell | ||
1008 | ShellTraceId_AutoLists_QueryResultsStacked_Stop | Shell | ||
1011 | ShellTraceId_AutoLists_GetRemoteFolderPath_Start | Shell | ||
1012 | ShellTraceId_AutoLists_GetRemoteFolderPath_Stop | Shell | ||
1013 | ShellTraceId_AutoLists_LoadFromXML_Start | Shell | shell32.dll | |
1014 | ShellTraceId_AutoLists_LoadFromXML_Stop | Shell | shell32.dll | |
1015 | ShellTraceId_AutoLists_LoadFromStream_Start | Shell | shell32.dll | |
1016 | ShellTraceId_AutoLists_LoadFromStream_Stop | Shell | shell32.dll | |
1017 | ShellTraceId_AutoLists_LoadComponentChain_Start | Shell | ||
1018 | ShellTraceId_AutoLists_LoadComponentChain_Stop | Shell | ||
1019 | ShellTraceId_AutoLists_GetWorkgroupNetInfo_Start | Shell | ||
1020 | ShellTraceId_AutoLists_GetWorkgroupNetInfo_Stop | Shell | ||
1021 | ShellTraceId_AutoLists_MSSQuery_Start | MaxResults Query |
Shell | shell32.dll |
1022 | ShellTraceId_AutoLists_MSSQuery_Stop | MaxResults Query |
Shell | shell32.dll |
1023 | ShellTraceId_AutoLists_ProcessNextBatch_Start | Shell | shell32.dll | |
1024 | ShellTraceId_AutoLists_ProcessNextBatch_Stop | Shell | shell32.dll | |
1025 | ShellTraceId_AutoLists_MergeEnumToView_Start | Shell | shell32.dll | |
1026 | ShellTraceId_AutoLists_MergeEnumToView_Stop | Shell | shell32.dll | |
1027 | ShellTraceId_AutoLists_MSSQueryAddResultsToQueue_Start | Shell | shell32.dll | |
1028 | ShellTraceId_AutoLists_MSSQueryAddResultsToQueue_Stop | Count | Shell | shell32.dll |
1029 | ShellTraceId_InfoBar_Click_Count_AddToIndex | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | shell32.dll |
1031 | ShellTraceId_InfoBar_Display_Count_Grep | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | shell32.dll |
1033 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | ||
1035 | ShellTraceId_InfoBar_Display_Count_Indexer_Disabled | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | shell32.dll |
1037 | ShellTraceId_InfoBar_NonIndexed_Location_Count | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM | shell32.dll |
2001 | ShellTraceId_Browseui_CBrowserFrame_CreateInstance_Start | Shell | browseui.dll | |
2002 | ShellTraceId_Browseui_CBrowserFrame_CreateInstance_Stop | Shell | browseui.dll | |
2003 | ShellTraceId_Browseui_CBrowserFrame_Close_Start | Shell | browseui.dll | |
2004 | ShellTraceId_Browseui_CBrowserFrame_Close_Stop | Shell | browseui.dll | |
2005 | ShellTraceId_Browseui_FeedViewer_PreviewStream_Start | Shell | ||
2006 | ShellTraceId_Browseui_FeedViewer_PreviewStream_Stop | Shell | ||
2007 | ShellTraceId_Browseui_Tabs_CloseTab_Start | Shell | ||
2008 | ShellTraceId_Browseui_Tabs_CloseTab_Stop | Shell | browseui.dll | |
2009 | ShellTraceId_Browseui_Tabs_SwitchTabs_Start | Shell | ||
2010 | ShellTraceId_Browseui_Tabs_SwitchTabs_Stop | Shell | ||
2011 | ShellTraceId_Browseui_Tabs_CloseOtherTabs_Start | Shell | ||
2012 | ShellTraceId_Browseui_Tabs_CloseOtherTabs_Stop | Shell | ||
2013 | ShellTraceId_Browseui_SHOpenFolderWindow_Start | Shell | browseui.dll | |
2014 | ShellTraceId_Browseui_SHOpenFolderWindow_Stop | Shell | browseui.dll | |
2015 | ShellTraceId_Browseui_FrameMessagePump_Return_Info | Shell | browseui.dll | |
2017 | ShellTraceId_Browseui_FrameMessagePump_Back_Info | Shell | browseui.dll | |
2019 | ShellTraceId_Browseui_FrameMessagePump_Next_Info | Shell | browseui.dll | |
2021 | ShellTraceId_Browseui_FrameMessagePump_Prior_Info | Shell | browseui.dll | |
2023 | ShellTraceId_Browseui_FrameMessagePump_LButtonAction_Info | Message | Shell | browseui.dll |
2025 | ShellTraceId_Browseui_Tabs_AddTabButton_Info | Shell | ||
2027 | ShellTraceId_Browseui_Tabs_TabReadyForNavigate_Info | Shell | browseui.dll | |
2029 | ShellTraceId_Browseui_Tabs_AddTabAPI_Info | Shell | browseui.dll | |
2031 | ShellTraceId_Browseui_CAddressEditBox_OnEndEdit_Info | Shell | ||
2033 | ShellTraceId_Browseui_Breadcrumb_Dropdown_Click_Info | Shell | browseui.dll | |
2035 | ShellTraceId_Browseui_Breadcrumb_Dropdown_Show_Info | Shell | browseui.dll | |
2037 | ShellTraceId_Browseui_WndProcBS_Restore_Info | Shell | browseui.dll | |
2039 | ShellTraceId_Browseui_WndProcBS_Minimize_Info | Shell | browseui.dll | |
2041 | ShellTraceId_Browseui_WndProcBS_Maximize_Info | Shell | browseui.dll | |
2043 | ShellTraceId_Browseui_CShellBrowser2_BrowseObject_Info | Shell | browseui.dll | |
2045 | ShellTraceId_Browseui_Back_Button_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
browseui.dll |
2047 | ShellTraceId_Browseui_Forward_Button_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
browseui.dll |
2049 | ShellTraceId_Browseui_NavBar_CreateBands_Start | Shell | browseui.dll | |
2050 | ShellTraceId_Browseui_NavBar_CreateBands_Stop | Shell | browseui.dll | |
2051 | ShellTraceId_Browseui_AddressBand_PositionChildWindows_Start | Shell | browseui.dll | |
2052 | ShellTraceId_Browseui_AddressBand_PositionChildWindows_Stop | Shell | browseui.dll | |
2053 | ShellTraceId_Browseui_SearchControl_PositionChildWindows_Start | Shell | browseui.dll | |
2054 | ShellTraceId_Browseui_SearchControl_PositionChildWindows_Stop | Shell | browseui.dll | |
2055 | ShellTraceId_Browseui_AddressBand_OnBackgroundStateChanged_Start | Shell | browseui.dll | |
2056 | ShellTraceId_Browseui_AddressBand_OnBackgroundStateChanged_Stop | Shell | browseui.dll | |
2057 | ShellTraceId_Browseui_AutoComplete_StartCompletion_Start | Path | Shell | browseui.dll |
2058 | ShellTraceId_Browseui_AutoComplete_StartCompletion_Stop | Path | Shell | browseui.dll |
2059 | ShellTraceId_Browseui_AutoComplete_UpdateCompletion_Start | Path | Shell | browseui.dll |
2060 | ShellTraceId_Browseui_AutoComplete_UpdateCompletion_Stop | Path | Shell | browseui.dll |
2061 | ShellTraceId_Browseui_AutoComplete_StartSearch_Start | Path | Shell | browseui.dll |
2062 | ShellTraceId_Browseui_AutoComplete_StartSearch_Stop | Path | Shell | browseui.dll |
2063 | ShellTraceId_Browseui_AutoComplete_OnSearchComplete_Start | Path | Shell | browseui.dll |
2064 | ShellTraceId_Browseui_AutoComplete_OnSearchComplete_Stop | Path | Shell | browseui.dll |
2065 | ShellTraceId_Browseui_AddressEditBox_ParsePath_Start | Path | Shell | browseui.dll |
2066 | ShellTraceId_Browseui_AddressEditBox_ParsePath_Stop | Shell | browseui.dll | |
3001 | ShellTraceId_ComCtl32_CommandLinks_Create_Start | Shell | comctl32.dll | |
3002 | ShellTraceId_ComCtl32_CommandLinks_Create_Stop | Shell | comctl32.dll | |
3003 | ShellTraceId_ComCtl32_CommandLinks_Rendering_Start | Shell | comctl32.dll | |
3004 | ShellTraceId_ComCtl32_CommandLinks_Rendering_Stop | Shell | comctl32.dll | |
3005 | ShellTraceId_ComCtl32_ImageList_Draw_Start | Shell | comctl32.dll | |
3006 | ShellTraceId_ComCtl32_ImageList_Draw_Stop | Shell | comctl32.dll | |
3007 | ShellTraceId_ComCtl32_PropertyPage_CreatePropertySheetPage_Info | dwFlags pszTemplate |
Shell | comctl32.dll |
3009 | ShellTraceId_ComCtl32_TaskDialog_Open_Start | Shell | comctl32.dll | |
3010 | ShellTraceId_ComCtl32_TaskDialog_Open_Stop | Shell | comctl32.dll | |
3011 | ShellTraceId_ComCtl32_Wizard_Open_Start | Shell | comctl32.dll | |
3012 | ShellTraceId_ComCtl32_Wizard_Open_Start | Shell | comctl32.dll | |
3013 | ShellTraceId_ComCtl32_Wizard_UserDismiss_Start | Shell | comctl32.dll | |
3014 | ShellTraceId_ComCtl32_Wizard_UserDismiss_Stop | Shell | comctl32.dll | |
4001 | ShellTraceId_CTray_MessageLoop_LButtonAction_Info | Message | Shell | explorer.exe |
4003 | ShellTraceId_CTray_MessageLoop_Return_Info | Shell | explorer.exe | |
4005 | ShellTraceId_CTray_Responsiveness_Info | WDI Shell |
explorer.exe | |
5001 | ShellTraceId_Comdlg32_FileDialog_Ready_Start | Shell | ||
5002 | ShellTraceId_Comdlg32_FileDialog_Ready_Stop | Shell | ||
6001 | ShellTraceId_CommandModule_ChangeNotify_Start | Shell | ||
6002 | ShellTraceId_CommandModule_ChangeNotify_Stop | Shell | ||
6501 | ShellTraceId_CommonFileDialog_ApplyProperties_Start | Shell | comdlg32.dll | |
6502 | ShellTraceId_CommonFileDialog_ApplyProperties_Stop | Shell | comdlg32.dll | |
6503 | ShellTraceId_CommonFileDialog_ControlsChangeNotify_Start | Shell | ||
6504 | ShellTraceId_CommonFileDialog_ControlsChangeNotify_Stop | Shell | ||
6505 | ShellTraceId_CommonFileDialog_DetectSlowNetworkLocation_Start | Shell | comdlg32.dll | |
6506 | ShellTraceId_CommonFileDialog_DetectSlowNetworkLocation_Stop | Shell | comdlg32.dll | |
6507 | ShellTraceId_CommonFileDialog_ExecuteOpen_Start | Shell | comdlg32.dll | |
6508 | ShellTraceId_CommonFileDialog_ExecuteOpen_Stop | Shell | comdlg32.dll | |
6509 | ShellTraceId_CommonFileDialog_Open_Start | Shell | comdlg32.dll | |
6510 | ShellTraceId_CommonFileDialog_Open_Stop | Path | Shell | comdlg32.dll |
6511 | ShellTraceId_CommonFileDialog_PlacesBar_Rendering_Start | Shell | ||
6512 | ShellTraceId_CommonFileDialog_PlacesBar_Rendering_Stop | Shell | ||
6513 | ShellTraceId_CommonFileDialog_PopulateControls_Start | Shell | shell32.dll | |
6514 | ShellTraceId_CommonFileDialog_PopulateControls_Stop | Shell | shell32.dll | |
6515 | ShellTraceId_CommonFileDialog_Document_Inside_Profile | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | comdlg32.dll |
6516 | ShellTraceId_CommonFileDialog_Document_Outside_Profile | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | comdlg32.dll |
7001 | ShellTraceId_ConflictResolution_CRUD_Open_Start | Shell | shell32.dll | |
7002 | ShellTraceId_ConflictResolution_CRUD_Open_Stop | Shell | shell32.dll | |
7003 | ShellTraceId_ConflictResolution_Rendering_Start | Shell | ||
7004 | ShellTraceId_ConflictResolution_Rendering_Stop | Shell | ||
7005 | ShellTraceId_ConflictResolution_UserIgnoreChangeNotify_Start | Shell | ||
7006 | ShellTraceId_ConflictResolution_UserIgnoreChangeNotify_Stop | Shell | ||
8001 | ShellTraceId_DetailsPropertyPage_AddPages_Start | Shell | shell32.dll | |
8002 | ShellTraceId_DetailsPropertyPage_AddPages_Stop | Shell | shell32.dll | |
8003 | ShellTraceId_DetailsPropertyPage_Open_Start | Shell | shell32.dll | |
8004 | ShellTraceId_DetailsPropertyPage_Open_Stop | Shell | shell32.dll | |
8005 | ShellTraceId_DetailsPropertyPage_Save_Start | Shell | shell32.dll | |
8006 | ShellTraceId_DetailsPropertyPage_Save_Stop | Shell | shell32.dll | |
9501 | ShellTraceId_Explorer_StartMenu_Open_Info | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9503 | ShellTraceId_Explorer_StartMenu_Ready_Info | Shell | explorer.exe | |
9505 | ShellTraceId_Explorer_StartPane_AllProgram_Folder_Open_Start | Shell | explorer.exe | |
9506 | ShellTraceId_Explorer_StartPane_AllProgram_Folder_Open_Stop | Shell | explorer.exe | |
9509 | ShellTraceId_Explorer_StartPane_AllPrograms_Show_Start | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9510 | ShellTraceId_Explorer_StartPane_AllPrograms_Show_Stop | win:SQM Shell |
explorer.exe | |
9511 | ShellTraceId_Explorer_StartPane_Cascade_Show_Start | Shell | explorer.exe | |
9512 | ShellTraceId_Explorer_StartPane_Cascade_Show_Stop | Shell | explorer.exe | |
9513 | ShellTraceId_Explorer_StartPane_OpenBox_Char_Info | Shell | explorer.exe | |
9515 | ShellTraceId_Explorer_StartPane_OpenBox_Launch_Info | Shell | explorer.exe | |
9517 | ShellTraceId_Explorer_StartPane_OpenBox_SearchReady_Info | win:SQM Shell |
explorer.exe | |
9519 | ShellTraceId_Explorer_StartMenu_Scenario_Start | WDI Shell |
explorer.exe | |
9521 | ShellTraceId_Explorer_StartMenu_Scenario_Stop | WDI Shell |
explorer.exe | |
9523 | ShellTraceId_Explorer_StartPane_OpenBox_TopMatchReady_Info | Shell | explorer.exe | |
9525 | ShellTraceId_Explorer_StartMenu_ControlPanel_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9527 | ShellTraceId_Explorer_StartMenu_Favorites_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9529 | ShellTraceId_Explorer_StartMenu_RecentItems_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9531 | ShellTraceId_Explorer_StartMenu_Help_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9533 | ShellTraceId_Explorer_StartMenu_Network_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9535 | ShellTraceId_Explorer_StartMenu_Printers_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9537 | ShellTraceId_Explorer_StartMenu_Search_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9539 | ShellTraceId_Explorer_StartMenu_SPAD_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9541 | ShellTraceId_Explorer_StartMenu_AdminTools_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9543 | ShellTraceId_Explorer_StartMenu_Run_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9545 | ShellTraceId_Explorer_StartMenu_MFU_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9547 | ShellTraceId_Explorer_StartMenu_Pinned_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9549 | ShellTraceId_Explorer_StartMenu_ConnectTo_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9551 | ShellTraceId_Explorer_StartPane_AllPrograms_BackButton | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9553 | ShellTraceId_ExplorerFrame_OpenComputer | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9555 | ShellTraceId_ExplorerFrame_OpenDocuments | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9557 | ShellTraceId_ExplorerFrame_OpenMusic | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9559 | ShellTraceId_ExplorerFrame_OpenPictures | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9561 | ShellTraceId_Explorer_StartMenu_Visible_Menu_Items | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9563 | ShellTraceId_Explorer_StartMenu_Mode | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9565 | ShellTraceId_Explorer_StartMenu_Pinned_Item_Added | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9567 | ShellTraceId_Explorer_StartMenu_Pinned_Item_Removed | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9569 | ShellTraceId_Explorer_StartPane_AllPrograms_Launched | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9571 | ShellTraceId_Explorer_StartMenu_Pinned_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9573 | ShellTraceId_Explorer_StartMenu_MFU_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9575 | ShellTraceId_Explorer_StartPane_AllPrograms_Folder_Opened | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9575 | ShellTraceId_Explorer_StartPane_AllPrograms_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
9579 | ShellTraceId_Explorer_Command_Button_Clicked | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
shell32.dll |
9581 | ShellTraceId_Explorer_StartMenu_NetworkCons_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
9583 | ShellTraceId_Explorer_Is_Mobile_PC | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9585 | ShellTraceId_Explorer_Is_Joined_To_Domain | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9587 | ShellTraceId_Explorer_StartMenu_Cascading_Menu_Items | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9589 | ShellTraceId_Explorer_User_Account_Type | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9591 | ShellTraceId_Explorer_Breadcrumbbar_Selected_Navigation | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
browseui.dll |
9593 | ShellTraceId_Explorer_Breadcrumbbar_Edited_Navigation | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
browseui.dll |
9595 | ShellTraceId_Explorer_WordWheel_Activated | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
9597 | ShellTraceId_ExplorerFrame_OpenProfile | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9599 | ShellTraceId_Explorer_Help_Launched | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
explorer.exe shell32.dll |
9601 | ShellTraceId_Explorer_InitializingExplorer_Start | StartupPerf Shell |
explorer.exe | |
9602 | ShellTraceId_Explorer_InitializingExplorer_Stop | StartupPerf Shell |
explorer.exe | |
9603 | ShellTraceId_Explorer_CreateTray_Start | StartupPerf Shell |
explorer.exe | |
9604 | ShellTraceId_Explorer_CreateTray_Stop | StartupPerf Shell |
explorer.exe | |
9607 | ShellTraceId_Explorer_CreateTrayWindow_Start | StartupPerf Shell |
explorer.exe | |
9608 | ShellTraceId_Explorer_CreateTrayWindow_Stop | StartupPerf Shell |
explorer.exe | |
9609 | ShellTraceId_Explorer_InitStartButton_Start | StartupPerf Shell |
explorer.exe | |
9610 | ShellTraceId_Explorer_InitStartButton_Stop | StartupPerf Shell |
explorer.exe | |
9611 | ShellTraceId_Explorer_CreateDesktop_Start | StartupPerf Shell |
explorer.exe | |
9612 | ShellTraceId_Explorer_CreateDesktop_Stop | StartupPerf Shell |
explorer.exe | |
9613 | ShellTraceId_Explorer_InitInstrumentation | SqmType SqmSid |
win:SQM Shell |
explorer.exe |
9615 | ShellTraceId_Explorer_FolderSettings | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9617 | ShellTraceId_Explorer_Start_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9619 | ShellTraceId_Explorer_StartMenu_Games_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
9621 | ShellTraceId_Explorer_MessageLoop_Start | StartupPerf Shell |
explorer.exe | |
9622 | ShellTraceId_Explorer_MessageLoop_Stop | StartupPerf Shell |
explorer.exe | |
9623 | ShellTraceId_Explorer_KickedOffDelayedBootWork_Info | Shell | explorer.exe | |
9625 | ShellTraceId_Explorer_PlaySoundRequest_Start | FileName | StartupPerf Shell |
explorer.exe |
9626 | ShellTraceId_Explorer_PlaySoundRequest_Stop | FileName | StartupPerf Shell |
explorer.exe |
9627 | ShellTraceId_Explorer_PlaySoundExecute_Start | StartupPerf Shell |
explorer.exe | |
9628 | ShellTraceId_Explorer_PlaySoundExecute_Stop | StartupPerf Shell |
explorer.exe | |
9629 | ShellTraceId_Explorer_PlaySoundWait_Start | StartupPerf Shell |
explorer.exe | |
9630 | ShellTraceId_Explorer_PlaySoundWait_Stop | StartupPerf Shell |
explorer.exe | |
9631 | ShellTraceId_Explorer_SessionChangeMessage_Info | WParam LParam |
Shell | explorer.exe |
9633 | ShellTraceId_Explorer_PowerMessage_Info | WParam LParam |
Shell | explorer.exe |
9635 | ShellTraceId_Explorer_PowerBroadcastMessage_Info | WParam LParam |
Shell | explorer.exe |
9701 | ShellTraceId_Explorer_ProcessRunOnceEx_Start | StartupPerf Shell |
||
9702 | ShellTraceId_Explorer_ProcessRunOnceEx_Stop | StartupPerf Shell |
||
9703 | ShellTraceId_Explorer_ProcessRunOnce_Start | StartupPerf Shell |
explorer.exe | |
9704 | ShellTraceId_Explorer_ProcessRunOnce_Stop | StartupPerf Shell |
||
9705 | ShellTraceId_Explorer_EnumeratingRunKey_Start | KeyName | StartupPerf Shell |
explorer.exe |
9706 | ShellTraceId_Explorer_EnumeratingRunKey_Stop | KeyName | StartupPerf Shell |
explorer.exe |
9707 | ShellTraceId_Explorer_ExecutingFromRunKey_Info | PID Command |
StartupPerf Shell |
explorer.exe shdocvw.dll |
9709 | ShellTraceId_Explorer_ExecutingFromRunKeyAsJob_Info | Command | StartupPerf Shell |
explorer.exe shdocvw.dll |
9711 | ShellTraceId_Explorer_ExecutingFromStartupMenu_Start | Command | StartupPerf Shell |
explorer.exe |
9712 | ShellTraceId_Explorer_ExecutingFromStartupMenu_Stop | Command | StartupPerf Shell |
explorer.exe |
9713 | ShellTraceId_Explorer_StartupAppName_Info | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
explorer.exe shdocvw.dll |
10001 | ShellTraceId_ExplorerTemplates_ChangeNotify_Start | Shell | shell32.dll | |
10002 | ShellTraceId_ExplorerTemplates_ChangeNotify_Stop | Shell | shell32.dll | |
11001 | ShellTraceId_FilterControl_ApplyingFilter_Info | Shell | shell32.dll | |
11003 | ShellTraceId_FilterControl_PopulateFilters_Start | Shell | shell32.dll | |
11004 | ShellTraceId_FilterControl_PopulateFilters_Stop | Shell | shell32.dll | |
11005 | ShellTraceId_FilterControl_Show_Start | Shell | shell32.dll | |
11006 | ShellTraceId_FilterControl_Show_Stop | Shell | shell32.dll | |
11007 | ShellTraceId_FilterControl_UserCheckedFilter_Info | Shell | shell32.dll | |
11009 | ShellTraceId_FilterControl_InsertFilters_Start | Shell | shell32.dll | |
11010 | ShellTraceId_FilterControl_InsertFilters_Stop | Shell | shell32.dll | |
11011 | ShellTraceId_FilterControl_InsertFilters_Info | Count | Shell | shell32.dll |
11013 | ShellTraceId_ListViewPopup_SetRedraw_Start | Value | Shell | shell32.dll |
11014 | ShellTraceId_ListViewPopup_SetRedraw_Stop | Value | Shell | shell32.dll |
11015 | ShellTraceId_ListViewPopup_SizeToContent_Start | Shell | shell32.dll | |
11016 | ShellTraceId_ListViewPopup_SizeToContent_Stop | Shell | shell32.dll | |
12001 | ShellTraceId_Shlwapi_SHRegisterValidateTemplate | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
shlwapi.dll |
12101 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Start | Shell | shlwapi.dll | |
12102 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Stop | Shell | shlwapi.dll | |
12103 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Authenticode_Start | Shell | shlwapi.dll | |
12104 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Authenticode_Stop | Shell | shlwapi.dll | |
12105 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Catalog_Start | Shell | shlwapi.dll | |
12106 | ShellTraceId_Shlwapi_SHGetSignatureInfo_Catalog_Stop | Shell | shlwapi.dll | |
12107 | ShellTraceId_Shlwapi_SHGetSignatureInfo_WinVerifyTrust_Start | Shell | shlwapi.dll | |
12018 | ShellTraceId_Shlwapi_SHGetSignatureInfo_WinVerifyTrust_Stop | Shell | shlwapi.dll | |
12109 | ShellTraceId_Shlwapi_SHGetSignatureInfo_VersionInfo_Start | Shell | shlwapi.dll | |
12110 | ShellTraceId_Shlwapi_SHGetSignatureInfo_VersionInfo_Stop | Shell | shlwapi.dll | |
12111 | ShellTraceId_Shlwapi_SHGetSignatureInfo_OSCheck_Start | Shell | shlwapi.dll | |
12112 | ShellTraceId_Shlwapi_SHGetSignatureInfo_OSCheck_Stop | Shell | shlwapi.dll | |
12113 | ShellTraceId_Shlwapi_SHGetSignatureInfo_CheckChainToMSRoot_Start | Shell | shlwapi.dll | |
12114 | ShellTraceId_Shlwapi_SHGetSignatureInfo_CheckChainToMSRoot_Start | Shell | shlwapi.dll | |
13001 | ShellTraceId_NamespaceControl_ChangeNotify_Start | Shell | shdocvw.dll | |
13002 | ShellTraceId_NamespaceControl_ChangeNotify_Stop | Shell | shdocvw.dll | |
13003 | ShellTraceId_NamespaceControl_Expand_Start | Shell | shdocvw.dll | |
13004 | ShellTraceId_NamespaceControl_Expand_Stop | Shell | shdocvw.dll | |
13005 | ShellTraceId_NamespaceControl_Plus_Calculation_Start | Shell | shdocvw.dll | |
13006 | ShellTraceId_NamespaceControl_Plus_Calculation_Stop | Shell | shdocvw.dll | |
13007 | ShellTraceId_NamespaceControl_Rendering_Start | Shell | shdocvw.dll | |
13008 | ShellTraceId_NamespaceControl_Rendering_Stop | Shell | shdocvw.dll | |
13101 | ShellTraceId_Feed_Search_Start | Shell | ||
13102 | ShellTraceId_Feed_Search_Stop | Shell | ||
13501 | ShellTraceId_Notification_UserDismiss_Start | Shell | explorer.exe | |
13502 | ShellTraceId_Notification_UserDismiss_Stop | Shell | explorer.exe | |
13503 | ShellTraceId_Notification_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13505 | ShellTraceId_Notification_Displayed | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13507 | ShellTraceId_Notification_While_Busy | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13509 | ShellTraceId_Notification_While_Inactive | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13511 | ShellTraceId_Notification_Dismissed | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13513 | ShellTraceId_Notification_TimedOut | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
13515 | ShellTraceId_Notification_Settings | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
14001 | ShellTraceId_PreviewPane_CommitChange_Start | Shell | shell32.dll | |
14002 | ShellTraceId_PreviewPane_CommitChange_Stop | Shell | shell32.dll | |
14003 | ShellTraceId_PreviewPane_UpdateSelection_Start | Shell | shell32.dll | |
14004 | ShellTraceId_PreviewPane_UpdateSelection_Stop | Count | Shell | shell32.dll |
14501 | ShellTraceId_Properties_BaseControl_Create_Start | Controls | shell32.dll | |
14502 | ShellTraceId_Properties_BaseControl_Create_Stop | Controls | shell32.dll | |
14503 | ShellTraceId_Properties_BaseControl_WindowlessDraw_Start | Controls | shell32.dll | |
14504 | ShellTraceId_Properties_BaseControl_WindowlessDraw_Stop | Controls | shell32.dll | |
14505 | ShellTraceId_Properties_CalendarControl_Create_Start | Controls | shell32.dll | |
14506 | ShellTraceId_Properties_CalendarControl_Create_Stop | Controls | shell32.dll | |
14507 | ShellTraceId_Properties_CalendarControl_GetValue_Start | Controls | shell32.dll | |
14508 | ShellTraceId_Properties_CalendarControl_GetValue_Stop | Controls | shell32.dll | |
14509 | ShellTraceId_Properties_CalendarControl_SetValue_Start | Controls | shell32.dll | |
14510 | ShellTraceId_Properties_CalendarControl_SetValue_Stop | Controls | shell32.dll | |
14511 | ShellTraceId_Properties_DrawPercentFull_WindowlessDraw_Start | Controls | shell32.dll | |
14512 | ShellTraceId_Properties_DrawPercentFull_WindowlessDraw_Stop | Controls | shell32.dll | |
14513 | ShellTraceId_Properties_DrawProgressBar_WindowlessDraw_Start | Controls | shell32.dll | |
14514 | ShellTraceId_Properties_DrawProgressBar_WindowlessDraw_Stop | Controls | shell32.dll | |
14515 | ShellTraceId_Properties_DropListControl_Create_Start | Controls | ||
14516 | ShellTraceId_Properties_DropListControl_Create_Stop | Controls | ||
14517 | ShellTraceId_Properties_DropListControl_GetValue_Start | Controls | ||
14518 | ShellTraceId_Properties_DropListControl_GetValue_Stop | Controls | ||
14519 | ShellTraceId_Properties_DropListControl_SetValue_Start | Controls | ||
14520 | ShellTraceId_Properties_DropListControl_SetValue_Stop | Controls | ||
14521 | ShellTraceId_Properties_MVPControl_Create_Start | Controls | shell32.dll | |
14522 | ShellTraceId_Properties_MVPControl_Create_Stop | Controls | shell32.dll | |
14523 | ShellTraceId_Properties_MVPControl_GetValue_Start | Controls | shell32.dll | |
14524 | ShellTraceId_Properties_MVPControl_GetValue_Stop | Controls | shell32.dll | |
14525 | ShellTraceId_Properties_MVPControl_SetValue_Start | Controls | shell32.dll | |
14526 | ShellTraceId_Properties_MVPControl_SetValue_Stop | Controls | shell32.dll | |
14527 | ShellTraceId_Properties_MVPControl_WindowlessDraw_Start | Controls | shell32.dll | |
14528 | ShellTraceId_Properties_MVPControl_WindowlessDraw_Stop | Controls | shell32.dll | |
14529 | ShellTraceId_Properties_MultiLineEditControl_Create_Start | Controls | ||
14530 | ShellTraceId_Properties_MultiLineEditControl_Create_Stop | Controls | ||
14531 | ShellTraceId_Properties_MultiLineEditControl_GetValue_Start | Controls | ||
14532 | ShellTraceId_Properties_MultiLineEditControl_GetValue_Stop | Controls | ||
14533 | ShellTraceId_Properties_MultiLineEditControl_SetValue_Start | Controls | ||
14534 | ShellTraceId_Properties_MultiLineEditControl_SetValue_Stop | Controls | ||
14535 | ShellTraceId_Properties_NavDropDownControl_Create_Start | Controls | ||
14536 | ShellTraceId_Properties_NavDropDownControl_Create_Stop | Controls | ||
14537 | ShellTraceId_Properties_NavDropDownControl_GetValue_Start | Controls | ||
14538 | ShellTraceId_Properties_NavDropDownControl_GetValue_Stop | Controls | ||
14539 | ShellTraceId_Properties_NavDropDownControl_SetValue_Start | Controls | ||
14540 | ShellTraceId_Properties_NavDropDownControl_SetValue_Stop | Controls | ||
14541 | ShellTraceId_Properties_RatingsControl_Create_Start | Controls | shell32.dll | |
14542 | ShellTraceId_Properties_RatingsControl_Create_Stop | Controls | shell32.dll | |
14543 | ShellTraceId_Properties_RatingsControl_GetValue_Start | Controls | shell32.dll | |
14544 | ShellTraceId_Properties_RatingsControl_GetValue_Stop | Controls | ||
14545 | ShellTraceId_Properties_RatingsControl_SetValue_Start | Controls | shell32.dll | |
14546 | ShellTraceId_Properties_RatingsControl_SetValue_Stop | Controls | shell32.dll | |
14547 | ShellTraceId_Properties_RatingsControl_WindowlessDraw_Start | Controls | shell32.dll | |
14548 | ShellTraceId_Properties_RatingsControl_WindowlessDraw_Stop | Controls | shell32.dll | |
14549 | ShellTraceId_Properties_SingleLineEditControl_Create_Start | Controls | ||
14550 | ShellTraceId_Properties_SingleLineEditControl_Create_Stop | Controls | ||
14551 | ShellTraceId_Properties_SingleLineEditControl_GetValue_Start | Controls | ||
14552 | ShellTraceId_Properties_SingleLineEditControl_GetValue_Stop | Controls | ||
14553 | ShellTraceId_Properties_SingleLineEditControl_SetValue_Start | Controls | ||
14554 | ShellTraceId_Properties_SingleLineEditControl_SetValue_Stop | Controls | ||
14555 | ShellTraceId_Properties_MultiComplete_Populate_Start | Shell | shell32.dll | |
14556 | ShellTraceId_Properties_MultiComplete_Populate_Stop | Shell | shell32.dll | |
14557 | ShellTraceId_Properties_MultiComplete_Query_Start | Shell | shell32.dll | |
14558 | ShellTraceId_Properties_MultiComplete_Query_Stop | Shell | shell32.dll | |
14559 | ShellTraceId_Properties_MultiComplete_Match_Start | Shell | shell32.dll | |
14560 | ShellTraceId_Properties_MultiComplete_Match_Stop | Shell | shell32.dll | |
14561 | ShellTraceId_Properties_PropVariantChangeType_Coercion_Info | VARTYPEFrom VARTYPETo HRESULT |
Properties | propsys.dll |
14563 | ShellTraceId_Properties_PropVariantHelper_Coercion_Info | VARTYPEFrom VARTYPETo HRESULT |
Properties | propsys.dll |
14564 | ShellTraceId_Properties_VariantHelper_Coercion_Info | VARTYPEFrom VARTYPETo HRESULT |
Properties | propsys.dll |
15001 | ShellTraceId_PropertyApply_DoOperation_Start | Shell | shell32.dll | |
15002 | ShellTraceId_PropertyApply_DoOperation_Stop | Shell | shell32.dll | |
15003 | ShellTraceId_PropertyApply_SHApplyPropertiesToItem_Start | Shell | shell32.dll | |
15004 | ShellTraceId_PropertyApply_SHApplyPropertiesToItem_Stop | Shell | shell32.dll | |
15501 | ShellTraceId_PropertyDescription_FormatForDisplay_Start | Properties | propsys.dll | |
15502 | ShellTraceId_PropertyDescription_FormatForDisplay_Stop | Properties | propsys.dll | |
15503 | ShellTraceId_PropertyDescription_SHFormatForDisplay_Start | FMTID PID |
Properties | propsys.dll |
15504 | ShellTraceId_PropertyDescription_SHFormatForDisplay_Stop | FMTID PID |
Properties | propsys.dll |
15505 | ShellTraceId_PropertyDescription_SHGetPropertyDescription_Start | FMTID PID |
Properties | propsys.dll |
15506 | ShellTraceId_PropertyDescription_SHGetPropertyDescription_Stop | FMTID PID |
Properties | propsys.dll |
15507 | ShellTraceId_PropertyDescription_SHGetPropertyDescriptionByName_Start | CanonicalName | Properties | propsys.dll |
15508 | ShellTraceId_PropertyDescription_SHGetPropertyDescriptionByName_Stop | CanonicalName | Properties | propsys.dll |
15509 | ShellTraceId_PropertyDescription_SHGetPropertyDescriptionListFromString_Start | Properties | propsys.dll | |
15510 | ShellTraceId_PropertyDescription_SHGetPropertyDescriptionListFromString_Stop | Properties | propsys.dll | |
15511 | ShellTraceId_PropertyDescription_CoerceToCanonicalValue_Start | FMTID PID |
Properties | propsys.dll |
15512 | ShellTraceId_PropertyDescription_CoerceToCanonicalValue_Stop | FMTID PID |
Properties | propsys.dll |
15513 | ShellTraceId_PropertyDescription_IsValueCanonical_Start | FMTID PID |
Properties | propsys.dll |
15514 | ShellTraceId_PropertyDescription_IsValueCanonical_Stop | FMTID PID |
Properties | propsys.dll |
16501 | ShellTraceId_PropertyProvider_Commit_Start | Properties | propsys.dll | |
16502 | ShellTraceId_PropertyProvider_Commit_Stop | Properties | propsys.dll | |
16503 | ShellTraceId_PropertyProvider_GetValue_Start | FMTID PID |
Properties | propsys.dll |
16504 | ShellTraceId_PropertyProvider_GetValue_Stop | FMTID PID |
Properties | propsys.dll |
16505 | ShellTraceId_PropertyProvider_GetValueObject_Start | FMTID PID |
Properties | propsys.dll |
16506 | ShellTraceId_PropertyProvider_GetValueObject_Stop | FMTID PID |
Properties | propsys.dll |
16507 | ShellTraceId_PropertyProvider_SetValue_Start | FMTID PID |
Properties | propsys.dll |
16508 | ShellTraceId_PropertyProvider_SetValue_Stop | FMTID PID |
Properties | propsys.dll |
16509 | ShellTraceId_PropertyStoreOverPropertySetStorage_GetValue_Start | Properties | propsys.dll | |
16510 | ShellTraceId_PropertyStoreOverPropertySetStorage_GetValue_Stop | Properties | propsys.dll | |
16511 | ShellTraceId_PropertyStoreOverPropertySetStorage_SetValue_Start | FMTID PID |
Properties | propsys.dll |
16512 | ShellTraceId_PropertyStoreOverPropertySetStorage_SetValue_Stop | FMTID PID |
Properties | propsys.dll |
16513 | ShellTraceId_PropertyStoreOverPropertySetStorage_Commit_Start | Shell | propsys.dll | |
16514 | ShellTraceId_PropertyStoreOverPropertySetStorage_Commit_Stop | Shell | propsys.dll | |
16600 | ShellTraceId_FilePropertyStoreFactory_GetPropertyHandler_Start | Properties | shell32.dll | |
16601 | ShellTraceId_FilePropertyStoreFactory_GetPropertyHandler_Stop | Properties | shell32.dll | |
16602 | ShellTraceId_FilePropertyStoreFactory_GetInnateStore_Start | Properties | shell32.dll | |
16603 | ShellTraceId_FilePropertyStoreFactory_GetInnateStore_Stop | Properties | shell32.dll | |
16604 | ShellTraceId_FilePropertyStoreFactory_GetFallbackStore_Start | Properties | shell32.dll | |
16605 | ShellTraceId_FilePropertyStoreFactory_GetFallbackStore_Stop | Properties | shell32.dll | |
16606 | ShellTraceId_FilePropertyStoreFactory_GetDesktopIniStore_Start | Properties | shell32.dll | |
16607 | ShellTraceId_FilePropertyStoreFactory_GetDesktopIniStore_Stop | Properties | shell32.dll | |
16608 | ShellTraceId_FileFolderInnateStore_GetValue_Start | FMTID PID |
Properties | shell32.dll |
16609 | ShellTraceId_FileFolderInnateStore_GetValue_Stop | FMTID PID |
Properties | shell32.dll |
16610 | ShellTraceId_FileFolderInnateStore_GetCount_Start | Properties | shell32.dll | |
16611 | ShellTraceId_FileFolderInnateStore_GetCount_Stop | Properties | shell32.dll | |
16612 | ShellTraceId_FileFolderInnateStore_GetAt_Start | Properties | shell32.dll | |
16613 | ShellTraceId_FileFolderInnateStore_GetAt_Stop | Properties | shell32.dll | |
16614 | ShellTraceId_FileFolderFallbackStore_GetValue_Start | FMTID PID |
Properties | |
16615 | ShellTraceId_FileFolderFallbackStore_GetValue_Stop | FMTID PID |
Properties | |
16616 | ShellTraceId_FileFolderFallbackStore_GetCount_Start | Properties | ||
16617 | ShellTraceId_FileFolderFallbackStore_GetCount_Stop | Properties | ||
16618 | ShellTraceId_FileFolderFallbackStore_GetAt_Start | Properties | ||
16619 | ShellTraceId_FileFolderFallbackStore_GetAt_Stop | Properties | ||
16700 | ShellTraceId_ShellItem_GetPropertyStore_Start | Properties | shell32.dll | |
16701 | ShellTraceId_ShellItem_GetPropertyStore_Stop | Properties | shell32.dll | |
16702 | ShellTraceId_ShellItem_GetPropertyStoreForKeys_Start | Properties | shell32.dll | |
16703 | ShellTraceId_ShellItem_GetPropertyStoreForKeys_Stop | Properties | shell32.dll | |
16704 | ShellTraceId_ShellItem_GetPropertyStoreWithCreateObject_Start | Properties | shell32.dll | |
16705 | ShellTraceId_ShellItem_GetPropertyStoreWithCreateObject_Stop | Properties | shell32.dll | |
16706 | ShellTraceId_ShellItem_GetPropertyDescriptionList_Start | Properties | shell32.dll | |
16707 | ShellTraceId_ShellItem_GetPropertyDescriptionList_Stop | Properties | shell32.dll | |
16708 | ShellTraceId_ShellItem_CreatePropertyProviderHelper_Start | Properties | propsys.dll | |
16709 | ShellTraceId_ShellItem_CreatePropertyProviderHelper_Stop | Properties | propsys.dll | |
16710 | ShellTraceId_ShellItemArray_GetPropertyStore_Start | Properties | shell32.dll | |
16711 | ShellTraceId_ShellItemArray_GetPropertyStore_Stop | Properties | shell32.dll | |
16712 | ShellTraceId_ShellItemArray_GetPropertyDescriptionList_Start | Properties | shell32.dll | |
16713 | ShellTraceId_ShellItemArray_GetPropertyDescriptionList_Stop | Properties | shell32.dll | |
16714 | ShellTraceId_CachedShellItem_GetPropertyStore_Start | Properties | shell32.dll | |
16715 | ShellTraceId_CachedShellItem_GetPropertyStore_Stop | Properties | shell32.dll | |
16716 | ShellTraceId_ItemFallbackStore_GetValue_Start | FMTID PID |
Properties | propsys.dll |
16717 | ShellTraceId_ItemFallbackStore_GetValue_Stop | FMTID PID |
Properties | propsys.dll |
16718 | ShellTraceId_ItemFallbackStore_GetCount_Start | Properties | propsys.dll | |
16719 | ShellTraceId_ItemFallbackStore_GetCount_Stop | Properties | propsys.dll | |
16720 | ShellTraceId_ItemFallbackStore_GetAt_Start | Properties | propsys.dll | |
16721 | ShellTraceId_ItemFallbackStore_GetAt_Stop | Properties | propsys.dll | |
16722 | ShellTraceId_ItemStoreOverFolder_GetValue_Start | FMTID PID |
Properties | propsys.dll |
16723 | ShellTraceId_ItemStoreOverFolder_GetValue_Stop | FMTID PID |
Properties | propsys.dll |
16724 | ShellTraceId_ItemStoreOverFolder_GetValueFromDetailsEx_Start | FMTID PID |
Properties | propsys.dll |
16725 | ShellTraceId_ItemStoreOverFolder_GetValueFromDetailsEx_Stop | FMTID PID |
Properties | propsys.dll |
16726 | ShellTraceId_ItemStoreOverFolder_GetCount_Start | Properties | propsys.dll | |
16727 | ShellTraceId_ItemStoreOverFolder_GetCount_Stop | Properties | propsys.dll | |
16728 | ShellTraceId_ItemStoreOverFolder_GetAt_Start | Properties | propsys.dll | |
16729 | ShellTraceId_ItemStoreOverFolder_GetAt_Stop | Properties | propsys.dll | |
17001 | ShellTraceId_ScopePicker_CScope_Flatten_Exclusion_Start | Shell | shell32.dll | |
17002 | ShellTraceId_ScopePicker_CScope_Flatten_Exclusion_Stop | Shell | shell32.dll | |
17003 | ShellTraceId_ScopePicker_CScope_Flatten_Recursion_Start | Shell | ||
17004 | ShellTraceId_ScopePicker_CScope_Flatten_Recursion_Stop | Shell | ||
17005 | ShellTraceId_ScopePicker_Open_Start | Shell | ||
17006 | ShellTraceId_ScopePicker_Open_Stop | Shell | ||
17007 | ShellTraceId_ScopePicker_Folders_Rendering_Start | Shell | shell32.dll | |
17008 | ShellTraceId_ScopePicker_Folders_Rendering_Stop | Shell | shell32.dll | |
17009 | ShellTraceId_ScopePicker_CScope_Load_From_XML_Start | Shell | shell32.dll | |
17010 | ShellTraceId_ScopePicker_CScope_Load_From_XML_Stop | Shell | shell32.dll | |
17011 | ShellTraceId_ScopePicker_CScope_Load_From_Stream_Start | Shell | shell32.dll | |
17012 | ShellTraceId_ScopePicker_CScope_Load_From_Stream_Stop | Shell | shell32.dll | |
17501 | ShellTraceId_ResolveUserNames_ResolveSids_Start | Properties | shell32.dll | |
17502 | ShellTraceId_ResolveUserNames_ResolveSids_Stop | Properties | shell32.dll | |
17503 | ShellTraceId_ResolveUserNames_ResolveStringSid_Start | Properties | shell32.dll | |
17504 | ShellTraceId_ResolveUserNames_ResolveStringSid_Stop | Properties | shell32.dll | |
17505 | ShellTraceId_ResolveUserNames_SHResolveUserNames_Start | Properties | shell32.dll | |
17506 | ShellTraceId_ResolveUserNames_SHResolveUserNames_Stop | Properties | shell32.dll | |
17507 | ShellTraceId_ResolveUserNames_FriendlyNameLookup_Start | Properties | shell32.dll | |
17508 | ShellTraceId_ResolveUserNames_FriendlyNameLookup_Stop | Properties | shell32.dll | |
17509 | ShellTraceId_ResolveUserNames_SingleSidToNameLookup_Start | Properties | shell32.dll | |
17510 | ShellTraceId_ResolveUserNames_SingleSidToNameLookup_Stop | Properties | shell32.dll | |
17511 | ShellTraceId_ResolveUserNames_MultipleSidsToNamesLookup_Start | Properties | shell32.dll | |
17512 | ShellTraceId_ResolveUserNames_MultipleSidsToNamesLookup_Stop | Properties | shell32.dll | |
17513 | ShellTraceId_ResolveUserNames_CachedFriendlyNameLookup_Start | Properties | shell32.dll | |
17514 | ShellTraceId_ResolveUserNames_CachedFriendlyNameLookup_Stop | Properties | shell32.dll | |
17515 | ShellTraceId_GetCorrectOwnerSid_Lookup_Start | Success Path |
Properties | shell32.dll |
17516 | ShellTraceId_GetCorrectOwnerSid_Lookup_Stop | Success Path |
Properties | |
17517 | ShellTraceId_GetCorrectOwnerSid_LookupFromRegistry_Start | Properties | shell32.dll | |
17518 | ShellTraceId_GetCorrectOwnerSid_LookupFromRegistry_Stop | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18001 | ShellTraceId_Shdocvw_BaseBrowser_DocumentComplete_Info | Shell | shdocvw.dll | |
18003 | ShellTraceId_Shdocvw_BaseBrowser_ExplorerWindowReady_Info | Shell | shdocvw.dll | |
18005 | ShellTraceId_Shdocvw_BaseBrowser_Navigate_Start | Shell | shdocvw.dll | |
18006 | ShellTraceId_Shdocvw_BaseBrowser_Navigate_Stop | Shell | shdocvw.dll | |
18007 | ShellTraceId_Shdocvw_PanningTool_ScrollElementBy_Start | Shell | ||
18008 | ShellTraceId_Shdocvw_PanningTool_ScrollElementBy_Stop | Shell | ||
18009 | ShellTraceId_Shdocvw_PanningTool_GetPanningProperties_Start | Shell | ||
18010 | ShellTraceId_Shdocvw_PanningTool_GetPanningProperties_Stop | Shell | ||
18011 | ShellTraceId_Shdocvw_PanningTool_SinglePan | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
18012 | ShellTraceId_Shdocvw_PanningTool_Change_PanningMode | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
|
18013 | ShellTraceId_Shdocvw_BaseBrowser_Explorer_Search_Query_Stream | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
|
18501 | ShellTraceId_Shell32_AutoListEditor_CommitSearch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
18503 | ShellTraceId_Shell32_AutoListEditor_Displayed | Shell | ||
18505 | ShellTraceId_Shell32_AutoListEditor_FillScopes_Start | Shell | browseui.dll | |
18506 | ShellTraceId_Shell32_AutoListEditor_FillScopes_Stop | Shell | browseui.dll | |
18507 | ShellTraceId_Shell32_AutoListEditor_GetPropertyList_Start | Shell | ||
18508 | ShellTraceId_Shell32_AutoListEditor_GetPropertyList_Stop | Shell | ||
18509 | ShellTraceId_Shell32_AutoListEditor_LaunchSearch_Info | Shell | shell32.dll | |
18511 | ShellTraceId_Shell32_AutoPlay_IDynamicHWHandler_Start | Shell | ||
18512 | ShellTraceId_Shell32_AutoPlay_IDynamicHWHandler_Stop | Shell | ||
18513 | ShellTraceId_Shell32_AutoPlay_IHWNotificationHandler_Start | Shell | ||
18514 | ShellTraceId_Shell32_AutoPlay_IHWNotificationHandler_Stop | Shell | ||
18515 | ShellTraceId_Shell32_AutoPlay_IQueryCancelAutoPlay_Start | Shell | shell32.dll | |
18516 | ShellTraceId_Shell32_AutoPlay_IQueryCancelAutoPlay_Stop | Shell | shell32.dll | |
18517 | ShellTraceId_Shell32_AutoPlay_Logic_Start | Shell | shell32.dll | |
18518 | ShellTraceId_Shell32_AutoPlay_Logic_Stop | Shell | shell32.dll | |
18519 | ShellTraceId_Shell32_AutoPlay_Prompt_Show_Start | Shell | shell32.dll | |
18520 | ShellTraceId_Shell32_AutoPlay_Prompt_Show_Stop | Shell | shell32.dll | |
18521 | ShellTraceId_Shell32_AutoPlay_Sniff_Start | Shell | shell32.dll | |
18522 | ShellTraceId_Shell32_AutoPlay_Sniff_Stop | Shell | shell32.dll | |
18523 | ShellTraceId_Shell32_CDesktopBrowser_LButtonAction_Info | Message | Shell | shell32.dll |
18524 | ShellTraceId_Shell32_CDesktopBrowser_ShellReady_Info | Shell | ||
18525 | ShellTraceId_Shell32_CExplorerBrowser_BrowseObjectInternal_Start | Shell | shell32.dll | |
18526 | ShellTraceId_Shell32_CExplorerBrowser_BrowseObjectInternal_Stop | Shell | shell32.dll | |
18527 | ShellTraceId_Shell32_CFindCmd_DoSearch_Start | Shell | ||
18528 | ShellTraceId_Shell32_CFindCmd_DoSearch_Stop | Shell | ||
18529 | ShellTraceId_Shell32_CGrepQuery_Crawl_Start | Shell | shell32.dll | |
18530 | ShellTraceId_Shell32_CGrepQuery_Crawl_Stop | Shell | shell32.dll | |
18531 | ShellTraceId_Shell32_CommandModule_SelectionChange_Start | Shell | shell32.dll | |
18532 | ShellTraceId_Shell32_CommandModule_SelectionChange_Stop | Shell | shell32.dll | |
18533 | ShellTraceId_Shell32_ControlPanel_CategoryView_Init_Start | Shell | shell32.dll | |
18534 | ShellTraceId_Shell32_ControlPanel_CategoryView_Init_Stop | Shell | shell32.dll | |
18535 | ShellTraceId_Shell32_ControlPanel_CategoryView_LoadTasks_Start | Shell | shell32.dll | |
18536 | ShellTraceId_Shell32_ControlPanel_CategoryView_LoadTasks_Stop | Shell | shell32.dll | |
18537 | ShellTraceId_Shell32_ControlPanel_CategoryView_Search_Start | Shell | shell32.dll | |
18538 | ShellTraceId_Shell32_ControlPanel_CategoryView_Search_Stop | Shell | shell32.dll | |
18539 | ShellTraceId_Shell32_ControlPanel_NavPanelInit_Start | Shell | shell32.dll | |
18540 | ShellTraceId_Shell32_ControlPanel_NavPanelInit_Stop | Shell | shell32.dll | |
18547 | ShellTraceId_Shell32_DefView_AutoSizeColumns_Start | Shell | shell32.dll | |
18548 | ShellTraceId_Shell32_DefView_AutoSizeColumns_Stop | Shell | shell32.dll | |
18549 | ShellTraceId_Shell32_DefView_Enumeration_Start | Shell | shell32.dll | |
18550 | ShellTraceId_Shell32_DefView_Enumeration_Stop | Count | Shell | shell32.dll |
18551 | ShellTraceId_Shell32_DefView_Filter_Start | Shell | shell32.dll | |
18552 | ShellTraceId_Shell32_DefView_Filter_Stop | Shell | shell32.dll | |
18553 | ShellTraceId_Shell32_DefView_Filter_Generation_Start | Shell | shell32.dll | |
18554 | ShellTraceId_Shell32_DefView_Filter_Generation_Stop | Shell | shell32.dll | |
18555 | ShellTraceId_Shell32_DefView_FirstBatch_Start | Shell | shell32.dll | |
18556 | ShellTraceId_Shell32_DefView_FirstBatch_Stop | Shell | shell32.dll | |
18557 | ShellTraceId_Shell32_DefView_Group_Start | Shell | shell32.dll | |
18558 | ShellTraceId_Shell32_DefView_Group_Stop | Shell | shell32.dll | |
18559 | ShellTraceId_Shell32_DefView_Initial_Sort_Start | Shell | shell32.dll | |
18560 | ShellTraceId_Shell32_DefView_Initial_Sort_Stop | Shell | shell32.dll | |
18561 | ShellTraceId_Shell32_DefView_ListViewDone_Info | Count | Shell | shell32.dll |
18563 | ShellTraceId_Shell32_DefView_PropertiesDone_Info | Shell | shell32.dll | |
18565 | ShellTraceId_Shell32_DefView_RightClickContextMenu_Info | Shell | shell32.dll | |
18567 | ShellTraceId_Shell32_DefView_Stack_Start | Shell | shell32.dll | |
18568 | ShellTraceId_Shell32_DefView_Stack_Stop | Shell | shell32.dll | |
18569 | ShellTraceId_Shell32_DefView_Thumbnail_Extract_Start | Shell | shell32.dll | |
18570 | ShellTraceId_Shell32_DefView_Thumbnail_Extract_Stop | Shell | shell32.dll | |
18571 | ShellTraceId_Shell32_DefView_Thumbnail_Extraction_Start | Shell | shell32.dll | |
18572 | ShellTraceId_Shell32_DefView_Thumbnail_Extraction_Stop | Shell | shell32.dll | |
18573 | ShellTraceId_Shell32_DefView_Thumbnail_Lookup_Start | Shell | shell32.dll | |
18574 | ShellTraceId_Shell32_DefView_Thumbnail_Lookup_Stop | Shell | shell32.dll | |
18575 | ShellTraceId_Shell32_DefView_Thumbnail_Update_Start | Shell | shell32.dll | |
18576 | ShellTraceId_Shell32_DefView_Thumbnail_Update_Stop | Shell | shell32.dll | |
18577 | ShellTraceId_Shell32_DefView_Thumbnail_Updateview_Start | Shell | shell32.dll | |
18578 | ShellTraceId_Shell32_DefView_Thumbnail_Updateview_Stop | Shell | shell32.dll | |
18579 | ShellTraceId_Shell32_DefView_ViewModeChange_Start | Mode IconSize |
Shell | shell32.dll |
18580 | ShellTraceId_Shell32_DefView_ViewModeChange_Stop | Mode IconSize |
Shell | shell32.dll |
18581 | ShellTraceId_Shell32_Defview_Sort_Start | Shell | shell32.dll | |
18582 | ShellTraceId_Shell32_Defview_Sort_Stop | Shell | shell32.dll | |
18583 | ShellTraceId_Shell32_GeneratingContextMenu_Start | Shell | shell32.dll | |
18584 | ShellTraceId_Shell32_GeneratingContextMenu_Stop | Shell | shell32.dll | |
18585 | ShellTraceId_Shell32_InvokingContextMenu_Start | Shell | shell32.dll | |
18586 | ShellTraceId_Shell32_InvokingContextMenu_Stop | Shell | shell32.dll | |
18587 | ShellTraceId_Shell32_KnownFolderManager_GetEnumKnowFolders_Start | APICalls | ||
18588 | ShellTraceId_Shell32_KnownFolderManager_GetEnumKnowFolders_Stop | APICalls | ||
18589 | ShellTraceId_Shell32_KnownFolder_GetLocation_Start | APICalls | ||
18590 | ShellTraceId_Shell32_KnownFolder_GetLocation_Stop | APICalls | ||
18591 | ShellTraceId_Shell32_KnownFolder_GetPath_Start | APICalls | ||
18592 | ShellTraceId_Shell32_KnownFolder_GetPath_Stop | APICalls | ||
18593 | ShellTraceId_Shell32_KnownFolder_SetPath_Start | APICalls | ||
18594 | ShellTraceId_Shell32_KnownFolder_SetPath_Stop | APICalls | ||
18595 | ShellTraceId_Shell32_List_Add_Start | Shell | ||
18596 | ShellTraceId_Shell32_List_Add_Stop | Shell | ||
18597 | ShellTraceId_Shell32_List_Enum_Start | Shell | ||
18598 | ShellTraceId_Shell32_List_Enum_Stop | Shell | ||
18599 | ShellTraceId_Shell32_List_Remove_Start | Shell | ||
18600 | ShellTraceId_Shell32_List_Remove_Stop | Shell | ||
18601 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_Start | Shell | shell32.dll | |
18602 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_Stop | Shell | shell32.dll | |
18603 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceArrived_Start | Shell | ||
18604 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceArrived_Stop | Shell | ||
18605 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceRemoved_Start | Shell | ||
18606 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceRemoved_Stop | Shell | ||
18607 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceUpdated_Start | Shell | ||
18608 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_DeviceUpdated_Stop | Shell | ||
18609 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_MountPointArrived_Start | Shell | ||
18610 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_MountPointArrived_Stop | Shell | ||
18611 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_MountPointRemoved_Start | Shell | ||
18612 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_MountPointRemoved_Stop | Shell | ||
18613 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeArrived_Start | Shell | ||
18614 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeArrived_Stop | Shell | ||
18615 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeDismounted_Start | Shell | ||
18616 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeDismounted_Stop | Shell | ||
18617 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeMounted_Start | Shell | ||
18618 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeMounted_Stop | Shell | ||
18619 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeRemoved_Start | Shell | ||
18620 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeRemoved_Stop | Shell | ||
18621 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeUpdated_Start | Shell | ||
18622 | ShellTraceId_Shell32_MountPoint_SHHardwareEvent_VolumeUpdated_Stop | Shell | ||
18623 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_Start | Shell | shell32.dll | |
18624 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_Stop | Shell | shell32.dll | |
18625 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MediaArrival_Start | Shell | shell32.dll | |
18626 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MediaArrival_Stop | Shell | shell32.dll | |
18627 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MediaRemoval_Start | Shell | shell32.dll | |
18628 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MediaRemoval_Stop | Shell | shell32.dll | |
18629 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MountPointArrival_Start | Shell | shell32.dll | |
18630 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MountPointArrival_Stop | Shell | shell32.dll | |
18631 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MountPointRemoval_Start | Shell | shell32.dll | |
18632 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_MountPointRemoval_Stop | Shell | shell32.dll | |
18633 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_NetShareArrival_Start | Shell | shell32.dll | |
18634 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_NetShareArrival_Stop | Shell | shell32.dll | |
18635 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_NetShareRemoval_Start | Shell | shell32.dll | |
18636 | ShellTraceId_Shell32_MountPoint_WMDeviceChange_NetShareRemoval_Stop | Shell | shell32.dll | |
18637 | ShellTraceId_Shell32_PSC_AutoList_Show_Start | Shell | ||
18638 | ShellTraceId_Shell32_PSC_AutoList_Show_Stop | Shell | ||
18639 | ShellTraceId_Shell32_PSC_Explorer_Template_Change_Start | Shell | shell32.dll | |
18640 | ShellTraceId_Shell32_PSC_Explorer_Template_Change_Stop | Shell | shell32.dll | |
18641 | ShellTraceId_Shell32_SHGetFolderLocation_Start | APICalls | shell32.dll | |
18642 | ShellTraceId_Shell32_SHGetFolderLocation_Stop | APICalls | shell32.dll | |
18643 | ShellTraceId_Shell32_SHGetFolderLocationEx_Start | APICalls | shell32.dll | |
18644 | ShellTraceId_Shell32_SHGetFolderLocationEx_Stop | APICalls | shell32.dll | |
18645 | ShellTraceId_Shell32_SHGetFolderPath_Start | APICalls | shell32.dll | |
18646 | ShellTraceId_Shell32_SHGetFolderPath_Stop | APICalls | shell32.dll | |
18647 | ShellTraceId_Shell32_SHGetFolderPathEx_Start | APICalls | shell32.dll | |
18648 | ShellTraceId_Shell32_SHGetFolderPathEx_Stop | APICalls | shell32.dll | |
18649 | ShellTraceId_Shell32_SHSetFolderPath_Start | APICalls | shell32.dll | |
18650 | ShellTraceId_Shell32_SHSetFolderPath_Stop | APICalls | shell32.dll | |
18651 | ShellTraceId_Shell32_SHSetFolderPathEx_Start | APICalls | shell32.dll | |
18652 | ShellTraceId_Shell32_SHSetFolderPathEx_Stop | APICalls | shell32.dll | |
18653 | ShellTraceId_Shell32_DefView_Keydown_Info | Shell | shell32.dll | |
18654 | ShellTraceId_Shell32_DefView_NoIShellFolder2 | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
shell32.dll |
18657 | ShellTraceId_Shell32_ControlPanel_SQM_LinkClicked | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
shell32.dll |
18658 | ShellTraceId_Shell32_ControlPanel_SQM_ViewMode | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18659 | ShellTraceId_Shell32_ControlPanel_FloppyOrCD_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
18660 | ShellTraceId_Shell32_ControlPanel_SQM_ViewChange | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18661 | ShellTraceId_Shell32_ExplorerBrowser_Ready_Info | Count | Shell | shell32.dll |
18663 | ShellTraceId_Shell32_DefView_HighQualityStretch_Start | Shell | shell32.dll | |
18664 | ShellTraceId_Shell32_DefView_HighQualityStretch_Stop | Shell | shell32.dll | |
18665 | ShellTraceId_Shell32_DefView_Scroll_Info | Shell | shell32.dll | |
18667 | ShellTraceId_Shell32_DefView_Grouping_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18669 | ShellTraceId_Shell32_DefView_Filtering_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18671 | ShellTraceId_Shell32_DefView_Stacking_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18673 | ShellTraceId_Shell32_DefView_Sorting_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
18677 | ShellTraceId_Shell32_ItemThumbnail_SetItems_Start | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
Shell | shell32.dll |
18678 | ShellTraceId_Shell32_ItemThumbnail_SetItems_Stop | Shell | shell32.dll | |
18679 | ShellTraceId_Shell32_ItemThumbnail_Prefetch_Start | Shell | shell32.dll | |
18680 | ShellTraceId_Shell32_ItemThumbnail_Prefetch_Stop | Shell | shell32.dll | |
18681 | ShellTraceId_Shell32_ItemThumbnail_Draw_Start | Shell | shell32.dll | |
18682 | ShellTraceId_Shell32_ItemThumbnail_Draw_Stop | Shell | shell32.dll | |
18683 | ShellTraceId_Shell32_NetFolder_ParseDisplayName_Start | Name | Shell | shell32.dll |
18684 | ShellTraceId_Shell32_NetFolder_ParseDisplayName_Stop | Name | Shell | shell32.dll |
18685 | ShellTraceId_Shell32_NetFolder_ParseUNCName_Start | Shell | shell32.dll | |
18686 | ShellTraceId_Shell32_NetFolder_ParseUNCName_Stop | Shell | shell32.dll | |
18687 | ShellTraceId_Shell32_NetFolder_SHWNetGetResourceInformationAlloc_Start | Shell | shell32.dll | |
18688 | ShellTraceId_Shell32_NetFolder_SHWNetGetResourceInformationAlloc_Stop | Shell | shell32.dll | |
18689 | ShellTraceId_Shell32_NetFolder_WNetGetResourceParent_Start | Shell | shell32.dll | |
18690 | ShellTraceId_Shell32_NetFolder_WNetGetResourceParent_Stop | Shell | ||
18691 | ShellTraceId_Shell32_NetFolder_WNetUseConnection_Start | Shell | shell32.dll | |
18692 | ShellTraceId_Shell32_NetFolder_WNetUseConnection_Stop | Shell | shell32.dll | |
18693 | ShellTraceId_Shell32_DefView_Property_Extraction_Start | Shell | shell32.dll | |
18694 | ShellTraceId_Shell32_DefView_Property_Extraction_Stop | Shell | shell32.dll | |
18695 | ShellTraceId_Shell32_DefView_Property_Extract_Start | Shell | shell32.dll | |
18696 | ShellTraceId_Shell32_DefView_Property_Extract_Stop | Shell | shell32.dll | |
18697 | ShellTraceId_Shell32_DefView_Property_ReadAsOneBatch_Start | Shell | shell32.dll | |
18698 | ShellTraceId_Shell32_DefView_Property_ReadAsOneBatch_Stop | Shell | shell32.dll | |
18699 | ShellTraceId_Shell32_DefView_GetEnumerator_Start | Shell | shell32.dll | |
18700 | ShellTraceId_Shell32_DefView_GetEnumerator_Stop | Shell | shell32.dll | |
18701 | ShellTraceId_DefView_Thumbnail_EnumLookup_Start | Shell | shell32.dll | |
18702 | ShellTraceId_DefView_Thumbnail_EnumLookup_Stop | Shell | shell32.dll | |
18703 | ShellTraceId_Shell32_Autoplay_Master_Switch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
18705 | ShellTraceId_Shell32_Autoplay_Default_Handler | SqmSessionGuid SqmID SqmType SqmStringDatapointValue |
win:SQM Shell |
explorer.exe |
18707 | ShellTraceId_Shell32_StartMenuQueryFactory_WaitForNextResult_Start | Shell | shell32.dll | |
18708 | ShellTraceId_Shell32_StartMenuQueryFactory_WaitForNextResult_Stop | Shell | shell32.dll | |
18709 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Start | Shell | shell32.dll | |
18710 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Stop | Shell | shell32.dll | |
18711 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Grep_Start | Shell | shell32.dll | |
18712 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Grep_Stop | Shell | shell32.dll | |
18713 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Run_Start | Shell | shell32.dll | |
18714 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_Run_Stop | Shell | shell32.dll | |
18715 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_ControlPanels_Start | Shell | shell32.dll | |
18716 | ShellTraceId_Shell32_StartMenuQueryFactory_Programs_ControlPanels_Stop | Shell | shell32.dll | |
18717 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Start | Shell | shell32.dll | |
18718 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Stop | Shell | shell32.dll | |
18719 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Run_Start | Shell | shell32.dll | |
18720 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Run_Stop | Shell | shell32.dll | |
18721 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Favorites_Start | Shell | shell32.dll | |
18722 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_Favorites_Stop | Shell | shell32.dll | |
18723 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_History_Start | Shell | shell32.dll | |
18724 | ShellTraceId_Shell32_StartMenuQueryFactory_Internet_History_Stop | Shell | shell32.dll | |
18725 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_Start | Shell | shell32.dll | |
18726 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_Stop | Shell | shell32.dll | |
18727 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_Recent_Start | Shell | shell32.dll | |
18728 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_Recent_Stop | Shell | shell32.dll | |
18729 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_DisplayName_Start | Shell | shell32.dll | |
18730 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_DisplayName_Stop | Shell | shell32.dll | |
18731 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_FullText_Start | Shell | shell32.dll | |
18732 | ShellTraceId_Shell32_StartMenuQueryFactory_Files_FullText_Stop | Shell | shell32.dll | |
18733 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_Start | Shell | shell32.dll | |
18734 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_Stop | Shell | shell32.dll | |
18735 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_Contacts_Start | Shell | shell32.dll | |
18736 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_Contacts_Stop | Shell | shell32.dll | |
18737 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_FullText_Start | Shell | shell32.dll | |
18738 | ShellTraceId_Shell32_StartMenuQueryFactory_Communications_FullText_Stop | Shell | shell32.dll | |
18739 | ShellTraceId_Shell32_IsElevationRequired_Start | ExecutableName | Shell | shell32.dll |
18740 | ShellTraceId_Shell32_IsElevationRequired_Stop | ExecutableName | Shell | shell32.dll |
18741 | ShellTraceId_Shell32_IndexInfoCache_Refresh_Start | Shell | shell32.dll | |
18742 | ShellTraceId_Shell32_IndexInfoCache_Refresh_Stop | Shell | shell32.dll | |
18743 | ShellTraceId_Shell32_DefView_FireFolderChanged_Info | Shell | shell32.dll | |
18745 | ShellTraceId_Shell32_DefView_FireContentsChanged_Info | Shell | shell32.dll | |
18747 | ShellTraceId_Shell32_DUIFrame_SendContentsChanged_Info | Shell | shell32.dll | |
18749 | ShellTraceId_Shell32_DUIFrame_SendFolderChanged_Info | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
Shell | shell32.dll |
18751 | ShellTraceId_Shell32_SHExtCoCreateInstance_Valid_Info | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
shell32.dll |
18752 | ShellTraceId_Shell32_DefView_AddColumn_Info | Shell | shell32.dll | |
18801 | ShellTraceId_Shell32_CopyEngine_FileOperation_Start | CopyEngine | shell32.dll | |
18802 | ShellTraceId_Shell32_CopyEngine_FileOperation_Stop | CopyEngine | shell32.dll | |
18803 | ShellTraceId_Shell32_CopyEngine_OverallOperation_Start | CopyEngine | shell32.dll | |
18804 | ShellTraceId_Shell32_CopyEngine_OverallOperation_Stop | CopyEngine | shell32.dll | |
18805 | ShellTraceId_Shell32_CopyEngine_OverallTransfer_Start | CopyEngine | shell32.dll | |
18806 | ShellTraceId_Shell32_CopyEngine_OverallTransfer_Stop | CopyEngine | shell32.dll | |
18807 | ShellTraceId_Shell32_CopyEngine_ConfirmedDelete_Info | CopyEngine | shell32.dll | |
18809 | ShellTraceId_Shell32_CopyEngine_WillRecycleToBin_Start | CopyEngine | shell32.dll | |
18810 | ShellTraceId_Shell32_CopyEngine_WillRecycleToBin_Stop | CopyEngine | shell32.dll | |
18811 | ShellTraceId_Shell32_CopyEngine_RecycleItem_Start | CopyEngine | shell32.dll | |
18812 | ShellTraceId_Shell32_CopyEngine_RecycleItem_Stop | CopyEngine | shell32.dll | |
18813 | ShellTraceId_Shell32_CopyEngine_CallCreateFile_Start | CopyEngine | shell32.dll | |
18814 | ShellTraceId_Shell32_CopyEngine_CallCreateFile_Stop | CopyEngine | shell32.dll | |
18815 | ShellTraceId_Shell32_CopyEngine_CallMoveFile_Start | CopyEngine | shell32.dll | |
18816 | ShellTraceId_Shell32_CopyEngine_CallMoveFile_Stop | CopyEngine | shell32.dll | |
18817 | ShellTraceId_Shell32_CommonPlaces_Drop_Info | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM | shell32.dll |
18818 | ShellTraceId_Shell32_ReadingPaneModule_Load_Start | Shell | shell32.dll | |
18819 | ShellTraceId_Shell32_ReadingPaneModule_Load_Stop | Shell | shell32.dll | |
19001 | ShellTraceId_TaskScheduler_ResumeTask_Start | TOID (Task Guid) | Tasks | browseui.dll |
19002 | ShellTraceId_TaskScheduler_ResumeTask_Stop | TOID (Task Guid) | Tasks | browseui.dll |
19003 | ShellTraceId_TaskScheduler_RunTask_Start | TOID (Task Guid) | Tasks | browseui.dll |
19004 | ShellTraceId_TaskScheduler_RunTask_Stop | TOID (Task Guid) | Tasks | browseui.dll |
19005 | ShellTraceId_TaskScheduler_PurgeTasks_Info | TOID (Task Guid) | Tasks | browseui.dll |
19006 | ShellTraceId_TaskScheduler_AddIdleTask_Info | TOID (Task Guid) | Tasks | |
19007 | ShellTraceId_TaskScheduler_AddTask_Info | TOID (Task Guid) | Tasks | browseui.dll |
19201 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
||
19203 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
||
19205 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
||
19207 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
||
19209 | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
||
19211 | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
||
19401 | ShellTraceId_FileClassStore_LookupFileClassInt_Start | FileClassStoreAndIconCache | shell32.dll | |
19403 | ShellTraceId_FileClassStore_LookupFileClassInt_Stop | FileClassStoreAndIconCache | shell32.dll | |
19405 | ShellTraceId_FileClassStore_LookupFileClassString_Start | FileClassStoreAndIconCache | shell32.dll | |
19407 | ShellTraceId_FileClassStore_LookupFileClassString_Stop | FileClassStoreAndIconCache | shell32.dll | |
19409 | ShellTraceId_FileClassStore_LookupFileClassHandler_Start | FileClassStoreAndIconCache | shell32.dll | |
19411 | ShellTraceId_FileClassStore_LookupFileClassHandler_Stop | FileClassStoreAndIconCache | shell32.dll | |
19413 | ShellTraceId_FileClassStore_SetFileClassInt_Start | FileClassStoreAndIconCache | shell32.dll | |
19415 | ShellTraceId_FileClassStore_SetFileClassInt_Stop | FileClassStoreAndIconCache | shell32.dll | |
19417 | ShellTraceId_FileClassStore_SetFileClassString_Start | FileClassStoreAndIconCache | shell32.dll | |
19419 | ShellTraceId_FileClassStore_SetFileClassString_Stop | FileClassStoreAndIconCache | shell32.dll | |
19421 | ShellTraceId_FileClassStore_SetFileClassHandler_Start | FileClassStoreAndIconCache | shell32.dll | |
19423 | ShellTraceId_FileClassStore_SetFileClassHandler_Stop | FileClassStoreAndIconCache | shell32.dll | |
19425 | ShellTraceId_IconCache_LookupIcon_Start | FileClassStoreAndIconCache | shell32.dll | |
19427 | ShellTraceId_IconCache_LookupIcon_Stop | FileClassStoreAndIconCache | shell32.dll | |
19429 | ShellTraceId_IconCache_AddIcon_Start | FileClassStoreAndIconCache | shell32.dll | |
19431 | ShellTraceId_IconCache_AddIcon_Stop | FileClassStoreAndIconCache | shell32.dll | |
19433 | ShellTraceId_IconCache_RemoveIcon_Start | FileClassStoreAndIconCache | shell32.dll | |
19435 | ShellTraceId_IconCache_RemoveIcon_Stop | FileClassStoreAndIconCache | shell32.dll | |
19437 | ShellTraceId_IconCache_GetFileOverlayInfo_Start | FileClassStoreAndIconCache | shell32.dll | |
19439 | ShellTraceId_IconCache_GetFileOverlayInfo_Stop | FileClassStoreAndIconCache | shell32.dll | |
19501 | ShellTraceId_CDesktopFolder_ParseDisplayName_Start | Name | Shell | |
19502 | ShellTraceId_CDesktopFolder_ParseDisplayName_Stop | Name HRESULT PIDL_out HWND IBindCtx cbEaten dwAttributes |
Shell | |
19503 | ShellTraceId_CDesktopFolder_GetDisplayNameOf_Start | Address Depth Children Size Bytes |
Shell | |
19504 | ShellTraceId_CDesktopFolder_GetDisplayNameOf_Stop | Address HRESULT Flags Name |
Shell | |
20001 | ShellTraceId_StartMenu_OpenContextMenu_Start | Shell | explorer.exe | |
20002 | ShellTraceId_StartMenu_OpenContextMenu_Stop | Shell | explorer.exe | |
20003 | ShellTraceId_StartMenu_PinItemToMenu_Start | Shell | explorer.exe | |
20004 | ShellTraceId_StartMenu_PinItemToMenu_Stop | Shell | explorer.exe | |
20005 | ShellTraceId_StartMenu_Fill_MenuCache_Start | Shell | explorer.exe | |
20006 | ShellTraceId_StartMenu_Fill_MenuCache_Stop | Shell | explorer.exe | |
20007 | ShellTraceId_StartMenu_Left_Control_Button_Split_Open | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20009 | ShellTraceId_StartMenu_Right_Control_Button_Split_Open | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
20011 | ShellTraceId_StartMenu_Left_Control_Button_Label | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20013 | ShellTraceId_StartMenu_Right_Control_Button_Label | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20015 | ShellTraceId_StartMenu_Logoff_Usage_Stream | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
explorer.exe shell32.dll |
20017 | ShellTraceId_StartMenu_Username_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
20019 | ShellTraceId_StartMenu_UserTile_Clicked | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20021 | ShellTraceId_StartMenu_Search_Usage | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20023 | ShellTraceId_StartMenu_AllPrograms_Search_Usage | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20025 | ShellTraceId_StartMenu_Search_TopResult_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20027 | ShellTraceId_StartMenu_Advanced_Search_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
20029 | ShellTraceId_StartMenu_Search_Result_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20031 | ShellTraceId_StartMenu_Search_UNC_Path | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
|
20033 | ShellTraceId_StartMenu_WordWheel_Activated | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20035 | ShellTraceId_StartMenu_Search_Computer_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20037 | ShellTraceId_StartMenu_Search_Internet_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20039 | ShellTraceId_StartMenu_Search_URL_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20041 | ShellTraceId_StartMenu_Search_Dropdown_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
20043 | ShellTraceId_StartMenu_Search_Group_Usage | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
explorer.exe |
20045 | ShellTraceId_StartMenu_Applications_Launched | SqmSessionGuid SqmID SqmType SqmStreamRowLength SqmStreamRow SqmTypeEntry SqmDWORDEntry SqmStringEntry |
win:SQM Shell |
explorer.exe |
21001 | ShellTraceId_SystemTray_ChangeNotify_Start | Shell | explorer.exe | |
21002 | ShellTraceId_SystemTray_ChangeNotify_Stop | Shell | explorer.exe | |
21003 | ShellTraceId_SystemTray_UserClickedChevron_ChangeNotify_Start | Shell | explorer.exe | |
21004 | ShellTraceId_SystemTray_UserClickedChevron_ChangeNotify_Stop | Shell | explorer.exe | |
22001 | ShellTraceId_Taskbar_GroupState_ChangeNotify_Start | Shell | explorer.exe | |
22002 | ShellTraceId_Taskbar_GroupState_ChangeNotify_Stop | Shell | explorer.exe | |
22003 | ShellTraceId_Taskbar_LockState_ChangeNotify_Start | Shell | explorer.exe | |
22004 | ShellTraceId_Taskbar_LockState_ChangeNotify_Stop | Shell | explorer.exe | |
22005 | ShellTraceId_Taskbar_Click | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22006 | ShellTraceId_SE_AppLimits_Count | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22007 | ShellTraceId_Taskbar_Settings | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22009 | ShellTraceId_Taskbar_Location | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22011 | ShellTraceId_Taskbar_Size | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22013 | ShellTraceId_Taskbar_Quicklaunch_Item_Launch | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
shell32.dll |
22015 | ShellTraceId_Taskbar_Glomming_Enabled | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22017 | ShellTraceId_Taskbar_QuickLaunch_Enabled | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
22018 | ShellTraceId_Taskbar_RegisterThumbnail_Start | HWNDSrc HWNDThumbnail |
Shell | explorer.exe |
22019 | ShellTraceId_Taskbar_RegisterThumbnail_Stop | HWNDSrc HWNDThumbnail |
Shell | explorer.exe |
22020 | ShellTraceId_Taskbar_ShowThumbnail_Start | iId fFromGlom |
Shell | explorer.exe |
22021 | ShellTraceId_Taskbar_ShowThumbnail_Stop | iId fFromGlom |
Shell | explorer.exe |
23001 | ShellTraceId_ViewControl_UserSplitButtonClick_Start | Shell | shell32.dll | |
23002 | ShellTraceId_ViewControl_UserSplitButtonClick_Stop | Shell | shell32.dll | |
23003 | ShellTraceId_ViewControl_UserViewModeSelect_Start | Shell | shell32.dll | |
23004 | ShellTraceId_ViewControl_UserViewModeSelect_Stop | Shell | shell32.dll | |
23005 | ShellTraceId_ViewControl_ViewModeChangeNotify_Start | Shell | shell32.dll | |
23006 | ShellTraceId_ViewControl_ViewModeChangeNotify_Stop | Shell | shell32.dll | |
23101 | ShellTraceId_WordWheel_UserKeypress_ChangeNotify_Info | Query | Shell | comdlg32.dll shell32.dll |
23110 | ShellTraceId_SendTo_Populate_Start | Shell | shell32.dll | |
23111 | ShellTraceId_SendTo_Populate_Stop | Shell | shell32.dll | |
23201 | ShellTraceId_Glass_Colorization | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
23203 | ShellTraceId_Glass_Composition_Enabled | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
23205 | ShellTraceId_Glass_Theme_Active | SqmSessionGuid SqmID SqmType SqmDWORDDatapointValue |
win:SQM Shell |
explorer.exe |
26001 | ShellTraceId_CTrackEvents_OperationEvent_Start | Operation Type Event |
Shell | shdocvw.dll shell32.dll |
26002 | ShellTraceId_CTrackEvents_OperationEvent_Stop | Operation Type Event |
Shell | shdocvw.dll shell32.dll |
26003 | ShellTraceId_CTrackEvents_StartTimedOperation_Start | Shell | shdocvw.dll shell32.dll |
|
26004 | ShellTraceId_CTrackEvents_StartTimedOperation_Stop | Shell | shdocvw.dll shell32.dll |
|
26005 | ShellTraceId_CTrackEvents_StopTimedOperation_Start | Shell | shdocvw.dll shell32.dll |
|
26006 | ShellTraceId_CTrackEvents_StopTimedOperation_Stop | Shell | shdocvw.dll shell32.dll |
|
50001 | ShellTraceId_ShellLib_AdjustImage_Start | |||
50002 | ShellTraceId_ShellLib_AdjustImage_Stop | |||
50101 | ShellTraceId_Explorer_ShutdownUX_ShowMenu_Start | ShutdownUX | ||
50102 | ShellTraceId_Explorer_ShutdownUX_ShowMenu_Stop | ShutdownUX | ||
50103 | ShellTraceId_Explorer_ShutdownUX_DefaultButtonPress_Start | ShutdownUX | explorer.exe | |
50104 | ShellTraceId_Explorer_ShutdownUX_DefaultButtonPress_Stop | ShutdownUX | shell32.dll | |
50105 | ShellTraceId_Explorer_ShutdownUX_SelectMenuItem_Start | ShutdownUX | explorer.exe | |
50106 | ShellTraceId_Explorer_ShutdownUX_SelectMenuItem_Stop | ShutdownUX | shell32.dll | |
50107 | ShellTraceId_Explorer_ShutdownUX_StartMenuCriticalPath_Start | ShutdownUX | explorer.exe | |
50108 | ShellTraceId_Explorer_ShutdownUX_StartMenuCriticalPath_Stop | ShutdownUX | explorer.exe | |
60000 | ShellTraceId_IE_HistoryBrokerStartup_Start | InternetExplorer | ||
60001 | ShellTraceId_IE_HistoryBrokerStartup_Stop | InternetExplorer | ||
60002 | ShellTraceId_IE_HistoryBrokerShutdown_Start | InternetExplorer | ||
60003 | ShellTraceId_IE_HistoryBrokerShutdown_Stop | InternetExplorer | ||
60004 | ShellTraceId_IE_AddToHistory_Start | InternetExplorer | ||
60005 | ShellTraceId_IE_AddToHistory_Stop | InternetExplorer | ||
60006 | ShellTraceId_IE_QueryHistory_Start | InternetExplorer | ||
60007 | ShellTraceId_IE_QueryHistory_Stop | InternetExplorer | ||
60008 | ShellTraceId_IE_EnumHistoryRecords_Start | InternetExplorer | ||
60009 | ShellTraceId_IE_EnumHistoryRecords_Stop | InternetExplorer | ||
60010 | ShellTraceId_IE_LegacyHistoryAdd_Start | InternetExplorer | ||
60011 | ShellTraceId_IE_LegacyHistoryAdd_Stop | InternetExplorer | ||
60012 | ShellTraceId_IE_LegacyHistoryQuery_Start | InternetExplorer | ||
60013 | ShellTraceId_IE_LegacyHistoryQuery_Stop | InternetExplorer | ||
60014 | ShellTraceId_IE_LegacyHistoryEnum_Start | InternetExplorer | ||
60015 | ShellTraceId_IE_LegacyHistoryEnum_Stop | InternetExplorer | ||
60016 | ShellTraceId_IE_CreateThumbnail_Start | InternetExplorer | ||
60017 | ShellTraceId_IE_CreateThumbnail_Stop | InternetExplorer | ||
60018 | ShellTraceId_IE_ScaleThumbnail_Start | InternetExplorer | ||
60019 | ShellTraceId_IE_ScaleThumbnail_Stop | InternetExplorer | ||
60020 | ShellTraceId_IE_CompressThumbnail_Start | InternetExplorer | ||
60021 | ShellTraceId_IE_CompressThumbnail_Stop | InternetExplorer | ||
60022 | ShellTraceId_IE_GenerateThumbnail_Start | InternetExplorer | ||
60023 | ShellTraceId_IE_GenerateThumbnail_Stop | InternetExplorer | ||
60025 | ShellTraceId_IE_LButtonAction | InternetExplorer | ||
60101 | ShellTraceId_StructuredQuery_ParseText_Start | StructuredQuery | explorer.exe | |
60102 | ShellTraceId_StructuredQuery_ParseText_Stop | StructuredQuery | explorer.exe | |
60103 | ShellTraceId_StructuredQuery_Resolve_Start | StructuredQuery | shell32.dll | |
60104 | ShellTraceId_StructuredQuery_Resolve_Stop | StructuredQuery | shell32.dll | |
60105 | ShellTraceId_StructuredQuery_InitQueryParser_Start | StructuredQuery | browseui.dll explorer.exe |
|
60106 | ShellTraceId_StructuredQuery_InitQueryParser_Stop | StructuredQuery | browsui.dll explorer.exe |