Hi Wright, Marilyn,
Welcome to Microsoft Q&A forum. I'm happy to help.
The way File Explorer is sorting numbers you see in the screenshot is called "Numerical sorting", and it is enabled by default.
To disable numerical sorting, you need to modify registry.
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
Please follow these steps:
- Open Registry Editor
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer - Create a DWORD if not exist:
NoStrCmpLogical - Set its value to
1 - Do the same with:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer - Restart explorer process / sign out then sign in again / restart your computer to apply changes
- To re-enable numerical sorting, just delete
NoStrCmpLogicalDWORD
I hope that above information is helpful to you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.