PowerToys/src/common/Telemetry
2022-03-02 19:24:04 +00:00
..
PowerToys.wprp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
ProjectTelemetry.h Add new VideoConference module for muting mic/cam (#11798) 2021-06-29 13:06:12 +03:00
readme.md FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
TelemetryBase.cs [Telemetry] fix analyzer warnings (#16545) 2022-03-02 19:24:04 +00:00
TraceLoggingDefines.h FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00

Overview

Telemetry from the PowerToys provider can be captured using the PowerToys.wprp file and WPR.

Starting trace capture

To capture a trace for the PowerToys provider, run the following:

wpr.exe -start "PowerToys.wprp"

Stopping trace capture

To capture a trace for the PowerToys provider, run the following:

wpr.exe -Stop "Trace.etl"

Viewing Events

Open the trace.etl file in WPA.

Additional Resources

Tracelogging on MSDN

Recording and Viewing Events