diff --git a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md new file mode 100644 index 00000000..237697e6 --- /dev/null +++ b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md @@ -0,0 +1,29 @@ +--- +title: "Enable Long Paths" +description: "" +--- + +```json {filename="config/tweaks.json",linenos=inline,linenostart=1791} + "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](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md index 167d28cf..87d3e47b 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md @@ -3,7 +3,7 @@ title: "File Explorer Automatic Folder Discovery - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1822} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1840} "WPFTweaksDisableExplorerAutoDiscovery": { "Content": "File Explorer Automatic Folder Discovery - Disable", "Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable File Explorer grouping.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md index a1beda80..7979ff63 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md @@ -3,7 +3,7 @@ title: "DNS - Set to:" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1798} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1816} "WPFchangedns": { "Content": "DNS - Set to:", "category": "z__Advanced Tweaks - CAUTION",