Dragging a folder to Favorite Links moves the folder instead of creating Shortcut

When you drag a folder to the Favorite Links area in Windows Explorer, the shortcut to the folder is placed in the Links folder. This was not the case in one of my Windows Vista systems, where the entire folder and sub-folders were moved to the Links folder when dragged to Favorite Links.

Fig 1: Folder being moved when dragged to Favorite Links.

Before this problem was seen, I had reset the Links folder by deleting its contents and rebuilt using the shell:Links command in order to fix the Links folder icon. When I compared the Desktop.ini file in the Links folder of my user account with that of the Guest account, I found the following line missing in the Desktop.ini file in my profile:

DefaultDropEffect=4

Per the DESKTOP.INI Documentation, the DefaultDropEffect line sets the default drag-and-drop action. Setting it 4 creates a shortcut of the dragged folder in the Links folder. The problem was resolved after I added the DefaultDropEffect line to the Desktop.ini, set the read-only attribute.

The default contents of the Desktop.ini file (for the Links folder) is given below:



[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21810
IconResource=%SystemRoot%\system32\imageres.dll,-185
DefaultDropEffect=4
[LocalizedFileNames]
[email protected],-21816
[email protected],-9031
Recently [email protected],-32813
[email protected],-21790
[email protected],-21779
[email protected],-21770

Fixing Desktop.ini in the Links folder

Method 1

  1. Download DesktopINIFix run the tool.
  2. Select Favorite Links from the list, and click Fix Desktop.ini
  3. Logoff and login back for the change to take effect.

Method 2

  1. To open the Links folder of your user profile, right-click on an empty area in the Favorite Links area in Explorer, and click Open Favorite Links Folder.
  2. Delete the existing Desktop.ini file and create one with the above contents.
  3. Right-click desktop.ini and choose Properties.
  4. Place a checkmark near Read-only attribute, and click OK.
  5. Logoff and login back.

One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Fig 2: Default drop effect changed to “create link” (normal behavior)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment