Files
wBase/bin/SpeedUpPS.bat
USER 996595f38a .
2025-08-29 16:03:03 +01:00

15 lines
384 B
Batchfile

@echo off
set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%"
set PACKAGES="C:\Packages"
set WBASE="C:\Scripts\wBase"
set WLOCAL="C:\Scripts\wLocal"
set POWERSHELL=%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe
echo "Speed up Powershell processing"
set PSFILE="%WBASE%\bin\SpeedUp.ps1"
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE%