Introduction
If you're using a Windows 10 Home Edition and have accidentally changed some settings in the File Explorer's Security tab, don't worry. In this article, we'll guide you through the process of fixing File Explorer permissions step by step.
Understanding File Explorer Permissions
File Explorer permissions control the level of access users have to files and folders on their Windows 10 systems. When you change these settings, it can affect how you interact with your files and folders. For instance, you might not be able to read, write, or modify certain files.
Resetting File Explorer Permissions
To reset File Explorer permissions, follow these steps:
-
Press
Windows key + Ito open the Settings app. -
Click on
"System"and then click on"Accessories"in the left pane. -
In the right pane, click on
"File Explorer Options". - In the "View" tab, click on the "Restore default permissions" button under "Advanced settings".
- Click "Apply" and then "OK".
Checking User Account Control
If the above steps don't work, you might need to check your User Account Control (UAC) settings. To do this:
-
Press
Windows key + Ito open the Settings app. -
Click on
"Update & Security"and then click on"Windows Security"in the left pane. -
In the "Windows Security" window, click on
"Firewall & network protection"in the left pane. -
Click on
"Advanced settings"at the bottom of the window. -
In the "Windows Defender Firewall with Advanced Security" window, click on the "
Inbound Rules" tab and then click on "New Rule...". - Follow the prompts to create a new rule that allows File Explorer to communicate with the internet.
Using the Command Prompt
If none of the above steps work, you can try using the Command Prompt to reset File Explorer permissions. To do this:
-
Press
Windows key + Xand select"Command Prompt (Admin)"or"PowerShell (Admin)"from the menu. - Type the following command and press Enter:
- Type the following command and press Enter:
takeown /F "%USERPROFILE%\Desktop" /R /D Y
This command takes ownership of all files and subdirectories in the Desktop folder for the current user.
icacls "%USERPROFILE%\Desktop" /grant:r :F /T
This command grants full control to the current user for all files and subdirectories in the Desktop folder.
Conclusion
In this article, we've covered how to fix File Explorer permissions on Windows 10 Home Edition by resetting default permissions, checking User Account Control, and using the Command Prompt. We hope this information helps you get back to using File Explorer as intended.