How can I kill a process started by a service on Windows 2000 Server?
I need to kill a process on a production Windows 2000 server that was started by a Windows service. However, doing this from the GUI just gives me "Access denied", so now I'm going to create a small application or script to do this. I only have access to the GUI from time to time, I don't have usernames, passwords, etc. For the server. Any ideas?
0