This commit is contained in:
USER
2023-02-27 15:59:01 +00:00
parent aac57342df
commit 14e187ed76
3 changed files with 30 additions and 0 deletions

6
SpeedUp.bat Normal file
View File

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