Windows 10: Create Shortcut to new app-style Windows Settings

Discus and support Create Shortcut to new app-style Windows Settings in Windows 10 Customization to solve the problem; So many things we do on our computers are now done through apps. Access to Windows Settings on Windows 10 is now done through what seems to be apps... Discussion in 'Windows 10 Customization' started by StuckOnWords, Jan 4, 2019.

  1. Create Shortcut to new app-style Windows Settings


    So many things we do on our computers are now done through apps. Access to Windows Settings on Windows 10 is now done through what seems to be apps like this. I hate how dumbed down they are, but they are the future, and sometimes I only need to do a simple thing and the apps can be good for that.


    So I have at times found myself wanting to put a shortcut to an app on my desktop. For example, I can create a shortcut to the old-fashioned "Sound" applet via the old-fashioned Control Panel (C:\Windows\System32\control.exe /name Microsoft.Sound) and put it on my desktop. But that's because I can find the actual .exe. But is it possible to create a shortcut to the new app version of "Sound" (Right-click on Start, click "Settings" then System, then Sound)?


    As a bonus, what about the kinds that come from the Microsoft Store? Is there a way to create shortcuts to them (which I would think, then, would also be accessible using scripting, which would be useful)?

    Thanks.

    :)
     
    StuckOnWords, Jan 4, 2019
    #1

  2. How to pin app shortcut to desk top?

    Hi,

    Thank you for contacting Microsoft Community.

    I suggest you to follow below steps to change pin the apps on the desktop screen and check if it helps.

    Step 1: I suggest you to perform the below steps to add the apps on desktop.

    • Click on the “Start button” and locate the App that you want to pin to Desktop.
    • Right click on the “App” and click on “More options”.
    • Then click on “Open File location” and right click on the app, click on “Send to” option.
    • Then select “Desktop (Create shortcut)”.
    • Go to “Desktop” and check whether the app is located or not.

    Or Step 2: To add shortcuts to the desktop

    • Press and hold or right-click the desktop, tap or click New, and then tap or click Shortcut.
    • Enter the location of the item or tap or click Browse to find the item in File Explorer.

    Hope this information is helpful and do let us know if you need further assistance. We will be glad to assist.
     
    Karthicka_R, Jan 4, 2019
    #2
  3. 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, Jan 4, 2019
    #3
  4. Flava0ne Win User

    Create Shortcut to new app-style Windows Settings

    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 Shortcut to new app-style Windows Settings 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 Shortcut to new app-style Windows Settings :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, Jan 4, 2019
    #4
Thema:

Create Shortcut to new app-style Windows Settings

Loading...
  1. Create Shortcut to new app-style Windows Settings - Similar Threads - Create Shortcut app

  2. Shortcut to APPs in Settings

    in Windows 10 Customization
    Shortcut to APPs in Settings: https://www.computerworld.com/article/3218116/how-to-make-shortcuts-to-windows-10-settings-on-your-desktop.html gives an impressive list of shortcuts to items in Settings, but it is NOT comprehensive, nor do the sections correspond to those in Settings. Is there a more...
  3. Shortcut to APPs in Settings

    in Windows 10 Gaming
    Shortcut to APPs in Settings: https://www.computerworld.com/article/3218116/how-to-make-shortcuts-to-windows-10-settings-on-your-desktop.html gives an impressive list of shortcuts to items in Settings, but it is NOT comprehensive, nor do the sections correspond to those in Settings. Is there a more...
  4. Shortcut to APPs in Settings

    in Windows 10 Software and Apps
    Shortcut to APPs in Settings: https://www.computerworld.com/article/3218116/how-to-make-shortcuts-to-windows-10-settings-on-your-desktop.html gives an impressive list of shortcuts to items in Settings, but it is NOT comprehensive, nor do the sections correspond to those in Settings. Is there a more...
  5. Windows 10 Settings app reverted to old style

    in Windows 10 Customization
    Windows 10 Settings app reverted to old style: Hello there! I just noticed something, my Settings app reverted to old styleBEFOREAFTERWindows 10 Home • 21H1 19043.1110 https://answers.microsoft.com/en-us/windows/forum/all/windows-10-settings-app-reverted-to-old-style/8185e800-c37b-42fd-af43-1096a70d91db
  6. 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...
  7. Create an app shortcut?

    in Windows 10 Software and Apps
    Create an app shortcut?: Create an app shortcut? https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-winapps-appscat_productivity/create-an-app-shortcut/a60c661c-2fbc-4d54-aa0f-3293e39a2c86
  8. Create Theme Settings shortcut in Windows 10

    in Windows 10 Tutorials
    Create Theme Settings shortcut in Windows 10: How to: Create Theme Settings shortcut in Windows 10 How to Create a Theme Settings Shortcut in Windows 10 [img] Information In Windows, you can use themes to help make your desktop feel a little more personal. Themes change the desktop background, colors, sounds,...
  9. Create Settings shortcut in Windows 10

    in Windows 10 Tutorials
    Create Settings shortcut in Windows 10: How to: Create Settings shortcut in Windows 10 How to Create a Settings shortcut 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, Devices, Network & Internet,...
  10. Create Cortana Settings Shortcut in Windows 10

    in Windows 10 Tutorials
    Create Cortana Settings Shortcut in Windows 10: How to: Create Cortana Settings Shortcut in Windows 10 [img] Information Cortana is your cloud-based personal assistant that works across your devices and other Microsoft services. Depending on the capabilities of your device and the version of Cortana you’re using,...