Disable Updates and Statistics

Hi,

V6:
I’m unable to find a way to disable Updates and Statistics through RhinoCommon
I could not find it in Rhino.ApplicationSettings, and scripting through commandline interface is disabled.
Any pointers are welcome

Context: When batching multiple Rhino files in sequence I do not want to get update dialogs or background network traffic.

Thanks
-Willem

Hi @Willem,

There isn’t any API access to this. But the values are just stored in the Windows Registry. To disable, just set this:

Hive:  HKEY_CURRENT_USER
Key:   Software\McNeel\McNeelUpdate\7
Name:  Enabled
Type:  REG_SZ
Value: False

– Dale

1 Like