Created
August 31, 2021 15:21
-
-
Save undergroundwires/74e39d8343e8c9bbeb9bf60fc8ea557c to your computer and use it in GitHub Desktop.
Remove path length limitation in Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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