User Tools

Site Tools


windows:11_dev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:11_dev [2025/09/29 04:52] Sean Rhonewindows:11_dev [2025/10/15 19:06] (current) – [MEM_TOP_DOWN] Sean Rhone
Line 122: Line 122:
  
   * https://learn.microsoft.com/en-us/windows/win32/memory/4-gigabyte-tuning   * https://learn.microsoft.com/en-us/windows/win32/memory/4-gigabyte-tuning
 +  * :!: 2025/10/13: 2009Scape [[games;windows;rt4_client_runescape_530|RT4-Client]] failed to load on [[windows;10|10 21H2]] ((client closes after loading Sound resources))
  
   REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "AllocationPreference" /t "REG_DWORD" /d "0x100000" /f   REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "AllocationPreference" /t "REG_DWORD" /d "0x100000" /f
 +
 +==== Etc ====
 +
 +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "DisablePagingExecutive" /t "REG_DWORD" /d "1" /f
 +
 +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "LargeSystemCache" /t "REG_DWORD" /d "1" /f
 +
 +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "SystemPages" /t "REG_DWORD" /d "0XFFFFFFFF" /f
  
 ===== ICMP Echo Allow ===== ===== ICMP Echo Allow =====
/srv/www/wiki/data/attic/windows/11_dev.1759135941.txt.gz · Last modified: by Sean Rhone