Long Path support is built into 1903 and added to RS5 devices by KB 4516077
See text in Enable Long Paths in Windows 10, Version 1607, and Later on DOCS that reads....
Starting in Windows 10, version 1607, MAX_PATH limitations have been removed from common
Win32 file and directory functions. However, you must opt-in to the new behavior.
To enable the new long path behavior, both of the following conditions must be met:
- The registry key
HKLM\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled (Type: REG_DWORD) must exist and be set to 1.
The key's value will be cached by the system (per process) after the first call to an affected Win32 file or directory function (see below for the list of functions). The registry key will not be reloaded during the lifetime of the process. In order for all apps on the system to recognize the value of the key, a reboot might be required because some processes may have started before the key was set.
Note
This registry key can also be controlled via
Group Policy at Computer Configuration > Administrative Templates > System > Filesystem > Enable NTFS long paths.
The application manifest must also include the longPathAware element.