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