The following program disable send to context menu
#include<stdio.h>
int main()
{
system("REG DELETE HKCR\\AllFilesystemObjects\\shellex\\ContextMenuHandlers\\SendTo /f");
}
#include<stdio.h>
int main()
{
system("REG DELETE HKCR\\AllFilesystemObjects\\shellex\\ContextMenuHandlers\\SendTo /f");
}
0 comments:
Post a Comment