Hello Clifford Andrews,
Thank you for posting in Q&A forum.
It seems the original SubInACL download is no longer available, you can try to use alternative tools to manage permissions on Windows 11.
- ICACLS Command:
• This built-in Windows command allows you to view, modify, and reset file system permissions.
• Example usage:
• icacls * /t /q /c /reset
• This command resets all user permissions to default for every folder, subfolder, and file within the current working directory
- Secedit Command:
• Another built-in Windows command to configure and analyze system security.
• Example usage:
• secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
• This command resets user permissions to the default system settings
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.