Thursday, August 27, 2009

Prevent users from sending error messages to Microsoft

If error messages are sent or can be sent is a option within the user settings. There is no global switch for that, but at least you can use the following SQL script to set the value on all existing users and prevent them from sending error messages to Microsoft:

   1: update UserSettings set ReportScriptErrors = 3;

0 comments: