0

I need to kill a process on a Windows 2000 production server, which was started by a windows service. However, doing that from the GUI just gives me "Access denied", so now I am considering to create a small application or script to do it. I only have occasionally access to the GUI, I do not have usernames, passwords etc. for the server. Any ideas?

1 Answers1

0

Some services run as system and you need to escalate to the system user in order ot kill it. I would recommend looking into system internals to find a way to help you achieve what you are looking for.

James Oravec
  • 19,579
  • 27
  • 94
  • 160