Send to - Desktop (create shortcut)

Page 1 of 4 123 ... LastLast

  1. Posts : 21
    windows 10
       #1

    Send to - Desktop (create shortcut)


    Basically, i want to remove "send to" from the right click menu and in it's place, just have "Desktop (create shortcut)". So, you right click an icon and can immediately make the shortcut to the desktop without sliding the menu out. i never use any of the other shortcuts and i'm pretty sure i figured this out in XP days. This is on Windows 10, latest build that i know of as of writing this on July 29, 2020. Please keep in mind i have been looking for a while on this and i am convinced it's a matter of writing the right thing at the right spot in the registry. Thank you.
      My Computer


  2. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, if you were to use shortcut.exe (at the end of this)
    windows - How to create a shortcut using a batch script? - Super User

    in a context menu added e.g. using
    Easy Context menu v1.6
    to make that easy

    you can create a context menu entry that creates a shortcut on the desktop.

    The one thing that that doesn't deal with properly is the name of the shortcut.

    %1% passed as a parameter in the context menu is the full path of the item clicked.
    In order for the name of the shortcut to be simply the name of the item clicked (perhaps less extension), some string processing would be needed on %1%.

    Thus you'd need a short script to extract that name, which becomes the appropriate parameter to shortcut.exe.

    The same would apply were you to use nircmd by Nir Sofer:
    http://nircmd.nirsoft.net/shortcut.html

    However using that causes a command box to flash briefly, thus shortcut.exe would be the better option.
      My Computers


  3. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #3

    I have now done a version of this for you using Autohotkey which uses a small free program shortcut.exe.
    The ahk source code is there too.

    a. Extract shortcut.exe from the zip file attached to C:
    b. Extract shortcut-creator.exe from the zip file attached to your desktop.
    c. Download install & run Easy Context Menu
    d. Create an entry as shown and enable it (tick) and click Apply so it appears in a file context menu.

    Rt click file, click Shortcut-creator and a shortcut should appear on your desktop.

    You can of course place shortcut-creator.exe wherever you like and amend the path accordingly in Easy Context Menu.


    Send to - Desktop (create shortcut)-1.pngSend to - Desktop (create shortcut)-2.png
    Send to - Desktop (create shortcut) Attached Files
    Last edited by dalchina; 30 Jul 2020 at 07:41.
      My Computers


  4. Posts : 68,989
    64-bit Windows 11 Pro for Workstations
       #4

    Popyacap said:
    Basically, i want to remove "send to" from the right click menu and in it's place, just have "Desktop (create shortcut)". So, you right click an icon and can immediately make the shortcut to the desktop without sliding the menu out. i never use any of the other shortcuts and i'm pretty sure i figured this out in XP days. This is on Windows 10, latest build that i know of as of writing this on July 29, 2020. Please keep in mind i have been looking for a while on this and i am convinced it's a matter of writing the right thing at the right spot in the registry. Thank you.
    Hello Popyacap, and welcome to Ten Forums.

    If you like as a workaround, you could use an option in the tutorial below to remove all items in the Send to context menu except Desktop (create shortcut).

    Add or Remove Items in Send To context menu in Windows
      My Computers


  5. Posts : 21
    windows 10
    Thread Starter
       #5

    Thank you. Im going to have to read that a few times to get it. Lol.

    - - - Updated - - -

    Thank you. Ill have to read this a few times to get it.
      My Computer


  6. Posts : 68,989
    64-bit Windows 11 Pro for Workstations
       #6

    You're most welcome. If you have any questions, please feel free to ask away.
      My Computers


  7. Posts : 21
    windows 10
    Thread Starter
       #7

    Thanks. Thats what i have done so far
      My Computer


  8. Posts : 989
    Microsoft Windows 10 Home
       #8

    I have half the solution! Send to > can be removed from the Context menu by deleting the following Registry key (export the key for backup before deletion):

    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo


    Now musing over the new menu item: Send to Desktop as Shortcut
      My Computer


  9. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #9

    The solution I offered works for both folders and files to create a desktop shortcut.

    Example- rt click on dummy folder, and the result:
    Send to - Desktop (create shortcut)-1.pngSend to - Desktop (create shortcut)-untitled.png
    Naturally you can redefine the icon in the context menu, and name it as you wish.
    Last edited by dalchina; 02 Aug 2020 at 01:30.
      My Computers


  10. Posts : 989
    Microsoft Windows 10 Home
       #10

    dalchina said:
    The solution I offered works for both folders and files to create a desktop shortcut.
    I'll take your word for it. Haven't tested. But knowing that most 3rd-party freeware is a friendly wrapper for something that can be accomplished solely with built-in capabilities. I know it's an easy enough PowerShell script, but got sidetracked researching Drop Targets, which is what the built-in .DeskLink file is. Odd that the code is in SenMail.dll even though the functionality is pure shell.

    So, no disrespect to your posted solutions, users' questions often lead me down this path.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:44.
Find Us




Windows 10 Forums