Pregunta

Setting it file by file works, but is slow.

Selecting all of them at once doesn't have this configuration.

And the files can't inherit the security properties of the folder because they don't have my ownership.

¿Fue útil?

Solución

Use the command line:

takeown /f folder1\folder2\*

Otros consejos

  1. Run command as admin

  2. takeown /f . /r /a /d y

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top