Installation
Install it from the Microsoft Store: https://apps.microsoft.com/detail/9png1jddtgp8
What's New
-
Improved compatibility with EAF (Export Address Filtering) process mitigation. - Thanks @secmmo4 and @dcasota for reporting and assisting in fixing it.
-
Added an app alias called
AppControl.exeso you can use it to launch the AppControl Manager from PowerShell, command prompt and so on.- You can view and turn aliases on/off in Windows Settings => Apps => Advanced app settings => App execution aliases
-
Updates from Microsoft Store will no longer close the app while in use, instead will wait until you close the app to complete the update.
-
Added support for MD2 TBS hash calculation to AppControl Manager. Windows still supports kernel drivers signed by root certificates that use MD2RSA hashing algorithm so App Control should be able to create rules and support them as well.
PRs
- EAF compatibility and package manifest improvements in AppControl Manager by @HotCakeX
- Added support for MD2 TBS hash calculation to AppControl Manager by @HotCakeX
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