1

Am trying to add custom commands to Skype for Business Client menu but whether this option is available for "Skype for Business Client". As per i know this is available for Lync Client. Any documentation is present for adding custom commands to Skype for Business Client menu??

Akshay Bagi
  • 179
  • 1
  • 8

1 Answers1

0

You can achieve this by adding some registry entries. The Lync 2013 method still works.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Lync\SessionManager\Apps\{1F9F07C6-7E0B-462B-AAD7-98C6DBEA8F69}]
"Name"="Contoso Sales Contact Manager"
"HelpMessage"="The Contoso Sales Contact Manager is not installed. Contact the Help Desk for more information."
"ApplicationType"=dword:00000000
"ApplicationInstallPath"="C:\\cscm.exe"
"Path"="C:\\cscm.exe %user-id% %contact-id%"
"SessionType"=dword:00000001
"ExtensibleMenu"="ConversationWindowActions;MainWindowRightClick"
Edgar
  • 473
  • 1
  • 5
  • 19