NVWMI - Select 3D Profile - Dassault Systemes Catia - Compatible

So, I came across this awesome NVWMI tool with these sample scripts to do exactly what I need to do… Before I go spending a lot of time editing this sample script I was curious if anybody has already created a script for this…

Manual Action - Select 3D Profile

  1. Open Nvidia Control Panel
  2. Select Manage 3D Settings
  3. Under Global Presets select Dassault Systemes CATIA - Compatible
  4. Apply

I need to automate this during SCCM deployment or maybe even a compliance setting. That would be great… Any information regarding selecting 3D Profile using powershell would be greatly appreciated.

Hi Zach,

There is already an example powershell script to “Manage3Dprofiles” that is part of the NVWMI SDK

Modify the line:

$global3DPreset = “3D App - Default Global Settings”

to the profile you want to set as default.

Thanks,

Ryan Park

Had to cut out the rest of the stuff on the end of the script. Wasn’t getting the desired result noticed there was some extra stuff on the tail end that reset to default.

Thank you so much for your help! This will make maintaining a couple thousand computer much easier.