hiding process from taskmanager

Discussion in 'MFC' started by ravi_garg, Nov 12, 2007.

  1. ravi_garg

    ravi_garg New Member

    Joined:
    Oct 9, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hi, can anyone help me to create an exe which can hide itself/ any other running process from Windows XP taskmanager.

    I tried to work around with SysListView32 but
    ListView_GetItem(hWnd, &pitem); causes Tskmgr to crash..
    I think i am not setting the right values for pitem(LVITEM) sturcture to get the required LV item.

    I need to make an exe that causes pgm1.exe to appear as pgm2.exe in Win XP taskmanager..

    I'd also tried to use RegisterServiceProcess(Kernel32.dll) but is for win9x.
    which function is counterpart for RegisterServiceProcess for winxp..??

    thanx in advance.. :) :confused:
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Moved to MFC-Win32 forum for better responses.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice