Friday, February 6, 2015

Lync: Appear Offline Status

Back in the LCS and OCS days, you could have a status called "Appear Offline" which allowed you to function if you were online, but people wouldn't know it.  Now this option is hidden, but you can re-enable it manually if you edit the registry.

Manually Create

  • Run regedit
  • Go to "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft"
  • Create a new key "Communicator"
  • Create a dword "EnableAppearOffline"
  • Set the vecimal value of "EnableAppearOffline" to 1

Create via .reg file


  • Open Notepad
  • Copy and paste the text below into notepad
  • Save as a .reg
  • Open the .reg file and import


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]
"EnableAppearOffline"=dword:00000001



Before

After

1 comment:

  1. I think you have an 2010 Lync Client - here the trick for 2013 :
    Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\15.0\Lync" /V "EnableAppearOffline" /D 1 /T REG_DWORD /F

    ReplyDelete

Featured Post

Remove 3D Objects and other annoying folders on Windows 10

 Microsoft just keeps adding more crap to clutter up the navigation in Windows 10.  Seriously, who needs a 3D Objects folder?  The tiny perc...