10

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.

E_net4
  • 27,810
  • 13
  • 101
  • 139
Marco
  • 129
  • 1
  • 1
  • 9

2 Answers2

11

Use the command line:

takeown /f folder1\folder2\*
Martin Binder
  • 1,066
  • 7
  • 5
  • 2
    I also had to set permissions to all the files of a folder like this: CACLS * /e /p {USERNAME}:{PERMISSION} – Marco Oct 08 '13 at 18:00
0
  1. Run command as admin

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

Ali
  • 1,080
  • 16
  • 22