execution access permissions
-
Hi all, With some sercuity software if you try to end the task you receive an access denied message like below. Even when the process is running under my user and I'm a local admin on the PC. --------------------------- Unable to Terminate Process --------------------------- The operation could not be completed. Access is denied. --------------------------- OK --------------------------- I was wondering where I could find some information on this topic. I've look on msdn, here and google but haven't found much. Really I think I just need a hand on what the topic is called so I know exactly what to research in MSDN. Thanks all. Luke
-
Hi all, With some sercuity software if you try to end the task you receive an access denied message like below. Even when the process is running under my user and I'm a local admin on the PC. --------------------------- Unable to Terminate Process --------------------------- The operation could not be completed. Access is denied. --------------------------- OK --------------------------- I was wondering where I could find some information on this topic. I've look on msdn, here and google but haven't found much. Really I think I just need a hand on what the topic is called so I know exactly what to research in MSDN. Thanks all. Luke
Sometimes if the process is running as a service, then you cna try stopping the service using the 'services' control panel application instead.
-
Sometimes if the process is running as a service, then you cna try stopping the service using the 'services' control panel application instead.
I don't beleive they are running as a service, can't see it in there. Also, I don't want to know how to kill it, I won't to know in c/c++ how to do they same thing, and I'm not sure where to begin to look, or more to the point what to search for. Cheers, Luke
-
I don't beleive they are running as a service, can't see it in there. Also, I don't want to know how to kill it, I won't to know in c/c++ how to do they same thing, and I'm not sure where to begin to look, or more to the point what to search for. Cheers, Luke
TerminateProcess ControlService with SERVICE_CONTROL_STOP