这可能吗?如果我能实现这个功能,我会非常兴奋。我玩的这个游戏喜欢将数字振动设置为 100%。
但我讨厌每次玩游戏时都要打开 NVIDIA 控制面板,玩完后再打开它并将其设置为默认值(50%)。我使用的是旧的 GeForce 8600 GT 卡。
我尝试制作一个包含以下内容的批处理文件:
@ECHO OFF
C:\windows\system32\rundll32.exe C:\windows\system32\nvcpl.dll,dtcfg setdvc all 100
但它不会将其设置为 100。
根据关联它应该可以工作。
例子:
rundll32.exe NvCpl.dll,dtcfg setdvc all 16
Sets the digital vibrance on all of the displays supporting DVC to 20. On an
adaptor that supports only DVC1, the value of 16 is scaled to 1.
有任何想法吗?