登录
首页 » Process-Thread » 在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器...

在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器...

于 2022-02-06 发布 文件大小:1.76 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗? -In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too lazy to look for " exit" button, the usually press " CTRL+ ALT+ DEL" Task Manager breath, want to find The End procedures, click " End Task" on the matter, huh, huh, though a bit rough, but very effective in most cases, is not it?

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Berkey DB的数据库创建,多线程查询的例子,给大家参考。
    Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
    2022-05-19 18:45:42下载
    积分:1
  • 一个用vb编写的用来模拟进程调度的小程序!
    一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
    2022-02-13 13:58:17下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • 线程编程,实现多线程,多任务的处理,进行线程的概念认识...
    线程编程,实现多线程,多任务的处理,进行线程的概念认识-Threads programming, realize multi-threaded, multi-mission of the deal, the concept of threads to understand the
    2022-07-25 02:17:13下载
    积分:1
  • process management device, similar to windows task manager
    进程管理器,类似于windows的任务管理器-process management device, similar to windows task manager
    2023-05-10 12:55:03下载
    积分:1
  • 一个二分查找的程序,是用mfc 编程的,可以供大家学习哦
    一个二分查找的程序,是用mfc 编程的,可以供大家学习哦-a two searching procedures, the use mfc programming, everyone can learn oh
    2022-03-15 01:15:13下载
    积分:1
  • 实现进程互斥的源代码,并有演示
    实现进程互斥的源代码,并有演示- The realization advancement incompatible source code, and has demonstrates
    2022-03-19 11:03:09下载
    积分:1
  • 多线程资源控制方面的 非常的好用啊
    多线程资源控制方面的 非常的好用啊 -Multi-threaded resource control is very easy to use ah
    2022-01-26 04:40:35下载
    积分:1
  • vb实现进程模拟事件
    vb实现进程模拟事件-vb realization process simulation events
    2023-04-12 12:00:03下载
    积分:1
  • Many people are aware of the process to port a free map of Fport FoundStone tool...
    很多人都知道端口到进程映射的一个免费工具FoundStone的Fport,可惜他不提供源码,我试着能从其二进制文件中找出一些信息,大致知道他使用了些未公开函数,诸如: ZwOpenSection,ZwQuerySystemInformation-Many people are aware of the process to port a free map of Fport FoundStone tool, but he does not provide source code, I tried from its binary documents to find some information, he is generally aware of the use of some functions not open to the public, such as : ZwOpenSection, ZwQuerySystemInformation
    2022-02-05 23:32:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载