문제

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