Hi!
I’m trying to change the 3D settings from the default (base profile) to another preset using a script. This is done using the provided WMI namespace that gets created during driver installation. One possible commandline call:
wmic.exe /namespace:nv path ProfileManager call setCurrentProfile3D "Dassault Systemes - V5 / 3DExperience"
On most machines, this works just fine, while others will fail with the output of “access denied”. I also tried accessing the WMI class with native powershell, but the ManageProfiles.ps1 script from NVWMI SDK won’t even launch properly (output “unexpected error” + “ProfileManager not found”). I’m pretty sure this isn’t a user permission issue since the commands were executed using a local admin/system authority account. Also, as I said, all machines have a fairly recent Nvidia driver with the NVWMI feature installed, but not all systems are affected.
Is this a known behaviour for this interface? Anything else I could try or change?
Thank you!