.
This commit is contained in:
@ -4,8 +4,10 @@ echo "Found computer %check_computername%"
|
|||||||
|
|
||||||
set PACKAGES="C:\Packages"
|
set PACKAGES="C:\Packages"
|
||||||
set WPUBLIC="C:\wPublic"
|
set WPUBLIC="C:\wPublic"
|
||||||
|
set WBASE="C:\Scripts\wBase"
|
||||||
|
|
||||||
|
set POWERSHELL=%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe
|
||||||
|
|
||||||
echo "Speed up Powershell processing"
|
echo "Speed up Powershell processing"
|
||||||
set PSFILE="%WPUBLIC%\bin\SpeedUp.ps1"
|
set PSFILE="%BASE%\bin\SpeedUp.ps1"
|
||||||
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%
|
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE%
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user