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