From 522040504f71db49ad2806a78a573b969240049a Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 1 Mar 2025 12:34:39 -0800 Subject: [PATCH] fix bad path in logon.bat --- sandbox/SandboxInput/LogonScripts/logon.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/SandboxInput/LogonScripts/logon.bat b/sandbox/SandboxInput/LogonScripts/logon.bat index 49ab88e..16f82d8 100644 --- a/sandbox/SandboxInput/LogonScripts/logon.bat +++ b/sandbox/SandboxInput/LogonScripts/logon.bat @@ -1,2 +1,2 @@ -powershell.exe -ExecutionPolicy Bypass -File "C:\Users\WDAGUtilityAccount\Desktop\SandboxInput\disable_smartscreen.ps1" +powershell.exe -ExecutionPolicy Bypass -File "C:\Users\WDAGUtilityAccount\Desktop\SandboxInput\LogonScripts\disable_smartscreen.ps1"