How can I take ownership of multiple files in Windows?

21.4k views Asked by At

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.

2

There are 2 answers

1
Martin Binder On BEST ANSWER

Use the command line:

takeown /f folder1\folder2\*
0
Ali On
  1. Run command as admin

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