It is a stupid default setting (on until you turn if off) whenever a document is opened.
You can manage it with a macro, but you can't make your users run the macro:
Code:
Sub AutoOpen()
ActiveDocument.Windows(1).View.ShadeEditableRanges = False
lbl_Exit:
Exit Sub
End Sub