Configure the explorer file sort to be like in Windows 2000
10 January 2003 by Snakefoot | Comment » | Trackback OffWhen sorting filenames containing numbers and underscore in Windows Explorer then it inspects the entire number:
Where Win2k (and older versions) only looks at one digit at a time:5.txt
11.txt
88.txt
To change the filesort back to the Win2k behavior, set this DWORD in the registry:11.txt
5.txt
88.txt
Credits Tom Wu[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \Currentversion \Policies \Explorer]
NoStrCmpLogical = 1 (Default = 0)
More Info MS KB Q318872
More Info MS KB Q319827 (Windows XP requires SP1 to recognize this setting)
Tags:
Category:
Updated: 8 August 2007