One of the annoying default settings in Word 2016 (but also in previous versions) is the intro screen when starting. It takes an additional click to start a blank page.
To set Word to start with a blank document, you can use either the registry or the option screen.
Registry
In case you want multiple users to serve this setting, create a Group Policy Preference with the following Registry key
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options]
“DisableBootToOfficeStart”=dword:00000001
Of course, you could use a Group Policy Setting, but this would force users to bypass the Start screen. Maybe against their preference. By creating a GPP with run setting “Create” and “Apply Once and do not reapply”, the user is still in control to specify its own preference.
Options screen
To set the setting by using the Options screen, go to File -> Option (left bottom) and navigate to Show the Start Screen when this application starts
Untick it and click OK