• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Win2K3, Killing a process, commandline.

Tagge

n00b
Joined
Jul 2, 2002
Messages
56
Hey folks,

I need a way to run a batch file and kill a process running on a Windows 2K3 Server. Is there a Windows command line utility that allows you to name running processes or applications and then shut them down? I as of yet found one, any help would be appreciated.

-T.
 
go to microsoft and do a search for

kill.exe located in the win2k3 resource kit i think if not for sure under the NT 4.0 resource kit.

this kills process based on PID or name :)

we use this all the time on run away http process here :)
 
We have it here on our XP machines (so I don't know if it's part of the basic install on later OSes). Start up a Dos session and type kill /?
It'll display the help text if you have it available.
 
Back
Top