Get around permission errors in Windows 7

07
2014-07
  • Starkers

    Apparently I'm an Administrator:

    Administrator

    So why am I running into this kind of dialog all the time:

    permission denied

    Whose permission do I need? Is there a way to sudo in Windows 7?

  • Answers
  • Vinayak

    You might be transferring content to a folder on an NTFS formatted drive that you are not the owner of (this happens to me a lot while transferring stuff to external storage drives)

    You need to take ownership of the folder to get around this.

    Use this or take a look here to do this manually.

    Taking Ownership of a folder (recursively)

    1. Select the folder in Explorer and press Alt+Enter

    2. Switch to the Security tab and click Advanced

    3. Click the Change button Change owner

    4. Enter your username in the Select User or Group dialog box that pops up and click OK Select user or group

    5. Make sure you tick both Replace owner... and Replace all child object... checkboxes and click OK. you should now be the owner of the folder and all folders and files within that folder. Recursive permissions change


  • Related Question

    How to set up a Windows Vista or 7 Standard User Account?
  • NoCatharsis

    I have always used an admin account for my Windows installations, but I've started to see the usefulness of separating admin and standard user accounts for everyday usage.

    I plan to reinstall Windows 7 on my current machine with all of the software I need, then lock it down by creating a standard account that I will use on a daily basis. However, I foresee annoyances with installing common applications or changing settings that I would normally not think twice about as an admin (but maybe that's the point?).

    For one, I've always found the User Account Control prompt very annoying for doing minor things on my computer, so I've always turned it off immediately after installation. Is this a good idea, and should it be done for the standard user account I will create?

    Any tips or, even better, links to online guides describing the standard account best practices would be greatly appreciated.


  • Related Answers
  • nhinkle

    It's all about finding a balance between convenience and security. If you found UAC to be annoying, you will find running as a standard user to be even more annoying. For power users, I feel like the best balance in Windows 7 is to run as an administrator with UAC turned on, but not prompting for system changes, just third-party actions. It is indeed the point of UAC or running as a non-admin that you will think twice when installing applications or changing certain settings.

    If you run as a standard user and have UAC turned on, then you will get a password UAC prompt to elevate to an administrator account when running any task which requires administrative rights. If you run as an admin with UAC on, you will only get a yes/no prompt, and only when performing certain actions.

    Generally, I would recommend against turning off UAC. UAC provides good security. In Windows 7 in particular, it's not very annoying unless you're making ridiculous amounts of changes to your computer.

    UAC prompt

  • Corporate Geek

    You should take a look at this article about UAC: What is UAC & Why You Should Never Turn it Off It explains very well how UAC works and what is the difference between all levels. I highly recommend you keep it turned on.