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
Create via .reg file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]
"EnableAppearOffline"=dword:00000001
Before
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
I think you have an 2010 Lync Client - here the trick for 2013 :
ReplyDeleteReg Add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\15.0\Lync" /V "EnableAppearOffline" /D 1 /T REG_DWORD /F