Fix AMD Athlon Paging Issue ( Windows 2000 )
Fix AMD Athlon AGP Paging Issue (Windows 2000) Windows 2000 based computers may stop responding when you use an Accelerated Graphics Port (AGP) program with an AMD Athlon processor. This is due to the memory allocated by the video adapter driver becoming corrupted. This registry tweak will fix the problem. Open your registry and find the key below. Create a new DWORD value called "LargePageMinimum" and set it to equal "ffffffff". Restart Windows for the change to take effect. (Default) REG_SZ (value not set) LargePageMinimum REG_DWORD 0xffffffff (4294967295) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session ... Registry Settings System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\ Memory Management] Value Name: LargePageMinimum Data Type: REG_DWORD (DWORD Value) Value Data: ffffffff (4294967295 decimal)
Back To Registry Tweaks