The following program disable the open with context menu
#include<stdio.h>
int main()
{
system("REG DELETE \" HKCR\\*\\shellex\\ContextMenuHandlers\\Open With \" /f");
}
#include<stdio.h>
int main()
{
system("REG DELETE \" HKCR\\*\\shellex\\ContextMenuHandlers\\Open With \" /f");
}
0 comments:
Post a Comment