Installation
Install it from the Microsoft Store: https://apps.microsoft.com/detail/9png1jddtgp8
What's New
-
Fixed a bug where certain properties in Intune policies could not be parsed properly when reading them from the incoming data in the System Information page. Related discussion.
-
Improved localizations for several languages.
-
Improved the message texts that appear in the UI during various operations to make them clearer. This also improves the logs generated by the app in the Logs page.
-
Updated dependencies to the latest version.
-
Completed the following feature request: #901 by implementing a toggle switch to the page that controls whether the unsupported/undocumented rule options are enabled or disabled. The default is
disabled. -
Added a new option to the Settings page called "Code Integrity Management V2". When enabled (off by default), AppControl Manager performs all policy deployment and removal operations directly, without relying on CiTool.exe. Use this when CiTool.exe is blocked or unavailable.
- It is a system component available in the operating system at:
C:\Windows\System32\CiTool.exe.
- It is a system component available in the operating system at:
Note
Only use the Code Integrity Management V2 (which is off by default) if for some reason you cannot use CiTool.exe, such as accidentally deploying a policy that prevents that executable from running. Other than that, keeping it off is recommended for the time being.
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