Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-24-2007, 03:50 PM
Paul MacFarlane
Newsgroup Contributor
 
Posts: n/a
Can't open, rename, delete, or 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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-24-2007, 03:50 PM
  #2 (permalink)  
Old 08-07-2007, 01:00 PM
Rosenkrieger
Newsgroup Contributor
 
Posts: n/a
RE: Can't open, rename, delete, or move a file....

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:
[color=blue]
> 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
>
>
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 08-07-2007, 02:00 PM
dean-dean
Newsgroup Contributor
 
Posts: n/a
Re: Can't open, rename, delete, or move a file....

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" <Rosenkrieger@discussions.microsoft.com> wrote in message
news:25393023-BA5E-495C-A1DE-E4D14BFB3B81@microsoft.com...[color=blue]
>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:
>[color=green]
>> 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
>>
>>
>>[/color][/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 08-07-2007, 11:10 PM
Rosenkrieger
Newsgroup Contributor
 
Posts: n/a
Re: Can't open, rename, delete, or move a file....

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:
[color=blue]
> 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" <Rosenkrieger@discussions.microsoft.com> wrote in message
> news:25393023-BA5E-495C-A1DE-E4D14BFB3B81@microsoft.com...[color=green]
> >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![/color][/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 08-08-2007, 12:00 AM
dean-dean
Newsgroup Contributor
 
Posts: n/a
Re: Can't open, rename, delete, or move a file....

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" <Rosenkrieger@discussions.microsoft.com> wrote in message
news:A62D5DD8-7B8F-402F-AF77-A22A31415689@microsoft.com...[color=blue]
> 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:
>[color=green]
>> 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" <Rosenkrieger@discussions.microsoft.com> wrote in message
>> news:25393023-BA5E-495C-A1DE-E4D14BFB3B81@microsoft.com...[color=darkred]
>> >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![/color][/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can NOT delete a file from Desktop - Tried Move to boot to Jason statie7104@yahoo.com Windows Vista 15 08-24-2007 07:20 PM
I have two files I cannot delete or rename. Madman Windows XP 6 06-01-2007 06:40 AM
Unable to rename, move or delete folder Peter Wilkins Windows XP 31 03-01-2007 07:15 AM
Cannot delete/move/rename a file often-clueless Windows XP 1 02-27-2007 02:30 PM
Broken link when move or rename a section in ONENOTE 12 Maximo Boada Microsoft OneNote 14 01-09-2007 01:45 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 02:02 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0