Add ur name to right click Of my Computer

Status
Not open for further replies.

iceeeeman

Journeyman
Playing with Windows regisrty can be dangerous .Try This at ur Own risk.
A Short Trick Tut After A long time:)
Found this registry trick Yesterday While Doing R&D . Here ill tell you how to add ur Name to right click on my Computer and also Open Your favoraite application with that .Heres How To do :-
Playing With Windows Registry Can be dangerous Try This at ur own risk
1.Copy/Paste the following code in Notepad And then Save it as .reg

Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"


Now edit it and then Type ur name In
Code:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
Now Type the location Of the application Which u want to open In:
Code:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
For eg.C:\Program Files\Winamp\winamp.exe
Thts It finally save it And then Run it .
 

venkatx5

Right off the assembly line
Add Your Name in Start Menu Right Click

You can add Your Name/App. in Start menu Right Click..
[Admin Rights is Must to edit Registry]:cool:

1. Go to run , Type regedit and enter
2. Go to the below key HKEY_CLASSES_ROOT\Directory\shell\
3. Rightclick on Shell and New -> Key then name it as your name/appname
4. Then Create a New Sub Key in the Key you've created and name it command
5. Now the structure looks like Shell -> AppName (Sub/Child Folder) -> command (Grandchild Folder)
6. Select Command and on the right panel double click (Default)
7. Paste your Application Path (for eg. C:\Program Files\JetAudio\JetAudio.exe)
Now exit from the registry and right click on Start Menu..

Voila... You'll see the app name and onclick it'll open the application.
If it's not coming then logoff-login or restart..
Test and working fine in Windows XP SP2.

The same way you can add any number of apps. under Shell

Try this and PM me if have any doubts/issues.

*www.geocities.com/venk_17/vssign.jpg


*www.geocities.com/venk_17/vssign.jpg
 
Status
Not open for further replies.
Top Bottom