Steps to capture a Windows Performance Recorder (WPR) trace for troubleshooting & diagnosis of an issue.
The command line version of WPR is included by default on Windows 10 and above. |
cd "C:\Windows\System32"
wpr -start CPU -start diskio -start fileio -start registry -start network -start minifilter
wpr -stop "C:\Temp\WPRCapture.etl"
cd "C:\Windows\System32"
wpr -addboot CPU -addboot diskio -addboot fileio -addboot registry -addboot network -addboot minifilter
cd "C:\Windows\System32"
wpr -stopboot "C:\Temp\WPRCapture.etl"
C:\Users\<User>\Documents\WPR Files\
wpr -disablepagingexecutive off