Home > Article > Computer Tutorials > Access to the destination folder is denied, you need to provide administrator rights to copy to this folder
Encountered the "Destination Folder Access Denied" problem that prevents you from copying files to a specific folder? Don't worry, PHP editor Baicao has brought you detailed solutions. This guide will dive into the common causes of this issue and walk you step-by-step through obtaining the necessary administrator rights to successfully complete your file copying task.
After changing the Chinese username to English, when copying and pasting on the desktop, the prompt "Access to the target folder is denied, you need to provide administrator rights to copy to this folder", although you can paste by clicking Continue. , but it’s troublesome to click it every time. Let’s see how to solve it below.
#1. Find the "Desktop" folder and right-click "Properties".
2. Click "Security" and click on the "Advanced" option.
#3. In the advanced security settings, find "Owner" and click "Change".
4. Select a user or group, and in "Enter the name of the object to be selected", enter the current user name, such as "Everyone", and click "Check Name". Then OK.
5. After the owner changes to "Everyone", check "Replace owners of subcontainers and objects" and click "Apply".
6. Click "Add".
7. Click "Select Subject", enter the current user name, such as "Everyone", click "Check Name", and then confirm.
8. Check "Full Control" and "Apply these permissions only to objects and/or containers in this container (T)" and confirm
9. Check "Replace all permission items with permission items that can be inherited from this object" and apply OK.
Copy and paste again, and you will no longer be prompted with "Access to the target folder is denied. You need to provide administrator rights to copy to this folder."
The above is the detailed content of Access to the destination folder is denied, you need to provide administrator rights to copy to this folder. For more information, please follow other related articles on the PHP Chinese website!