24

I updated to the Windows 10 home anniversary edition version 1607 and set LongPathsEnabled to 1 with regedit.exe but the File Explorer doesn't seem to work with long paths still. If you select a long path file and try to rename it, no option will be available. I restarted the computer after making the changes and update.

Is there any way to enable renaming in the File Explorer in the new updated version? Did I miss a step somewhere?

2
  • ok, I checked the exe and it doesn't include the entry in the manifest, so the Explorer is not long path aware Commented Aug 17, 2016 at 16:35
  • Thanks for checking magicandre1981! Is there any way to fix this error? Sorry I don't really understand too much of what is happening behind the scenes to make long files work or not. Commented Aug 17, 2016 at 16:40

2 Answers 2

25

I've asked Microsoft employee Gov Maharaj and the feature is not ready to be enabled for Windows Explorer. 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.

2
  • robocopy ships for free with Windows, and respects the long paths setting
    – Coruscate5
    Commented Feb 28, 2017 at 20:30
  • 1
    @Coruscate5 Technically robocopy does not respect the long paths setting; it supports long paths regardless of the setting, and has done so long before Windows 10.
    – Lexikos
    Commented Jan 20, 2018 at 22:31
6

Fixed It
You could use One Commander, a Windows Explorer like app, to copy files with long absolute paths.
I tried it on my Win 10 when an upgrade to version 1607 too did not fix the long file name issue.

I was able to successfully copy the files.

1
  • 1
    This should be the accepted answer. I managed to create a file/rename a file that exceeded the 260 length limit without any issues.
    – Francis
    Commented Aug 17, 2018 at 7:11

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .