Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Can't open, rename, delete, or move a file....

Reply
Thread Tools Display Modes

Can't open, rename, delete, or move a file....

 
 
Paul MacFarlane
Guest
Posts: n/a

 
      07-24-2007
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


 
Reply With Quote
 
 
 
 
Rosenkrieger
Guest
Posts: n/a

 
      08-07-2007
I have EXACTLY the same Problem - with a .MOV File -

I cannot freakin' delete it - its sitting right on my desktop. I have tried
everything as well - no solution yet. I don't want to re-install the whole
freakin' Vista just because of ONE SINGLE File that I am unable to delete!

"Paul MacFarlane" wrote:

> 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
>
>
>

 
Reply With Quote
 
dean-dean
Guest
Posts: n/a

 
      08-07-2007
Try this. Right-click Command Prompt, and choose Run as Administrator.
Type the following command, and then press ENTER:

takeown /f Path_And_File_Name

For example, type:
takeown /f C:\Users\You\Desktop\unwanted.mov

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\You\Desktop\unwanted.mov /grant administrators:F

Then try to delete unwanted.mov.

If you've already done the security thing, then have you tried deleting it
in Safe Mode (without networking)?. This might take any service or
application holding onto the file out of the equation, including the Volume
Shadow Copy Service.

"Rosenkrieger" <> wrote in message
news:25393023-BA5E-495C-A1DE-...
>I have EXACTLY the same Problem - with a .MOV File -
>
> I cannot freakin' delete it - its sitting right on my desktop. I have
> tried
> everything as well - no solution yet. I don't want to re-install the whole
> freakin' Vista just because of ONE SINGLE File that I am unable to delete!
>
> "Paul MacFarlane" wrote:
>
>> 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
>>
>>
>>


 
Reply With Quote
 
Rosenkrieger
Guest
Posts: n/a

 
      08-08-2007
Hi,

tried just about everything, including with takeown & icacls commands.

My solution:

I used ERD Commander to boot the laptop, deleted the file and was "happy"

Its really hard to believe that I had to use a program from 2005 to delete a
file on my super expensive Vista Ultimate Laptop :-/ - but at least now its
gone/done.

Greets

"dean-dean" wrote:

> Try this. Right-click Command Prompt, and choose Run as Administrator.
> Type the following command, and then press ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type:
> takeown /f C:\Users\You\Desktop\unwanted.mov
>
> 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\You\Desktop\unwanted.mov /grant administrators:F
>
> Then try to delete unwanted.mov.
>
> If you've already done the security thing, then have you tried deleting it
> in Safe Mode (without networking)?. This might take any service or
> application holding onto the file out of the equation, including the Volume
> Shadow Copy Service.
>
> "Rosenkrieger" <> wrote in message
> news:25393023-BA5E-495C-A1DE-...
> >I have EXACTLY the same Problem - with a .MOV File -
> >
> > I cannot freakin' delete it - its sitting right on my desktop. I have
> > tried
> > everything as well - no solution yet. I don't want to re-install the whole
> > freakin' Vista just because of ONE SINGLE File that I am unable to delete!


 
Reply With Quote
 
dean-dean
Guest
Posts: n/a

 
      08-08-2007
Yes, I once booted the Vista DVD and used Command Prompt to delete a rogue
file. Glad you got it solved. Thanks for reporting back.

"Rosenkrieger" <> wrote in message
news:A62D5DD8-7B8F-402F-AF77-...
> Hi,
>
> tried just about everything, including with takeown & icacls commands.
>
> My solution:
>
> I used ERD Commander to boot the laptop, deleted the file and was "happy"
>
> Its really hard to believe that I had to use a program from 2005 to delete
> a
> file on my super expensive Vista Ultimate Laptop :-/ - but at least now
> its
> gone/done.
>
> Greets
>
> "dean-dean" wrote:
>
>> Try this. Right-click Command Prompt, and choose Run as Administrator.
>> Type the following command, and then press ENTER:
>>
>> takeown /f Path_And_File_Name
>>
>> For example, type:
>> takeown /f C:\Users\You\Desktop\unwanted.mov
>>
>> 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\You\Desktop\unwanted.mov /grant administrators:F
>>
>> Then try to delete unwanted.mov.
>>
>> If you've already done the security thing, then have you tried deleting
>> it
>> in Safe Mode (without networking)?. This might take any service or
>> application holding onto the file out of the equation, including the
>> Volume
>> Shadow Copy Service.
>>
>> "Rosenkrieger" <> wrote in message
>> news:25393023-BA5E-495C-A1DE-...
>> >I have EXACTLY the same Problem - with a .MOV File -
>> >
>> > I cannot freakin' delete it - its sitting right on my desktop. I have
>> > tried
>> > everything as well - no solution yet. I don't want to re-install the
>> > whole
>> > freakin' Vista just because of ONE SINGLE File that I am unable to
>> > delete!

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't delete or move file anne Windows Vista File Management 4 03-17-2009 07:50 AM
move/delete/rename folder: you need permission to perform this act Erik Nettekoven Windows Vista General Discussion 9 03-20-2008 02:14 PM
I cannot delete, rename and move files and folders anymore alberto_firenze Windows Vista General Discussion 6 02-11-2008 04:48 PM
Cut & Paste, Move and Rename folder or file in the network Talesxy Windows Vista Networking 3 08-20-2007 02:51 PM
Can't Delete/rename/move a file.. Paul MacFarlane Windows Vista Security 10 07-26-2007 12:36 AM



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 52 53 54 55 56 57 58 59