Sometimes you can't move, replace, or delete files/folder in Windows because you doesn't have permission to do that. To get the permission, you have to take the ownership of the files/folder.
Here are the steps to take the ownership with Command Prompt (cmd):
Here are the steps to take the ownership with Command Prompt (cmd):
- Open Command Prompt (run as Administrator is very recommended).
- Write: takeown /f "[full_path]" then press enter.
- You should get a message: SUCCESS: The file (or folder): "[full-path]" now owned by user "ComputerName\username"
0 comments:
Post a Comment