How can I take ownership of multiple files in Windows? How can I take ownership of multiple files in Windows? windows windows

How can I take ownership of multiple files in Windows?


Use the command line:

takeown /f folder1\folder2\*


  1. Run command as admin

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