Displaying posts tagged with

“Performance”

Apr
6
2010

Forums – Memory – Improving Windows Kernel Performance

 
The following registry tweak specifies whether kernel-mode drivers and kernel-mode system code can be paged to disk when not in use. Even if you have enough RAM available, Windows will still “page” important operating system components to the pagefile. By enabling the DisablePagingExecutive registry key you will prevent Windows from paging this type of data.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session [...]

Apr
5
2010

System State Analyzer – Ask the Performance Team


There often arises a need to figure out what may have changed on a system, either due to a specific issue or even to compare the difference between two systems. Today I would like to introduce you to the Windows System State Analyzer utility. Unless you are a developer or tester, you probably have never [...]