user1907849
user1907849

Reputation: 990

Creating desktop icon after installing powershell

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

Answers (1)

Erik Blomgren
Erik Blomgren

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

Related Questions