Auto import settings

Hi, I’ve been in a previous thread where my issue is to auto install Spark client using either a software distribution software or etc. I was successful but one thing came up on my mind was, since I’m using Spark IM Client 2.8.0.886 due to the issue that I want to check the checkbox under this version.

disable certificate hostname verification

My question is, is there a way to automate and check this one. So technically the end user doesn’t need to place that check anymore, he/she just needs to remember his/her Windows login credentials to login to Spark client.

Thanks

jepoy

This setting is stored in C:\Users\User\AppData\Roaming\Spark\spark.properties file. It’s:

DisableHostnameVerification=true

So, you can distribute a preconfigured (also with some other settings) spark.properties file to your users.

any best tool? any idea? how you would distribute this setting? script? xml? etc?

Thanks

jepoy

I have updated my guide with my way of distributing settings Unattended Spark installation (via shutdown script GPO)