How do I add command line arguments (parameters) for pinned applications on Windows 10?

On Windows 10 I'd like to add command line arguments (parameters) for "pinned" applications in my "Start" area. But when I right click a pinned app, I don't see something like "Preferences".

Is there a way to modify the properties?


I found the solution to set a command line arguments for a pinned app:

  1. Open the Start menu and right-click the pinned app and choose Open file location. Windows Explorer opens the folder containing the shortcut.

  2. Right-click on the shortcut and choose Properties.

  3. In the target-field add command line parameters after the program file name. For example: %SystemRoot%\system32\notepad.exe C:\test1.txt

I have tested this with Windows 10 and Windows 2012 successfully.