39
16
I want to make Windows 7 case-sensitive when it reads/writes anything on the hard drive (the C drive, or any other NTFS drive).
I found a video via google that says to change the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\DontPrettyPath
to a value of 1 (source).
I also found a Windows support item that says something about modifying the registry key
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\obcaseinsensitive
that leads me to assume putting a value of 0 will make Windows case-sensitive with NTFS filesystems (source).
I have a feeling the second solution is the answer, but I'm not sure and I don't want to try it without being sure.
Does anyone know for sure what is the correct way to make Windows 7 case-sensitive when it reads/writes to the C drive (and any other NTFS drive)?
6You must restart for this to take effect. – William – 2015-10-15T02:48:32.697
2@William: I believe you only need to terminate all Cygwin processes and services (like Apache, sshd, etc.). That should be enough, as
cygwin1.dll
will be unloaded from RAM. – Bass – 2016-11-18T10:18:57.7573
I'm talking about
– William – 2016-11-18T15:03:09.997HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\ dword:ObCaseInsensitive
https://support.microsoft.com/en-us/kb/929110