Skip to content

Commit

Permalink
feat: disable path length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
36conaN committed Jul 23, 2024
1 parent 19c6e14 commit c18b278
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ actions:
- !task: {path: 'tweaks\qol\explorer\use-compact-mode.yml'}
- !task: {path: 'tweaks\qol\explorer\disable-gallery.yml'}
- !task: {path: 'tweaks\qol\explorer\debloat-send-to.yml'}
- !task: {path: 'tweaks\qol\explorer\enable-long-paths.yml'}

# -------------------------------------------------------------------------- #
# qol\explorer\add-context-menus #
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Enable Long Paths
description: Disables the default path length limit.
actions:
- !registryValue:
path: 'HKLM\SYSTEM\CurrentControlSet\Control\FileSystem'
value: 'LongPathsEnabled'
data: '1'
type: REG_DWORD

0 comments on commit c18b278

Please sign in to comment.