Windows 10: How to create shortcuts in different ways other then file explorer

Discus and support How to create shortcuts in different ways other then file explorer in Windows 10 Gaming to solve the problem; Hi!I need help,I need to create a shortcut for MCAFEE AV antivirus, Microsoft edge, and VMware Workstation 17 - a virtual machine platform that runs... Discussion in 'Windows 10 Gaming' started by Judah McClinton, Mar 18, 2024.

  1. How to create shortcuts in different ways other then file explorer


    Hi!I need help,I need to create a shortcut for MCAFEE AV antivirus, Microsoft edge, and VMware Workstation 17 - a virtual machine platform that runs windows - mac - linuxI'm running windows 11I am unable to find them at file explorer nor start, However they are installed as i can view in settings or command prompt.Is there like ways to create shortcuts for any of the following apps?Is there a command or script in command prompt to create a shortcut for the apps?Can settings do the job like i cant find a way to create a desktop shortcut through settings.Or do i have to go on google, edge or

    :)
     
    Judah McClinton, Mar 18, 2024
    #1
  2. Flava0ne Win User

    Creating Shortcuts with Batch File

    Tried both of the VB Scripts that you provided and adding the 9 switch to the batch file but neither was able to create a shortcut to my desktop.
     
    Flava0ne, Mar 18, 2024
    #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:


    How to create shortcuts in different ways other then file explorer [​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 How to create shortcuts in different ways other then file explorer :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, Mar 18, 2024
    #3
  4. How to create shortcuts in different ways other then file explorer

    Creating Shortcuts with Batch File

    Hmm, I just tried it and it worked fine. Maybe try running the batch as administrator? Also, right click on the desktop after the shortcut is created and click Refresh.

    If the file in the third parameter doesn't exist, it assumes the icon is in the application.
     
    FordGT90Concept, Mar 18, 2024
    #4
Thema:

How to create shortcuts in different ways other then file explorer

Loading...
  1. How to create shortcuts in different ways other then file explorer - Similar Threads - create shortcuts different

  2. Shortcut key to create .txt file in windows 11 / File Explorer

    in Windows 10 Software and Apps
    Shortcut key to create .txt file in windows 11 / File Explorer: Is there a shortcut key to quickly create a text file? Right now, the only way I know is by right-clicking, going to 'New,' and selecting 'Text Document.' But when I’m deeply focused on my work, doing that with a touchpad or mouse feels a bit frustrating and interrupts my...
  3. Shortcut key to create .txt file in windows 11 / File Explorer

    in Windows 10 Gaming
    Shortcut key to create .txt file in windows 11 / File Explorer: Is there a shortcut key to quickly create a text file? Right now, the only way I know is by right-clicking, going to 'New,' and selecting 'Text Document.' But when I’m deeply focused on my work, doing that with a touchpad or mouse feels a bit frustrating and interrupts my...
  4. How to create shortcuts in different ways other then file explorer

    in Windows 10 Software and Apps
    How to create shortcuts in different ways other then file explorer: Hi!I need help,I need to create a shortcut for MCAFEE AV antivirus, Microsoft edge, and VMware Workstation 17 - a virtual machine platform that runs windows - mac - linuxI'm running windows 11I am unable to find them at file explorer nor start, However they are installed as i...
  5. How to create a shortcut open the desktop in This PC in File Explorer

    in Windows 10 Gaming
    How to create a shortcut open the desktop in This PC in File Explorer: I am using Windows 11 Pro. I have File Explorer set to open to This PC when it starts. I would like to display a shortcut for the Desktop in the main pane File Explorer view when it opens. I used Winaero Tweaker to do this on my desktop PC, but it is not working properly on...
  6. How to create a shortcut open the desktop in This PC in File Explorer

    in Windows 10 Software and Apps
    How to create a shortcut open the desktop in This PC in File Explorer: I am using Windows 11 Pro. I have File Explorer set to open to This PC when it starts. I would like to display a shortcut for the Desktop in the main pane File Explorer view when it opens. I used Winaero Tweaker to do this on my desktop PC, but it is not working properly on...
  7. Is there a *easy* way to create a Desktop Shortcut in Edge?

    in Browsers and Email
    Is there a *easy* way to create a Desktop Shortcut in Edge?: Hi folks - Try as I might, I cannot find an extension enabling me to create a quick webpage desktop shortcut in Edge. You would think that Microsoft would have thought of a simple solution to accomplish this. Any ideas? TIA *Rolleyes 174741
  8. Shortcut to the folder on the external device - no way to create?

    in Windows 10 Support
    Shortcut to the folder on the external device - no way to create?: Dear all, i want to create a shortcut in the "Send to.." folder/menu which will copy selected data to my Android 8.1.0 mobile phone (connected to PC via USB wire). So the logic of the path is: Phone -> SD memory card -> Folder_name. When i right-click on the destination...
  9. Creating shortcuts freeze explorer / create tmp files.

    in Windows 10 Support
    Creating shortcuts freeze explorer / create tmp files.: Hello, I currently have reformatted & installed Windows 10. I've been having this weird issue where if I rename / create shortcuts my computer will freeze. After about 15-20 seconds, explorer will restart and put files "~ew shortcut.tmp / New shortcut.lnk~RF3cc187.TMP" on my...
  10. Create File Explorer UWP app Shortcut in Windows 10

    in Windows 10 Tutorials
    Create File Explorer UWP app Shortcut in Windows 10: How to: Create File Explorer UWP app Shortcut in Windows 10 How to Create a UWP File Explorer app Shortcut in Windows 10 Windows 10 Insider Preview build 14936 includes a new Universal Windows Platform (UWP) File Explorer app that is still an unfinished early version....