Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
615 Views, 2 Replies

Software Graphics settings in Inventor Application Options

In Inventor\Application Options\Hardware there is a check box for Software graphics that enables user to toggle on or of this. I have tried to pinpoint the exact location for where this setting is stored in Registry using Procmon and filter that monitor Path HKCU\Software\Autodesk\Inventor\RegistryVersion23.0\System\Preferences. Have not been able to find the value. I also belive that settings related to graphics settings are in addition to registry setting also stored to a file. Does anyone here know more about this and the exact registry key for this setting? 

Jon.Dean
in reply to: Anonymous

Hi @Anonymous,

Application Options are no longer stored (since Inventor 2018) in the registry, they are saved to an XML file in the following location.

C:\Users\<username>\AppData\Roaming\Autodesk\Inventor 2019\UserApplicationOptions.xml

Substitute <username> with your logon name.

Cheers

Jon.

 



Jon Dean

LukeDavenport
in reply to: Jon.Dean

Hi Trond,

Or alternatively you can just get or set this value using:

 

ThisApplication.HardwareOptions.UseSoftwareGraphics = True / False

 

Thanks,

Luke