

You should not change the case sensitivity flag on a folder while Linux software is accessing it. In most cases, this means that you’ll need Administrator permissions if you want to edit a folder somewhere outside your user folder-such as c:\project-and not if you want to modify a folder somewhere inside your user folder-such as at c:\users\ NAME\project.īefore continuing, be sure that no running Linux software is currently referencing the directory you’re about to modify. Technically, you need the “write attributes” permission for the directory you want to modify. You may not actually need Administrator access to run this command, depending on your permissions. The command works the same, no matter which command-line environment you choose.

If you prefer using the Command Prompt, you can search for “Command Prompt” in your Start menu, right-click it, and then select the “Run as Administrator” command. To get started, right-click the Start button, and then select the “PowerShell (Administrator)” command.
Chase firefox turn on java how to#
RELATED: Everything You Can Do With Windows 10's New Bash Shell How to Set a Directory as Case Sensitive With the default settings, folders you create within the Linux environment are automatically configured to be case sensitive, as well. You can do it from either a Command Prompt or PowerShell window. This feature is enabled via the fsutil.exe command, which you must run from the command line. This is now a file-system level feature, which means all Windows applications will see a case sensitive file system in that folder, too.

That worked fine within the Linux environment, but it confused normal Windows applications. Prior to this, it was possible to mount Windows folders as case sensitive within the Bash on Windows environment, also known as the Windows Subsystem for Linux. It doesn’t apply to your entire file system, so you can just enable case sensitivity for specific folders you use for development purposes.Ĭase sensitivity was added in Windows 10’s April 2018 Update. This is an NTFS file system feature that you can enable on a per-directory basis.
