1 line
111 B
PowerShell
1 line
111 B
PowerShell
(Get-ChildItem -Recurse -Directory).FullName | ForEach-Object {fsutil.exe file setCaseSensitiveInfo $_ disable} |