Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. execution access permissions

execution access permissions

Scheduled Pinned Locked Moved C / C++ / MFC
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Luke Murray
    wrote on last edited by
    #1

    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

    B 1 Reply Last reply
    0
    • L Luke Murray

      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

      B Offline
      B Offline
      Blake V Miller
      wrote on last edited by
      #2

      Sometimes if the process is running as a service, then you cna try stopping the service using the 'services' control panel application instead.

      L 1 Reply Last reply
      0
      • B Blake V Miller

        Sometimes if the process is running as a service, then you cna try stopping the service using the 'services' control panel application instead.

        L Offline
        L Offline
        Luke Murray
        wrote on last edited by
        #3

        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

        B 1 Reply Last reply
        0
        • L Luke Murray

          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

          B Offline
          B Offline
          Blake V Miller
          wrote on last edited by
          #4

          TerminateProcess ControlService with SERVICE_CONTROL_STOP

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups