Enable Long Paths
config/tweaks.json
1791 "WPFToggleLongPaths": {
1792 "Content": "Enable Long Paths",
1793 "Description": "Enables support for file paths longer than 260 characters.",
1794 "category": "Customize Preferences",
1795 "panel": "2",
1796 "Type": "Toggle",
1797 "registry": [
1798 {
1799 "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem",
1800 "Name": "LongPathsEnabled",
1801 "Value": "1",
1802 "Type": "DWord",
1803 "OriginalValue": "0",
1804 "DefaultState": "false"
1805 }
1806 ],Registry Changes
Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on Wikipedia and Microsoft’s Website.