Merge branch 'main' into pr/gepardjaro/4503 (#4514)

This commit is contained in:
Chris Titus
2026-05-19 13:26:07 -05:00
committed by GitHub
parent 8034e85521
commit 753d47b9bc
+18
View File
@@ -1788,6 +1788,24 @@
], ],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/gamemode" "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": { "WPFOOSUbutton": {
"Content": "O&O ShutUp10++ - Run", "Content": "O&O ShutUp10++ - Run",
"category": "z__Advanced Tweaks - CAUTION", "category": "z__Advanced Tweaks - CAUTION",