Since the files on that drive were created by a different user, you don't
own them.
To take control of them, you need to take ownership & change permissions.
Assuming the files are on Drive D, and that you have an administrator
account:
Open a CMD prompt, by clicking on Start - All Programs - Accessories
right-click on Command Prompt, select "Run as Administrator"
takeown /f D:\ /r /d y
icacls D:\ /grant administrators:F /t
http://nemesisv.blogspot.com/2007/08...-in-vista.html
--
Windows 7 beta
http://get.live.com/wlmail/overview
http://download.live.com/wlmail
"Oliver Costich" <> wrote in message
news:...
> I just upgraded to Vista x64 from x86 XP and trying to do certain
> things is driving me nuts. I have a couple of folders I want to
> delete. They are not system related. In fact they are part of Adobe
> Acrobat 8.
>
> When I try to delete them I get "You need permission to perform this
> action". Here's what I have tried so far:
>
> UAC is off.
>
> Right clicking the folder and giving full control on the security tab
>
> Using the hidden administrator account (net user administrator
> /active:yes in cmd run as administrator)
>
>
>
> I have been through numerous Google searchesand found nothing useful.
> Surely this can be fixed somehow but it apparently isn't easy.
>
> HELP!!