Hi Shabahat,
The reason why you are unable to take the ownership of the C Drive even though you are the administrator is just because your user account folder is in the C drive to which you have restricted the permission to your administrator account on the computer. Thus, you cannot do anything from this user account to resolve this issue. Let’s try enabling the built-in administrator and check if you are able to assign the ownership and permission to your user account. Please follow these steps:
Enable Built-in Administrator Account
a) Press “Windows Logo” + “X” keys on the keyboard.
b) Select “Command Prompt (Admin)” from the menu to open the Command Prompt in elevated mode.
c) In the command prompt window, type the following command and press the “Enter” key on the keyboard:
net user administrator /active:yes
d) Type net user administrator password, and then press “ENTER” key. (You should see a message that the command completed successfully.)
e) Type “exit”, and then press “Enter” key.
d) Log off from the current user account and login to the built-in administrator account. (You’ll now see the built-in administrator account as a choice on the login screen).
Important: By default there’s no password for the built–in admin account, so it is not recommended to keep this account enabled. Please follow the same steps and type “net user administrator /active: no” to disable admin account after the troubleshooting is done or you should put a password for this account for security reasons.
After logging into the built-in administrator account on the computer, you may try the steps given in the section “Issue 1: I get an "Access Denied" error message when accessing or working with files and folders” from the article given below:
"Access Denied" or other errors when accessing or working with files and folders in Windows
Hope this is helpful. Please keep us posted on the status of the issue.