Files
YMhut-box-C-/参考/NexBox-main/aq_registry/禁用NVIDIA写合并.reg
T

12 lines
491 B
Reg
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Windows Registry Editor Version 5.00
; 禁用 NVIDIA 写合并(Write Combining
; 关闭 CPU 对 GPU 内存写操作的合并缓冲
; 可能降低延迟但会增加总线流量,适合竞技场景
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000]
"DisableWriteCombining"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0001]
"DisableWriteCombining"=dword:00000001