Tuesday, September 3, 2013
ADD APPLICATION TO RIGHT CLICK
12:44 AM
Unknown
No comments
Hello friends , today am going to share with you how to add your favorite application to right click menu using notepad . Carefully follow the steps below.
STEP1
Open your start menu and type notepad in the search box or locate your notepad and open it.
STEP2
Copy and paste this code in notepad
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Menu1]
"MUIVerb"="Apps"
"SubCommands"="notepad;calc;firefox"
"icon"="explorer.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\notepad]
@="Notepad"
"icon"="notepad.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\notepad\command]
@="notepad.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
@="Calculator"
"icon"="calc.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
@="calc.exe
STEP3
This is a predefined set of applications, add application name to"SubCommands"="notepad;calc"in above code (e.g to add word, addwinword after calc after putting a semi colon (;)) AND paste in the following code further:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\myapp]
@=""
"icon"=""
the whole code should look like this
STEP4
Now, save it as .reg on your desktop
. And double click it and click OK on asking.
Enjoy it
0 comments:
Post a Comment