Skip to content

Instantly share code, notes, and snippets.

@billerby
Last active February 13, 2017 08:20
Show Gist options
  • Save billerby/e851ca7f865eece8419e28f0df66120c to your computer and use it in GitHub Desktop.
Save billerby/e851ca7f865eece8419e28f0df66120c to your computer and use it in GitHub Desktop.
watchdog
Get-Process winword | Where { $_.StartTime -lt (Get-Date).AddMinutes(-10) } | Stop-Process -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment