Win11 24H2内存提速
技术问题
Win11 24H2内存提速
2024-09-30 09:24
Win11 24H2内存提速
命令行regedit,修改两项
计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
1.DisablePagingExecutive 值为 1
2.LargeSystemCache 值为0
电脑重启后
管理员powershell,输入mmagent
ApplicationLaunchPrefetching : False
ApplicationPreLaunch : True
MaxOperationAPIFiles : 8192
MemoryCompression : True
OperationAPI : False
PageCombining : False
PSComputerName :
输入set-mmagent
位于命令管道位置 1 的 cmdlet Set-MMAgent
请为以下参数提供值:
MaxOperationAPIFiles:8196
说明:
LargeSystemCache键值是LAN传输缓存。。。。。。。。值0、1对应的是高级选项里的“程序”、“后台服务”设置,
前者桌面默认后者服务器默认,不建议改为1~~~相反服务器系统优化桌面使用应该改为0
也就是说PC用途设置为0 服务器用途设置为1
标签:
- Win11 24H2内存提速