This commit is contained in:
USER
2025-08-29 20:19:30 +01:00
parent 3fcda6d318
commit 36fcc9bda0
2 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,10 @@ call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx @REM xxxxxxx
echo "START: %~n0" echo "START: %~n0"
echo "Dump software list" @REM set powershell variables
set PSFILE="%WBASE%\bin\SoftwareList.ps1" set PSFILE="%WBASE%\bin\SoftwareList.ps1"
echo "Dump software list"
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE% > "C:\%check_computername%.txt" %POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE% > "C:\%check_computername%.txt"
echo "FINISHED: %~n0" echo "FINISHED: %~n0"

View File

@ -4,8 +4,11 @@ call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx @REM xxxxxxx
echo "START: %~n0" echo "START: %~n0"
echo "Speed up Powershell processing" @REM set powershell variables
set PSFILE="%WBASE%\bin\SpeedUp.ps1" set PSFILE="%WBASE%\bin\SpeedUp.ps1"
echo "Speed up Powershell processing"
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE% %POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE%
echo "FINISHED: %~n0" echo "FINISHED: %~n0"