From 416fc8be399a775d2f7312801f756956ef970a8d Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 29 Aug 2025 15:55:54 +0100 Subject: [PATCH] . --- bin/SpeedUpPS.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/SpeedUpPS.bat b/bin/SpeedUpPS.bat index b8a7677..ee20c66 100644 --- a/bin/SpeedUpPS.bat +++ b/bin/SpeedUpPS.bat @@ -9,5 +9,5 @@ set WBASE="C:\Scripts\wBase" set POWERSHELL=%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe echo "Speed up Powershell processing" -set PSFILE="%BASE%\bin\SpeedUp.ps1" +set PSFILE="%WBASE%\bin\SpeedUp.ps1" %POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE%