Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How do I hide wise exe from process list and task list in task manager?

Updated: 21 May 2010 | 4 comments
nac's picture
0 0 Votes
Login to vote

How do I hide wise exe from process list and task list in task manager?

Comments

EdT's picture
03
Aug
2009
0 Votes 0
Login to vote

Don't think you can do this

I would be interested to hear why on earth you want to do this, but as far as I know, you cannot hide a process from Windows - otherwise all the malware authors would be using such a technique to hide their viruses and spyware.

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

philbenson's picture
03
Aug
2009
0 Votes 0
Login to vote

It is possible

to hide processes from the task manager and the normal API, however you must have the "REAL" source code, and not just a wise script that is compiled. Another possibility would be to create a dll "HOOK" that explicitly intercepts such calls that display information in for example the Task Manager. I suspect however this technique will be beyond your capabilites if you ask this type of question on this forum. If you are still interested, a good starting point is www.codeproject.com

Cheers
Phil

nac's picture
03
Aug
2009
0 Votes 0
Login to vote

Thanks mate,    for

Thanks mate, 
  for encouraging, I will go through codeproject.com

philbenson's picture
03
Aug
2009
0 Votes 0
Login to vote