-2

I have a source code folder with a lot of files and subfolders nested in it. Windows 10 can now supposedly handle long file paths via the Group Policy Editor. I've enabled it already and restarted my computer multiple times.

enter image description here

But trying to delete the source code folder still give this error.

enter image description here

Does anyone know how exactly the new Group Policy works? I was assuming it would work on Windows Explorer itself. I'm using 64-bit Pro Windows 10.

user400424
  • 373
  • 3
  • 15

1 Answers1

0

I've asked Microsoft employee Gov Maharaj and the feature is not ready to be enabled for Windows Explorer in Windows 10 1607 and 1703. So you still have the issue with Explorer. You have to wait until Microsoft enables it for Explorer or use a 3rd party file management tool which is compatible with the long paths and has the setting

<application xmlns="urn:schemas-microsoft-com:asm.v3">
  <windowsSettings>
    <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
  </windowsSettings>
</application>

set in its manifest file. If this setting is set, it can use the long paths, but Explorer still doesn't have this entry.

magicandre1981
  • 27,895
  • 5
  • 86
  • 127