It is far, far too easy to hit Windows-Enter and turn on the Narrator, especially when you’ve got shortcuts defined in Visual Studio for Alt-Enter and Ctrl-Enter.

To permanently disable starting the narrator, add the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT
    \CurrentVersion\Image File Execution Options\Narrator.exe

Thanks to David Zhang for this one.