Question

I am trying to use chmod utility on windows command line but it does not work. I am looking for the command to change the files and folder permission on windows.

Was it helpful?

Solution

The following commands will help to take the ownership of the directory and files:
D:\>takeown /f D:\path\to\directory /r /d y
D:\>icacls D:\path\to\directory /grant administrators:F /t

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top