Skip to content

Instantly share code, notes, and snippets.

@matt40k
Created October 31, 2018 11:18
Show Gist options
  • Save matt40k/8b6089ef3170d9b58f99c2859a7bce2e to your computer and use it in GitHub Desktop.
Save matt40k/8b6089ef3170d9b58f99c2859a7bce2e to your computer and use it in GitHub Desktop.
Fix for opening Excel docs from URL \ website \ MS Teams
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ms-excel]
@="Url:Excel Protocol"
"URL Protocol"=""
"UseOriginalUrlEncoding"=dword:00000001
[HKEY_CLASSES_ROOT\ms-excel\DefaultIcon]
@="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\EXCEL.EXE,0"
[HKEY_CLASSES_ROOT\ms-excel\shell]
[HKEY_CLASSES_ROOT\ms-excel\shell\open]
[HKEY_CLASSES_ROOT\ms-excel\shell\open\command]
@="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\protocolhandler.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment