mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Launch chat differently so it loads on Windows Server.
This commit is contained in:
parent
f080b81d78
commit
6ec03ff4cc
@ -43,7 +43,7 @@ namespace Remotely.Agent.Services
|
||||
}
|
||||
else
|
||||
{
|
||||
var result = Win32Interop.OpenInteractiveProcess($"conhost.exe {rcBinaryPath} -mode Chat -requester {requesterID}", "default", false, out _);
|
||||
var result = Win32Interop.OpenInteractiveProcess($"{rcBinaryPath} -mode Chat -requester {requesterID}", "default", false, out _);
|
||||
if (!result)
|
||||
{
|
||||
await hubConnection.InvokeAsync("DisplayMessage", "Remote control failed to start on target device.", "Failed to start remote control.", requesterID);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user