16

When I try to create a subfolder in a folder whose file path is already cca 260 characters, I get this message:

The file name(s) would be too long for the destination folder. You can shorten the file name and try again, or try a location that has a shorter path.

I also have the issue with Windows Explorer crashing when I try to open a location that exceeds 260 characters in the path, which often happens for example while using Google Drive for Windows.

So, I googled the issue and found some tips.

I have tried the following:

  • Edited the registry: set the LongPathsEnabled parameter of REG_DWORD in the registry key HKLM\SYSTEM\CurrentControlSet\ControlFileSystem with a value 1.

  • In the Local Group Policy Editor - in Computer Configuration > Administrative Templates > System > Filesystem, I have set the policy parameter named Enable Win32 long paths to Enabled.

It made no difference.

I have googled further and searched this site, and I found many topics with identical advice to what I already did above, and also some discouraging info saying that Windows Explorer "does not YET support long file in its manifest, and we have to wait for them to implement it". However, all these answers are many years old.

It is now 2023. I can't find any recent discussions on this issue.

So I am wondering if it is just me or IS IT POSSIBLE?? That we STILL can't have native Windows Explorer support for paths over 260 chars, in 2023?

I am running:

  • 64-bit operating system, x64-based processor.

  • Windows 10 Pro

  • Version 21H2

  • OS build 19044.2846

  • Windows Feature Experience Pack 120.2212.4190.0

rd51
  • 593
cat
  • 163

1 Answers1

16

So I am wondering if it is just me or IS IT POSSIBLE?? That we STILL can't have native Windows Explorer support for paths over 260 chars, in 2023?

The answer to your question is: Unfortunately no.

It depends on Microsoft to add it, and so far they have not done so. The LongPathsEnabled registry and the Enable Win32 long paths Group Policy (which do the same thing) enables it on the system (the Win32 API), but Windows Explorer does not support it.

(And given that they're planning to change the File Explorer in Windows 11 to a new one which is a complete remake, I highly doubt any changes are coming to the legacy one.)

Your only option would be to use an alternative File Explorer that supports Long Paths. Examples are OneCommander, Total Commander, and 7-Zip. (A nicer option that seems to support it, and can act as a Windows Explorer replacement with a similar layout, but isn't free, is the Files App.)

Yisroel Tech
  • 13,220