Can I disable Preview Lights on startup?

Hi all. Is there a way to disable Preview Lights by default? I tried Window -> Style and Window -> Workspace - saved workspace and styles, but after restarting DAZ the flag does not persist. I need a method to turn off Preview Lights automatically on launch - via profile, ini, or a startup script. DAZ is inconvenient here, it does not save this setting.

Comments
Yes. Pls check this thread: https://www.daz3d.com/forums/discussion/comment/9369126/
thx a LOT!!!!!!!!
Small fix:
Okay, for logging / debugging purpose... No problem, pls modify the code as per your pref.
Yes, that's right ~ If placing one Script file into On Launch, we can add more DUF files (mostly Presets...) into the Script so that we can load them together when launching DS... just as needed.
Note that the second argument is a named cosntant member of DzSvcene:
Scene.loadScene("H:/My DAZ3D Library/Default Scene.duf", DzScene.MergeFile );
Right, I forgot to update the post. I ever modified the script with Scene.MergeFile.
Thanks for the reminder !