.
This commit is contained in:
5
PS/pShowSeconds.ps1
Normal file
5
PS/pShowSeconds.ps1
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
If (!(Test-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced")) {
|
||||
New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" | Out-Null }
|
||||
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSecondsInSystemClock" -Type DWord -Value 1
|
||||
|
||||
Reference in New Issue
Block a user