Fix You Need Permission To Perform This Action Error. In this article, you will read how to fix You Need Permission To Perform This Action issue in Windows 10. In Windows 10, files and folders have various access permissions attached to them. You can modify or delete that permission access. You can maintain the security of the files by using this feature.
While using the feature, many times you have come across various types of errors. One of them is “Folder access denied” or “You need permission to perform this action”. This error occurs when the user does not have permission to delete or modify the file or folder. To solve the folder access denied error, follow the methods mentioned below.
How To Fix You Need Permission To Perform This Action Error?
Windows 10 doesn’t allow users to access files that the user doesn’t have permission for. But, you can fix this issue.
Method 1 – Boot In Safe Mode:
You can access the file that requires permission from the system by booting in Safe Mode. To do so:
1.Type Change advanced startup settings in the search bar.
2.Select the appropriate option.
3.Click on the Restart now option in the Advanced startup section.
4.The computer will now restart and boot into the Troubleshoot screen.
5.Click on the Troubleshoot option.
6.Then select the Advanced options.
7.Click on Startup Settings.
8.Click on the Restart option.
9.Press the F4 key to enter Safe Mode when the computer restarts again and boots into the Safe Mode screen.
10.Check if you can access the file or folder.
Method 2 – Take Ownership Of The File Or Folder:
File and folder have an owner that can access it. To take ownership of the file in Windows 10:
1.Right-click on the file that is causing this issue.
2.Select the Properties option in the right-context menu.
3.Select the SYSTEM option in the Group or user names section in the Security tab.
4.Click on the Advanced option.
5.Select the Change option beside the Owner.
6.Type your user name in the Enter the object name to select section.
7.Click on the Check Names option and click on OK.
8.Check the Replace owner on subcontainers and objects option.
Method 3 – Run An Antivirus Scan:
A virus on a PC can also cause “require permission” error. Scan your PC with a good antivirus to fix the issue. To conduct a full scan on the PC using the Windows Security:
1.Type Windows Security in the search bar.
2.Select the appropriate option.
3.Click on the Virus & threat protection option.
4.In the Current Threats section, click on the Scan options.
5.Check the Full scan circle.
6.Click on the Scan now option.
7.It will take some time. Wait for the scan to finish.
Method 4 – Change Security Permissions Using Command Prompt:
Changing the security permissions using the Command Prompt can fix the issue. To do so:
1.Press the Windows + R keys to open the Run utility.
2.Type cmd.
3.Press Ctrl + Shift + Enter to open an elevated Command Prompt.
4.Now, type the following command and press Enter:
takeown /f /r /d y
5.Don’t forget to enter the actual path to the folder.
6.The command will take ownership of the folder whose path you have added.
7.Type the following command to grant full control over the directory to the Administrators group and press Enter:
icacls /grant administrators:F /T
8.Now, also enter the actual path to the file or folder. Grant full control to other groups, and mention their names in the “administrators” place.