Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista music pictures video

Vista - Problem deleting movie files

Reply
 
Old 07-09-2007   #1 (permalink)
BobC


 
 

Problem deleting movie files

I have two small Quick time movies that will not delete. When I click on
'Delete' I get a progress box "Calculating time remaining . . ." that just
runs and runs with no progress at all. The data in the box says there are 0
bytes in the file even though they each are more than 32 Mb. Any suggestions?

My System SpecsSystem Spec
Old 07-09-2007   #2 (permalink)
P. Di Stolfo


 
 

Re: Problem deleting movie files

Hello,

1) Try deleting the files by using your command prompt:
* kill explorer.exe process in Task Manager
* Start -> All Programs -> Accessories -> Right-click command prompt -> Run as administrator.
-> cd FolderWhereYourFilesAre -> del FileName
2) If nothing helps, you could try this program http://ccollomb.free.fr/unlocker/.

Greetings,
P. Di Stolfo

"BobC" <BobC@discussions.microsoft.com> schrieb im Newsbeitrag news:1ECC43E7-1353-4901-9336-316B7DEDEA02@microsoft.com...
>I have two small Quick time movies that will not delete. When I click on
> 'Delete' I get a progress box "Calculating time remaining . . ." that just
> runs and runs with no progress at all. The data in the box says there are 0
> bytes in the file even though they each are more than 32 Mb. Any suggestions?

My System SpecsSystem Spec
Old 07-09-2007   #3 (permalink)
Adam Albright


 
 

Re: Problem deleting movie files

On Mon, 9 Jul 2007 08:30:00 -0700, BobC
<BobC@discussions.microsoft.com> wrote:

>I have two small Quick time movies that will not delete. When I click on
>'Delete' I get a progress box "Calculating time remaining . . ." that just
>runs and runs with no progress at all. The data in the box says there are 0
>bytes in the file even though they each are more than 32 Mb. Any suggestions?


Go to Control Panel and turn off UAC (User Account Control) and then
try to delete again. You can then restore UAC if you like.

Make sure no other application is using the file when you try to
delete it. If you still can't get rid of it, try from the Command
Prompt which bypasses all the GUI garbage.

My System SpecsSystem Spec
Old 07-10-2007   #4 (permalink)
BobC


 
 

Re: Problem deleting movie files

Thanks. My UAC is already turned off

"Adam Albright" wrote:

> On Mon, 9 Jul 2007 08:30:00 -0700, BobC
> <BobC@discussions.microsoft.com> wrote:
>
> >I have two small Quick time movies that will not delete. When I click on
> >'Delete' I get a progress box "Calculating time remaining . . ." that just
> >runs and runs with no progress at all. The data in the box says there are 0
> >bytes in the file even though they each are more than 32 Mb. Any suggestions?

>
> Go to Control Panel and turn off UAC (User Account Control) and then
> try to delete again. You can then restore UAC if you like.
>
> Make sure no other application is using the file when you try to
> delete it. If you still can't get rid of it, try from the Command
> Prompt which bypasses all the GUI garbage.
>
>


Thanks. My UAC is already turned off.

Not sure of the how-to detail in your second suggestion re the Command Prompt.

Bob
My System SpecsSystem Spec
Old 07-10-2007   #5 (permalink)
Adam Albright


 
 

Re: Problem deleting movie files

On Tue, 10 Jul 2007 11:46:04 -0700, BobC
<BobC@discussions.microsoft.com> wrote:

>Thanks. My UAC is already turned off
>
>"Adam Albright" wrote:
>
>> On Mon, 9 Jul 2007 08:30:00 -0700, BobC
>> <BobC@discussions.microsoft.com> wrote:
>>
>> >I have two small Quick time movies that will not delete. When I click on
>> >'Delete' I get a progress box "Calculating time remaining . . ." that just
>> >runs and runs with no progress at all. The data in the box says there are 0
>> >bytes in the file even though they each are more than 32 Mb. Any suggestions?

>>
>> Go to Control Panel and turn off UAC (User Account Control) and then
>> try to delete again. You can then restore UAC if you like.
>>
>> Make sure no other application is using the file when you try to
>> delete it. If you still can't get rid of it, try from the Command
>> Prompt which bypasses all the GUI garbage.
>>
>>

>
>Thanks. My UAC is already turned off.
>
>Not sure of the how-to detail in your second suggestion re the Command Prompt.
>
>Bob


Click on Start, then All Programs, scroll down to the Accessories
folder, click on it, there you'll find the Command Prompt. It opens a
small black window which takes you out of the GUI and back to
something similar to the good old DOS days.

If you type 'help' you'll get a menu of commands you can use and their
proper syntax which can be a little cryptic.

For example to delete a file from the command prompt you can use
either 'del' or 'erase' following by a single space then the file name
like this: del myfile.mov.

You won't get any feedback it was deleted other than seeing it is gone
if you use another command 'dir' which shows the directory. With the
Command Prompt it only says something if it doesn't understand what
you wanted to do and you made a syntax error.

You either need to go to the directory the file you want to delete is
located in using the cd command (for change directory) or just include
the path in the string like this:

C:\>del e:\junk.jpg which would delete the file named junk.jpg on your
E drive. Note the single space after the command del is critical.

If the file you want to delete is in a folder you need to specify the
full path like below which would delete a file named xxx.jpg in the
pictures folder on your E drive.

c:\>del e:\pictures\xxx.jpg

While using the Command Prompt is a little crude, it is more powerful
then trying to do the same things directly from within Windows the
good news is it generally won't fight with you once it understands
what you want to do.

My System SpecsSystem Spec
Old 07-11-2007   #6 (permalink)
Jume


 
 

Re: Problem deleting movie files

if you wait a bit the movie gets deleted?

if so, what you are waiting for probably is for the thumbnail generation,
one possible solution is to ensure you have video codecs compatible with
vista (and try uninstalling nero if you have it installed)

if the thumbnail is already generated then i dont know

for sure UAC has absolutely nothing to do about this, btw

My System SpecsSystem Spec
Old 07-11-2007   #7 (permalink)
BobC


 
 

Re: Problem deleting movie files



"Jume" wrote:

> if you wait a bit the movie gets deleted?
>
> if so, what you are waiting for probably is for the thumbnail generation,
> one possible solution is to ensure you have video codecs compatible with
> vista (and try uninstalling nero if you have it installed)
>
> if the thumbnail is already generated then i dont know
>
> for sure UAC has absolutely nothing to do about this, btw
>
>


The thumbnail does not display, though it may be trying to do that since the
file does not seem to fully load (the green progress bar in the url bar does
not complete) tthough it will open in the player with a double click on the
file.
My System SpecsSystem Spec
Old 07-11-2007   #8 (permalink)
BobC


 
 

Re: Problem deleting movie files



"Adam Albright" wrote:

> On Tue, 10 Jul 2007 11:46:04 -0700, BobC
> <BobC@discussions.microsoft.com> wrote:
>
> >Thanks. My UAC is already turned off
> >
> >"Adam Albright" wrote:
> >
> >> On Mon, 9 Jul 2007 08:30:00 -0700, BobC
> >> <BobC@discussions.microsoft.com> wrote:
> >>
> >> >I have two small Quick time movies that will not delete. When I click on
> >> >'Delete' I get a progress box "Calculating time remaining . . ." that just
> >> >runs and runs with no progress at all. The data in the box says there are 0
> >> >bytes in the file even though they each are more than 32 Mb. Any suggestions?
> >>
> >> Go to Control Panel and turn off UAC (User Account Control) and then
> >> try to delete again. You can then restore UAC if you like.
> >>
> >> Make sure no other application is using the file when you try to
> >> delete it. If you still can't get rid of it, try from the Command
> >> Prompt which bypasses all the GUI garbage.
> >>
> >>

> >
> >Thanks. My UAC is already turned off.
> >
> >Not sure of the how-to detail in your second suggestion re the Command Prompt.
> >
> >Bob

>
> Click on Start, then All Programs, scroll down to the Accessories
> folder, click on it, there you'll find the Command Prompt. It opens a
> small black window which takes you out of the GUI and back to
> something similar to the good old DOS days.
>
> If you type 'help' you'll get a menu of commands you can use and their
> proper syntax which can be a little cryptic.
>
> For example to delete a file from the command prompt you can use
> either 'del' or 'erase' following by a single space then the file name
> like this: del myfile.mov.
>
> You won't get any feedback it was deleted other than seeing it is gone
> if you use another command 'dir' which shows the directory. With the
> Command Prompt it only says something if it doesn't understand what
> you wanted to do and you made a syntax error.
>
> You either need to go to the directory the file you want to delete is
> located in using the cd command (for change directory) or just include
> the path in the string like this:
>
> C:\>del e:\junk.jpg which would delete the file named junk.jpg on your
> E drive. Note the single space after the command del is critical.
>
> If the file you want to delete is in a folder you need to specify the
> full path like below which would delete a file named xxx.jpg in the
> pictures folder on your E drive.
>
> c:\>del e:\pictures\xxx.jpg
>
> While using the Command Prompt is a little crude, it is more powerful
> then trying to do the same things directly from within Windows the
> good news is it generally won't fight with you once it understands
> what you want to do.
>
> Is the following valid?: del c:\Program Files\Agent\Data\filename.mov It says can't find file.

My System SpecsSystem Spec
Old 07-11-2007   #9 (permalink)
Jume


 
 

Re: Problem deleting movie files

then i think we got it right, it may be the video codec not responding when
generating the thumbnails

just to be sure:
in control panel / personalization / folder options / "view" tab / scroll
down the list until you find something like "show always icons, never
thumbnails" and check it, accept the dialog to close it
this way, the thumbnail generation will not be called then the video will
probably get deleted fine

if this little experiment is successful, then, if you know the video codec
used, try looking for a vista compatible version which may correct this
issue
if you dont know which codec, just tell it and we'll try to guide you to
find it

on a sidenote, i myself use something called ffdshow-tryout without troubles
in vista x86, not a codec pack but 1 able to play almost anything, if you
have a 32 bits vista version and you have a codec pack installed, you may
want to try alternatives like this to solve the problem

My System SpecsSystem Spec
Old 07-11-2007   #10 (permalink)
BobC


 
 

RE: Problem deleting movie files



"BobC" wrote:

> I have two small Quick time movies that will not delete. When I click on
> 'Delete' I get a progress box "Calculating time remaining . . ." that just
> runs and runs with no progress at all. The data in the box says there are 0
> bytes in the file even though they each are more than 32 Mb. Any suggestions?


Thanks to all for the helpful suggestions. I have had (a measure of)
success in that the two .mov files are deleted, but, not in an elegant sort
of way. I ended up uninstalling, through the Control Panel, both the
Quicktime and Real players. These were the two apps that played the .mov
files as far as I know. Once these players were uninstalled, the two files
displayed icons which seemed to indicate the Media Player. At this point
they both were deleted easily by the usual right click selection on each file
icon. I am grateful to all of you who took the time to respond to my initial
question and were patient with detailed explanations. I'm sure it was my
inexpertise that prevented me from successfully implementing your
suggestions. ~~~~Bob
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
problem uninstalling / deleting files/folders Vista General
Deleting System files problem Vista General
Problem Deleting Files Vista General
Problem with Vista deleting, modifying files on an XP drive Vista General
Another Deleting Files Problem... Vista account administration


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 Ltd

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