X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 3 Apr 2012 20:48:19 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Start sshd service manually instead of automatically Message-ID: <20120403184819.GW8014@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <70952A932255A2489522275A628B97C312E37630 AT xmb-sjc-233 DOT amer DOT cisco DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <70952A932255A2489522275A628B97C312E37630@xmb-sjc-233.amer.cisco.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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