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.

有帮助吗?

解决方案

Use the command line:

takeown /f folder1\folder2\*

其他提示

  1. Run command as admin

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top