how to create a process which is not visible in task manager or services list(如何创建在任务管理器或服务列表中不可见的进程)
问题描述
<块引用>可能重复:
在任务管理器中隐藏 C# 程序?
我需要创建一个企业级活动监视器进程,在该进程中用户不应该能够使用任务管理器或其他方法杀死.也许它应该是一个隐藏的过程.这可能吗?有什么解决方法吗?我更喜欢使用 C#
然后 C++
(使用 Visual C++ 编译器).
非常感谢
相关:
在任务管理器中隐藏 C# 程序?p>
https://stackoverflow.com/questions/759466/is-it-possible-to-hide-console-c-application-from-task-manager
简短的回答是:不,你不能(合法地)从任务管理器中隐藏它,除非你用 Windows 服务包装它.有多种方法可以防止您的应用程序关闭.
Possible Duplicate:
Hide a C# program from the task manager?
I need to create an enterprise level activity monitor process in which the user should not be able to kill using the Task Manager or some other method. Perhaps it should be a hidden process. Is this possible? Are there any workarounds? I prefer to use C#
then C++
(with the Visual C++ compiler).
Thanks SO
Related:
Hide a C# program from the task manager?
https://stackoverflow.com/questions/759466/is-it-possible-to-hide-console-c-application-from-task-manager
Short answer is: no, you can't (legally) hide it from Task manager, unless you wrap it with a Windows service. There are various ways of preventing your application from closing.
这篇关于如何创建在任务管理器或服务列表中不可见的进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何创建在任务管理器或服务列表中不可见的进程


基础教程推荐
- 全局 ASAX - 获取服务器名称 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01