Adding only server during silent install

Random question: I’m trying to deploy Spark silently via PDQ Deploy and was wondering if there’s a switch to attach it to a server but still prompt for username/password? Any combination I’ve found doesn’t seem to work (The fields are still blank when opening the program).

Any help would be appreciated! Thank you!

Shaun

usually the easiest option is to create a script that will copy the spark.properties files to the users profile with all the settings you want.

Oh okay! Those are usually stored in the %userprofile% > Spark, right?

correct. another option is to create a custom build, but then you would have to repack it, and what not. here is a link to a few more options as well

How to set Spark Properties without losing user preferences (windows)

Great, thanks!