How to get permissions to copy or delete files in Windows 8.1?

This is no different than previous versions of Windows, and has nothing to do with UAC.

That external drive's file system was created by an OS other than your Windows install, so you don't have permissions to get at it.

So you don't want to "get rid of administrator permissions" but instead give your user permission to access those files/folders.

You have to take ownership and/or give yourself permissions to the folder/files on that drive., and form there you'll be able to use them without these pop-ups.

See this existing SU question, and it's answers, to figure out how to grant yourself permission:

How do I get permissions to delete files on Windows 7?


There are two commands that are extremely useful in this scenario; often either one alone is sufficient, but both pretty much guarantee access: example: c:\dell>takeown /F * /R

The other approach is to use a more complicated program called "icacls". Icacls is a command line utility for managing access control lists - i.e. file access permissions. It has plethora of options that are fairly confusing.

Example: c:\dell>icacls * /grant:r everyone:f /t


  1. Turn off or Disable Antivirus

  2. Copy file(s)

  3. Turn on or Enable Antivirus