We can’t enable a case-sensitive disk on Windows but can enable for a directory.

Running CMD as administrator and type the following command.

fsutil.exe file SetCaseSensitiveInfo D:\...\Github enable

Note that only WIN10 will work and the disk partition must be NTFS.

Disable a case-sensitive directory:

fsutil.exe file SetCaseSensitiveInfo D:\...\Github disable

Last update: 08/25/2020