Skip to content

Instantly share code, notes, and snippets.

@viatsko
Created June 13, 2019 06:34
Show Gist options
  • Save viatsko/e8b0e0de8959666fc404bd9e40539776 to your computer and use it in GitHub Desktop.
Save viatsko/e8b0e0de8959666fc404bd9e40539776 to your computer and use it in GitHub Desktop.
Recursive Case Insensitive PowerShell
(Get-ChildItem -Recurse -Directory).FullName | ForEach-Object {fsutil.exe file setCaseSensitiveInfo $_ enable}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment