From 2cd38e3c4fd60c2b53c46e4aaf4a7e0650e8e785 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Thu, 4 Jun 2026 11:17:16 -0700 Subject: [PATCH] Avoid shell for Windows environment probe --- apps/desktop/src/shell/DesktopShellEnvironment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/src/shell/DesktopShellEnvironment.ts b/apps/desktop/src/shell/DesktopShellEnvironment.ts index f57873d9fb8..a7d775d68fb 100644 --- a/apps/desktop/src/shell/DesktopShellEnvironment.ts +++ b/apps/desktop/src/shell/DesktopShellEnvironment.ts @@ -241,7 +241,6 @@ const readWindowsEnvironment = Effect.fn("desktop.shellEnvironment.readWindowsEn const output = yield* runCommandOutput({ command, args, - shell: true, timeout: LOGIN_SHELL_TIMEOUT, }); const environment = extractEnvironment(output, names);