From 5f86ebea6e648eecc348105804070c02cd8306d4 Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 21 Aug 2025 18:44:56 +0100 Subject: [PATCH] . --- PS/ShowSeconds.ps1 | 16 ++++++++++++++++ bin/l_RunRegEditUpdates.bat | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 PS/ShowSeconds.ps1 diff --git a/PS/ShowSeconds.ps1 b/PS/ShowSeconds.ps1 new file mode 100644 index 0000000..9c3d7b9 --- /dev/null +++ b/PS/ShowSeconds.ps1 @@ -0,0 +1,16 @@ +Set-StrictMode -Version 'latest' +if (Test-Path -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced') +{ + Get-ChildItem -Path 'HKCU:\Control Panel\NotifyIconSettings' | + ForEach-Object { + Set-ItemProperty -Path ($_.PSPath) -ErrorAction SilentlyContinue -Name 'IsPromoted' -Value 0x00000001 + } +} + + + + +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"ShowSecondsInSystemClock"=dword:00000001 \ No newline at end of file diff --git a/bin/l_RunRegEditUpdates.bat b/bin/l_RunRegEditUpdates.bat index aebfbf1..40a0af3 100644 --- a/bin/l_RunRegEditUpdates.bat +++ b/bin/l_RunRegEditUpdates.bat @@ -89,7 +89,6 @@ if [%ZUPER%] == [1] ( if [%PRINTER%] == [2] ( echo "Installing Zebra" @REM %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% - ) if [%PRINTER%] == [3] ( echo "Installing SecondsUpdate and AppIconsUpdate"