Nvidia Control Panel CLI \ API Change

Hi,
We are using Nvidia Quadro P1000 GPU (driver version 537.42) with CUDA 11.8 running on Windows 10 OS.
Our team needs to set the Nvidia Control Panel -->“Manage 3D settings” → Global Settings to specific values (using the Base profile).
We want to automate the process so I’ve been searching how the above settings can be set automatically via batch script \ cli command \ API, but I couldn’t find a way this could be achieved.
I saw there is a similar question, from 2022 but with no replays.
Is the Global Settings can be changed without user interaction in some way? If so any lead will be highly appreciated.
Thanks!

Hi @lirankla,

there is no CLI or similar to change control panel settings, but there is an API to control most of those settings programmatically, the NVAPI SDK. You would likely need to write your own tool to achieve what you want.

I hope that helps.

Hi @MarkusHoHo ,
Thank you for the quick replay. Will look into it and try to figure out the rest myself.
Thanks,
Liran.

You are welcome.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.