Skip to content

Instantly share code, notes, and snippets.

@darkato42
Last active July 30, 2023 12:26
Show Gist options
  • Save darkato42/6f6220ba8902a062055b6c3a56fb1070 to your computer and use it in GitHub Desktop.
Save darkato42/6f6220ba8902a062055b6c3a56fb1070 to your computer and use it in GitHub Desktop.
Enable Long Paths in Windows 10, Version 1607, and Later
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
@darkato42
Copy link
Author

ref:Microsoft documentation

Download this .reg file and run with local admin right to enable long path in Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment