By "Force Enable" I mean to enable GpgOL even if Outlook detects it as a crashing addin and puts it on the disable list.
While it _should_ not be necessary as we want to fix every crash in GpgOL in the real world it happens. And then users have to fiddle with the registry which is not good.
Basically we want automation of:
https://wiki.gnupg.org/TroubleShooting#GpgOL_does_not_work
I'm currently unsure if we should add an extra process / explicit trigger for this or just mark us as "DoNotDisable" on load.
The latter is probably better for users but seems to me that this is nasty behavior for an addin as it defeats Outlook's protection strategies.