Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tweak to bypass the 260 character file path limit #3095

Closed
3 tasks done
stamminator opened this issue Dec 9, 2024 · 1 comment
Closed
3 tasks done

Add tweak to bypass the 260 character file path limit #3095

stamminator opened this issue Dec 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@stamminator
Copy link

Is your feature request related to a problem? Please describe

On new development machines, it usually isn't long before I run into an issue related to the 260 character file path length limit. It would be nice if CTT exposed the Windows setting to increase the limit.

Describe the solution you'd like

Provide an option in the Tweaks section to enable the policy located at Computer Configuration > Administrative Templates > System > Filesystem > Enable Win32 long paths

Issue validation

  • I checked for duplicate issues.
  • I checked for already existing discussions.
  • I checked for an already existing pull request addressing the issue.
@stamminator stamminator added the enhancement New feature or request label Dec 9, 2024
@ChrisTitusTech
Copy link
Owner

{ "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem", "OriginalValue": "0", "Name": "LongPathsEnabled", "Value": "1", "Type": "DWord" },

This is in the base telemetry tweaks. No need to do a policy I enable it through registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants