Is it possible to use Microsoft's sort order.

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
redwdc
Junior Member
Junior Member
Posts: 4
Joined: 2006-01-20, 06:45 UTC
Location: Washington, DC

Is it possible to use Microsoft's sort order.

Post by *redwdc »

I'm figured this must have been covered before. So, I searched "sort AND order AND microsoft" with no luck.

Is there any way to sort like Microsoft does, i.e. smaller numbers before larger ones. Like this:

Code: Select all

715_n.jpg
23870_n.jpg
Advice from An Old Farmer.txt
DroidEdit_Test-1.txt
Instead of the way TC does it:

Code: Select all

23870_n.jpg
715_n.jpg
Advice from An Old Farmer.txt
DroidEdit_Test-1.txt
9 out of 10 time I prefer TC's way of sorting. However, I download files (sometimes large numbers of them) that other programs access in Microsoft's sort sort order. This can be a pain when flipping back and forth with TC.
umbra
Power Member
Power Member
Posts: 876
Joined: 2012-01-14, 20:41 UTC

Post by *umbra »

Hi,
it's not called "Microsoft's sort order" but "Natural sort order". And you can find it in Configuration->Options...->Display->Sort method.
Press F1 in that dialog to see descriptions of the available options.

umbra
Windows 10 Pro x64, Windows 11 Pro x64
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

BTW there is a way to disable this dumb natural sorting in Explorer:

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStrCmpLogical"=dword:00000001
User avatar
redwdc
Junior Member
Junior Member
Posts: 4
Joined: 2006-01-20, 06:45 UTC
Location: Washington, DC

Post by *redwdc »

Thank you both, umbra and MVV.
Post Reply