Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I take ownership of multiple files in Windows?

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.

like image 874
Marco Avatar asked Aug 26 '13 14:08

Marco


1 Answers

Use the command line:

takeown /f folder1\folder2\*
like image 118
Martin Binder Avatar answered Oct 21 '22 13:10

Martin Binder