Files
winutil/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md
T
2026-06-03 13:09:04 -05:00

1000 B

title, description
title description
Enable Long Paths
  "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"
      }
    ],

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.