GithubHelp home page GithubHelp logo

Comments (8)

giduac avatar giduac commented on June 1, 2024 1

@Wagnerp
Sorry i missed that policy settings path you asked for, misread your question:
You can add it from this explanation:
https://thegeekpage.com/make-windows-11-accept-file-paths-over-260-characters/

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 1, 2024

Hi @giduac

Going to update docs to state that the command New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force` must be run to allow longer path names

cc. @Smurf-IV

from standard-toolkit.

giduac avatar giduac commented on June 1, 2024

@Smurf-IV @Wagnerp
Gpedit sets it via the policy which under the hood changes the registry value.
Often Gpedit can make policies take effect instantly as manual registry change mostly do not.

If you go down the registry road you might need a logoff/logon or a reboot for the changes to take effect.

I tested it with a 300 character long file name....

@Wagnerp
Then again if you change a registry setting (which also involves a policy rule) manually, gpedit will react to the state of that settings and show the corresponding state of the affected policy.

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 1, 2024

@Smurf-IV @Wagnerp Gpedit sets it via the policy which under the hood changes the registry value. Often Gpedit can make policies take effect instantly as manual registry change mostly do not.

If you go down the registry road you might need a logoff/logon or a reboot for the changes to take effect.

I tested it with a 300 character long file name....

@giduac

Would you mind telling me where in gpedit the setting is, so that I can update the docs? Thanks!

from standard-toolkit.

giduac avatar giduac commented on June 1, 2024

@Wagnerp
It's called the Group Policy Editor.
You can find it in the start menu by type group...

Or start an (admin) command prompt and type: gpedit.msc

there are a lot of those *.msc files which are Microsoft Management Consoles.
compmgmt.msc for example runs Computer Management.

from standard-toolkit.

giduac avatar giduac commented on June 1, 2024

@Wagnerp
I saw you changed the title, but is it some how possible to give this merge from your side a little priority?
I'm kind of stuck here now...

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 1, 2024

@Wagnerp I saw you changed the title, but is it some how possible to give this merge from your side a little priority? I'm kind of stuck here now...

@giduac

Going to create a PR now

from standard-toolkit.

giduac avatar giduac commented on June 1, 2024

@Wagnerp
Great!

from standard-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.