From acfeae399082dd874efc81d52aaa53350d291803 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 9 Jul 2024 17:19:41 -0400 Subject: [PATCH] Use `-NoProfile` for the powershell dockersand. --- dockersand.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockersand.bat b/dockersand.bat index 4da6370..2b586a1 100644 --- a/dockersand.bat +++ b/dockersand.bat @@ -1 +1 @@ -powershell.exe -ExecutionPolicy Bypass dockersand.ps1 +powershell.exe -NoProfile -ExecutionPolicy Bypass dockersand.ps1