PowerToys/src/common/Telemetry
Aaron Junker 4e202e4523
[Docs]Replace docs.micrososft.com with learn.microsoft.com (#20662)
* Update SUPPORT.md

* Update runner.md

* Update guidance.md

* Update convert-stringtable-to-resx.ps1

* Update readme.md

* Update ControlType.cs

* Update README.md

* Update CLSID.h

* Update GenericProperty`1.cs

* Update project-overview.md

* Update interop.cpp

* Update PreviewHandlerBase.cs

* Update indexer.md

* Update common.md

* Update two_way_pipe_message_ipc.cpp

* Update PowerToys.exe.manifest

* Update HotkeySettings.cs

* push

* Update src/tests/win-app-driver/README.md

* Update doc/devdocs/akaLinks.md

* Update doc/devdocs/modules/launcher/plugins/registry.md
2022-09-28 17:18:55 +01: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 [Docs]Replace docs.micrososft.com with learn.microsoft.com (#20662) 2022-09-28 17:18:55 +01: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 Microsoft Learn

Recording and Viewing Events