pshwindows
Commandes Powershell Windows
Lister les chemins dépassant 255 Charactère
Par exemple dans c:\users
cmd /c dir c:\users /s /b |? {$_.length -gt 255}
pshwindows.txt · Dernière modification : 2020/10/28 10:13 de gbd
Par exemple dans c:\users
cmd /c dir c:\users /s /b |? {$_.length -gt 255}