Skip to content

Instantly share code, notes, and snippets.

@undergroundwires
Created August 31, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undergroundwires/74e39d8343e8c9bbeb9bf60fc8ea557c to your computer and use it in GitHub Desktop.
Save undergroundwires/74e39d8343e8c9bbeb9bf60fc8ea557c to your computer and use it in GitHub Desktop.
Remove path length limitation in Windows
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment