
09-03-2010
|
 | Member | | Join Date: May 2008
Posts: 2,618
| |
| Re: Incorrect Sort Order in Windows Explorer
You can simply configure the sort order in Widows as per the steps given below: - Click Start, click Run, type regedit, and then click OK.
- Use one of the following methods, as appropriate for your situation:
* To configure the policy for all users of the computer, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Currentversion\Policies\Explorer
* To configure the policy for the current user, locate and then click the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Currentversion\Policies\Explorer - On the Edit menu, point to New, and then click DWORD Value
- Type NoStrCmpLogical, and then press ENTER.
- On the Edit menu, click Modify.
- To set the sort order that you want to use for files and folders whose names contain numerals, use one of the following methods, as appropriate for your situation:
* To configure Windows XP or Windows Server 2003 to use the method that Windows 2000 uses for sorting files and folders, in the Value data box, type 1, and the click OK.
* To configure the default Windows XP or Windows Server 2003 method for sorting files and folders, in the Value data box, type 0, and then click OK.
Note When the NoStrCmpLogical value does not exist or when it is set to 0 (zero), the default Windows XP sort order is used. - Exit Registry Editor, and then restart the computer.
|