X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: From: "Gerrit P. Haase" Date: Wed, 27 Oct 2010 08:14:41 +0200 Message-ID: Subject: Re: Problem with deleting the Cygwin folder To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 27 October 2010 02:15, Gregg Levine wrote: Hello! After running the setup program in "uninstall" mode, it seems everything is left behind. Hello Gregg, Most probably a permission problem, take ownership of the cygwin folder and all subfolders, change permission so that you can delete it and then drop it, best is to use a deltree replacement inside the cygwin folder (in a cmd shell): for /f "delims=" %%d in ('dir /s /b /ad %1 ^| sort /r') do rd "%%d" /s /q But you can also do this with Explorer, obce the permissions are set correct. Gerrit -- 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