diff --git a/config/tweaks.json b/config/tweaks.json index c3a7c4e8..330f8bfa 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1788,6 +1788,24 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/gamemode" }, + "WPFToggleLongPaths": { + "Content": "Enable Long Paths", + "Description": "Enables support for file paths longer than 260 characters.", + "category": "Customize Preferences", + "panel": "2", + "Type": "Toggle", + "registry": [ + { + "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem", + "Name": "LongPathsEnabled", + "Value": "1", + "Type": "DWord", + "OriginalValue": "0", + "DefaultState": "false" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/longpaths" + }, "WPFOOSUbutton": { "Content": "O&O ShutUp10++ - Run", "category": "z__Advanced Tweaks - CAUTION",