Windows 10: I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11

Discus and support I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11 in Windows 10 Gaming to solve the problem; I followed just about every documented solution to a very useful Windows 11 feature that used to be called QUICK ACCCESS. The most cited... Discussion in 'Windows 10 Gaming' started by RTan2010, Apr 15, 2025.

  1. RTan2010 Win User

    I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11


    I followed just about every documented solution to a very useful Windows 11 feature that used to be called QUICK ACCCESS. The most cited is%AppData%\Microsoft\Windows\RecentAFTER the shortcut was created, I opened a few files, made some changes, then saved them.Then I clicked that shortcut created as describved above.It always displays an EMPTY FOLDER. What did I do wrong? PLEASE HELP!

    :)
     
    RTan2010, Apr 15, 2025
    #1
  2. 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:


    I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11 [​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 I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11 :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, Apr 15, 2025
    #2
  3. 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, Apr 15, 2025
    #3
  4. Flava0ne Win User

    I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11

    Creating Shortcuts with Batch File

    So basically my Batch File will now look like this:

    Code: @Echo off CreateShortcut.exe "C:\Users\Administrator\Desktop\Notepad.lnk" "C:\Windows\System32\notepad.exe"[/quote] Thanks man! *Big Grin I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11 :D This does exactly what I want done and I'm able to customize the icon for the shortcut without problems. But I'm not quite sure how to use the [icon file] portion you mentioned that it supports. I tried the following Batch File:

    Code: @Echo off CreateShortcut.exe "C:\Users\Administrator\Desktop\Notepad.lnk" "C:\Windows\System32\notepad.exe" "C:\Users\Administrator\Pictures\Notepad.ico"[/quote] It created the shortcut but didn't change the icon.
     
    Flava0ne, Apr 15, 2025
    #4
Thema:

I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11

Loading...
  1. I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11 - Similar Threads - cannot create Desktop

  2. I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11

    in Windows 10 Software and Apps
    I cannot create ANY Desktop shortcut to RECENT FILES in Windows 11: I followed just about every documented solution to a very useful Windows 11 feature that used to be called QUICK ACCCESS. The most cited is%AppData%\Microsoft\Windows\RecentAFTER the shortcut was created, I opened a few files, made some changes, then saved them.Then I clicked...
  3. Creating Desktop Shortcuts in Windows 11

    in Windows 10 Software and Apps
    Creating Desktop Shortcuts in Windows 11: I have done many things to try to create desktop shortcuts, and none of them work. When I drag and drop from the Windows app tray, it has the little loading icon for a split second before not working. The same thing happens with the Open file location --Right click--Show More...
  4. Creating Desktop Shortcuts in Windows 11

    in Windows 10 Gaming
    Creating Desktop Shortcuts in Windows 11: I have done many things to try to create desktop shortcuts, and none of them work. When I drag and drop from the Windows app tray, it has the little loading icon for a split second before not working. The same thing happens with the Open file location --Right click--Show More...
  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 desktop shortcuts in Windows. 11

    in Windows 10 Gaming
    Create desktop shortcuts in Windows. 11: I don't seem able to drag and drop app icons and shortcuts on windows 11 desktop.Am I missing something?Thank you https://answers.microsoft.com/en-us/windows/forum/all/create-desktop-shortcuts-in-windows-11/72ddd1da-1c1b-4067-87bc-b3cfda092d5c
  7. Create desktop shortcuts in Windows. 11

    in Windows 10 Software and Apps
    Create desktop shortcuts in Windows. 11: I don't seem able to drag and drop app icons and shortcuts on windows 11 desktop.Am I missing something?Thank you https://answers.microsoft.com/en-us/windows/forum/all/create-desktop-shortcuts-in-windows-11/72ddd1da-1c1b-4067-87bc-b3cfda092d5c
  8. I cannot create any desktop links.

    in Windows 10 Customization
    I cannot create any desktop links.: When I right click on my desktop, I get no options just a gray out of the screen and it refreshes? I cannot create any desktop links. https://answers.microsoft.com/en-us/windows/forum/all/i-cannot-create-any-desktop-links/6d7bbf4b-ba09-485b-bfc9-02426684323d
  9. Cannot create desktop shortcuts that work.

    in Windows 10 Network and Sharing
    Cannot create desktop shortcuts that work.: I can create shortcuts that then appear on my desktop. However, when I double click on those shortcuts, they open a new Google search window rather than directing me to the specific website for which I've created the shortcut. The shortcut title is good, but it appears that...
  10. 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...