This link and .exe inside .msi from MS archives works on my Windows 10 22H2 OS, I don't know for Windows 11 :
I want to download the file subinacl.exe
I want to download the file subinacl.exe for Windows 11 to update my default security on my laptop.
Windows for business | Windows Client for IT Pros | User experience | Other
2 answers
Sort by: Most helpful
-
-
Anonymous
2024-10-16T08:17:05.2566667+00:00 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.