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.
这篇关于如何创建在任务管理器或服务列表中不可见的进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何创建在任务管理器或服务列表中不可见的进程


- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 输入按键事件处理程序 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 如何用自己压缩一个 IEnumerable 2022-01-01