Maximum Path Length Limitation

Option 1: Enable via Group Policy

  • Press Win + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.

  • Navigate to:

    Computer Configuration > Administrative Templates > System > Filesystem
  • Find and double-click:

    Enable Win32 long paths
  • Set it to Enabled, then click OK.

  • Restart your system (or reboot the server) to apply the change.


Option 2: Enable via Registry Editor

  1. Press Win + R, type regedit, and press Enter.

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  3. Look for a value named:

    LongPathsEnabled
    • If it doesn't exist, right-click on the right panel, select New > DWORD (32-bit) Value, name it LongPathsEnabled.

  4. Set the value to:

    1
  5. Restart your system to apply the changes.

Notes:


REFERENCES

Last updated

Was this helpful?