Windows Registry Editor Version 5.00

; Expose long path names to applications.
; https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
; \\?\D:\Temp
; \\?\UNC\server\share

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
