This commit is contained in:
USER
2023-01-17 17:27:54 +00:00
parent b21e3612ac
commit c60cbcb429
2 changed files with 12 additions and 3 deletions

11
bin/SpeedUpPS.bat Normal file
View 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%