ETL File Analysis
- Talfor

- Jul 24
- 1 min read
There are events that carry information about shell Items, network shares, apps that require privileges, RunKey information etc.;
When the system boots up, it appears that this file is created and It’s location is :
C:\Users<UserName>\AppData\Local\Microsoft\Windows\Explorer\ExplorerStartupLog.etl.
You can use Tracerpt command-line utility that parses an ETL file’s contents and saves them as a CSV or XML file that can be opened in Excel or any text editor.
Open CMD in the folder where ExplorerStartupLog.etl is copied and run this command from there:“tracerpt ExplorerStartupLog.etl -of CSV”
