C#对Taskmanager隐藏应用过程 [英] C# hide a apllication process from taskmanager

查看:151
本文介绍了C#对Taskmanager隐藏应用过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从taskmanager隐藏复制过程,请帮助我.

我怎么写t请帮我,我想在每个Windows启动时运行它.

how to hide a apllication process from taskmanager please help me.

how can i write t please help me i want to run it at every windows start

推荐答案

我想我会让你失望的,但是:
http://stackoverflow.com/questions/187983/如何在C中的任务管理器中隐藏进程
http://stackoverflow.com/questions/1212318/hide-ac-program-来自任务管理器

我们的房东虽然提供了以下替代方案:

http://www.codeproject.com/KB/cs/CustomTaskManager.aspx
I think I will disapoint you, but:
http://stackoverflow.com/questions/187983/how-do-i-hide-a-process-in-task-manager-in-c
http://stackoverflow.com/questions/1212318/hide-a-c-program-from-the-task-manager

Our hosts though provide this alternative:

http://www.codeproject.com/KB/cs/CustomTaskManager.aspx


我在互联网上找到了您的问题的答案
您不能可靠地做到这一点.您可以使用类似病毒的技术来挂钩到Windows内核,但是您的应用程序容易被病毒扫描程序阻止."


尝试将其作为Windows服务运行.
I found this answer on the internet for your question
"You can''t reliably do this. You could use a virus-like technique to hook into the Windows kernel, but your application is liable to be blocked by a virus scanner."


try to run it as windows service.


在过去有人问过并回答过.您可以将其作为服务运行,但仍会显示在任务管理器中的服务下.

为什么,您到底要尝试执行此操作?我知道我曾经工作过的一家公司将该应用程序构建为驱动程序,而这完全是无法发现的.该程序用于监视学生的计算机使用情况.
This was asked and answered in the past. You can run it as a service, but it will still show up in the task manager under services.

Why, exactly are you trying to do this? I know that a company I worked for built the application as a driver and it was utterly undetectable. It was for a program to monitor student''s computer usage.


这篇关于C#对Taskmanager隐藏应用过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆