0

In my personal documents I created files, folders and sub folders to organize my work how I would need it to find my documents. Some file names contain empty spaces or given names from applications. Till yet "Windows 7 64 Bit Home" did not complained about any path lengths while I just worked with these files. Now it appeared, that I needed to make a backup. Windows 7 constantly refuses me to copy my work on an external disk, saying that 40000 to long file- and folder names were found. But Windows shows me not which files and folders exactly are involved. To copy a backup Windows asks to "Skip" these files or cancel the entire copy process. Is this normal or do I have a virus? Also deletion of files and folders are refused by windows saying the file name is to long :( I asked in my local computer shop and they said me that "Windows 7 Home" works like a demo software only I shall pay 300 bucks for the "Ultimate Edition" to remove the limit. What do you say? Is there another way to fix this?

4

2 回答 2

0

我在 Windows 7 中也遇到了类似的问题,通过使用“路径扫描器”,我能够找出超过 255 个字符限制的确切文件夹和文件。然后我在这些文件夹中进行了更改,使它们在这个字符限制范围内。

您可以从此链接查看软件,看看它是否对您有帮助 -

http://www.parhelia-tools.com/products/pathscanner/PathScanner.aspx

于 2012-11-27T17:16:50.067 回答
0

我编写了一个小应用程序来解决这个问题并减少 Windows 7 中 PATH 环境变量中不必要的文本。它只是删除重复项并删除不再有效的路径。

你可以在这里试试: https ://github.com/AsafShochet/Environment-Path-Variable-Minimizer

于 2014-01-05T07:56:28.637 回答