diff --git a/PS/ShowSeconds.ps b/PS/ShowSeconds.ps new file mode 100644 index 0000000..2cd4a96 --- /dev/null +++ b/PS/ShowSeconds.ps @@ -0,0 +1 @@ +Remove-Item -Path 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Run' diff --git a/Regedit/ShowSeconds.reg b/Regedit/ShowSeconds.reg new file mode 100644 index 0000000..7dee8f5 --- /dev/null +++ b/Regedit/ShowSeconds.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"ShowSecondsInSystemClock"=dword:00000001 \ No newline at end of file