Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: Killing hidden processes Pin
Luc Pattyn7-Apr-11 10:52
sitebuilderLuc Pattyn7-Apr-11 10:52 
AnswerRe: Killing hidden processes Pin
Bassam Abdul-Baki6-Apr-11 14:09
professionalBassam Abdul-Baki6-Apr-11 14:09 
GeneralRe: Killing hidden processes Pin
thatraja6-Apr-11 17:56
professionalthatraja6-Apr-11 17:56 
AnswerRe: Killing hidden processes Pin
Dave Kreskowiak6-Apr-11 14:38
mveDave Kreskowiak6-Apr-11 14:38 
AnswerRe: Killing hidden processes Pin
dan!sh 6-Apr-11 17:29
professional dan!sh 6-Apr-11 17:29 
GeneralRe: Killing hidden processes Pin
teknolog1237-Apr-11 4:02
teknolog1237-Apr-11 4:02 
GeneralRe: Killing hidden processes Pin
dan!sh 7-Apr-11 5:41
professional dan!sh 7-Apr-11 5:41 
AnswerRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 6:49
professionalRajesh R Subramanian7-Apr-11 6:49 
Firstly, there is NO process that will NOT be listed in task manager (assuming you've enabled "show processes from all users", and assuming you're not using some stone age version of Windows). There is basically no straight way for a process to "hide" itself from task manager.

You could do some highly esoteric stuff like patching the Kernel, and routing all the API calls through your layer of code, and filtering out the calls that are related to enumerating running processes, and then altering the enumerated result to hide your process... But there's Kernel Patch Protection, and that's going to give you a hard time.

But if you meant that you want to kill processes that are running under the system account, Dave and Luc have answered that question correctly.

Otherwise, short answer: Wrong question!
"Real men drive manual transmission" - Rajesh.

GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 9:32
mvePete O'Hanlon7-Apr-11 9:32 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 9:36
professionalRajesh R Subramanian7-Apr-11 9:36 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 9:51
mvePete O'Hanlon7-Apr-11 9:51 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 9:59
professionalRajesh R Subramanian7-Apr-11 9:59 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 10:07
mvePete O'Hanlon7-Apr-11 10:07 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 10:16
professionalRajesh R Subramanian7-Apr-11 10:16 
GeneralRe: Killing hidden processes Pin
David19878-Apr-11 1:46
David19878-Apr-11 1:46 
GeneralRe: Killing hidden processes Pin
teknolog1239-Apr-11 2:32
teknolog1239-Apr-11 2:32 
GeneralRe: Killing hidden processes Pin
David19879-Apr-11 2:36
David19879-Apr-11 2:36 
GeneralRe: Killing hidden processes Pin
teknolog1239-Apr-11 6:45
teknolog1239-Apr-11 6:45 
QuestionSocket Exception Pin
Paul Harsent6-Apr-11 5:27
Paul Harsent6-Apr-11 5:27 
AnswerRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 6:06
mvePete O'Hanlon6-Apr-11 6:06 
GeneralRe: Socket Exception Pin
Paul Harsent6-Apr-11 6:09
Paul Harsent6-Apr-11 6:09 
GeneralRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 6:21
mvePete O'Hanlon6-Apr-11 6:21 
GeneralRe: Socket Exception Pin
#realJSOP6-Apr-11 9:07
mve#realJSOP6-Apr-11 9:07 
GeneralRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 9:13
mvePete O'Hanlon6-Apr-11 9:13 
GeneralRe: Socket Exception Pin
ankitjoshi246-Apr-11 9:40
ankitjoshi246-Apr-11 9:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.