Results 1 to 9 of 9

Thread: Not visible in task manager-processes

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    22

    Not visible in task manager-processes

    Is there any way to make a program not visible in task manager-processes ??

  2. #2

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    22

    Re: Not visible in task manager-processes

    I`m making a program that locks my computer while i am away so that my computer can not be accesed without a password. My job demands that I keep my computer almost all the time open and i can`t just sit around to look after it.

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Not visible in task manager-processes

    And why would you need to hide the program from the task manager list?


    Has someone helped you? Then you can Rate their helpful post.

  5. #5
    Lively Member
    Join Date
    Jul 2005
    Posts
    83

    Re: Not visible in task manager-processes

    VB Code:
    1. App.TaskVisible = False
    There.
    Wait, thats not right is it.

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    22

    Re: Not visible in task manager-processes

    Because this is a program that locks the computer and it could be closed from the task manager-processes.

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Not visible in task manager-processes

    That feature is already built into the operating system (on Windows 2000 and later 'lock computer', for earlier versions screensavers), why create a progam to do the same thing?

    Besides, if they can get to task manager then it is already too late - they can open/close programs from there anyway.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    22

    Re: Not visible in task manager-processes

    Quote Originally Posted by SlicedCheese
    VB Code:
    1. App.TaskVisible = False
    There.
    Wait, thats not right is it.
    That hides the progrm from the task manager-aplications. It is still visible in processes and it could still be closed from there.

  9. #9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width