Windows 10: didnt able to create shortcut

Discus and support didnt able to create shortcut in Windows 10 Customization to solve the problem; hi see this when I tried to create a shortcut thids pop up [ATTACH] and see this [ATTACH]... Discussion in 'Windows 10 Customization' started by Ahmed RazaIdrisi, Sep 5, 2019.

  1. didnt able to create shortcut


    hi see this

    when I tried to create a shortcut thids pop up

    didnt able to create shortcut 32197ab2-4c66-4684-8440-4aa0aad3a30c?upload=true.png

    and see this




    didnt able to create shortcut 5ac216c0-5dc4-460b-8a4e-101b53ec740b?upload=true.png

    :)
     
    Ahmed RazaIdrisi, Sep 5, 2019
    #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, Sep 5, 2019
    #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:


    didnt able to create shortcut 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 didnt able to create shortcut :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, Sep 5, 2019
    #3
  4. didnt able to create shortcut

    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, Sep 5, 2019
    #4
Thema:

didnt able to create shortcut

Loading...
  1. didnt able to create shortcut - Similar Threads - didnt able create

  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. Create A Shortcut

    in Windows 10 Software and Apps
    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. 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,...
  6. 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...
  7. 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
  8. Create my own shortcut of shortcuts

    in Windows 10 Ask Insider
    Create my own shortcut of shortcuts: Hi! Due COVID-19 I am working remote right now and I'm using Remote Desktop Connection app. My problem is that sometimes I want to change fast between the PC from my job and my personal. I am doing that using CTRL + ALT + HOME and WIN + D which is pretty annoying for me. I...
  9. Creating a desktop shortcut

    in Browsers and Email
    Creating a desktop shortcut: All I want to do is create a Desktop shortcut & icon for Microsoft Edge. Simple I thought, but I cannot do it. If I move an icon in the source folder, either an exe or lnk, to the Desktop it does not launch when clicked, or when I click open or run as Admin. Sometimes I cant...
  10. Not able to launch certain .exe files with created .bat shortcuts

    in Windows 10 Support
    Not able to launch certain .exe files with created .bat shortcuts: Hello, To be able to use custom tiles on the Start Menu, I make .bat files of .exe files to use them as shortcuts to launch the .exe files. I make the .bat file by opening Notepad, pasting the directory path of the .exe file in quotes, and then save it as a .bat file. This...