Windows 10: Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see...

Discus and support Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see... in Windows 10 Network and Sharing to solve the problem; Attempting to create a folder shortcut to my desktop from File Explorer. Fails, and get the message: "Windows could not create the shortcut. Check to... Discussion in 'Windows 10 Network and Sharing' started by DLS2020, Aug 29, 2020.

  1. DLS2020 Win User

    Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see...


    Attempting to create a folder shortcut to my desktop from File Explorer. Fails, and get the message: "Windows could not create the shortcut. Check to see if the disk is full." I am running Windows 10.

    :)
     
    DLS2020, Aug 29, 2020
    #1
  2. Ahhzz Win User

    Windows 10 Tweaks

    Pressing “Windows+Pause Break” (it’s up there next to scroll lock) opens the “System” Window.

    Windows 10: In the new version of Windows, Explorer has a section called Quick Access. This includes your frequent folders and recent files. Explorer defaults to opening this page when you open a new window. If you’d rather open the usual This PC, with links to your drives and library folders, follow these steps:

    • Open a new Explorer window.
    • Click View in the ribbon.
    • Click Options.
    • Under General, next to “Open File Explorer to:” choose “This PC.”
    • Click OK


    credit to Lifehacker.
     
    Ahhzz, Aug 29, 2020
    #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:


    Windows 10 File Explorer Error msg:  "Windows could not create the shortcut. Check to see... 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 Windows 10 File Explorer Error msg:  "Windows could not create the shortcut. Check to see... :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, Aug 29, 2020
    #3
  4. Frick Win User

    Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see...

    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.
     
    Frick, Aug 29, 2020
    #4
Thema:

Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see...

Loading...
  1. Windows 10 File Explorer Error msg: "Windows could not create the shortcut. Check to see... - Similar Threads - File Explorer Error

  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. - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet

    in Windows 10 Network and Sharing
    - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet: Hello.Summary: Creating shortcut to the internet in a folder fails intermittently. Context: I've been in the habit of creating shortcuts to the internet in a folder for ... over 20 years ?, I guess. Recently, I'm having problems to do so. My computer is a new HP laptop....
  5. - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet

    in Windows 10 Gaming
    - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet: Hello.Summary: Creating shortcut to the internet in a folder fails intermittently. Context: I've been in the habit of creating shortcuts to the internet in a folder for ... over 20 years ?, I guess. Recently, I'm having problems to do so. My computer is a new HP laptop....
  6. - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet

    in Windows 10 Software and Apps
    - Unable to create shortcut - Explorer Windows 10 Shortcut to the internet: Hello.Summary: Creating shortcut to the internet in a folder fails intermittently. Context: I've been in the habit of creating shortcuts to the internet in a folder for ... over 20 years ?, I guess. Recently, I'm having problems to do so. My computer is a new HP laptop....
  7. 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...
  8. 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....
  9. Create Check for updates in Windows Update shortcut in Windows 10

    in Windows 10 Tutorials
    Create Check for updates in Windows Update shortcut in Windows 10: How to: Create Check for updates in Windows Update shortcut in Windows 10 How to Create a Check for updates in Windows Update shortcut in Windows 10 [img] Information Microsoft has made it easier for Windows Update to keep Windows 10 updated by automatically...
  10. Create Check for Updates in Store Shortcut in Windows 10

    in Windows 10 Tutorials
    Create Check for Updates in Store Shortcut in Windows 10: How to: Create Check for Updates in Store Shortcut in Windows 10 How to Create a Check for updates in Store Shortcut in Windows 10 [img] Information The Microsoft Store app in Windows 10 offers various apps, games, music, movies & TV, and books that users can browse...