diff --git a/PS/ShowSeconds.ps1 b/PS/ShowSeconds.ps1 index 33fa70f..9cf075a 100644 --- a/PS/ShowSeconds.ps1 +++ b/PS/ShowSeconds.ps1 @@ -1 +1 @@ -Remove-Item -Path 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Run\com.squirrel.Teams.Teams' +Remove-ItemProperty -Path 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'com.squirrel.Teams.Teams'