
If you must access a file or a folder that you do not have rights to, you must first take ownership of that file or folder. When you do this, you replace the security permissions that were originally created for the file or folder. To do this via Command Prompt you can use the “takeown” command. A simple example would be: takeown /f test.txt - which would take ownership of the file test.txt as the current user In the example … Continue reading
