Adding custom shortcuts to Modern UI
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Droplet of life
--
Chapters
00:00 Adding Custom Shortcuts To Modern Ui
00:17 Accepted Answer Score 6
00:51 Answer 2 Score 3
01:04 Answer 3 Score 0
01:36 Thank you
--
Full question
https://superuser.com/questions/491162/a...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows8 #shortcuts #modernui
#avk47
ACCEPTED ANSWER
Score 6
It is possible to add custom parameters to a program that is already pinned to the Start page.
Open the Start page, then right-click the program that you want to add parameters to. Choose Open file location
at the bottom of the screen. This will open an Explorer window to the location of the shortcut file.
Right-click the shortcut file and choose Properties
. In the Target:
field, add command line parameters after the program file name.
ANSWER 2
Score 3
Any shortcut you create (including switches) you can simply right click and "Pin to start" which will create a copy of it in the appropriate places.
ANSWER 3
Score 0
Yes, the Modern UI start screen takes the shortcuts from the Start Menu so it should be sufficient to place the shortcuts in the start menu folder. You can also edit an existing program by opening its location from the Modern UI start screen. It might be so that it might not work to place multiple shortcuts to the same program there or those with parameters as it might just take the program itself, if that's the case you might get around the issue with batch files or by creating exectuables with something simple like AutoIt3 which automatically execute the program with parameters.