Software⏱️ 4 min read📅 2026-06-11

How to Fix: You dont currently have permission to access this folder error

Windows permission error fix for accessing SATA hard drive folder

Quick Answer: Try running the Command Prompt as administrator and use the 'icacls' command to change permissions on the C: drive.

You're experiencing an error when trying to access your images, musics, and videos on your newly installed Windows 7 operating system. The 'You don't currently have permission to access this folder' error message is frustrating because it prevents you from accessing the files you need.

This issue can be resolved by identifying and addressing the root cause of the problem. In this guide, we'll walk you through the steps to troubleshoot and fix this error.

🔍 Why This Happens

  • The primary reason for this error is that the new SATA hard drive (C:) has not been properly integrated into the Windows 7 operating system. When you installed a fresh copy of Windows 7 on the new drive, it may not have recognized the existing files and permissions from the old drive (E:). This can cause permission issues when trying to access folders or files.
  • Another possible reason for this error is that there are conflicting file system or user account settings between the two drives. When you installed both drives, Windows 7 may have created separate file systems or user accounts for each drive, leading to permission conflicts.

🔧 Proven Troubleshooting Steps

Rebuild the Master File Table (MFT) and Update User Accounts

  1. Step 1: Step 1: Open Command Prompt as an administrator. To do this, press the Windows key + X and select Command Prompt (Admin). Alternatively, you can search for 'cmd' in the Start menu, right-click on it, and select 'Run as administrator'.
  2. Step 2: Step 2: Type the following command to rebuild the Master File Table (MFT) and press Enter: `fsutil mft rebuild B:C:`. This will recreate the MFT for the C: drive. Repeat this step for the E: drive by typing `fsutil mft rebuild B:E:`.
  3. Step 3: Step 3: Type the following command to update user accounts: `net user *` (replace `` with your actual username). This will update the user account settings on both drives. Note that you may need to repeat this step for each user account on the system.

Use the built-in Disk Management tool

  1. Step 1: Step 1: Open the Disk Management tool by searching for 'disk management' in the Start menu. Alternatively, you can type `diskmgmt.msc` in the Run dialog box (Windows key + R).
  2. Step 2: Step 2: In the Disk Management window, select the C: drive and click on 'Properties'. Then, click on the 'Security' tab and ensure that your username is listed as an administrator. Repeat this step for the E: drive.

✨ Wrapping Up

By following these steps, you should be able to resolve the 'You don't currently have permission to access this folder' error and access your images, musics, and videos on both drives. Remember to always back up important files and data before making any changes to your system.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions