源码:
#include <windows.h>
#include <stdio.h>
int main() {
Sleep(1000);
printf("Warning:\nThis program will terminate all processes that were previously placed in this program!\n");
HWND hWnd = GetConsoleWindow(),h;
DWORD pid;
for (;;) {
h = GetForegroundWindow();
if (h!=hWnd) {
EndTask(h, FALSE, TRUE);
printf("Terminated!\n");
Sleep(1000);
}
}
}
Comments
源码: #include <windows.h> #include <stdio.h> int main() { Sleep(1000); printf("Warning:\nThis program will terminate all processes that were previously placed in this program!\n"); HWND hWnd = GetConsoleWindow(),h; DWORD pid; for (;;) { h = GetForegroundWindow(); if (h!=hWnd) { EndTask(h, FALSE, TRUE); printf("Terminated!\n"); Sleep(1000); } } }
♥ 19 ↩ 16
很好已经抓到学生在用了[doge]
♥ 5
你以为杀掉的是极域,其实杀掉的是你的未来。
♥ 2 ↩ 5
效果:同防火墙-阻止所有传入连接
♥ 1 ↩ 1
简单粗暴!我喜欢
♥ 1
豪!
♥ 1
很好,促进学生摸鱼,扰乱教学秩序。
很好,促进学生摸鱼,扰乱教学秩序。该打
so 下载链接在哪?
↩ 1
。。。[热词系列_啊?]
[打call]
慕名而来[tv_doge]
↩ 1
三连送上~