> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/git/command-line/allow-for-case-insensitivity-in-windows.md).

# Allow for case-insensitivity in Windows

Turn on Windows Feature - Windows Subsystem for Linux\
This allows you the option of having one folder called `learning` and another called `Learning` in the same directory. Not that I wanted this but I needed it as I'd messed up my git repo!&#x20;

You need to restart Windows and it will reboot a couple of times while it installs this feature.&#x20;

Once it's done, open command prompt in Admin mode and run

`fsutil.exe file SetCaseSensitiveInfo C:\folder\path enable`

You can set CaseSensitiveInfo on a specific folder, which is what I needed to do.&#x20;

Once it's enabled, I was able to `git clone` my repo and fix the mess.&#x20;
