How can I change the owner of a file in Windows (command line)

Viewed 25

I am working in Windows with a non-admin-account.
Sometimes I have files which I am not allowed to write. These files are from another user with admin rights which I use to install software.

How can I change the owner of a file inside the command line (cmd)?
In Linux it would be easy with the command chown. Is there a similar command in Windows?

1 Answers
Related