How to Add Your Name in Windows 7 Desktop Context Menu



http://img.photobucket.com/albums/v374/vishaal_here/Windows%207/Windows7logo.png

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 Windows 7 Desktop Context Menu

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.

http://img.photobucket.com/albums/v374/vishaal_here/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 startmenu search box and press Enter. It'll open Registry Editor.

2. Now go to:

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.

http://img.photobucket.com/albums/v374/vishaal_here/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.

Complete list of AskVG articles



This article was posted in Windows 7.


Share |


Related Articles

Popular Articles



20 Comments

  • Thanks VG this 1 is extremely nice , but i cant get the icon u shown in tutorial , i got a red circular icon , & what is command for documents?

  • VG i got icon code its 207 but not getting code for documents

  • lol...!!! windows 7 is mine... :)

  • VG

    @goldi
    Use following command:

    explorer.exe {450D8FBA-AD25-11D0-98A8-0800361B1103}

  • Again thanks vg , but it links to my documents , i want only documents code , which is above my comp icon on desktop

  • Thanks VG

  • I have no DesktopBackground Folder thingy, what do i do? Does it matter if im on vista basic?

  • Lol, i've just realised it's for windows 7.

  • Quote:
    -------------------------------------------------------------------------------------------------------------
    "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."
    -------------------------------------------------------------------------------------------------------------

    How can we open a path in explorer? say if we want to open c:\windows ?

  • I got it:

    explorer.exe c:\windows

    This worked fine for me :) Btw VG is this correct ?
    Its kinda funny i answered my own question :D

Add a Comment

NOTE: If you can't see your comment, please be patient. It'll appear as soon as we approve it.


Create an avatar that will appear with your comment.