Windows 10: How to create a shortcut for File History on Windows 10

Discus and support How to create a shortcut for File History on Windows 10 in Windows 10 News to solve the problem; [ATTACH] [ATTACH]File History is a useful feature in the Windows 10 operating system. This feature makes an automatic back up versions of important... Discussion in 'Windows 10 News' started by WinClub, Oct 23, 2019.

  1. WinClub New Member

    How to create a shortcut for File History on Windows 10

    WinClub, Oct 23, 2019
    #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:


    How to create a shortcut for File History on Windows 10 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 How to create a shortcut for File History on Windows 10 :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, Oct 23, 2019
    #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, Oct 23, 2019
    #3
  4. Flava0ne Win User

    How to create a shortcut for File History on Windows 10

    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 How to create a shortcut for File History on Windows 10 :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, Oct 23, 2019
    #4
Thema:

How to create a shortcut for File History on Windows 10

Loading...
  1. How to create a shortcut for File History on Windows 10 - Similar Threads - create shortcut File

  2. How do I create a desktop shortcut for File History?

    in Windows 10 Gaming
    How do I create a desktop shortcut for File History?: I am having a problem creating a desktop shortcut for File History in windows 11. When I right click the desktop, and click on NEW followed by SHORTCUT, I get a message box asking me to type the location of the item. Do any of you know the LOCATION of File History? * Moved...
  3. How do I create a desktop shortcut for File History?

    in Windows 10 Software and Apps
    How do I create a desktop shortcut for File History?: I am having a problem creating a desktop shortcut for File History in windows 11. When I right click the desktop, and click on NEW followed by SHORTCUT, I get a message box asking me to type the location of the item. Do any of you know the LOCATION of File History? * Moved...
  4. How to create a Bluetooth shortcut in Windows 10

    in Windows 10 News
    How to create a Bluetooth shortcut in Windows 10: [ATTACH]Usually, to access the Bluetooth feature on your Windows 10 device, you need to […] This article How to create a Bluetooth shortcut in Windows 10 first appeared on TheWindowsClub.com. read more...
  5. Windows 10 File History creating duplicates?

    in Windows 10 Installation and Upgrade
    Windows 10 File History creating duplicates?: I tried to use File History under Windows 8.1 but gave up because it filled up my backup drive with unwanted duplicates of files that didn't change. Has Microsoft solved this problem for Windows 10.? Currently running 1803. ***Moved From: Windows 10/Files, folders, &...
  6. Windows 10 File History creating duplicates?

    in Windows 10 Network and Sharing
    Windows 10 File History creating duplicates?: I tried to use File History under Windows 8.1 but gave up because it filled up my backup drive with unwanted duplicates of files that didn't change. Has Microsoft solved this problem for Windows 10.? Currently running 1803....
  7. CREATING SHORTCUTS IN WINDOWS 10

    in Windows 10 Customization
    CREATING SHORTCUTS IN WINDOWS 10: WITH WINDOWS 8 AND PRIOR VERSIONS I HAVE ALWAYS ENJOYED CREATING A DESKTOP SHORT CUT FOR EASY ACCESS. I AM SEEKING ADVICE ON HOW TO CREATE THESE IN WINDOWS 10. I AM ABLE TO DO THIS WITH SOME WEBSITES BUT NOT ALL. QUITE OFTEN I END UP WITH THE CHOICE OF SAVING AS A...
  8. 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
  9. create shortcuts in windows 10

    in Windows 10 Network and Sharing
    create shortcuts in windows 10: I have a new harddrive and before could create shortcuts to save icons on desktop but this new hard drive will not let me do it and had windows 10 before. https://answers.microsoft.com/en-us/windows/forum/all/create-shortcuts-in-windows-10/9fc8aeae-3ece-406b-adcf-5ecbd3991e61"
  10. Create File History shortcut in Windows 10

    in Windows 10 Tutorials
    Create File History shortcut in Windows 10: How to: Create File History shortcut in Windows 10 How to Create File History shortcut in Windows 10 File History was first introduced in Windows 8, and has been improved in Windows 10. You can use File History to automatically back up versions of your files on a...