Skip to content

Commit

Permalink
Fix stop.ps1 to terminate OneMoreTray.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Dec 23, 2024
1 parent ae8f063 commit 66993c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Process
if ($processId)
{
Write-Host "... stopping OneMoreTray.exe" -Fore DarkYellow
taskkill /fi "pid gt 0" /im ONENOTE.exe /t /f
taskkill /fi "pid gt 0" /im OneMoreTray.exe /t /f
}
else
{
Expand Down

0 comments on commit 66993c8

Please sign in to comment.