.
This commit is contained in:
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