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. disable the Task manager

disable the Task manager

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
4 Posts 4 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.
  • X Offline
    X Offline
    X2040
    wrote on last edited by
    #1

    how to disable the task manager while my program runnig

    A B T 3 Replies Last reply
    0
    • X X2040

      how to disable the task manager while my program runnig

      A Offline
      A Offline
      Antti Keskinen
      wrote on last edited by
      #2

      There is no such way. The Task Manager is a crucial Windows component that allows the user to shut down programs or processes that have stopped working or are behaving incorrectly. Disabling it would mean that the user loses the majority of control that he/she has over what programs are running on the system. As such, disabling it is not an option. Whatever you are trying to implement, you should consider implementing it differently. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.

      1 Reply Last reply
      0
      • X X2040

        how to disable the task manager while my program runnig

        B Offline
        B Offline
        Bo Hunter
        wrote on last edited by
        #3

        This is what I use to disable the task manager during games and such. Regsitry Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System Key DisableTaskMgr Thank You Bo Hunter

        1 Reply Last reply
        0
        • X X2040

          how to disable the task manager while my program runnig

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          Here is the link,you can found important dll that contain function for disabling and enabling the taskmgr http://www.codeproject.com/useritems/SysUtil.asp ----------------------------- "I Think It will Work" Formerly Known As "Alok The Programmer" at CP ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

          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