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% )