Hey friends, hi to all of you. We have already mentioned that how you can add your name to right click menu. Now, using that, we are going to add your favorite applications. This walk through is easy and just takes minutes to do
. Let`s start:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Menu1]
“MUIVerb”=”Apps”
“SubCommands”=”notepad;calc“
“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”
- Open notepad (Windows key+ R and type notepad).
- Paste in the following script:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Menu1]
“MUIVerb”=”Apps”
“SubCommands”=”notepad;calc“
“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”
- 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”=”<myapp.exe or any icon of choice“ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\myapp\command]
@=”<full path of .exe file>“
@=”“
“icon”=”<myapp.exe or any icon of choice“ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\myapp\command]
@=”<full path of .exe file>“
HAVE A TRICKY DAY!!!
No comments:
Post a Comment