Files
wBase/bin/SpeedUpPS.bat
USER 0dca399c84 .
2025-08-29 15:52:23 +01:00

14 lines
376 B
Batchfile

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