On Apr 3 11:31, Matt Seitz (matseitz) wrote: > What is the best way to change the "sshd" service to Manual start if it > is already installed using Automatic start?
Use the Services MMC-SnapIn, or use the sc command in an elevated shell: $ sc config sshd start= demand Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple