lyckantropen / moonlight_hdr_launcher

Launch anything in HDR mode using Moonlight
MIT License
73 stars 5 forks source link

Using this with MSTSC as 'launcher' #5

Open AdamvsMaximvs opened 3 years ago

AdamvsMaximvs commented 3 years ago

Thanks for this setup. HDR on Gamestream/moonlight has been a headache for me.

Is it possible to setup C:\Windows\System32\mstc.exe as the launcher and have HDR treated as 'on' in windows? I generally like to load the remote desktop and play around from there.

I'm assuming the launcher would become: ; launcher_exe = C:\Windows\System32\mstsc.exe and no longer need any tags or lines past it like steam or GOG do?

lyckantropen commented 3 years ago

Hi, thanks for reaching out. This looks reasonable. Be sure to use wait_on_process = 1 as well.

ReenigneCA commented 2 years ago

I'm curious as to how this went. As i just added a window for wait_on_process to gracefully shutdown gamestream at the end of a session there could be a remote_desktop option that doesn't launch any process at all but waits for that window to be closed which would terminate the session without needing to exit through the moonlight interface.