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

Vista - Any way to turn off "Calculating time remaining"

Reply
 
Old 10-26-2006   #1 (permalink)
Nick Payne


 
 

Any way to turn off "Calculating time remaining"

When performing a copy or delete. I just find it annoying. I'd much rather
it just does the copy or delete and not waste my time tyring to figure out
how long the job will take. I gave up believing "Microsoft time" a long time
ago...

Nick


My System SpecsSystem Spec
Old 11-01-2006   #2 (permalink)
dvanhorn


 
 

RE: Any way to turn off "Calculating time remaining"



I agree, it seems entirely useless and annoying.

The deletion of files has been improved from a relatively quick and simple
process to a horrifically slow and inefficient one.
My System SpecsSystem Spec
Old 11-04-2006   #3 (permalink)
Christian Dreiner


 
 

Re: Any way to turn off "Calculating time remaining"

I agree, deleting files runs much slower than in XP. And I get reproducable
errors when trying to delete folders which contain subfolders. The error
message denotes the folder being in use by another program. Deleting the
subfolders from the deepest level (when there ist no subfolder in it), done
one by one is no problem. That mainly happens when aranging the start menu.

Btw, copying and moving large files (1-3 GB per file, copied to a network
share on a server 2003) is now done with an excellent speed I`ve never seen
in XP.


"Nick Payne" <Someone@nowhere.au> schrieb im Newsbeitrag
news:eqnV5aU%23GHA.3644@TK2MSFTNGP02.phx.gbl...
> When performing a copy or delete. I just find it annoying. I'd much rather
> it just does the copy or delete and not waste my time tyring to figure out
> how long the job will take. I gave up believing "Microsoft time" a long
> time ago...
>
> Nick


My System SpecsSystem Spec
Old 11-06-2006   #4 (permalink)
Don Lafontaine


 
 

Re: Any way to turn off "Calculating time remaining"

> Btw, copying and moving large files (1-3 GB per file, copied to a network
> share on a server 2003) is now done with an excellent speed I`ve never
> seen in XP.


Now that's good news. XP was slow as heck, when it actually worked. Most
of the time I get disconnected and the copy fails.


My System SpecsSystem Spec
Old 11-26-2006   #5 (permalink)
TRK


 
 

Re: Any way to turn off "Calculating time remaining"

I have 10Gig to copy from one HD to another. It is simply impossible from
the GUI due to copy time estimating. Try 16 hours. This is a severe bug in
RTM. I'm still waiting on an answer to turning this off or a hotfix. This is
bad.

TRK

"Nick Payne" <Someone@nowhere.au> wrote in message
news:eqnV5aU#GHA.3644@TK2MSFTNGP02.phx.gbl...
> When performing a copy or delete. I just find it annoying. I'd much rather
> it just does the copy or delete and not waste my time tyring to figure out
> how long the job will take. I gave up believing "Microsoft time" a long
> time ago...
>
> Nick


My System SpecsSystem Spec
Old 11-12-2007   #6 (permalink)
paulklerkx


 
 

Re: Any way to turn off "Calculating time remaining"


Hi,
I had the issue with not being able to copy files across a network.
After trying every fix I could find on the net ( and there are heaps of
ideas out there), and trying the patch from Microsoft KB931770, a
colleague sent me a link to the following site -

http://securevista.net/
They have a patch that fixed the issue for me.
It is called "Vista TCP/IP and UAC AutoPatch 6.0 *update* " ( at the
bottom of the home page when I went there.)
After running the patch and a reboot, I am now able to copy files at
full speed.
I don't know why the patch works, but after 2 weeks of trying to get
the issue fixed, I don't care why it works, just that it does

Paul Klerkx


--
paulklerkx
------------------------------------------------------------------------
paulklerkx's Profile: http://forums.techarena.in/member.php?userid=34816
View this thread: http://forums.techarena.in/showthread.php?t=614870

http://forums.techarena.in

My System SpecsSystem Spec
Old 11-18-2007   #7 (permalink)
Flash Gordon


 
 

Re: Any way to turn off "Calculating time remaining"

I keep getting the 'does not have ownership privileges' when trying to
install these files.

Even though it is MY home comp and I am the owner/administrator.

How to get around this problem?

FG

"paulklerkx" <paulklerkx.2zx6jg@xxxxxx> wrote in message
newsaulklerkx.2zx6jg@xxxxxx
Quote:

>
> Hi,
> I had the issue with not being able to copy files across a network.
> After trying every fix I could find on the net ( and there are heaps of
> ideas out there), and trying the patch from Microsoft KB931770, a
> colleague sent me a link to the following site -
>
> http://securevista.net/
> They have a patch that fixed the issue for me.
> It is called "Vista TCP/IP and UAC AutoPatch 6.0 *update* " ( at the
> bottom of the home page when I went there.)
> After running the patch and a reboot, I am now able to copy files at
> full speed.
> I don't know why the patch works, but after 2 weeks of trying to get
> the issue fixed, I don't care why it works, just that it does
>
> Paul Klerkx
>
>
> --
> paulklerkx
> ------------------------------------------------------------------------
> paulklerkx's Profile: http://forums.techarena.in/member.php?userid=34816
> View this thread: http://forums.techarena.in/showthread.php?t=614870
>
> http://forums.techarena.in
>
My System SpecsSystem Spec
Old 11-27-2007   #8 (permalink)
rpbarbati


 
 

Re: Any way to turn off "Calculating time remaining"

Use XCOPY ot XCOPY32 from a command window - it is much, much faster than
windows explorer, and with the /c switch, it will not stop on errors (in
other words, you can copy entire directory trees without wondering when or
why it is going to blow up).

As in...

XCOPY sourcedir\. targetdir /s /e /c /i

Enjoy! P.S. Under Vista, look into the command ROBOCOPY.

"Flash Gordon" wrote:
Quote:

> I keep getting the 'does not have ownership privileges' when trying to
> install these files.
>
> Even though it is MY home comp and I am the owner/administrator.
>
> How to get around this problem?
>
> FG
>
> "paulklerkx" <paulklerkx.2zx6jg@xxxxxx> wrote in message
> newsaulklerkx.2zx6jg@xxxxxx
Quote:

> >
> > Hi,
> > I had the issue with not being able to copy files across a network.
> > After trying every fix I could find on the net ( and there are heaps of
> > ideas out there), and trying the patch from Microsoft KB931770, a
> > colleague sent me a link to the following site -
> >
> > http://securevista.net/
> > They have a patch that fixed the issue for me.
> > It is called "Vista TCP/IP and UAC AutoPatch 6.0 *update* " ( at the
> > bottom of the home page when I went there.)
> > After running the patch and a reboot, I am now able to copy files at
> > full speed.
> > I don't know why the patch works, but after 2 weeks of trying to get
> > the issue fixed, I don't care why it works, just that it does
> >
> > Paul Klerkx
> >
> >
> > --
> > paulklerkx
> > ------------------------------------------------------------------------
> > paulklerkx's Profile: http://forums.techarena.in/member.php?userid=34816
> > View this thread: http://forums.techarena.in/showthread.php?t=614870
> >
> > http://forums.techarena.in
> >
>
>
My System SpecsSystem Spec
Old 12-03-2007   #9 (permalink)
Nick Payne


 
 

"Calculating time remaining" stupidity

Is it possible to stop Vista wasting time on this stupidity every time I use
Explorer to copy anything. For example, I just copied a 4.3Gb DVD ISO
between two drives. It took Vista about 20 seconds to tell me that the copy
was going to take 15 minutes: it actually took about 6 minutes for the copy
to complete. And if I copy a large directory structure, it wastes even more
time giving me a completely inaccurate time estimate.

Nick

My System SpecsSystem Spec
Old 12-03-2007   #10 (permalink)
Ken Blake, MVP


 
 

Re: "Calculating time remaining" stupidity

On Tue, 4 Dec 2007 07:44:06 +1100, "Nick Payne" <someone@xxxxxx>
wrote:
Quote:

> Is it possible to stop Vista wasting time on this stupidity every time I use
> Explorer to copy anything. For example, I just copied a 4.3Gb DVD ISO
> between two drives. It took Vista about 20 seconds to tell me that the copy
> was going to take 15 minutes: it actually took about 6 minutes for the copy
> to complete. And if I copy a large directory structure, it wastes even more
> time giving me a completely inaccurate time estimate.

Although it's true that the estimates are often wildly inaccurate, it
really doesn't waste any time preparing them. The reason for the delay
is just that it's waiting until it has what it thinks is enough data.
During that waiting period the computer's resources are available for
other uses.

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Fix the damn "Calculating Time Remaining" problem already! Vista General
"Calculating time remaining" when moving files/folders Vista file management
"Calculating time remaining" when moving files/folders Vista General
"Calculating time remaining..." - my vote for Most Worthless Vista Dialog 2006 Vista file management
"Calculating time remaining..." - my vote for Most Worthless Vista Dialog 2006 Vista General


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