Regarding the message to save the AutoCorrect template on exit, I hate to fall back on the classic programmer's bug response, "It doesn't happen here" -- but that's the case. I do have both templates in the Startup folder, and I don't see any message about
changes in the template when I close a document or close down Word 2013.
I've scanned through the code in both templates, and there shouldn't be a message like that. Greg's code does make changes to the template's image in memory, but he's been careful to set a flag that tells Word not to try to save the changes. My own code
doesn't make any changes -- and even if it did, they would be changes to the SaveView template, not the AutoCorrect one.
Do you have any other templates in the Startup folder? Maybe one of them hasn't been so careful.
Regarding installation, you shouldn't have had to do anything other than save the template files into the Startup folder. No macro programming should be needed unless you want to improve the templates' code.
I heartily agree with your opinion that none of this would be necessary if Microsoft had left well enough alone. I'm not quite as enamored of Word 2003 as Suzanne is, and Word 2007 was a mess, but I think Word 2010 has a much nicer user interface than does
Word 2013. Someone at Microsoft got a bee in his bonnet about "clutter" that was "distracting users from the document" and ordered all sorts of destructive changes. Some of them we can program around, while others are not remediable.
Regarding the option "Allow opening a document in Draft view", it does seem quite useless. If you don't use the SaveView add-in or something similar, all documents will open in Print Layout view regardless of the setting of the option. When you do use SaveView,
the document opens in Print Layout view and then the view is switched to whatever was saved in the file, so again it doesn't matter what the option is set to. I suspect the option is simply left over from Word 2010 and earlier.