Message-Id: <200508120822.j7C8MExu004205@delorie.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Herb Martin" To: Subject: RE: Remove cygwin services Date: Fri, 12 Aug 2005 03:21:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Jason FU > What do I do in order to remove installed services of cygwin > like sshd, init and so on? > [ I am new to cygwin so factor this into my answer...] cygrunsrv -R SERVICE_NAME Example: cygrunsrv -R sshd You may also use the Windows services.msc Control Panel to "disable" or set a service to "manual". Note that manual service MAY still run if some other service starts them -- manual doesn't mean a user/admin must start them, only that the OS will not start them automatically unless requested to do so by another process or by an actual manual user/admin request. I have been unable to use cygrunsrv to "modify" a service; so far, I have always removed the service and re-added it. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/