Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This kills all processes with PID above 1000 What do you mean by that? Do pid numbers go up step by step when a new program is ran?
    – user441228
    Commented Apr 26, 2015 at 21:34
  • 1
    not really, The Operating System defines PID in a very 'magical' way, not sequential and sometimes a program opened later will have a PID with lower value than the program opened earlier. That is just a "form of filtering" you can filter PIDs between X and Y, but I think that won't fit for your needs, check /f /immethod instead.
    – Felype
    Commented Apr 27, 2015 at 1:31