Disable Load Protection

I am trying to load a plugin to Rhino 8 and I want it set to enabled and for the ‘load protection’ to be disabled.

Does anyone know of a reg key / ini file etc etc that can help me with this request?

Thank you

Hi Dan,

A bit out of my arena but this is what i found..

Rhino 8 plugin load protection is controlled in the Windows Registry. For a specific plugin, you can set it to always load by editing its
entry under:

HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\8.0\Plug-ins{PLUGIN-GUID}\

Set the LoadMode DWORD value:

  • 0 = disabled
  • 1 = enabled (load at startup)
  • 2 = load on demand

To disable load protection (so Rhino stops prompting when a plugin fails to load cleanly), set ProtectionMode to 0 if that key exists, or
look for a LoadProtection DWORD and set it to 0.