Disable Audio/Video Features in Lync Client


By default, the Audio/Video is enabled in Lync client. In some scenarios, you may want to disable them. There are two way to achieve this:

image

The first solution is based on the user – control the user policy in the Lync control panel as following:

image

The second solution is based on the computer – modify the registry key as following:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]
“TelephonyMode”=dword:000000005

This is how it looks like now:

image

Future more, if you want the Lync client to pick ‘Do not join audio’ option when start a new meeting. Change the registry key as followings:

image

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Communicator]
“JoinAudioConferenceFrom”=dword:00000000
“AllowOverridingDeviceAtJoinTime”=dword:00000000

And if you don’t the system automatically starts Lync when the users log on to Windows. Here is the way to do it:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Communicator]
“AutoRunWhenLogonToWindows”=dword:00000000

2 thoughts on “Disable Audio/Video Features in Lync Client

Leave a comment