Skip to content

Instantly share code, notes, and snippets.

@tillig
Created January 4, 2017 22:39
Show Gist options
  • Save tillig/3a079c0edaa2e14da309359bb00226b4 to your computer and use it in GitHub Desktop.
Save tillig/3a079c0edaa2e14da309359bb00226b4 to your computer and use it in GitHub Desktop.
Enable a custom status in Microsoft Lync.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\15.0\Lync]
"EnableSIPHighSecurityMode"=dword:00000000
"CustomStateURL"="file:///C:/Users/tillig/OneDrive/Settings/Lync/presence.xml"
<?xml version="1.0"?>
<!-- http://blog.schertz.name/2010/11/adding-custom-presence-to-lync/ -->
<!-- availability: Online, Busy, Do-Not-Disturb -->
<!-- activity: string limited to 64 chars -->
<customStates xmlns="http://schemas.microsoft.com/09/2009/communicator/customStates">
<customState ID="1"
availability="Online">
<activity LCID="1033">Don't "ping," just ask your question. :)</activity>
</customState>
</customStates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment