From c61d19524e40cc141945e33685b56e61bc6cdc9f Mon Sep 17 00:00:00 2001 From: ThioJoe <12518330+ThioJoe@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:18:01 -0400 Subject: [PATCH] Update WSB Config - Replace janky multi-line powershell command with example using individual command blocks per command - Replace example host folder path Addresses #3 --- Sandbox Configurations/MyDefaultSandbox.wsb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Sandbox Configurations/MyDefaultSandbox.wsb b/Sandbox Configurations/MyDefaultSandbox.wsb index 40487f3..88f5f51 100644 --- a/Sandbox Configurations/MyDefaultSandbox.wsb +++ b/Sandbox Configurations/MyDefaultSandbox.wsb @@ -19,7 +19,7 @@ - B:\Caches\Sandbox_Share + C:\Users\Public\Sandbox_Share C:\Users\WDAGUtilityAccount\Desktop\HostShared true @@ -28,12 +28,9 @@ - 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}" + +