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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Hide a process in Task Manager

Hide a process in Task Manager

Scheduled Pinned Locked Moved C#
security
7 Posts 5 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.
  • V Offline
    V Offline
    vasanth arivali
    wrote on last edited by
    #1

    Hai Friends I want to hide a application process in the task manager from the process list. It only for the security purpose, the user could not be uninstalled or end the process from the process list and also remove from the Control Panel once it installed. thank you Vasanth.A

    L 1 Reply Last reply
    0
    • V vasanth arivali

      Hai Friends I want to hide a application process in the task manager from the process list. It only for the security purpose, the user could not be uninstalled or end the process from the process list and also remove from the Control Panel once it installed. thank you Vasanth.A

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If you install the service/application in "SYSTEM" Mode, it can only be killed from administrator. If your user doesn't have any admin right, then your user cannot kill the process.

      V 1 Reply Last reply
      0
      • L Lost User

        If you install the service/application in "SYSTEM" Mode, it can only be killed from administrator. If your user doesn't have any admin right, then your user cannot kill the process.

        V Offline
        V Offline
        vasanth arivali
        wrote on last edited by
        #3

        I installed the process in the Administrator System ie it is one of the server but it is not a main server. The main server track all the action of that particular system. so if it is possible to uninstall or kill my application in that client then how i track him.so i want to hide my process in that installation system. The main thing is he cannot kill my process even he is admin of that particular area. thanks Vasanth.A

        L J P D 4 Replies Last reply
        0
        • V vasanth arivali

          I installed the process in the Administrator System ie it is one of the server but it is not a main server. The main server track all the action of that particular system. so if it is possible to uninstall or kill my application in that client then how i track him.so i want to hide my process in that installation system. The main thing is he cannot kill my process even he is admin of that particular area. thanks Vasanth.A

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          try this, it comes with your windows : http://www.watchingthenet.com/how-to-view-and-kill-processes-on-remote-windows-computers.html[^]

          1 Reply Last reply
          0
          • V vasanth arivali

            I installed the process in the Administrator System ie it is one of the server but it is not a main server. The main server track all the action of that particular system. so if it is possible to uninstall or kill my application in that client then how i track him.so i want to hide my process in that installation system. The main thing is he cannot kill my process even he is admin of that particular area. thanks Vasanth.A

            J Offline
            J Offline
            J4amieC
            wrote on last edited by
            #5

            ... and you'll get no help from me writing one. And trying to do it in C# is just dumb.

            1 Reply Last reply
            0
            • V vasanth arivali

              I installed the process in the Administrator System ie it is one of the server but it is not a main server. The main server track all the action of that particular system. so if it is possible to uninstall or kill my application in that client then how i track him.so i want to hide my process in that installation system. The main thing is he cannot kill my process even he is admin of that particular area. thanks Vasanth.A

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              What possible legitimate reason could you have for wanting to do this? Nobody is about to publish something on a public forum that will allow you to write a virus. Even if you don't want to write one, simply making this information available here would allow others to do it.

              "WPF has many lovers. It's a veritable porn star!" - Josh Smith

              As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

              My blog | My articles | MoXAML PowerToys | Onyx

              1 Reply Last reply
              0
              • V vasanth arivali

                I installed the process in the Administrator System ie it is one of the server but it is not a main server. The main server track all the action of that particular system. so if it is possible to uninstall or kill my application in that client then how i track him.so i want to hide my process in that installation system. The main thing is he cannot kill my process even he is admin of that particular area. thanks Vasanth.A

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                There is no way to hide the app from Task Manager. Your only hope is to prevent the user from running Task Manager, which is easily done in Group policy. But, if the user is an admin on the machine, he can still use command line tools to find and kill the app.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                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