The following program enable folder and search options in organize menu
#include<stdio.h>
int main()
{
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\
Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f"); //en folder op
}
#include<stdio.h>
int main()
{
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\
Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f"); //en folder op
}
0 comments:
Post a Comment