Question

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.

Était-ce utile?

La solution

Use the command line:

takeown /f folder1\folder2\*

Autres conseils

  1. Run command as admin

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top