Show File and Folder Names Using the Correct Case (Windows 95/98/Me/2000/XP) Category: Home > Windows > File System
Some versions of Windows will attempt to adjust the capitalization of files and folders that are in all uppercase to make them more visually pleasing. For example, if you create a folder named "C:\ALLINCAPS" Windows will actually display it as "C:\Allincaps". This feature can be disabled using this tweak.
Open your registry and find the key below.
Create a new DWORD value, or modify the existing value, called "DontPrettyPath" and set it to equal "1" to display the file using their original capitalization or "0" to adjust the caps.
Restart Windows for the change to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | DontPrettyPath | REG_DWORD | 0x00000001 (1) |  |
 |
 | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Adv... |  |
 |
Settings: |
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ Advanced]
Name: DontPrettyPath
Type: REG_DWORD (DWORD Value)
Value: (0 = adjust caps, 1 = show caps)
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: December 12, 2002
|