Performing a Windows Performance Assessment with the Windows ADK

By now most of you have probably looked at the Windows 8 client or server preview build and unfortunately the most attention is given to the new Metro look, but hey there’s more than that coming, in fact there’s some Read More …

Retrieve Windows Boot Time Script

Here’s a small batch script to get the Windows 7 Boot time shown in milliseconds. @echo off FOR /F "Tokens=4" %%a IN (‘%windir%\system32\wevtutil.exe qe Microsoft-Windows-Diagnostics-Performance/Operational /rd:true /f:Text /c:1 /q:"*[System[(EventID = 100)]]"  /e:Events ^| FIND "Duration"’) DO SET BTIME=%%a ECHO Boot Read More …

ReadTip: Microsoft Office 2010 – Under the Hood Investments for Hardware and Performance

This whitepaper highlights the broad range of hardware supported by Microsoft® Office 2010 and describes the significant improvements in performance available in Office 2010. Results from internal testing by Microsoft are included to demonstrate the measurable performance gains users can Read More …