Frequently Asked Question
If a file refuses to open in a folder (e.g. PDF) or copying it in Windows Explorer causes Explorer to crash then the issue might be file length.
Symptoms:
Most versions of Microsoft Windows since Windows 7 can handle a file path and name length of up to 256 characters. If a file name (including the path) exceeds 256 characters then various things might occur.
- Explorer crashes
- Cant rename the file
- File refuses to open unless moved to a sub folder
- Cannot copy / paste files into a folder
A longer file length is possible in Windows 10 / 11 . This requires a registry change.
The Solution:
To enable the long path behavior in Windows 10 you can merge a registry key or manually create it.
Merge a registry key
Copy the attached registration file to the computer, right click and merge it OR
Create / Set the Registry Key manually
- Go to Windows Start and type REGEDIT.
- Choose the Registry Editor.
- In the Registry Editor, navigate to the following location: at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem.
- Select the entry named: LongPathsEnabled.
Note: If the registry key does not exist, the entry can also be added by doing the following:
- With the FileSystem folder selected, right-click in the empty space of the Name column where the registry keys are located.
- Select New.
- Choose the DWORD (32-bit) Value.
- Right-click the newly added key and choose Rename.
- Name the key LongPathsEnabled.
- Press Enter.
- Double-click on the LongPathsEnabled entry to open the key.
- In the Value data field, enter a value of 1. This will enable to long paths option.
The registry key's value will be cached by the system (per process)
after the first call to an affected Win32 file or directory function.
The registry key will not be reloaded during the lifetime of the
process. In order for all apps on the system to recognize the value of
the key, a machine restart might be required because some processes may
have started before the key was set.