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