.
This commit is contained in:
@ -7,9 +7,7 @@ set WPUBLIC="C:\wPublic"
|
|||||||
|
|
||||||
mkdir %PACKAGES%
|
mkdir %PACKAGES%
|
||||||
|
|
||||||
echo "Speed up Powershell processing"
|
call %WPUBLIC%\bin\SpeedUpPS.bat
|
||||||
set PSFILE="%WPUBLIC%\bin\SpeedUp.ps1"
|
|
||||||
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%
|
|
||||||
|
|
||||||
echo "Download and unpack OpenSSH"
|
echo "Download and unpack OpenSSH"
|
||||||
set PSFILE="%WPUBLIC%\bin\Download.ps1"
|
set PSFILE="%WPUBLIC%\bin\Download.ps1"
|
||||||
|
|||||||
11
bin/SpeedUpPS.bat
Normal file
11
bin/SpeedUpPS.bat
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@echo off
|
||||||
|
set check_computername=%COMPUTERNAME%
|
||||||
|
echo "Found computer %check_computername%"
|
||||||
|
|
||||||
|
set PACKAGES="C:\Packages"
|
||||||
|
set WPUBLIC="C:\wPublic"
|
||||||
|
|
||||||
|
echo "Speed up Powershell processing"
|
||||||
|
set PSFILE="%WPUBLIC%\bin\SpeedUp.ps1"
|
||||||
|
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%
|
||||||
|
|
||||||
Reference in New Issue
Block a user