Hello VASARI Akos,
Thank you for posting in Q&A forum.
When you create a new user on a Windows machine, the permissions for certain system folders, like C:\ProgramData, are not immediately granted to the new user. This is because these folders have special permissions to ensure system stability and security. Only users with administrative privileges can modify their contents.
However, when you access the C:\Users\Admin folder, Windows performs some background tasks to update the user's profile and permissions.
You can use the icacls command to modify permissions. For example:
icacls "C:\ProgramData" /grant <username>:(OI)(CI)(M)
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.