Installation
Install it from the Microsoft Store: https://apps.microsoft.com/detail/9png1jddtgp8
What's New
-
The AppControl Manager is now more self-sufficient as parts of it have been rewritten in Rust and C++ for faster and more native COM interop.
-
Fixed an error that would be shown if you had more than 1 certificates with the same exact common name in the Current User's Personal store. A rare situation but it's been handled in this update. Those certificates will no longer be displayed in the list of valid certificates to choose from. In the future this will be improved so you will be able to view and pick certificates in a more detailed manner. - Thanks @cdhtlr
-
Improved UI translations for other languages.
PRs
-
Partial C++ rewrite and improved UI translation in AppControl Manager by @HotCakeX in #695
-
Fixed an issue when more than 1 cert with the same CN exists and the app would show error by @HotCakeX in #697
How to verify the MSIXBundle's authenticity:
gh attestation verify "Path To MSIXBundle" --repo HotCakeX/Harden-Windows-Security --format json
You can install the GitHub CLI from Winget:
winget install --id GitHub.cli