• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about dos commands

chr6

Platinum Member
in the task manager, i see multiple instances of a program running. (30 or so on a server)

is there a cmd line switch to kill all processes of that name?

i know the command 'kill [PID]' but is there one to kill them all in one shot?

thanks.
 
PSKill will probably be just what the doctor orders.

If you specify a process name PsKill will kill all processes that have that name.
 
Back
Top