Windows 10: Create a shortcut to File Backup

Discus and support Create a shortcut to File Backup in Windows 10 Gaming to solve the problem; Good morning, I'd like to know how to create a shortcut to File Backup in Windows 10. Thank you.... Discussion in 'Windows 10 Gaming' started by Mariano_222, May 15, 2025 at 7:57 AM.

  1. Create a shortcut to File Backup


    Good morning, I'd like to know how to create a shortcut to File Backup in Windows 10. Thank you.

    :)
     
  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.
     
  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 a shortcut to File Backup [​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 a shortcut to File Backup :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.
     
  4. Create a shortcut to File Backup

    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, May 15, 2025 at 8:03 AM
    #4
Thema:

Create a shortcut to File Backup

Loading...
  1. Create a shortcut to File Backup - Similar Threads - Create shortcut File

  2. Create a shortcut to File Backup

    in Windows 10 Software and Apps
    Create a shortcut to File Backup: Good morning, I'd like to know how to create a shortcut to File Backup in Windows 10. Thank you. https://answers.microsoft.com/en-us/windows/forum/all/create-a-shortcut-to-file-backup/f52ef1a1-bc83-4329-a75e-1721c15f6e01
  3. Create a shortcut to File Backup

    in Windows 10 Customization
    Create a shortcut to File Backup: Good morning, I'd like to know how to create a shortcut to File Backup in Windows 10. Thank you. https://answers.microsoft.com/en-us/windows/forum/all/create-a-shortcut-to-file-backup/f52ef1a1-bc83-4329-a75e-1721c15f6e01
  4. Creating a backup on an external drive with files on it

    in Windows 10 Gaming
    Creating a backup on an external drive with files on it: I'm wondering if I want to create a windows backup and I choose the D drive which where I already have some documents on it, the backup will automatically delete the files or will create an folder and the other stuff next to the folder I already have on it? I just have a...
  5. Creating a backup on an external drive with files on it

    in Windows 10 Software and Apps
    Creating a backup on an external drive with files on it: I'm wondering if I want to create a windows backup and I choose the D drive which where I already have some documents on it, the backup will automatically delete the files or will create an folder and the other stuff next to the folder I already have on it? I just have a...
  6. Creating a backup on an external drive with files on it

    in Windows 10 Installation and Upgrade
    Creating a backup on an external drive with files on it: I'm wondering if I want to create a windows backup and I choose the D drive which where I already have some documents on it, the backup will automatically delete the files or will create an folder and the other stuff next to the folder I already have on it? I just have a...
  7. Create shortcut from file in OneDrive

    in Windows 10 Network and Sharing
    Create shortcut from file in OneDrive: Am I mistaken that in the past you could place a word file shortcut on the android home page. I can't see a way to do it. I also couldn't find a way to copy the file to my android documents folder, from where I planned to create the shortcut. I eventually had to move the...
  8. Creating a reg file or shortcut.

    in Windows 10 Ask Insider
    Creating a reg file or shortcut.: Is there any way I can create shortcut or reg file to enable/disable a rule of Inbound and Outbound of Windows Defender Firewall with Advanced Security? submitted by /u/npc73 [link] [comments]...
  9. Backup files that Windows creates with file history

    in Windows 10 Backup and Restore
    Backup files that Windows creates with file history: Does anyone know where I can see the created Backup files that Windows creates with the file history function?? I defined my file history to backup to NAS, but I can't find the files there and also found no function to see the used share in the settings... *Think 127246
  10. 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...