The _JAVA_OPTIONS envionment variable allows you to set command line flags when java starts.
The following are distributed in java for me (on OSX):
export _JAVA_OPTIONS='-Duser.timezone=Europe/Copenhagen'
It's hard to know if it will work with your .exe installation, but try it.
You may need to reboot after changing the environment variables on the windows.
source share