Thursday, July 28, 2005 7:16 PM
jhinkle
Change Windows XP's Explorer sort order
I had a VP ask me for this the other day. Windows XP does what equates to "true" sorting. It would sort 1, 6, 12, 24 in that order, rather than the classic 1, 12, 24, 6. The resgitry key below changes that sort order.
Windows Support Forums - Finally "fix" Windows Explorer file sorting in XP! (WXP-Pro):
"You can finally fix this feature for Windows XP SP1 or greater by creating the following registry key:
(For all users)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
NoStrCmpLogical = DWORD: 1
(Per user)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
NoStrCmpLogical = DWORD: 1
"
(Via WinGuides.)