Windows Vista Forums
Vista Forums Home Join Vista Forums Tech Publications Windows 7 Forum Vista Tutorials Webcasts Tags

Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

Can't Delete/rename/move a file..

Update your Vista Drivers
Reply
 
Thread Tools Display Modes
Old 07-24-2007   #1 (permalink)
Paul MacFarlane
Guest


 

Can't Delete/rename/move a file..

I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP file
and data file were created on an XPP machine.

The CP is an Adobe Captivate file. (212mb)

If I run Captivate, I can't open the file. If I run Captivate as
Administrator, I can open the file.

If I run windows explorer as Administrator (and maybe I'm not doing this
right), I cannot rename or move the file.

If I run command prompr as Administator, I can't delete or rename either.

If I right click the file, and select properties, nothing ever shows.

I've looked at the properties of the ZIP file and "unblocked" it.

Any idea what is going on? what I've done wrong?

Thanks,
Paul



My System SpecsSystem Spec
Old 07-24-2007   #2 (permalink)
dean-dean
Guest


 

Re: Can't Delete/rename/move a file..

Is the .Zip file deletable? The .Zip should be unblocked before its files
are extracted, otherwise the extracted files will also be marked "blocked".
Which apparently Mydata.cp still is. (You can Unblock it by opening its
Properties). As far as deleting it, try this:

At an elevated command prompt, type the following command, and then press
ENTER:

takeown /f Path_And_File_Name

For example, type:
takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp


Type the following command, and then press ENTER to grant
administrators full access to the file:

icacls Path_And_File_Name /GRANT ADMINISTRATORS:F

For example, type:
icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F

Then try to delete Mydata.cp.


"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>file and data file were created on an XPP machine.
>
> The CP is an Adobe Captivate file. (212mb)
>
> If I run Captivate, I can't open the file. If I run Captivate as
> Administrator, I can open the file.
>
> If I run windows explorer as Administrator (and maybe I'm not doing this
> right), I cannot rename or move the file.
>
> If I run command prompr as Administator, I can't delete or rename either.
>
> If I right click the file, and select properties, nothing ever shows.
>
> I've looked at the properties of the ZIP file and "unblocked" it.
>
> Any idea what is going on? what I've done wrong?
>
> Thanks,
> Paul
>


My System SpecsSystem Spec
Old 07-24-2007   #3 (permalink)
Paul MacFarlane
Guest


 

Re: Can't Delete/rename/move a file..

Thanks dean - I'll give that a try.

Sounds like you agree it's a security issue.

I had "unblocked" the zip and then extracted the file at one time.

One thing I didn't mention is that there were 3 other files in the same ZIP.
No problems with them ( htm, js, and SWF file).

Thanks for your suggestion.

Paul

"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
> Is the .Zip file deletable? The .Zip should be unblocked before its files
> are extracted, otherwise the extracted files will also be marked
> "blocked".
> Which apparently Mydata.cp still is. (You can Unblock it by opening its
> Properties). As far as deleting it, try this:
>
> At an elevated command prompt, type the following command, and then press
> ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type:
> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>
>
> Type the following command, and then press ENTER to grant
> administrators full access to the file:
>
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>
> For example, type:
> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F
>
> Then try to delete Mydata.cp.
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>

>



My System SpecsSystem Spec
Old 07-24-2007   #4 (permalink)
Paul MacFarlane
Guest


 

Re: Can't Delete/rename/move a file..

dean..

any idea how long those command should take to execute?

I cancelled takeown after 5 minutes...

tried icacls as well - same problem.....

If I simply try "del myfile.cp" at the elevated command prompt it does the
same thing too...

Paul

"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
> Is the .Zip file deletable? The .Zip should be unblocked before its files
> are extracted, otherwise the extracted files will also be marked
> "blocked".
> Which apparently Mydata.cp still is. (You can Unblock it by opening its
> Properties). As far as deleting it, try this:
>
> At an elevated command prompt, type the following command, and then press
> ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type:
> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>
>
> Type the following command, and then press ENTER to grant
> administrators full access to the file:
>
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>
> For example, type:
> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F
>
> Then try to delete Mydata.cp.
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>

>



My System SpecsSystem Spec
Old 07-24-2007   #5 (permalink)
dean-dean
Guest


 

Re: Can't Delete/rename/move a file..

If you look at the file's Properties, is there a Security tab? If so try
taking ownership, etc. that way. But the file's Properties might be borked
some other way as well. The commands I gave should happen in seconds. Try
running Check Disk, choosing to automatically fix file system errors (you
will have to reboot)...


"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
> dean..
>
> any idea how long those command should take to execute?
>
> I cancelled takeown after 5 minutes...
>
> tried icacls as well - same problem.....
>
> If I simply try "del myfile.cp" at the elevated command prompt it does the
> same thing too...
>
> Paul
>
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>> Is the .Zip file deletable? The .Zip should be unblocked before its
>> files
>> are extracted, otherwise the extracted files will also be marked
>> "blocked".
>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>> Properties). As far as deleting it, try this:
>>
>> At an elevated command prompt, type the following command, and then press
>> ENTER:
>>
>> takeown /f Path_And_File_Name
>>
>> For example, type:
>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>
>>
>> Type the following command, and then press ENTER to grant
>> administrators full access to the file:
>>
>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>
>> For example, type:
>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>> administrators:F
>>
>> Then try to delete Mydata.cp.
>>
>>
>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>file and data file were created on an XPP machine.
>>>
>>> The CP is an Adobe Captivate file. (212mb)
>>>
>>> If I run Captivate, I can't open the file. If I run Captivate as
>>> Administrator, I can open the file.
>>>
>>> If I run windows explorer as Administrator (and maybe I'm not doing this
>>> right), I cannot rename or move the file.
>>>
>>> If I run command prompr as Administator, I can't delete or rename
>>> either.
>>>
>>> If I right click the file, and select properties, nothing ever shows.
>>>
>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>
>>> Any idea what is going on? what I've done wrong?
>>>
>>> Thanks,
>>> Paul
>>>

>>

>
>


My System SpecsSystem Spec
Old 07-25-2007   #6 (permalink)
Paul MacFarlane
Guest


 

Re: Can't Delete/rename/move a file..


Yep - properties never show. I've run checkdisk a couple of times...


"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
> If you look at the file's Properties, is there a Security tab? If so try
> taking ownership, etc. that way. But the file's Properties might be
> borked
> some other way as well. The commands I gave should happen in seconds.
> Try
> running Check Disk, choosing to automatically fix file system errors (you
> will have to reboot)...
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
>> dean..
>>
>> any idea how long those command should take to execute?
>>
>> I cancelled takeown after 5 minutes...
>>
>> tried icacls as well - same problem.....
>>
>> If I simply try "del myfile.cp" at the elevated command prompt it does
>> the
>> same thing too...
>>
>> Paul
>>
>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>> files
>>> are extracted, otherwise the extracted files will also be marked
>>> "blocked".
>>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>>> Properties). As far as deleting it, try this:
>>>
>>> At an elevated command prompt, type the following command, and then
>>> press
>>> ENTER:
>>>
>>> takeown /f Path_And_File_Name
>>>
>>> For example, type:
>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>
>>>
>>> Type the following command, and then press ENTER to grant
>>> administrators full access to the file:
>>>
>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>
>>> For example, type:
>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>> administrators:F
>>>
>>> Then try to delete Mydata.cp.
>>>
>>>
>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>>file and data file were created on an XPP machine.
>>>>
>>>> The CP is an Adobe Captivate file. (212mb)
>>>>
>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>> Administrator, I can open the file.
>>>>
>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>> this
>>>> right), I cannot rename or move the file.
>>>>
>>>> If I run command prompr as Administator, I can't delete or rename
>>>> either.
>>>>
>>>> If I right click the file, and select properties, nothing ever shows.
>>>>
>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>
>>>> Any idea what is going on? what I've done wrong?
>>>>
>>>> Thanks,
>>>> Paul
>>>>
>>>

>>
>>

>



My System SpecsSystem Spec
Old 07-25-2007   #7 (permalink)
dean-dean
Guest


 

Re: Can't Delete/rename/move a file..

You said you could open the file with Captivate, as Administrator. Can you
make some changes to the document, and then save your changes; that is, with
the same name, in the same folder? Or can you just erase a vast amount of
it's content? I've never used the program, so I don't know how editing a
".cp" would work... My goal is to get the file to acquire properties. It's
corrupted, so I don't know if that would work.


"Paul MacFarlane" <paul@-amerisoftcorp.com> wrote in message
news:OY$9GmozHHA.3536@TK2MSFTNGP06.phx.gbl...
>
> Yep - properties never show. I've run checkdisk a couple of times...
>
>
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
>> If you look at the file's Properties, is there a Security tab? If so try
>> taking ownership, etc. that way. But the file's Properties might be
>> borked
>> some other way as well. The commands I gave should happen in seconds.
>> Try
>> running Check Disk, choosing to automatically fix file system errors (you
>> will have to reboot)...
>>
>>
>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
>>> dean..
>>>
>>> any idea how long those command should take to execute?
>>>
>>> I cancelled takeown after 5 minutes...
>>>
>>> tried icacls as well - same problem.....
>>>
>>> If I simply try "del myfile.cp" at the elevated command prompt it does
>>> the
>>> same thing too...
>>>
>>> Paul
>>>
>>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>>> files
>>>> are extracted, otherwise the extracted files will also be marked
>>>> "blocked".
>>>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>>>> Properties). As far as deleting it, try this:
>>>>
>>>> At an elevated command prompt, type the following command, and then
>>>> press
>>>> ENTER:
>>>>
>>>> takeown /f Path_And_File_Name
>>>>
>>>> For example, type:
>>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>>
>>>>
>>>> Type the following command, and then press ENTER to grant
>>>> administrators full access to the file:
>>>>
>>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>>
>>>> For example, type:
>>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>>> administrators:F
>>>>
>>>> Then try to delete Mydata.cp.
>>>>
>>>>
>>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>>>file and data file were created on an XPP machine.
>>>>>
>>>>> The CP is an Adobe Captivate file. (212mb)
>>>>>
>>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>>> Administrator, I can open the file.
>>>>>
>>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>>> this
>>>>> right), I cannot rename or move the file.
>>>>>
>>>>> If I run command prompr as Administator, I can't delete or rename
>>>>> either.
>>>>>
>>>>> If I right click the file, and select properties, nothing ever shows.
>>>>>
>>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>>
>>>>> Any idea what is going on? what I've done wrong?
>>>>>
>>>>> Thanks,
>>>>> Paul
>>>>>
>>>>
>>>
>>>

>>

>
>


My System SpecsSystem Spec
Old 07-25-2007   #8 (permalink)
Paul MacFarlane
Guest


 

Re: Can't Delete/rename/move a file..

Captivate is a multi-media type file.

I was able to open one and then did a save-as. I don't remember if I
resaved the original.

The save-as file (a different resulting file size) exhibits the same
problems....


"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:%23DIJrCpzHHA.5884@TK2MSFTNGP02.phx.gbl...
> You said you could open the file with Captivate, as Administrator. Can
> you
> make some changes to the document, and then save your changes; that is,
> with
> the same name, in the same folder? Or can you just erase a vast amount of
> it's content? I've never used the program, so I don't know how editing a
> ".cp" would work... My goal is to get the file to acquire properties.
> It's corrupted, so I don't know if that would work.
>
>
> "Paul MacFarlane" <paul@-amerisoftcorp.com> wrote in message
> news:OY$9GmozHHA.3536@TK2MSFTNGP06.phx.gbl...
>>
>> Yep - properties never show. I've run checkdisk a couple of times...
>>
>>
>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>> news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
>>> If you look at the file's Properties, is there a Security tab? If so
>>> try
>>> taking ownership, etc. that way. But the file's Properties might be
>>> borked
>>> some other way as well. The commands I gave should happen in seconds.
>>> Try
>>> running Check Disk, choosing to automatically fix file system errors
>>> (you
>>> will have to reboot)...
>>>
>>>
>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
>>>> dean..
>>>>
>>>> any idea how long those command should take to execute?
>>>>
>>>> I cancelled takeown after 5 minutes...
>>>>
>>>> tried icacls as well - same problem.....
>>>>
>>>> If I simply try "del myfile.cp" at the elevated command prompt it does
>>>> the
>>>> same thing too...
>>>>
>>>> Paul
>>>>
>>>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>>>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>>>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>>>> files
>>>>> are extracted, otherwise the extracted files will also be marked
>>>>> "blocked".
>>>>> Which apparently Mydata.cp still is. (You can Unblock it by opening
>>>>> its
>>>>> Properties). As far as deleting it, try this:
>>>>>
>>>>> At an elevated command prompt, type the following command, and then
>>>>> press
>>>>> ENTER:
>>>>>
>>>>> takeown /f Path_And_File_Name
>>>>>
>>>>> For example, type:
>>>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>>>
>>>>>
>>>>> Type the following command, and then press ENTER to grant
>>>>> administrators full access to the file:
>>>>>
>>>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>>>
>>>>> For example, type:
>>>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>>>> administrators:F
>>>>>
>>>>> Then try to delete Mydata.cp.
>>>>>
>>>>>
>>>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The
>>>>>>ZIP
>>>>>>file and data file were created on an XPP machine.
>>>>>>
>>>>>> The CP is an Adobe Captivate file. (212mb)
>>>>>>
>>>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>>>> Administrator, I can open the file.
>>>>>>
>>>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>>>> this
>>>>>> right), I cannot rename or move the file.
>>>>>>
>>>>>> If I run command prompr as Administator, I can't delete or rename
>>>>>> either.
>>>>>>
>>>>>> If I right click the file, and select properties, nothing ever shows.
>>>>>>
>>>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>>>
>>>>>> Any idea what is going on? what I've done wrong?
>>>>>>
>>>>>> Thanks,
>>>>>> Paul
>>>>>>
>>>>>
>>>>
>>>>
>>>

>>
>>

>



My System SpecsSystem Spec
Old 07-25-2007   #9 (permalink)
Paul MacFarlane
Guest


 

Re: Can't Delete/rename/move a file..

I've determined this has something to do with the built in Zip extraction...

I have extracted the same file using winrar and have had Zero problems with
it.



"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>file and data file were created on an XPP machine.
>
> The CP is an Adobe Captivate file. (212mb)
>
> If I run Captivate, I can't open the file. If I run Captivate as
> Administrator, I can open the file.
>
> If I run windows explorer as Administrator (and maybe I'm not doing this
> right), I cannot rename or move the file.
>
> If I run command prompr as Administator, I can't delete or rename either.
>
> If I right click the file, and select properties, nothing ever shows.
>
> I've looked at the properties of the ZIP file and "unblocked" it.
>
> Any idea what is going on? what I've done wrong?
>
> Thanks,
> Paul
>



My System SpecsSystem Spec
Old 07-25-2007   #10 (permalink)
dean-dean
Guest


 

Re: Can't Delete/rename/move a file..

You may be right. I think Explorer has a problem with .zip files once they
reach a certain size, or perhaps if a file inside it reaches a certain size.
Do you still have problems deleting Mydata.cp? If so, try deleting the
folder it resides in, holding down the Shift key on your keyboard, and then
choose Delete.

"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:O8DbRkxzHHA.1208@TK2MSFTNGP03.phx.gbl...
> I've determined this has something to do with the built in Zip
> extraction...
>
> I have extracted the same file using winrar and have had Zero problems
> with it.
>
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>

>
>


My System SpecsSystem Spec
Reply
Update your Vista Drivers

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Rename or Move a File or Folder in Vista Fix Brink Tutorials 142 4 Days Ago 01:01 PM
In Vista Home Premium - Can not copy, move, rename or delete a fil Peteer Vista file management 0 07-10-2008 04:55 AM
move/delete/rename folder: you need permission to perform this act Erik Nettekoven Vista General 9 03-20-2008 11:14 AM
I cannot delete, rename and move files and folders anymore alberto_firenze Vista General 6 02-11-2008 12:48 PM
Can't open, rename, delete, or move a file.... Paul MacFarlane Vista General 4 08-08-2007 02:56 AM


Complimentary Industry Resources

Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!




Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51