奇怪,這段字好像昨天才打過...
1. 要怎樣改可以參考之前討論 (小弟簽名檔有連結)。
2. 設定為 0 有沒有效請自己試試,試了有效就好,沒用就給他一些 VM 來用 (這句話好像說等於沒說...

)
3. 有用沒用如果能分享個心得給大家也不錯喔~~~
以下是由之前討論擷取的 reg 檔,說明也寫進去了。將以下存為 XXX.reg,檔案管理員點選他執行,記得確定 (無毒):
代碼:
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
; Disable Paging Executive
; This will prevent pages sections from RAM going to the hard drive.
; If you have a large amount of RAM at least 256Mb (I suggest 512) you might
; want to keep the data in your RAM to improve your performance considerably
; due to reduced amount of hard drive swap page.
; The entry that you will want to modify is called DisablePagingExecutive.
; Changing this from 0 to 1 will keep the data in your RAM.
; "DisablePagingExecutive"=dword:00000001
;
; System Cache Boost
; The XP kernel can be loaded into your RAM with a simple registry edit.
; This can greatly improve performance since the NT Kernel will always be in
; your RAM.
; With this edit you will allocate roughly 4Mb of your RAM for the kernel.
; Sometimes more RAM is used but most of the time it is only 4Mb.
; The entry that you will need to find is called LargeSystemCache and you'll
; need to change this from 0 to 1 in order to enable this.
; "LargeSystemCache"=dword:00000001
;
; 關閉 VM 的方式:
;
; 我的電腦 (滑鼠右鍵) → 內容 (系統內容) → 進階 → 效能 的 設定
; → 進階 → 虛擬記憶體 的 變更
; → 把所有磁碟機的分頁檔大小都設定為「沒有分頁檔案」
; → 確定 → 重開機