Tutorial number = 7
My 100th post .Hope it will give me some reputation
Tutorial for beginners
Frnds it sometimes gets irritating when we have to open something and it takes a long procedure.In this tutorial i will tell u how to add
a new item to a right click menu of a folder so that u can find it easy to open items.
Here is a view of the right click menu before applying this trick:-
here are the steps for performing this trick
a>click on the start menu and click run.
b>Typr in regedit(inbuilt registry editor of windows) and click ok.
c>go to HKEY_CLASSES_ROOT\Directory\shell .
d>Create a new key here with whatever name u want (Name doesnt matters).
e>In its "default" value type in the name which u want to be displayed.
f>Now create a new key in the key which we created in step "d" and name it as "command".
g>In the dfault value type the path of the program.
h>Now u can see the effect :-
Source :-Got it while learning visual basic with registry.