upload a boot trace using skydrive or something. It does require your computer to have been restarted at least 6 times before creating one.
1) instal
WPT http://www.microsoft.com/en-us/download/details.aspx?id=8442 (1st one)
- When the Windows SDK Wizard starts, click Next until you reach the Installation Options page.
- On the Installation Options page, clear all options and then select Windows Performance Toolkit from the Common Utilities option.
Added bonus (feel free to skip) for later since your here - Debugging tools in common utilities are nice for crash dumps. You need windbg symbols from
http://download.microsoft.com/downl...SP1.7601.17514.101119-1850.X86FRE.Symbols.msi
2) run, type cmd, right click, run as admin
3) type or paste xbootmgr -trace boot -traceFlags BASE+CSWITCH -resultPath C:\TEMP
4) after restart go to temp folder and click on etl file to look at it all. Link it here for people to help you out.
You can manually have windows optimize your computer by using this command. Windows does it for you but this kind of resets itself. It only tracks last 6 boots.
xbootmgr -trace boot -prepSystem -verboseReadyBoot
This will put the etl files inside your user folder I believe. You can delete them when you no longer need them.
Programs you might like, just google. They can help get an overal picture of things to look at.
ccleaner
ccenhancer
windirstat
process exlporer by sysinternals
rammap by sysinternals
autoruns
Ultra defrag by disktrix - not free but is kick *** (figure out boot issues first. it can mess up windows readyboot that is created in those 6 restarts if you don't read the manual and set it up correctly. Just save for later.)
Some good shortcuts
C:\Windows\System32\resmon.exe
C:\Windows\system32\msconfig.exe
C:\Windows\system32\taskschd.msc
heres my etl you can see after you instal windows performance tools.
http://sdrv.ms/O4qFas
My boot times were 40 seconds. then got it to 30 seconds looking at things on computer. Then got it to 14 by using etl and figuring out it was a usb driver. Have old etl on that thread over at
Usb 3.0 Driver Slows boot times - general-discussion - windows-7. Its a slow process but you learn alot.