This commit is contained in:
USER
2025-06-17 16:40:21 +01:00
parent 9c5f514359
commit 377f6ee548

View File

@ -1,6 +1,7 @@
@echo off @echo off
set EXE="%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe" set EXE="%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe"
set TEMPLATE="C:\Packages\SSH\SpeedUp.ps1" set TEMPLATE="C:\Packages\SSH\SpeedUp.ps1"
set TEMPLATE="C:\Scripts\wpublic\bin\SpeedUp.ps1"
%EXE% -ExecutionPolicy Bypass -File %TEMPLATE% %EXE% -ExecutionPolicy Bypass -File %TEMPLATE%