Installation
Install it from the Microsoft Store: https://apps.microsoft.com/detail/9png1jddtgp8
What's New
-
Added support for 5 new hash types to the Get Code Integrity Hashes page. You can right-click on any file in file explorer, select
AppControl Managerand then selectView File Hashesas a quick access point for this too. These are among the most secure hash types available today.- SHA2-384-Authenticode Hash
- SHA2-512-Authenticode Hash
- SHA3-256-Authenticode Hash
- SHA3-384-Authenticode Hash
- SHA3-512-Authenticode Hash
-
Updated NuGet dependencies such as .NET SDK and WinAppSDK.
-
Version bump to
2.0.29.0 -
Improved the Get Code Integrity Hashes page design with advanced animations.
-
Reduced the size of the app package.
-
Reduced the app startup time and made page navigations faster.
-
Removed multiple dependencies from the app; their logics have been natively implemented.
-
Audit mode Toggle switch for the Strict Kernel mode policy in the Create AppControl Policy page is now enabled by default, preventing users from accidentally deploying it in enforced mode. Now an extra action must be taken (toggling the switch off) in order to deploy it in enforced mode.
-
The app's main window now has a minimum width and height of
700 x 700pixels. -
Improved localization.
PRs
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
