Disable "Open in Word" popup in Chrome
Chrome 77 disabled the option to "Always open these types of links in the associated app".
This meant you didn't have to always dismiss the "Open in Word" popup when generating a Word document.
It's possible to get this option back by adding a couple of registry entries in Windows.
The below text represents the Registry entries required. Copy this into notepad, and save it as a .reg file. Then double click that file to update your Registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ExternalProtocolDialogShowAlwaysOpenCheckbox"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\URLWhitelist]
"1"="ms-word:*"
References