This commit is contained in:
USER
2025-08-22 16:53:53 +01:00
parent 08e5510705
commit 1a93fccb97
13 changed files with 241 additions and 285 deletions

View File

@ -1,8 +0,0 @@
Set-StrictMode -Version 'latest'
if (Test-Path -Path 'HKCU:\Control Panel\NotifyIconSettings')
{
Get-ChildItem -Path 'HKCU:\Control Panel\NotifyIconSettings' |
ForEach-Object {
Set-ItemProperty -Path ($_.PSPath) -ErrorAction SilentlyContinue -Name 'IsPromoted' -Value 0x00000001
}
}

View File

@ -1,5 +0,0 @@
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