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


a source to share


1 answer


Some services run as a system and you need escalation for the system user to kill him. I would recommend looking into internal systems to find a way to help you achieve what you are looking for.



0


a source







All Articles