1. Open an elevated command prompt and run:
1 |
netsh trace start persistent=yes capture=yes tracefile=c:\fichero.etl |
2. Reproduce the issue or do a reboot if you are tracing a slow boot scenario.
3. Open an elevated command prompt and run:
1 |
netsh trace stop |
Your trace will be stored in c:\fichero.etl**or where ever you saved it. You can view the trace on another machine using Microsoft Message Analyzer.