Not sure how many are bothered by this or who even noticed, but it irritates me how XP sorts filenames differently than 2k did. It ignores leading zeros and sorts numbers like numbers rather than string value. So 300 would be sorted
after 60.
XP
-----
5
60
300
It should be: 300,5,60 as it would if they were alphabetized as strings.
It's very irritating to me, but after a quick seach there is surprisingly a very simple fix for this by adding a new registry entry.
So in case anyone else finds this XP change annoying (yes I know im years behind) I thought I'd share the fix.
http://support.microsoft.com/kb/319827