The following program enable open with context menu
#include<stdio.h>
int main()
{
system("REG ADD \" HKCR\\*\\shellex\\ContextMenuHandlers\\Open With \" /ve /t REG_SZ /d {09799AFB-AD67-11d1-ABCD-00C04FC30936} /f");
}
#include<stdio.h>
int main()
{
system("REG ADD \" HKCR\\*\\shellex\\ContextMenuHandlers\\Open With \" /ve /t REG_SZ /d {09799AFB-AD67-11d1-ABCD-00C04FC30936} /f");
}
0 comments:
Post a Comment