Skip to content

Instantly share code, notes, and snippets.

@guessi
Created April 4, 2018 13:45
Show Gist options
  • Save guessi/33b13172db279164e03619fbcb70cb52 to your computer and use it in GitHub Desktop.
Save guessi/33b13172db279164e03619fbcb70cb52 to your computer and use it in GitHub Desktop.
Windows Maximum Path Length Limitation - LongPathsEnabled - https://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx#maxpath
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment