XP has for some reason I've never fathomed changed the default sort
order from previous versions. So I am trying to implement the
instructions here
http://support.microsoft.com/default.aspx?kbid=319827
to make a registry change to revert back to the (IMO) much more
logical sequence.
However, I've come across a puzzle. The instructions advise on making
a new DWORD entry, NoStrCmpLogical, with Value = 1. But I already have
a NoStrCmpLogical entry. No problem I thought, I'll just use Modify to
change it. But my existing entry is not a DWORD. It looks like this:
NoStrCmpLogical REG_BINARY 01 00 00 00
And when I try to modify it, in the Value box I see a very strange
looking entry, like this:
0000 01 00 00 00 ....
and I've left it alone for now.
Can someone clarify please?

Signature
Terry, West Sussex, UK
Dave Patrick - 25 Mar 2007 15:27 GMT
I'd delete the BINARY type and create a new DWORD

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
> XP has for some reason I've never fathomed changed the default sort
> order from previous versions. So I am trying to implement the
[quoted text clipped - 14 lines]
>
> Can someone clarify please?
Keith Miller MVP - 25 Mar 2007 16:36 GMT
A DWORD of 00000001 is equivalent to a binary value of 01 00 00 00.
It's called little endian. More than you probably want to know can be found
here:
http://en.wikipedia.org/wiki/Endianness
So essentially, you already have the correct value.
In the Edit Binary dialog, there are three columns. The first shows offset
of the first byte in the row: '0000', the second shows the bytes: '00 00 00
00', and the third shows an ASCII representation of the bytes: '....'.
Binary vs. Dword shouldn't make a difference for this value, but just to be
sure, you can delete the current Binary value & recreate it as a Dword.

Signature
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]
> XP has for some reason I've never fathomed changed the default sort
> order from previous versions. So I am trying to implement the
[quoted text clipped - 14 lines]
>
> Can someone clarify please?
Terry Pinnell - 25 Mar 2007 23:34 GMT
>A DWORD of 00000001 is equivalent to a binary value of 01 00 00 00.
>
[quoted text clipped - 11 lines]
>Binary vs. Dword shouldn't make a difference for this value, but just to be
>sure, you can delete the current Binary value & recreate it as a Dword.
Thanks Keith, very helpful.

Signature
Terry, West Sussex, UK
Kelly - 26 Mar 2007 19:52 GMT
Added info:
Correcting Windows XP Sort Order
http://www.kellys-korner-xp.com/xp_s.htm#so
Incorrect Sort Order in Windows Explorer in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q318872
The sorting method is changed in Windows XP. The method that is used for
sorting is described at the following MSDN Web site: StrCmpLogicalW Function
Change the Sort Order Back to W2K Style (Line 107)
http://www.kellys-korner-xp.com/xp_tweaks.htm
To use the Regedit: Save the REG File to your hard disk. Double click it
and answer yes to the import prompt. REG files can be viewed in Notepad by
right clicking on the file and selecting Edit.
Added info:
Sort All by Alphabet - Start Menu and Fav's (Line 196)
http://www.kellys-korner-xp.com/xp_tweaks.htm

Signature
All the Best,
Kelly (MS-MVP/DTS&XP)
Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm
> XP has for some reason I've never fathomed changed the default sort
> order from previous versions. So I am trying to implement the
[quoted text clipped - 14 lines]
>
> Can someone clarify please?
Keith Miller MVP - 26 Mar 2007 21:59 GMT
So good to see your sig!!!! :-)

Signature
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]
> Added info:
>
[quoted text clipped - 38 lines]
>>
>> Can someone clarify please?
Kelly - 27 Mar 2007 19:43 GMT
Thank you and welcome to DTS. :o)

Signature
All the Best,
Kelly (MS-MVP/DTS&XP)
Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm
> So good to see your sig!!!! :-)
>
[quoted text clipped - 40 lines]
>>>
>>> Can someone clarify please?
Keith Miller MVP - 27 Mar 2007 21:48 GMT
Thanks.

Signature
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]
> Thank you and welcome to DTS. :o)
>
[quoted text clipped - 42 lines]
>>>>
>>>> Can someone clarify please?
Terry Pinnell - 27 Mar 2007 09:14 GMT
>Added info:
>
[quoted text clipped - 18 lines]
>Sort All by Alphabet - Start Menu and Fav's (Line 196)
>http://www.kellys-korner-xp.com/xp_tweaks.htm
Many thanks, Kelly, very helpful.

Signature
Terry, West Sussex, UK
Kelly - 27 Mar 2007 19:43 GMT
Most welcome, Terry.

Signature
All the Best,
Kelly (MS-MVP/DTS&XP)
Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm
>>Added info:
>>
[quoted text clipped - 21 lines]
>
> Many thanks, Kelly, very helpful.