When I attempt to launch it as a Windows Service, I get the following message: "Windows could not start the MonaServer service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion."
I also tried setting HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ServicesPipeTimeout to 0x18000000 in RegEdit.
I suspect it might be because I downloaded the pre-built 64-bit version, which may have been built as Debug. If that is the case, may I suggest disabling the -r=auto cli option for debug builds?

When I attempt to launch it as a Windows Service, I get the following message: "Windows could not start the MonaServer service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion."
I also tried setting
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ServicesPipeTimeoutto0x18000000in RegEdit.I suspect it might be because I downloaded the pre-built 64-bit version, which may have been built as Debug. If that is the case, may I suggest disabling the
-r=autocli option for debug builds?