不建議將這個設定為[1],因為它會將軟硬體都先載入到記憶體中待命,而不管你現在需不需要用到,但這樣會讓記憶體一直被霸佔著不放。
[0]則是需要時才載入,不信的話可以拔剩下一條256記憶體來測試,看哪個設定會比較"卡"。
PS:
以前我也以為這樣會比較好,但經過某位網兄用以下的網頁來舉證,看樣子是我錯了。
(原本以為是防毒軟體造成的LAG,結果就是使用了這個設定的關係)
[轉貼]微軟網站上的說明:
http://www.microsoft.com/technet/pr...entry/29931.asp
DisablePagingExecutive
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Data type Range Default value
REG_DWORD 0 | 1 0
Description
Specifies whether user-mode and kernel-mode drivers and kernel-mode system code can be paged to disk when not in use.
Value Meaning
0=Drivers and the kernel can be paged to disk as needed.
1=Drivers and the kernel must remain in physical memory.
Tip
Setting this value to 1 is useful when debugging drivers, because all of the code and data is always memory resident.