How to Add “Network Connections” Shortcut in Desktop Context Menu in Windows Vista and Later

In this tutorial, we’ll learn how to add “Network Connections” shortcut in Desktop context menu so that you can access it quickly and easily.

Network_Connections_Desktop_Context.png

It’ll only work in Windows Vista and later.

Advertisement

Following are the required steps:

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

2. Now go to:

HKEY_CLASSES_ROOT\DesktopBackground\Shell (for Windows 7)
HKEY_CLASSES_ROOT\Directory\Background\Shell (for Windows Vista)

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 name “Network Connections“.

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

5. In right-side pane, change value of “Default” to:

Advertisement

explorer shell:::{7007ACC7-3202-11D1-AAD2-00805FC1270E}

Add_Network_Connections_Desktop_Con.png

6. That’s it. Now you’ll have “Network Connections” shortcut in Desktop context menu.

PS: Windows 7 users can also set an icon and position for the shortcut.

To set the icon, select the key created in Step 3 and in right-side pane, create a new String value “Icon“. Set its value to ncpa.cpl

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)

PS. If you want a ready-made registry script to do the task automatically, download following ZIP file, extract it and run the desired REG file:

Download Registry Script

Also check:

Published in: Windows 7, Windows Vista

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. This is very helpful. Thankyou. Continually navigating the “hidden” Vista Network Connections was annoying

    Another option is a Desktop shortcut:
    Right click on a space on the desktop , then New –>Shortcut , enter something like one of these
    C:\Windows\explorer.exe ::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
    explorer.exe ::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
    C:\Windows\System32\ncpa.cpl
    ncpa.cpl

    Alan

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.