I'm a linux user, and I only use Windows when I have to. Hence I just wrote a bunch of files from Linux to a NTFS drive to read them in Windows 8.1 64bit. While most of the files work, one file can't be read by any application. I've noticed that this particulary file has a lenghty filename, so I tried renaming it to a shorter one, which fails from both the GUI and the command line ("filename too long").
I've already figured out that surprisingly there are still filename limits in Windows (aren't we in 2017?). But how can I access the contents of that file, if I can't even rename it to a shorter filename? I'd expect that to work. Is it possible to disable the filename limit for e.g. one reboot so that I can rename that file? I haven't access to my linux right now and there should be an easier way than creating a linux thumb drive for renaming a file, shouldn't it?
Any ideas are very appreciated, thanks in advance!