From: | "- Barry -" <mail(at)polisource(dot)com> |
---|---|
To: | <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: Uninstalling PostgreSQL |
Date: | 2004-06-25 10:04:36 |
Message-ID: | 000c01c45a9b$d4b292c0$2f01a8c0@Seka |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
I found out that on Windows XP Home, you need to log on in safe mode to get
full access to permission controls when you right click a file, or you have
to use CACLS at the command prompt. I was able to delete the cygwin
directory by logging on in safe mode, though the security tab features were
difficult to understand.
First I tried CACLS from the C:\cygwin directory. I entered:
CACLS *.* /t /e /g Owner:f
and the response was:
Processed file: C:\cygwin\Thumbs.db
The data is invalid
Then I tried:
del Thumbs.db
and the response was:
Could not find C:\cygwin\Thumbs.db
Maybe that makes sense. I wasn't sure about the commands. At least it's all
over now.
From | Date | Subject | |
---|---|---|---|
Next Message | Frank Seesink | 2004-06-25 13:09:34 | Re: troubles after updating from 7.4.2 to 7.4.3 |
Previous Message | mike g | 2004-06-25 03:24:03 | Re: troubles after updating from 7.4.2 to 7.4.3 |