I just wanted to be sure that windows was running from the correct location, which it is. So in theory it shouldn't be using any of the files in the "C" folder.
As the owner is shown as Administrator (with a upper case A) it seems to me windows built-in Administrator is protecting those files.
Try a system file scan using the PowerShell prompt.
Method 1:
Run DISM tool and check the issue. Please follow these steps:
a. Press Windows + X keys and click command prompt (admin). Or PowerShell (Admin).
b. Type the following command in command prompt.
DISM.exe /Online /Cleanup-image /Scanhealth [press return]
let the scan run and then
DISM.exe /Online /Cleanup-image /Restorehealth [press return]
once the scan is complete then use method 2.
Method 2:
System file checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.
Run system file checker (SFC) and see if it helps. Please follow these steps:
a. Press Windows + X keys and click command prompt (admin). Or PowerShell (Admin).
b. Type the following command in command prompt.
sfc /scannow [press return]
After completing the scans restart using Start > Power > Restart.