Windows 8 Filename too long for destination folder windows 10

Scottkyle

New Member
Joined
May 2, 2017
Messages
1
When I am trying to copy a game from external hard drive. My windows 10 is sending this error that "Filename too long for destintion folder" cancel or skip. can anyone help me on this.
 

Last edited by a moderator:
Solution
The tutorial mentioned above is good, however, if you are looking for a quick solution, you can try the long-path-tool. It helped me as well.

Sanfordn

New Member
Joined
May 2, 2017
Messages
1
The tutorial mentioned above is good, however, if you are looking for a quick solution, you can try the long-path-tool. It helped me as well.
 

Solution

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
You can also use the subst command.

subst <VirtualDrive> <Physicaldrive>

Then subst <VirtualDrive> /D to remove it

Example
subst T: C:\Windows\System32

So now the file C:\Windows\System32\test.txt has a path T:\test.txt


Same thing but with PowerShell
New-PSDrive -Name T -Root C:\Windows\System32 -PSProvider FileSystem

and to remove...
Remove-PSDrive -Name T
 

pnamajck

Honorable Member
Joined
Aug 28, 2014
Messages
433
i was gonna' suggest just moving it to the boot directory, rather than child-folders … in most cases it would be C:\filename instead of C:\Windows\System32\filename … however seems all the other suggestions are spot on as well. oh … and remember to scan that file with your chosen av as well as virustotal.com and malwarebytes and anything else you wanna' throw at it … create system-restore point … and watch the installation-interface as well.
 

Back
Top