Advertisement
auiotour

Sharepoint Office Protocol Handler Fix 86x

May 16th, 2019
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.41 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\ms-word]
  4. @="Url:Word Protocol"
  5. "URL Protocol"=""
  6. "UseOriginalUrlEncoding"=dword:00000001
  7.  
  8. [HKEY_CLASSES_ROOT\ms-word\DefaultIcon]
  9. @="C:\\Program Files (x86))\\Microsoft Office\\Root\\Office16\\WINWORD.EXE,0"
  10.  
  11. [HKEY_CLASSES_ROOT\ms-word\shell]
  12.  
  13. [HKEY_CLASSES_ROOT\ms-word\shell\open]
  14.  
  15. [HKEY_CLASSES_ROOT\ms-word\shell\open\command]
  16. @="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\protocolhandler.exe \"%1\""
  17.  
  18. [HKEY_CLASSES_ROOT\ms-excel]
  19. @="Url:Excel Protocol"
  20. "URL Protocol"=""
  21. "UseOriginalUrlEncoding"=dword:00000001
  22.  
  23. [HKEY_CLASSES_ROOT\ms-excel\DefaultIcon]
  24. @="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\EXCEL.EXE"
  25.  
  26. [HKEY_CLASSES_ROOT\ms-excel\shell]
  27.  
  28. [HKEY_CLASSES_ROOT\ms-excel\shell\open]
  29.  
  30. [HKEY_CLASSES_ROOT\ms-excel\shell\open\command]
  31. @="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\protocolhandler.exe \"%1\""
  32.  
  33.  
  34.  
  35. [HKEY_CLASSES_ROOT\ms-powerpoint]
  36. @="Url:Power Point Protocol"
  37. "URL Protocol"=""
  38. "UseOriginalUrlEncoding"=dword:00000001
  39.  
  40. [HKEY_CLASSES_ROOT\ms-powerpoint\DefaultIcon]
  41. @="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\POWERPNT.EXE"
  42.  
  43. [HKEY_CLASSES_ROOT\ms-powerpoint\shell]
  44.  
  45. [HKEY_CLASSES_ROOT\ms-powerpoint\shell\open]
  46.  
  47. [HKEY_CLASSES_ROOT\ms-powerpoint\shell\open\command]
  48. @="C:\\Program Files (x86)\\Microsoft Office\\Root\\Office16\\protocolhandler.exe \"%1\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement