取消Windows文件路径长度限制 Posted on 2022-04-29 Edited on 2024-07-07 Disqus: 迅雷下载提示文件路径超出系统限制, 可以通过解除Windows默认的路径长度限制来解决. 使用Powershell管理员执行以下命令, 重启后生效. 1New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" ` -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force 参考Maximum Path Length Limitation