Yes,
you need to create 2 registry key with GPO:
https://technet.microsoft.com/en-us/library/dn954919(v=ocs.15).aspx
Control the display of the Welcome screen tutorial
When users open the Skype for Business client, the default behavior is to display a Welcome screen that includes
7 Quick tips most people ask for. You can turn off the display of the Welcome screen but still allow users to access the tutorial by adding the following Registry value on the client computer:
In the [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Lync] key, create a new
DWORD (32-bit) Value. The Value name must be
IsBasicTutorialSeenByUser, and the Value data must be set to
1.
The key should look like the following:
"IsBasicTutorialSeenByUser"=dword:00000001
Turn off the client tutorial
If you do not want your users to be able to access the tutorial, you can turn off the client tutorial with the following Registry value:
In the [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Lync] key, create a new
DWORD (32-bit) Value. The Value name must be
TutorialFeatureEnabled, and the Value data must be set to
0.
"TutorialFeatureEnabled"=dword:00000000
You can turn the tutorial back on by setting the Value data
To create a registry value with GPO:
Edit GPO - User Configuration - Preferences - Windows Settings - Registry - Action Create
Bye.
Raffaele
-
Edited by
Raffaele Colavecchi
Wednesday, July 22, 2015 1:33 PM