Table of Contents
In this article we will show you how to Fix ‘A Required Privilege Is Not Held By The Client’ issue. The 0x800700522 error message lets you know that you are trying to copy or make a file in a folder that you shouldn’t be able to change, like the root folders of your operating system partition. Microsoft did this because putting a file there that isn’t meant to be there can completely ruin your Windows installation. You will also get a message that says ‘A Required Privilege Is Not Held By The Client’ issue.
This is Microsoft’s way of saying that you shouldn’t have that file in that folder. This message normally comes up when you try to copy or create a file, like a text file, in one of the root folders on the partition where your operating system is installed. Most of the time, these folders are Program Files, Windows, and System32. Since these are the most important folders for Windows to work well as a piece of software, you can see why Microsoft has put so much safety around them.
But there are times when you just need that file in that place, and it’s good to know that there are a few ways to fix the 0x800700522 error. The first and second methods are completely safe, but the other methods involve changing your computer’s rights and access, so you might want to do a system restore point before you start. We mentioned below are the ways to Fix ‘A Required Privilege Is Not Held By The Client’ issue.
Use Command Prompt to copy the files

If you want to copy a file to the root of C:, you can do this quickly with the help of the Command Prompt:
- Press Windows Key + X and then click Command Prompt (Admin).
- Type the command below into cmd and press Enter:
- copy E:\troubleshooter.txt C:\
- After running the above command, your files will be immediately copied to the desired location, which in this case is the root of the C: drive, and you won’t get the “A Required Privilege Is Not Held By The Client” error.
Disable UAC using Registry Editor
- Press the Windows Key + R, type regedit, and press the Enter key.
- Go to the following subkey in the registry:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\system
- Find EnableLUA DWORD in the right pane of System key and double-click on it.
- Change its value to 0 and click OK.
- Restart your computer to keep the changes.
- Copy or change the file that was giving you trouble before, and then turn on UAC again by setting the value of EnableULA to 1. This should fix A Required Privilege Is Not Held by the Client Error. If it doesn’t, try the next way.
Change Sharing Permission
- Right-click on the drive where Windows is installed (C:/) and choose Properties.
- Click the Advanced Sharing button on the Sharing tab.
- Make sure “Share this folder” is checked, and then click on “Permissions.”
- Make sure that Everyone is selected under Group or user names, and then check “Full Control” under Permissions for Everyone.
- Click Apply, then click OK. Then do this step again and again until all the open windows are shut.
- Use Task Manager to restart Windows Explorer.
Disable The Admin Approval Mode
- Press the Windows Key + R, then type secpol.msc and press Enter.
- Go to Security Settings, then Local Policies, then Security Options.
- Make sure Security Options is selected in the left window. Then, in the right window, look for “User Account Control: Run all administrators in Admin Approval Mode.“
- Double-click it and choose Turn Off.
- Click Apply, then click OK.
- Close the window for the Local Security Policy and turn on your computer again.
- Again, try to save or change the file in the place you want.
Run the Program as Administrator
Fix ‘A Required Privilege Is Not Held By The Client’ issue: To change or save files in the root of C:, you need to be an administrator. To do this, right-click on your program and select “Run as Administrator.” When you’re done with your program, save the file in the root of C:. This time, you won’t get an error message when you try to save the file. If you want to know more information about this Visit Official Microsoft Support site.