Vista Copy, Paste and Move bug ...
-
On the same site ... Microsoft: Vista sales double Windows XP pace[^]
It boggles the mind that anyone can sell 20 million licenses of anything. That's 20 million computers. Good grief. Well, with 6+ billion people on the planet... Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
I haven't experienced the bug mentioned in the article, but when copying a big folder (large number of subfolders and files), a non-trivial amount of time's wasted because Vista insists on calculating the time remaining before it begins copying files. This is annoying because I'd rather have the file copy done with as fast as possible than have it noticeably slower but with an accurate time-remaining progress info.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*) -
-
Why can't the hotfix appear in Windows Update? Or is it because a hotfix is equivalent to: "not yet been QAed by MS?"
Kevin
-
This is not new to Vista.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
No, but it's worse with Vista.
-- They don't really want you to play "Freebird". They're just heckling you!
-
Why can't the hotfix appear in Windows Update? Or is it because a hotfix is equivalent to: "not yet been QAed by MS?"
Kevin
Kevin McFarlane wrote:
Or is it because a hotfix is equivalent to: "not yet been QAed by MS?"
I believe if you combine it with "...and doesn't fix a security problem" that's what it comes down to.
-- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?
-
I haven't experienced the bug mentioned in the article, but when copying a big folder (large number of subfolders and files), a non-trivial amount of time's wasted because Vista insists on calculating the time remaining before it begins copying files. This is annoying because I'd rather have the file copy done with as fast as possible than have it noticeably slower but with an accurate time-remaining progress info.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)I noticed that most of the time (if the files aren't big) it finishes the operation before it can calculate the remaining time. So I didn't think it was wasting time there. But it sure is wasting time somewhere because file operations in Vista is infuriatingly slow.
-
Why can't the hotfix appear in Windows Update? Or is it because a hotfix is equivalent to: "not yet been QAed by MS?"
Kevin
D'uh, because it would take to long to extract it after downloading... :rolleyes:
Ðavid Wulff What kind of music should programmers listen to?
Join the Code Project Last.fm group | dwulff
I'm so gangsta I eat cereal without the milk -
I haven't experienced the bug mentioned in the article, but when copying a big folder (large number of subfolders and files), a non-trivial amount of time's wasted because Vista insists on calculating the time remaining before it begins copying files. This is annoying because I'd rather have the file copy done with as fast as possible than have it noticeably slower but with an accurate time-remaining progress info.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)I agree. I've never liked how the measurement is done time-based. One thing I would like to see is a way to customize what is shown and how its copied. For example, it would be nice if the copy/move option had a setting where you could tell it to copy smallest to largest, newest to oldest, or vice-versa. Also, it would be nice if you could configure it to display the number of files remaining instead of time remaining, or even size remaining or any combination thereof.
"Patriotism is your conviction that this country is superior to all other countries because you were born in it." - George Bernard Shaw Web - Blog - RSS - Math - LinkedIn - BM
-
I always use robocopy for any significant file copy or move operations. Waaay more reliable. I've never used Vista but I'm sure it'll work there too ;P
-
I haven't experienced the bug mentioned in the article, but when copying a big folder (large number of subfolders and files), a non-trivial amount of time's wasted because Vista insists on calculating the time remaining before it begins copying files. This is annoying because I'd rather have the file copy done with as fast as possible than have it noticeably slower but with an accurate time-remaining progress info.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)OS X does the same thing (although it's possibly quicker at counting the number of files to copy - it's difficult to tell) - it's a pain in the backside. That's why I often resort to
XCOPY
/cp -R
instead. -
Apples or oranges comparison. Vista was 1st month data only and included early adopter sales and 1 month of retail. XP was 2 month data and while the number of retail copies should be doubled the early adopter flow the 2nd month was probably much smaller. At 20M in 1mo vs 17M in 2mo Vista still outsold XP but the 2:1 claim cannot be supported by the data as presented.
-- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?
And let's not forget that any of those licenses that were purchased by Volume Licensing customers were actually 4th-month sales, not 1st-month.
Grim
(aka Toby)
MCDBA, MCSD, MCP+SB
SELECT * FROM users WHERE clue IS NOT NULL GO
(0 row(s) affected)
-
I agree. I've never liked how the measurement is done time-based. One thing I would like to see is a way to customize what is shown and how its copied. For example, it would be nice if the copy/move option had a setting where you could tell it to copy smallest to largest, newest to oldest, or vice-versa. Also, it would be nice if you could configure it to display the number of files remaining instead of time remaining, or even size remaining or any combination thereof.
"Patriotism is your conviction that this country is superior to all other countries because you were born in it." - George Bernard Shaw Web - Blog - RSS - Math - LinkedIn - BM
Bassam Abdul-Baki wrote:
Also, it would be nice if you could configure it to display the number of files remaining instead of time remaining, or even size remaining or any combination thereof.
The copy dialog has a dropdown button that displays that exact information.
Mike Poz
-
This is definitely a headache at times. As another user pointed out this is usually due to the system computing "Time Remaining", but I could probably manually do that in 1/10th the time it takes Vista. At times I have spent 5 minutes waiting for a 10 second operation to finish. I actually like Vista quite a bit but these little "gotcha's", is what fuels the fires of discontent about the OS.
DB_Cooper1950 Either enjoy life, Or Hate Life, Just quit SITTING ON THE FENCE!