1

According to this article Windows 10 should allow filepaths longer then 260 characters. I saved several documents with a long filepath in a previous installation (which was upgraded from Windows 7 and probably inherited some tweak to allow longer paths).

My problem is that I have the Home Edition of Windows 10 and I don't have access to group policies. I tried a few registry hacks from this and this page, but I still have to find a working solution.

How can I allow filepaths longer then 260 characters in Windows 10 Home Edition?

[ Windows 10 Home Edition V. 1511 b. 10586.420 ]

I realized the long path was in the external hard-disk form which I was trying to copy the folder, I changed it there and I moved my files. Even then, I will leave the question for anyone who may be interested.

maja
  • 329

2 Answers2

1

The problem is that apps need to use the correct API to get long paths; some APIs are limited to 260 characters and probably will always be, even if for mere compatibility. There are other options though.

First, if you have something like C:\Users\UserBadCloopLongName\...\something, you may work around by prefixing the path with \\.\, that is, \\.\C:\Users\UserBadCloopLongName\...\something. \\?\ may also work, and I'm not sure which one is more "preferable".

I thought there were POSIX APIs that would work around this much better than the above hackery (which btw also allows you to use NUL and other reserved device names on NTFS; I'm not saying it's a good idea though), however I find that they are not really there (if I'm wrong, go ahead and correct me).

Paul Stelian
  • 335
  • 3
  • 17
1

"Version 1511" build 10586 doesn't support Filepaths longer than 260 characters. This is a new feature of the Anniversary Update, "Version 1607". This free update will be released on August 2nd 2016. Now you can use this feature.