How to you add a parameter to an executable in Windows 10?
Solution 1:
You can only add parameters to shortcuts, not to normal exe properties. So select the exe, do a right click select copy go to desktop, make a rightclick and select paste shortcut
Now do a right click on the shortcut and select properties.
At target
you must add the parameters after the exe name.
In this demo I created a Explorer.exe
shortcut and added /n,/e,C:\
to start Explorer directly in C:\
.