Windows 10: Way to create shortcut for specific settings page?

Discus and support Way to create shortcut for specific settings page? in Windows 10 Ask Insider to solve the problem; For example, I want to create a shortcut to the "Rearrange your displays" setting since I need to switch between my primary monitor if I am playing a... Discussion in 'Windows 10 Ask Insider' started by /u/masterderptato, Jul 30, 2020.

  1. Way to create shortcut for specific settings page?


    For example, I want to create a shortcut to the "Rearrange your displays" setting since I need to switch between my primary monitor if I am playing a game or something. Is there any way to make a shortcut instead of having to keep manually pulling this up?

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

    :)
     
    /u/masterderptato, Jul 30, 2020
    #1

  2. Desktop Shortcut Icons

    Hi Mik-Dav,

    The desktop shortcut created for a specific website should bear the website's actual logo. With what you've experienced, there could be something wrong with how the shortcut was created.

    If you've created the shortcut by selecting Create shortcut, then we suggest that you try the other way, that is by dragging the website icon that appears in the address bar to your desktop. Follow these steps:

    • Using Internet Explorer, access a website.
    • Once the website opens, you will see its icon in the address bar.
    • Click and drag the icon on your desktop.

    The website shortcut bearing its actual logo should now be saved on your desktop.

    Let us know if you need further help.

    Regards.
     
    Vanessa Yar, Jul 30, 2020
    #2
  3. Automatically Create Shortcuts - Search Recursively

    It is possibe to write such a script. The problem with scripts is that they need a very precise and tight specification. If the specification is loose then the script will fail.

    Your specification is very loose. For example, it is not at all clear whether "C\Temp" really means "C:\Temp". It is also unclear what you mean with "located in *\Stuff", or where the shortcuts should go, or how the
    recursion should work. A precise specification might go like this:

    • Create a shortcut for each of the following folders:

      A:\Stuff

      B:\Stuff

      C:\Stuff

      etc.

      Z:\Stuff
    • Name the shortcuts "A-Stuff", "B-Stuff", "C-Stuff" etc.
    • Place the shortcuts on the desktop

    Lastly - why not create the shortcuts manually? This would be much faster than creating a script!


     
    Frederik Long, Jul 30, 2020
    #3
  4. Flava0ne Win User

    Way to create shortcut for specific settings page?

    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:


    Way to create shortcut for specific settings page? 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 Way to create shortcut for specific settings page? :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, Jul 30, 2020
    #4
Thema:

Way to create shortcut for specific settings page?

Loading...
  1. Way to create shortcut for specific settings page? - Similar Threads - create shortcut specific

  2. Easy Way to Create Desktop Shortcut for Apps

    in Windows 10 Gaming
    Easy Way to Create Desktop Shortcut for Apps: The only way I know of to create a desktop shortcut for an app is slightly complicated because I have to hunt down and search for the .exe file and then create a shortcut from that. This is a lot harder than it sounds because I find apps installed in multiple different...
  3. Creating a Shortcut for Display Settings

    in Windows 10 Graphic Cards
    Creating a Shortcut for Display Settings: I am looking for a way to create a Keyboard Shortcut that switches my display setup for Windows 10 So essentially I am looking for a command/macro/shortcut/bat file that when it's run Screen A becomes the Primary Screen and Screen B becomes the Secondary screen, and an...
  4. Is there a *easy* way to create a Desktop Shortcut in Edge?

    in Browsers and Email
    Is there a *easy* way to create a Desktop Shortcut in Edge?: Hi folks - Try as I might, I cannot find an extension enabling me to create a quick webpage desktop shortcut in Edge. You would think that Microsoft would have thought of a simple solution to accomplish this. Any ideas? TIA *Rolleyes 174741
  5. Creating A Desktop Shortcut To A Opened Page ?

    in Windows 10 Support
    Creating A Desktop Shortcut To A Opened Page ?: Hello, Embarrassed to ask something so simple, but will blame it on old age. Using W10. Let's say I open up some page from a web site. Fine, it appears. But, how can i create a shortcut to leave on my Desktop, such that in the future simply clicking on it will find and...
  6. How do you create a shortcut for a specific device's settings?

    in Windows 10 Support
    How do you create a shortcut for a specific device's settings?: I have a tablet PC which I often plug into a hub on my desk to power a desktop setup. When I do this I usually disable the touchscreen to save power. I'd like to add a shortcut to the taskbar or desktop for the dialogue box for this device so I can disable and enable it...
  7. Shortcut to the folder on the external device - no way to create?

    in Windows 10 Network and Sharing
    Shortcut to the folder on the external device - no way to create?: I want to create a shortcut in the "Send to.." folder/menu to copy selected data to the certain folder of my Android 8.1.0 mobile phone connected to PC via USB wire. So the logic of the path is: Phone -> SD memory card -> Folder_name. When i right-clicked on the destination...
  8. Shortcut to the folder on the external device - no way to create?

    in Windows 10 Support
    Shortcut to the folder on the external device - no way to create?: Dear all, i want to create a shortcut in the "Send to.." folder/menu which will copy selected data to my Android 8.1.0 mobile phone (connected to PC via USB wire). So the logic of the path is: Phone -> SD memory card -> Folder_name. When i right-click on the destination...
  9. How to create a shortcut to the "Advanced display settings" page

    in Windows 10 Graphic Cards
    How to create a shortcut to the "Advanced display settings" page: I was able to find the URI for the regular display settings page and make a shortcut page but not for the advanced display settings. I'd like it for the advanced display since that's where you change your resolution and I do that often. Thanks 70718
  10. Create Shortcuts to Open Settings Pages in Windows 10

    in Windows 10 Tutorials
    Create Shortcuts to Open Settings Pages in Windows 10: How to: Create Shortcuts to Open Settings Pages in Windows 10 How to Create Shortcuts to Open Settings Pages in Windows 10 [img] Information Most of the settings you'll want to change in Windows 10 are in Settings. Settings is organized into the separate System,...