can't see folder

Alina Ohrimenko 0 Reputation points
2025-06-13T11:42:39.55+00:00

I got the error that I can't access the "C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\iNetCache" folder because I don't have permissions, I tried to search for it to check and I don 't see it at all, I know it exists because if I try to create it it says that it already exists.

I have hidden folders on so thats not it

And I am an administrator with full permissions on the Windows folder and all sub folder so I should have the access.

I don't understand what is happening

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,844 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mark Dicks 565 Reputation points
    2025-06-13T12:24:43.16+00:00

    Hi Alina Ohrimenko, hope you are well.

    It's under a special system profile: C:\Windows\System32\config\systemprofile
    This is not your user profile, even if you're an administrator.

    Why You Can’t See or Create It

    • When you try to access it:
      • Windows prevents you due to Access Control Lists (ACLs).
    • When you try to create the folder:
      • Windows says it exists because it does exist, but you just can’t see it due to permission or redirection rules.

    I don't know if I can share ways to take ownership of the path, but to list the contents you can run the following:

    dir "C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\iNetCache"
    

    This folder is used by services running under the SYSTEM account, like Windows Update or IIS. That's why it behaves differently from your personal user folders. It’s sandboxed from even admins by default.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.