

Go to the following GPO section in the policy editor: Computer Configuration > Administrative Templates > System > Filesystem. Or you can enable long path support via the Local Group Policy Editor (Win + R -> gpedit.msc -> OK ). You can change this registry parameter with the following PowerShell command: Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1 To enable the built-in support for long paths in Windows 10/Windows Server 2016/2019, use the Regedit.exe editor to set the LongPathsEnabled parameter of REG_DWORD in the registry key HKLM\SYSTEM\CurrentControlSet\ControlFileSystem with a value 1. Since Windows 10 Anniversary Update (1607), it became possible to disable the MAX_PATH limit for manifested win32 and Windows Store apps on the Windows operation system level without using prefix \\?. How to Enable Long Path Support in Windows 10 (1607) and Higher Now you will be able to copy the files/folders into this location without receiving the error. Next, perform file operations with the directory to which the symbolic link is assigned (c:\homelink in our case). To create a link, you can use the following command: mklink /d c:\homelink “C:\verylongpathhere……” Create a Symbolic LinkĪnother option is to create a symbolic link to a part of the path, thus shortening the total path length. The simplest way is to shorten the name of the parent folders, decreasing the total path length (but not always applicable) by simply renaming it. Rename Parent Folder to Decrease the Full Path Destination Path Too Long error on Windows 10 20H2 Solution 1. You can shorten the file name and try again, or try a location that has a shorter path. The file name(s) would be too long for the destination folder.

