Nvidia Geforce GameReady/Studio Driver Silent deployment Parameters that exclude Nvidia App

Hi all,

I’m attempting to initiate a silent install using command line switches for the 610.47 Geforce drivers excluding the Nvidia app for a fleet of Windows 11 gaming units. I’ve attempted to delete the nvApp folder (along with the other folders related to it such as Telemetry and Shadowplay) before initiating setup.exe, but it gives me an error message “The system cannot find the path specified.”

I understand I could simply do

setup.exe -s -n Display.Driver

but I prefer to include a few other folders as well, such as HDAudio, nvCpl, PhysX, etc. So far, I have it set up as

setup.exe -noreboot -noeula -passive -clean -nofinish -s

You can’t delete the whole NvApp folder. Leave the licensing/eula/privacy folders/files in place. I kept the following folders inside the NvApp folder: EULA, PrivacyPolicy, Unified_EULA.

Same applies to the files inside the NvApp folder - delete everything EXCEPT the .txt files.
I tested the latest version today and this worked. I forgot to delete the new telemetry folder, but with the folders/files deleted above, it installed fine with the following switches: -s -clean -noreboot -noeula

Welcome to the NVIDIA developer forums both of you!

Thanks for jumping in here @terilw_nac, I appreciate you!