Modify the registry to solve the problem of slow and annoying large games exit

  

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management]

"DisablePagingExecutive"=dword:00000001

"LargeSystemCache "=dword:00000001

Save as modified large game exit slow.reg Double click import. Replay the effect..

(1) "LargeSystemCache" (start large system cache): A large memory space is created in the memory for the pre-read operation of the disk file system. When the data requested by the program increases, Windows automatically reads ahead through the system cache, so that the program can get the required data as fast as possible. Since enabling this system buffer consumes more physical memory, the available physical memory that can be utilized by the program is reduced. Set its value to 1. In this way, the system cache is increased from 4MB to 8MB.

(3) DisablePagingExecutive: Change its value to 1 (hexadecimal), this will make all programs and data mandatory to run in physical memory instead of using virtual memory . Obviously, when there is enough physical memory to accomplish the required tasks, this will greatly improve the system performance. Enabling it for users with only 64MB of memory may be a disaster - the system crashes frequently until it crashes.

Copyright © Windows knowledge All Rights Reserved