搜索资源列表
ProcessMgr
- 相当于任务管理器的程序 可以终止进程 列举进程-equivalent task management procedures for the termination of the process outlined proce
系统进程管理器的开发
- 本程序的功能是获取本机上正在运行的所有的进程,并可以对这些获取的进程进行终止操作。-this procedure is to obtain the functions of the machine is running on all the processes, and can be obtained for these processes to terminate operations.
WORKTHREAD
- 我的创建和终止进程 创建工作者线程 对初学者肯定有帮助-the creation and termination of the process of creating workers threads for beginners is sure to help
TaskManage5
- windows资源管理器,能够察看windows正在运行的进程 以及相应的路径,能够终止进程的运行-windows resources manager, windows can see the running processes and the corresponding path to terminate the operation of the process
domytool
- 病毒专杀工具自己编 主要介绍怎样终止进程和删除文件,修改注册表,值得一看!-virus regularly planned monthly updates their series introduces the termination process and how to delete the file, modify the registry, an eye-catcher!
abbeywmi
- 本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也将向你展示如何利用WMI来启动或者停止服务、终止进程、创建进程。-this paper I will show you some skills, so you can remotely access the network to other computer's oper
进程管理器
- 代码名称/用途:我是做网络安全工作的,最近发现很多后门程序,为了更快捷的判断某个进程是不是后门程序,我写了一个程序,显示出系统中的所有进程和每个服务进程的完整路径。一旦确认某个可疑进程,可以用\"终止进程\"立即杀掉,并根据路径删除后门程序。-code name / purposes : I have to do the work of network security, recently found that many backdoo
终止WINDOWS进程
- WINDOWS控制台程序,用于结束一个进程。
ProcessMgr
- 相当于任务管理器的程序 可以终止进程 列举进程-equivalent task management procedures for the termination of the process outlined proce
abbeywmi
- 本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也将向你展示如何利用WMI来启动或者停止服务、终止进程、创建进程。-this paper I will show you some skills, so you can remotely access the network to other computer's oper
进程管理器
- 代码名称/用途:我是做网络安全工作的,最近发现很多后门程序,为了更快捷的判断某个进程是不是后门程序,我写了一个程序,显示出系统中的所有进程和每个服务进程的完整路径。一旦确认某个可疑进程,可以用"终止进程"立即杀掉,并根据路径删除后门程序。-code name/purposes : I have to do the work of network security, recently found that many backdoor pr
3.如何终止指定进程?
- 程序用VC编写,短小,说明如何终止指定进程。-procedures VC preparation, short on how to terminate the designation process.
系统进程管理器的开发
- 本程序的功能是获取本机上正在运行的所有的进程,并可以对这些获取的进程进行终止操作。-this procedure is to obtain the functions of the machine is running on all the processes, and can be obtained for these processes to terminate operations.
进程管理器_Src
- 用C#实现的一个进程管理器,能显示出系统中所有进程,及对其进行终止等操作,值得一看。-C# a process manager, will show all system processes, and its termination of operations overseas.
WORKTHREAD
- 我的创建和终止进程 创建工作者线程 对初学者肯定有帮助-the creation and termination of the process of creating workers threads for beginners is sure to help
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对
KillProcess
- 通过程序终止进程的,很实用的代码,新手来说很好的东东哦-The adoption of procedures to terminate the process, it is useful code, novice Dongdong Oh well
KillProcess
- 终止进程的DLL,提供一个终止某进程的函数,只需指定该进程的名称即可。-Termination of process DLL, to provide a process to terminate a function, simply specify the process name.
Process
- VC查看系统进程ID,终止进程的程序源码!-VC view the system process ID, the termination process, the procedure source code!
HookProtectProcessLib
- 防止进程被结束 任务管理器的“结束任务”实际上就是强制终止进程,它所使用的是一个叫做TerminateProcess()的Win32 API函数以下是此函数的定义(Prevent the process from being terminated The task manager's end task is actually a forced termination of the process. It uses a Win32