Skip to content

Instantly share code, notes, and snippets.

@tomorgan
Created May 8, 2013 06:37
Show Gist options
  • Save tomorgan/5538654 to your computer and use it in GitHub Desktop.
Save tomorgan/5538654 to your computer and use it in GitHub Desktop.
Lync CWE Registry Keys
Windows Registry Editor Version 5.00
#Lync 2010
[HKEY_CURRENT_USER\Software\Microsoft\Communicator\ContextPackages\{12345-YOUR-GUID-HERE-54321}]
"Name"="The name of your CWE"
"InternalURL"="http://thoughtstuff.co.uk/internal.html"
"ExternalURL"="http://thoughtstuff.co.uk/external.html"
"ExtensibilityWindowSize"=dword:00000001
#Lync 2013
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Lync\Addins\{12345-YOUR-GUID-HERE-54321}]
"Name"="The name of your CWE"
"InternalURL"="http://thoughtstuff.co.uk/internal.html"
"ExternalURL"="http://thoughtstuff.co.uk/external.html"
"ExtensibilityWindowSize"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment