|
Junior Member
|
那...如果會用登錄編輯器,這幾個機碼試試看吧.....
;關閉電腦時自動結束任務
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="500"
"HungAppTimeout"="200"
"AutoEndTasks"="1"
;自動卸載DLL
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDll"="1"
;???
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="10"
;禁止記憶體頁面調度
;XP的內核能夠在記憶體中運行
;提升系統進行大容量檔傳輸時的性能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
"IoPageLockLimit"=dword:00c00000
|