Speed Up Windows 7 Shutdown

Install Microsoft Windows Performance Toolkit and run the following the collect performance data
xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+DRIVERS+CSWITCH+POWER -resultPath C:\trace
After restart, extract shutdown related information from the trace
xperf /tti -i "shutdown_BASE+DRIVERS+CSWITCH+POWER_1.etl" -o shutdown_info.xml -a shutdown

Comments

Popular posts from this blog

How to Change Environment Variable Using Registry Key