Created
June 13, 2019 06:34
-
-
Save viatsko/e8b0e0de8959666fc404bd9e40539776 to your computer and use it in GitHub Desktop.
Recursive Case Insensitive PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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