Windows 10: Create multiple shortcuts at once

Discus and support Create multiple shortcuts at once in Windows 10 Software and Apps to solve the problem; I have many thousands of image files. Many of which need to be in several different folders for organisation. Rather than copy these and clog up my... Discussion in 'Windows 10 Software and Apps' started by RonanWatts, May 18, 2022.

  1. Create multiple shortcuts at once


    I have many thousands of image files. Many of which need to be in several different folders for organisation. Rather than copy these and clog up my storage I have chosen to use shortcuts in any extra folders a file may need to appear in. My issue is this is an insanely timely practice. Is there not an option to create several shortcuts at once, just like you can copy several files at once. Once you open the new shortcut dialog box and select browse and find the folder where the files I want to create shortcuts for, it only allows you to select one. Why can I not use the shift and ctrl keys to

    :)
     
    RonanWatts, May 18, 2022
    #1

  2. create a single shortcut to multiple computers

    More details required, i.e.

    • Is it a single file or multiple files? Or whole folders?
    • Same files each time?
    • Same files for each PC?
    • Same share names on each PC?
    • Do you know their NetBIOS names?
     
    Frederik Long, May 18, 2022
    #2
  3. Flava0ne Win User
    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:


    Create multiple shortcuts at once [​IMG]


    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 Create multiple shortcuts at once :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.
     
    Flava0ne, May 18, 2022
    #3
  4. Create multiple shortcuts at once

    Create desktop shortcuts to websites with Edge

    Hi,

    Thank you for posting your query on Microsoft Community.

    I understand your inconvenience. We will assist you to resolve this issue.

    I suggest you to follow the steps provided below and check if it helps.

    • Open a webpage in Microsoft Edge.
    • Click the three dots at top right corner.
    • Choose Open with Internet Explorer.
    • Right Click and click on create shortcut.
    • The shortcut shall open in Microsoft Edge, if it is your default browser.


    Hope it helps. Do let us know if your issue is resolved. For any further assistance, feel free to contact us.

    Thank you.
     
    Syed Md Bilal, May 18, 2022
    #4
Thema:

Create multiple shortcuts at once

Loading...
  1. Create multiple shortcuts at once - Similar Threads - Create multiple shortcuts

  2. How can I create shortcuts, single or multiple?

    in Windows 10 Gaming
    How can I create shortcuts, single or multiple?: In previous iterations, it was: go to a folder, select one or more files or shortcuts, press Ctrl-C, go to the new folder, press Shift-Ctrl-V. Is that correct? Does that sequence still work? The instructions I have found for Windows 11 suggest a more complicated sequence....
  3. How can I create shortcuts, single or multiple?

    in Windows 10 Software and Apps
    How can I create shortcuts, single or multiple?: In previous iterations, it was: go to a folder, select one or more files or shortcuts, press Ctrl-C, go to the new folder, press Shift-Ctrl-V. Is that correct? Does that sequence still work? The instructions I have found for Windows 11 suggest a more complicated sequence....
  4. 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,...
  5. How do I create a shortcut that executes multiple tasks at once? Display and sound source...

    in Windows 10 Gaming
    How do I create a shortcut that executes multiple tasks at once? Display and sound source...: I'm trying to figure out how I could create a shortcut that could quickly change my display to source #2 and disable my "speakers" aka Realtek Audio, which would default my sound source to my TV speakers, and run a few .exe's. Is there a way to create a shortcut that could...
  6. How do I create a shortcut that executes multiple tasks at once? Display and sound source...

    in Windows 10 Software and Apps
    How do I create a shortcut that executes multiple tasks at once? Display and sound source...: I'm trying to figure out how I could create a shortcut that could quickly change my display to source #2 and disable my "speakers" aka Realtek Audio, which would default my sound source to my TV speakers, and run a few .exe's. Is there a way to create a shortcut that could...
  7. How do I create a shortcut that executes multiple tasks at once? Display and sound source...

    in Windows 10 Customization
    How do I create a shortcut that executes multiple tasks at once? Display and sound source...: I'm trying to figure out how I could create a shortcut that could quickly change my display to source #2 and disable my "speakers" aka Realtek Audio, which would default my sound source to my TV speakers, and run a few .exe's. Is there a way to create a shortcut that could...
  8. Create multiple shortcuts at once

    in Windows 10 Gaming
    Create multiple shortcuts at once: I have many thousands of image files. Many of which need to be in several different folders for organisation. Rather than copy these and clog up my storage I have chosen to use shortcuts in any extra folders a file may need to appear in. My issue is this is an insanely timely...
  9. Is there a way to create multiple bootable flash drives at once

    in Windows 10 Ask Insider
    Is there a way to create multiple bootable flash drives at once: I was wondering if there is a way to burn windows 10 to multiple usb drives at the same time. The windows media creation tool only allows you to do one at a time, I've tried googling it but I'm unable to find any information. Do you know if there is a software that can do...
  10. create a single shortcut to multiple computers

    in Windows 10 Network and Sharing
    create a single shortcut to multiple computers: I have shared folders on multiple pc's all win10. I want to create a single shortcut to update files on all the pc's simultaneously. So far using networks drives or shared folders, I still have to update each pc separately, one after the other. Thanks...