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.