0

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?

user1907849
  • 960
  • 4
  • 19
  • 42
  • Check here: http://www.computerperformance.co.uk/powershell/powershell_create_shortcut.htm. You can start the program from poweshell: "& c:\Cygwin\bin\xxx.exe" – majkinetor Jul 02 '14 at 13:27

1 Answers1

1

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

Community
  • 1
  • 1
Erik Blomgren
  • 866
  • 4
  • 8