Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change folder case sensitivity windows 10 all subfolder

(Get-ChildItem -Recurse -Directory).FullName | ForEach-Object {fsutil.exe file setCaseSensitiveInfo $_ enable}
Comment

PREVIOUS NEXT
Code Example
Shell :: find linux 
Shell :: how to upgrader vscodium 
Shell :: git merge without commit 
Shell :: Kubectl get memory usage of pod 
Shell :: git mirror repository 
Shell :: execute powershell script from command line with parameters 
Shell :: whereis 
Shell :: git deinit repo 
Shell :: how to deploy to netlify using git bash 
Shell :: how to port-forward k8s on server 
Shell :: how to install older version of tensorflow 
Shell :: fix kde root themes 
Shell :: sed remove first line 
Shell :: push with token github 
Shell :: Host key verification failed. fatal: Could not read from remote repository. 
Shell :: bat cd to directory 
Shell :: install zerotier raspberry pi 
Shell :: ufw add rule with comment 
Shell :: etherum for ubuntu 
Shell :: hello world 
Shell :: android sdk ubuntu 
Shell :: run mongodb locally 
Shell :: firebase kill port 
Shell :: vim exit 
Shell :: command to add a user to a group 
Shell :: tomcat shutdown script 
Shell :: windows cmd remove a not empty directory 
Shell :: curl upload to artifactory with basic auth 
Shell :: snap purge 
Shell :: push the project to github 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =