The following program enable task bar and start menu properties
#include<stdio.h>
int main()
{
system("REG add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer /v NoSetTaskbar /t REG_DWORD /d 0 /f");
}
feel free to visit my C programming project section where you will find exiciting code which will enable to understand the true power in c programming