Windows 10 Enable very long file paths

From Notes_Wiki
Revision as of 10:18, 19 May 2023 by Saurabh (talk | contribs) (Created page with "Home > Windows > Windows 10 > Enable very long file paths To enable very long paths in Windows use: # Open registry using '<tt>regedit.exe</tt>' ## Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem ## Edit (or create new if required) LongPathsEnabled as 32-bit D-Word value ## Set the value for LongPathsEnabled to 1. # In case of domain environments also open Group Policy Editor '<tt>gped...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Windows > Windows 10 > Enable very long file paths

To enable very long paths in Windows use:

  1. Open registry using 'regedit.exe'
    1. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    2. Edit (or create new if required) LongPathsEnabled as 32-bit D-Word value
    3. Set the value for LongPathsEnabled to 1.
  2. In case of domain environments also open Group Policy Editor 'gpedit.msc' on a domain machine
    1. Got to Computer Configuration > Administrative Templates > System > Filesystem
    2. For "Enable win32 long paths" change value to Enabled

Refer:


Home > Windows > Windows 10 > Enable very long file paths