Windows 10: Automatically select shortcut when "Create Shortcut" is used in Windows 10

Discus and support Automatically select shortcut when "Create Shortcut" is used in Windows 10 in Windows 10 Network and Sharing to solve the problem; In Windows 7, when you right-click a file and select "Create Shortcut", the newly created shortcut is immediately selected because it assumes you will... Discussion in 'Windows 10 Network and Sharing' started by Cristian, Mar 1, 2021.

  1. Cristian Win User

    Automatically select shortcut when "Create Shortcut" is used in Windows 10


    In Windows 7, when you right-click a file and select "Create Shortcut", the newly created shortcut is immediately selected because it assumes you will cut it to some other location. Otherwise, why would you need a shortcut in the same location as the file you are linking to? In Windows 10, your selection remains on the destination file rather than the shortcut. Then you have to scroll down through the folder to find the new shortcut to cut it. This is a pain and is much less convenient. Is there a setting somewhere for having it back to the way Windows 7 did it?


    Ps: i'm not looking to send it to desktop, i'm also not looking for anybody to tell me how to sort my files, they're organized in a specific way for a reason. I need a way to eider bring back the old functionality or somehow do it differently as long as it gets the same effect.

    :)
     
    Cristian, Mar 1, 2021
    #1
  2. Tenforo Active Member

    Windows 10 commands/shortcuts/env. var.

    Keyboard shortcuts to open programs:

    Create a shortcut on the desktop to whatever program you want. Right click -> Properties and fill in the field there. Sadly the shortcut needs to remain on the desktop, but you can hide it.

    Fun fact: If you had keyboard shortcuts for programs pinned to your Windows 7 start menu, those shortcuts still work when you update to Windows 10.
     
    Tenforo, Mar 1, 2021
    #2
  3. Tenforo Active Member

    Creating Shortcuts with Batch File

    I've created a Batch file which calls on the following VB Script to be able to create a shortcut to my desktop:

    VB Script (named createLink.vbs):
    Code: set objWSHShell = CreateObject("WScript.Shell") set objFso = CreateObject("Scripting.FileSystemObject") ' command line arguments ' TODO: error checking sShortcut = objWSHShell.ExpandEnvironmentStrings(WScript.Arguments.Item(0)) sTargetPath = objWSHShell.ExpandEnvironmentStrings(WScript.Arguments.Item(1)) sWorkingDirectory = objFso.GetAbsolutePathName(sShortcut) set objSC = objWSHShell.CreateShortcut(sShortcut) objSC.TargetPath = sTargetPath objSC.WorkingDirectory = sWorkingDirectory objSC.Save[/quote] Batch File Example (for Windows Notepad):
    Code: @Echo off cscript createLink.vbs "C:\Users\Administrator\Desktop\Notepad.lnk" "C:\Windows\System32\notepad.exe"[/quote] But after creating the shortcut using this method, I'm not able to assign a custom icon for the shortcut. I get the following error message when trying to do so:


    Automatically select shortcut when  "Create Shortcut" is used in Windows 10 Error503.jpg


    Any help and ideas on what I need to put into the VB Script and/or Batch File to be able to do this would be greatly appreciated! *Big Grin Automatically select shortcut when  "Create Shortcut" is used in Windows 10 :D

    Also, I know that I can simply do this by going to Start Menu\All Programs\Accessories\ right-clicking on Notepad and selecting Send to\Desktop (create shortcut). Easy enough for creating a single shortcut. But I need to create several multiple shortcuts and using this Batch/VBS method would really save me a lot of time in doing so.
     
    Tenforo, Mar 1, 2021
    #2
  4. Tenforo Active Member
    How to create a shortcut for a keyboard shortcut.

    Hi Marcos,

    Welcome to Microsoft Community.

    I understand that you are willing to create Keyboard shortcut on Windows 10. I will certainly help you.

    I suggest you to follow the steps in the below Microsoft article to create
    a keyboard shortcut for an app.

    Create keyboard shortcuts to open desktop apps

    Note: The troubleshooting steps in the above link are meant for windows 8, however, you can use the same for windows 10 as well.

    Refer below article for more information on Keyboard shortcuts.

    Keyboard shortcuts

    Please post back with above information and we will be glad to assist you further.

    Thank you.
     
    Tenforo, Mar 1, 2021
    #3
Thema:

Automatically select shortcut when "Create Shortcut" is used in Windows 10

Loading...
  1. Automatically select shortcut when "Create Shortcut" is used in Windows 10 - Similar Threads - Automatically select shortcut

  2. Create A Shortcut

    in Windows 10 Customization
    Create A Shortcut: I would like to create a shortcut that would be placed on my desktop. I have logged onto a webpage and want to create a shortcut. How do I do that? Thanks for any help with this,...
  3. Create A Shortcut

    in Windows 10 Gaming
    Create A Shortcut: I would like to create a shortcut that would be placed on my desktop. I have logged onto a webpage and want to create a shortcut. How do I do that? Thanks for any help with this,...
  4. Is there a shortcut to create desktop shortcuts ?

    in Windows 10 Ask Insider
    Is there a shortcut to create desktop shortcuts ?: I'm working on a software to help blind people use computers, and I'm searching for a way for them to create desktop icons/shortcut to Web sites. Is there a way to do this only using the keyboard ? I tried using the Shift + F10, but this doesn't work if an icon is selected,...
  5. Create shortcut

    in Windows 10 Network and Sharing
    Create shortcut: Dell Inspiron 15 3505 laptop with WIndows 10 Build 19042.685 Today I have added Foobar2000, via Microsoft Store, to the laptop. I am having difficulty finding how to create a shortcut on for Foobar2000. I cannot find the exe either; I would use this to create a shortcut if...
  6. create shortcuts

    in Windows 10 Customization
    create shortcuts: How do I create a shortcut easily as was done in earlier programs https://answers.microsoft.com/en-us/windows/forum/all/create-shortcuts/31eee41e-7dfe-4726-bff4-c5ea4af40c28
  7. Windows 10 "Create Shortcut" result not automatically selected

    in Windows 10 Network and Sharing
    Windows 10 "Create Shortcut" result not automatically selected: In Windows 7, when you right-click a file and select "Create Shortcut", the newly created shortcut is immediately selected because it assumes you will cut it to some other location. Otherwise, why would you need a shortcut in the same location as the file you are linking to?...
  8. Automatically Create Shortcuts - Search Recursively

    in Windows 10 Network and Sharing
    Automatically Create Shortcuts - Search Recursively: Hi All, Folder structure: A\Stuff A\Temp B\Stuff B\Temp C\Stuff C\Temp D\Stuff D\Temp F\ What I want to do is script something that creates a shortcut for any files located in *\Stuff and create a shortcut that gets placed into F\ Thanks in advance...
  9. CREATING SHORTCUTS IN WINDOWS 10

    in Windows 10 Customization
    CREATING SHORTCUTS IN WINDOWS 10: WITH WINDOWS 8 AND PRIOR VERSIONS I HAVE ALWAYS ENJOYED CREATING A DESKTOP SHORT CUT FOR EASY ACCESS. I AM SEEKING ADVICE ON HOW TO CREATE THESE IN WINDOWS 10. I AM ABLE TO DO THIS WITH SOME WEBSITES BUT NOT ALL. QUITE OFTEN I END UP WITH THE CHOICE OF SAVING AS A...
  10. create shortcuts in windows 10

    in Windows 10 Network and Sharing
    create shortcuts in windows 10: I have a new harddrive and before could create shortcuts to save icons on desktop but this new hard drive will not let me do it and had windows 10 before. https://answers.microsoft.com/en-us/windows/forum/all/create-shortcuts-in-windows-10/9fc8aeae-3ece-406b-adcf-5ecbd3991e61"