The following program add documents links to the start menu
#include<stdio.h>
int main()
{
system("REG add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer /v NoSMMyDocs /t REG_DWORD /d 0 /f"); //en run
}
#include<stdio.h>
int main()
{
system("REG add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer /v NoSMMyDocs /t REG_DWORD /d 0 /f"); //en run
}
0 comments:
Post a Comment