From 9c29c4f0e8b4ba44e2926f6bd2e2ca2f32cc8467 Mon Sep 17 00:00:00 2001 From: ThioJoe <12518330+ThioJoe@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:53:51 -0700 Subject: [PATCH] Further improve logon command Makes it easier to include multiple commands, one per line --- Sandbox Configurations/MyDefaultSandbox.wsb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Sandbox Configurations/MyDefaultSandbox.wsb b/Sandbox Configurations/MyDefaultSandbox.wsb index 5291cdd..7c3e101 100644 --- a/Sandbox Configurations/MyDefaultSandbox.wsb +++ b/Sandbox Configurations/MyDefaultSandbox.wsb @@ -27,11 +27,17 @@ - powershell -executionpolicy Bypass -command "start powershell {-file C:\Users\WDAGUtilityAccount\Desktop\HostShared\SandboxStartup.ps1 -launchingSandbox};" - + + + powershell -executionpolicy Bypass -command " + start powershell {-file C:\Users\WDAGUtilityAccount\Desktop\HostShared\SandboxStartup.ps1 -launchingSandbox}; + + + + "