real_aurgathor Is there a way to get a text version of the below screen, so I can easily see on a single screen what users are there, and what are the permissions assigned to each one?
broknsymetry Try using the powershell command: Get-Acl -Path "C:\Path\To\Your\Program.exe" | Format-List >> "C:\Path\To\Output\Text\File"