how to prevent message when trying to copy or delete from C in windows 8

0

how to prevent "you'll need to provide administrator premission to copy to this folder" message

when i try to copy or delete file from c:\ in Windows-8 ?

i have administrator user and i try to give full control to c:\

thanks

Gold

Posted 2012-11-13T15:25:07.167

Reputation: 1 908

1The best way is not to attempt to delete or copy into this directory but use the apporiate profile directories. – Ramhound – 2012-11-13T15:47:50.623

Answers

1

Windows is asking you for administrator rights because only an administrator has the right to copy or delete files in that directory.

For security reasons, it is best to not copy or delete files into that directory.

But if you really must, You can edit the permissions in that directory to allow non-administrator access. But make sure to NOT make those non-administrator rights inheritable because that would expose all sub-directories to security risks.

In your specific situation, this is how you do it:

  1. open properties of C:\ by right clicking the directory then selecting "properties"
  2. go to "security" tab
  3. click "advanced"
  4. click "change permissions"
  5. click "add"
  6. type in the name of your user account and press enter
  7. click "full control" checkbox
  8. change combo box to "this folder only"
  9. click ok and say yes to warnings
  10. click ok to finish

Subaru Tashiro

Posted 2012-11-13T15:25:07.167

Reputation: 333

-2

Disable UAC or set it to a lower level. Restart PC and then check.

Or you can open msconfig from Run menu - tools - Change UAC settings.

Volodymyr M.

Posted 2012-11-13T15:25:07.167

Reputation: 1 428

i try this, but still same problem – Gold – 2012-11-13T18:40:00.497