01-17-2014 07:23 AM - edited 03-17-2019 03:52 PM
We have de ployed Jabber to 200+ computers but we need to have it force or auto log the user in automatically when the user logs into Windows. There is the checkbox and the registry setting however these settings are not being saved after a reboot and we do not want the users to have the ability to not log in to Jabber so everyone is available on Jabber.
I have looked at this thread but I cannot believe that it would take an external batch script to get Jabber to do this: https://supportforums.cisco.com/thread/2174346
Has anyone else been able to resolve this type of issue?
Thank you,
Logan
01-20-2014 07:50 AM
The jabber-config.xml file has a setting where you can turn on the auto-start functionality.
true
Sadly, there is no setting to enable the auto-login checkbox.
Please remember to rate helpful responses and identify helpful or correct answers.
03-13-2014 02:18 PM
You can edit the jabberLocalConfig.xml in the following folder:
%USERPROFILE%\AppData\Roaming\Cisco\Unified Communications\Jabber\CSF\Config
Change the following value to true or add the line if necessary.
<userConfig name="autologin" value="false"/>
The attached txt file has PS code that you can use to run on users machines. This script has only been tested in one environment and only works correctly when the auto-login element is the first entry. If anything changes the XML layout, this script will need to be updated or it will change the wrong setting.
05-08-2015 02:21 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide