delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/10/27/02:15:36

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: <AANLkTinm0r5C+vQcLR-A51Tbhi-yv_O5y2jewH8HD_GW@mail.gmail.com>
References: <AANLkTinm0r5C+vQcLR-A51Tbhi-yv_O5y2jewH8HD_GW AT mail DOT gmail DOT com>
From: "Gerrit P. Haase" <gerrit DOT haase AT gmail DOT com>
Date: Wed, 27 Oct 2010 08:14:41 +0200
Message-ID: <AANLkTimWcucBcBXz=eVz3efNKiKJVjQ8Kk-1RqvNewPZ@mail.gmail.com>
Subject: Re: Problem with deleting the Cygwin folder
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019