vote up 0 vote down star

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?

flag
What "GUI" are you using? You need to logon as a local administrator to be able to kill processes started with another account. – divo May 26 at 9:09
kill.exe [which is build in TTBOMK] would achieve the same as your app you propose writing, if you actually have the rights in the first place. – Ruben Bartelink May 26 at 9:12
See also serverfault.com – Ruben Bartelink May 26 at 9:13
1  
Or use pskill (technet.microsoft.com/en-us/sysinternals/…) which allows you to kill processes remotely given you provide credentials having the required privileges. – divo May 26 at 9:19

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.