Windows 10: Create my own shortcut of shortcuts

Discus and support Create my own shortcut of shortcuts in Windows 10 Ask Insider to solve the problem; 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... Discussion in 'Windows 10 Ask Insider' started by /u/iulianp98, Mar 26, 2020.

  1. 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 know that this sounds like a fad, but does anyone have a solution for that? Maybe a bind for these 2 shortcuts or something like that.

    Btw, I need to Unpin my connection bar because I'm using a lot of Browser tabs.

    submitted by /u/iulianp98
    [link] [comments]

    :)
     
    /u/iulianp98, Mar 26, 2020
    #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:


    Create my own shortcut of shortcuts 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 Create my own shortcut of shortcuts :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, Mar 26, 2020
    #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, Mar 26, 2020
    #3
  4. Create my own shortcut of shortcuts

    How to create a shortcut for a keyboard shortcut.

    Hi Marcos,

    Welcome to Microsoft Community.

    I understand that you are willing to create Keyboard shortcut on Windows 10. I will certainly help you.

    I suggest you to follow the steps in the below Microsoft article to create
    a keyboard shortcut for an app.

    Create keyboard shortcuts to open desktop apps

    Note: The troubleshooting steps in the above link are meant for windows 8, however, you can use the same for windows 10 as well.

    Refer below article for more information on Keyboard shortcuts.

    Keyboard shortcuts

    Please post back with above information and we will be glad to assist you further.

    Thank you.
     
    Vinodh_Kumar V, Mar 26, 2020
    #4
Thema:

Create my own shortcut of shortcuts

Loading...
  1. Create my own shortcut of shortcuts - Similar Threads - Create own shortcut

  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. Creating a shortcut to trigger a shortcut in a background program?

    in Windows 10 Support
    Creating a shortcut to trigger a shortcut in a background program?: I am transcribing audio, I have an audio program running in the background while I have a text program open to do the typing. I use ctrl + , as a shortcut in the audio program a lot, its the rewind function, but as it is, I have to keep switching out of the text program to...
  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. Automated Shortcut Creating

    in Windows 10 Support
    Automated Shortcut Creating: Howdy, Right click on Desktop > Personalize > Themes > Desktop Icon Settings > Add This PC... This will make a "This PC" shortcut on desktop, which if you right click on, and choose Properties, will open up "System Details Window" rather than just showing a simple...