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?
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:
Open the Start menu and right-click the pinned app and choose Open file location. Windows Explorer opens the folder containing the shortcut.
Right-click on the shortcut and choose Properties.
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.