Open an elevated command prompt, launch powershell, type/copy:
Code:
Get-Acl | Format-List -property path, owner, group, accesstostring
I obtain:
If you prefer, you can check the folder properties, security tab:
- creator owner, system, administrators all have got a gray/grey tick/check icon on allow: special permissions
- all application packages, users both have got a black tick icon on allow: read & execute, list folder contents, read
- trusted installer has got a black tick icon on allow: list folder contents --- has got a grey tick icon on allow: special permissions
If you click the advanced button, you should see:
If you do the same with a file inside winstore folder (as an example I got wshost.exe):
Properties, security tab: trusted installer has got black tick icons on every allow entry (except special permissions, empty), the other groups have got two black tick icons on read, read & execute
Advanced button shows the same.