The following program enable windows defender in control panel
#include<stdio.h>
int main()
{
system("reg add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\
DisallowCpl /v 25 /t REG_SZ /d . /f");
}
#include<stdio.h>
int main()
{
system("reg add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\
DisallowCpl /v 25 /t REG_SZ /d . /f");
}
0 comments:
Post a Comment