Can't delete or modify files in C drive?

stranger360

Reputable
May 25, 2014
22
0
4,520
Hi,i want to delete something from C drive but it wont let me it keeps giving me error "You require permission from SYSTEM to make changes to this folder" i also tried giving full control to User and it gives me error Access denied.Please help me with this.
 
Solution
Be careful that what you are trying to delete is not a system file.
Windows has special protection on the root of any drive, so you need administrator rights to create or modify files in the root of the drive.
Just being an admin user doesn't necessarily give you this because of UAC.

Right hand click the folder and select properties.
Click the security tab.
Click Advanced.
Click the owner tab.
Click edit
Select your user account
Tick "Replace owner on subcontainers and objects"
Click Apply
Click OK on each Window.
Now see if you can delete the folder.
Be careful that what you are trying to delete is not a system file.
Windows has special protection on the root of any drive, so you need administrator rights to create or modify files in the root of the drive.
Just being an admin user doesn't necessarily give you this because of UAC.

Right hand click the folder and select properties.
Click the security tab.
Click Advanced.
Click the owner tab.
Click edit
Select your user account
Tick "Replace owner on subcontainers and objects"
Click Apply
Click OK on each Window.
Now see if you can delete the folder.
 
Solution