From 837d0723a6877600088e6a833df1647b29762234 Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 21 Aug 2025 20:37:19 +0100 Subject: [PATCH] . --- Regedit/{ShowAppIcons.reg => pShowAppIcons.reg} | 0 Regedit/{ShowSeconds.reg => pShowSeconds.reg} | 0 bin/l_RunRegEditUpdates.bat | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename Regedit/{ShowAppIcons.reg => pShowAppIcons.reg} (100%) rename Regedit/{ShowSeconds.reg => pShowSeconds.reg} (100%) diff --git a/Regedit/ShowAppIcons.reg b/Regedit/pShowAppIcons.reg similarity index 100% rename from Regedit/ShowAppIcons.reg rename to Regedit/pShowAppIcons.reg diff --git a/Regedit/ShowSeconds.reg b/Regedit/pShowSeconds.reg similarity index 100% rename from Regedit/ShowSeconds.reg rename to Regedit/pShowSeconds.reg diff --git a/bin/l_RunRegEditUpdates.bat b/bin/l_RunRegEditUpdates.bat index 40a0af3..911ebb3 100644 --- a/bin/l_RunRegEditUpdates.bat +++ b/bin/l_RunRegEditUpdates.bat @@ -4,7 +4,7 @@ call C:\Scripts\wLocal\localENV.bat echo "START: %~n0" set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1" -set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1" +set BROTHERPS="%LOCAL%\PS\pShowSeconds.ps1" set ZEBRAPS="%LOCAL%\PS\pShowAppIcons.ps1" set EXE="Powershell.exe" @@ -92,7 +92,7 @@ if [%ZUPER%] == [1] ( ) if [%PRINTER%] == [3] ( echo "Installing SecondsUpdate and AppIconsUpdate" - @REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% + %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% )