How to start docker process on windows 10

How can we programmatically configure docker daemon on windows 10? On windows server we start docker daemon by starting dockerd process with -H -tlsverify parameters. How can this be done with com.docker.service that exists on windows 10? The UI allows specification of daemon.json config but is there a way to pass these as parameters to the exe or replacing daemon.json?

Thanks!