Share via

Access denied

Anonymous
2015-07-30T08:12:35+00:00

Even after changing the permissions and ownership i am still getting access denied error for pasting my MSVCR110.dll file in sys32.

I have to work with wamp and its creating problem for the msvcr110.dll file missing--i have the .dll file now but unable to paste it.!

What should i do..?

Windows for home | Previous Windows versions | Accessibility

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2015-07-30T08:34:18+00:00

    Here you go:

    1. Log on under an admin account.
    2. Click the Start globe.
    3. Type  cmd.exe  in the Search box.
    4. Press Ctrl+Shift+Enter
    5. Click "Run as Administrator".
    6. Type these commands:

        ren  c:\Windows\System32\MSVCR110.dll  *.old

        copy F:\MSVCR110.dll  c:\Windows\System32

        (you must specify the correct source, of course)

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments