I'm trying to enable long paths on Windows Server 2019, but can't make it work. I've tried both the usual solutions:
- Using GPEDIT and enabling long paths at Local Computer Policy > Computer Configuration > Administrative Templates > System > Filesystem
- Enable the LongPathsEnabled regkey HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
Even with these, I still can't create a folder/file path longer than ~260 characters. What am I missing here?