When you create a shortcut from a file or folder in Windows 7, the “- Shortcut” suffix is appended to the end of the original file or folder name.

For example, we will create a shortcut for Mozilla Firefox. Navigate to the directory containing the executable file, right-click on the file, and select Send to | Desktop (create shortcut) from the pop-up menu.

Sending shortcut to desktop

The shortcut is created on the desktop with the “- Shortcut” suffix.

New shortcut on desktop with suffix

To prevent this suffix from being added to new shortcuts, you can edit a Registry entry. There are two methods for editing this entry. Read through both methods and then decide which one you want to use.

Method #1: Editing the Registry Directly

The first method involves opening the Registry Editor and editing the entry directly. If you are not comfortable with this, see Method #2.

Search for regedit in the Windows Search box. Click on regedit.exe in the list of results to open the Registry Editor.

Searching for regedit

Navigate to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

In the right pane, double-click on the link registry value. Change the link binary value to 00 00 00 00 (the original value is 1E 00 00 00). You cannot edit the first four zeros.

Editing the link value

Exit the Registry Editor and restart the computer.

Method #2: Create a Registry Entry File

The second method involves creating a text file with the extension .reg containing the information needed to change the Registry entry automatically.

Open Notepad and enter the information exactly as pictured below. Type the registry key (the text in brackets) on one line. If it wraps, that is OK.

Registry entry in notepad file

Save the file to the desktop with your desired name. Be sure to use the .reg extension.

Saving the Registry entry file to the desktop

To apply the change to the Registry, double-click on the .reg file you just created on the desktop.

Registry entry file on desktop

A warning dialog box displays. If you are sure you typed the text correctly into the Registry entry file, click Yes to continue.

Registry Editor warning dialog box

Another dialog box displays once the key and value has been successfully added to the Registry. Click OK.

Registry value successfully added dialog box

Creating Shortcuts Without the Suffix

Now you should be able to create a shortcut from any file or folder, as described earlier and not have the “- Shortcut” suffix appended.

New shortcut on desktop without suffix

If you create a lot of shortcuts and don’t want the suffix, this Registry trick is a useful one.

by Lori Kaufman