Stopping Dynamics CRM from auto-creating contacts from tracked Outlook emails

I encountered an issue today where any time one of several users attempted to track an email in Dynamics CRM (2011) from within their Outlook client it would create contact records in CRM for whoever the email was sent to.  I knew this was a setting in CRM somewhere and found it in the settings dialog here:


However I didn’t want to go through all the annoyance of instructing everyone affected to manually alter the setting, so I fixed the problem once-and-for-all (at least until we get more users) by updating it for everyone in the CRM database.  The relevant field is AutoCreateContactOnPromote in dbo.UserSettingsBase.  Just set it to 0 and you’re done!