Add Your Name (or) Application to right click Of My Computer


Caution.


As it   is related to Windows
registry it   can be dangerous. So, Try this at  your own
risk.





To write your name on right click application




Please follow the steps



1. Copy/ Paste the following code in Notepad And then Save it as  .reg









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"




2. Now edit it and then Type your name In


Eample :



[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]






@="AHK"





3.   If you want to get any application, once you click your name or name


Of   application





Then, type the location Of the application Which you want to open In :





[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry
Editor\command]






@="Location of   the
Application"




For  example : 





C:\Program  Files\Yahoo! \Messenger\messenger.exe



That's it finally save it And then Run it


------------------------------------------------------------


To  add Application Control Panel


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSI D\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\ControlPanel\command]

@="rundll32.exe shell32.dll,Control_RunDLL"




To  add Application add/remove



[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]

@="control appwiz.cpl"


To  add Application Reboot


[HKEY_CLASSES_ROOT \CLSI D\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}\ shell\ [Reboot ] \ command]


@="shutdown -r -f -t 5"


To  add Application Shutdown



[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\ shell\[ Shutdown]\command]

@="shutdown -s -f -t 5"

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.