How can I disable access denied when copying from network drive to program files?

48,635

Disabling UAC is not enough.

You need to disable Admin Approval Mode (requires restart). More details here (option B, last screen shot): http://www.petri.co.il/disable-uac-in-windows-7.htm

This worked for me and now I can work w/ files and folders from Program Files w/o any more UAC prompts.

Share:
48,635

Related videos on Youtube

Kugel
Author by

Kugel

Updated on September 18, 2022

Comments

  • Kugel
    Kugel over 1 year

    I have a mapped network drive (to samba on local network) and when I try to copy a file from it to Program Files or other "secure" folders UAC pops up I confirm, and it still gives me access denied.

    The workaround I'm using: I first copy the file to "unsecure" folder like Desktop and then copy it to Program Files. Still asks for UAC, but works.

    Is there a way to disable this behaviour?

    Edit

    I'm a developer and I have specific reason to copy to Program Files. Also I don't want to turn off UAC. If you read correctly I want to disable "Access denied" message after I click yes to the UAC prompt.

    Consider the circumstances:

    • This happens when copying from network mapped drive
    • When copying to Program files
    • Copying from Desktop to Program Files works (after confirming UAC prompt)
    • 100rabh
      100rabh almost 13 years
      you don't have to be so hostile, a simple explanation as to why certain actions are not possible is sufficient.
    • Julian
      Julian almost 13 years
      As a fellow developer I understand your pain. I needed to resolve a similar case back when Vista and UAC first came along. My advice is that you really really reconsider writing in Program Files. You are basically fighting against Microsofts security intentions. I found a solution that worked, and it broke a few security updates later. So in the end I gave in and modified my application to use the recommended place to store the files I needed to muck about with. C:\Users\Default\AppData
    • Kugel
      Kugel almost 13 years
      This is not done programmatically, I would never do that to a user PC. This is a manual thing I do when deploying a debug version of a plug-in. It was just annoying hence the question.
    • cmorse
      cmorse over 12 years
      Check this out this Microsoft KB This should be exactly what you're looking for. Also, this question should be marked as a duplicate of stackoverflow.com/questions/1267085, or at least linked somehow.
  • Hot.PxL
    Hot.PxL almost 12 years
    In addition to what Moab mentions also make sure the destination folder(s) are not marked as 'read only'. All those 3 steps in tandem provide full access correctly.
  • Oliver Salzburg
    Oliver Salzburg almost 12 years
    Also make sure the destination folder(s) are not marked as 'read only'. All those 3 steps in tandem provide full access correctly.