From 48a55317cf74f9be355fa724f53d0a7676556a00 Mon Sep 17 00:00:00 2001 From: David Piccinini Date: Sat, 16 May 2026 16:32:59 -0300 Subject: [PATCH] fix: run service as interactive process to access user desktop --- install.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.ps1 b/install.ps1 index e93d7cb..9cc2f3e 100644 --- a/install.ps1 +++ b/install.ps1 @@ -180,6 +180,8 @@ if ($agentScript) { & $nssmPath set $ServiceName AppRotateFiles 1 & $nssmPath set $ServiceName AppRotateBytes 10485760 & $nssmPath set $ServiceName Start SERVICE_AUTO_START +& $nssmPath set $ServiceName Type SERVICE_INTERACTIVE_PROCESS +& $nssmPath set $ServiceName ObjectName "LocalSystem" & $nssmPath set $ServiceName AppExit Default Restart & $nssmPath set $ServiceName AppRestartDelay 5000