This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with deleting the Cygwin folder


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]