We need to capture a xperf tarce to see why the PC has a higher CPU utilization.
Install the WPT (http://social.technet.microsoft.com/wiki/contents/articles/4847.install-the-windows-performance-toolkit-wpt.aspx
, open a
cmd prompt with admin rights and run this command for 60s:
xperf -on latency -stackwalk profile -buffersize 1024 -MaxFile 256 -FileMode Circular && timeout -1 && xperf -d cpuusage.etl
press a key to stop logging. Zip and upload the file to your skydrive and post a link here (post a link without http or replace http with hxxp if you still can't insert a full link)
"A programmer is just a tool which converts caffeine into code"