How to Add Your Name in Desktop Context Menu in Windows 7 and Later?

UPDATE: This tutorial will also work in Windows 8 and later OS versions.

Recently we posted a detailed tutorial about adding your desired application shortcut in Windows 7 Desktop context menu:

Add Program Shortcuts and Other Useful Shortcuts in Desktop Context Menu

Advertisement

Today we’ll use the same tutorial for some interesting stuff.

You can add your name at top of the menu and can open any program, Explorer, Documents folder or User Accounts by clicking on it.

Name_in_Win_7_Desktop_Context_Menu.png

You can also add an icon for it as shown in the above screenshot.

So here is the step-by-step guide:

1. Type regedit in RUN or Start Menu search box and press Enter. It’ll open Registry Editor.

2. Now go to:

Advertisement

HKEY_CLASSES_ROOT\DesktopBackground\Shell

3. Now we’ll need to create a new key under “Shell” key. Right-click on “Shell” key and select “New -> Key“. Give the new key any desired name e.g. “Name” (without quotes).

4. Now in right-side pane, change value of “Default” to your desired name which you want to show in Desktop context menu. We have chosen ~:: VISHAL ::~ in our example.

5. Now right-click on the new key which we created in step 3, e.g. Name and select “New -> Key“. Give the new key name of command.

6. In right-side pane, change value of “Default” to explorer.exe if you want to open Explorer by clicking on it. We have chosen Control userpasswords to open User Accounts applet in our example.

7. To set an icon for the shortcut, select the key created in Step 3 and in right-side pane, create a new String value “Icon“. Set its value to your desired icon. We have set it to imageres.dll,206 in our example.

To set its position in the context menu, create a new String value “Position” and set its value to:

Top (To show it at top)
Bottom (To show it at bottom)

We have set it at top.

Add_Name_in_Win_7_Desktop_Context_M.png

8. That’s it. Now you can have your name with an icon in Desktop context menu.

PS. If you want a ready-made registry script to do the task automatically, then copy paste following code in Notepad and save the file with name “AskVG.REG” (including quotes).

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\name]
@="~:: VISHAL ::~"
"Icon"="imageres.dll,206"
"Position"="Top"

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\name\command]
@="Control userpasswords"

Run the file and it’ll add the program shortcut in Desktop context menu.

To change the name, icon or associated application path,simply change the BOLD part in the script.

NOTE: Also check out our exclusive tools to add useful shortcuts in Desktop context menu quickly and easily:

Right Click Context Menu Adder: Freeware to Add Useful Shortcuts in Desktop Context Menu

DeskIntegrator: Portable Utility to Add Program Shortcuts in Desktop Context Menu

Windows XP users can visit following tutorial:

How to Add Your Name in Desktop Context Menu in Windows XP?

Published in: Windows 7, Windows 8

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. how to add our desired icon ,what u gave was 206 is red circle (restricted icon)how to change to other,

  2. ^^ You just need to change the number given after the dll file to your desired icon number such as imageres.dll,205 or imageres.dll,11, etc.

  3. how to make the created name as disable option just like ‘paste’ and ‘paste shortcut’ in the screenshot you give above

  4. Can you set it to where the username change from account to account like for User1 it shows User1 and User2 it shows User2?

  5. i can rename and add my own name in right click menu from registry, but which particular window 7 file is needed to customised so that , whenever window is re-install using boot cd/dvd or using iso it will change automatically….

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.