Reputation: 990
I am using the following code to install cygwin using powershell.
http://www.jbmurphy.com/2011/06/16/powershell-script-to-install-cygwin/ It successfully installs but the only problem is there is no shortcut or "start the program on start is not done". Can it be done?
Upvotes: 0
Views: 122
Reputation: 886
Don't know what cygwin is but if you only want to create a shortcut to a specific program, this should answer your question:
How to create a shortcut using Powershell
Upvotes: 1