From 753d47b9bc0db394cacd90bb612a01e08cdf670e Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 19 May 2026 13:26:07 -0500 Subject: [PATCH] Merge branch 'main' into pr/gepardjaro/4503 (#4514) --- config/tweaks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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",