Windows: Convert an ETL (Event tracing file) into a human readable format
Michael Albert
Hi, event tracing files, for example produced by wusa.exe log parameter, are binary files. The powershell command let Get-WinEvent couldn’t open it but Windows Eventviewer is able to read those files. There is also an option to convert ETL files. The command line utility tracerpt.exe could convert...