Skip to content

AppControl Manager 1.5.1.0

Compare
Choose a tag to compare
@HotCakeX HotCakeX released this 28 Nov 14:26
· 122 commits to main since this release
d7f1028

What's New


Important

How To Install: Copy and Paste this command in an elevated PowerShell. (Technical explanation available here)

(irm 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Harden-Windows-Security.ps1')+'AppControl'|iex

  • Enhanced Parsing Logic for MDE Advanced Hunting: The CSV parsing process no longer relies on static column positions. Instead, it dynamically identifies the location of each field, ensuring accurate parsing regardless of column order changes in the CSV file, improving robustness for any future changes. Fixed -> #423

  • Default Windows Template Policy: A new feature has been added to the policy creation page, enabling the creation of a default Windows template policy with ease.

  • Integrated Documentation Links: Links to the latest AppControl Manager documentation have been added across relevant pages. Users can now quickly access step-by-step guides by clicking a dedicated button whenever guidance is needed.

  • Fixed menu item text for MDE Advanced Hunting, it wasn't showing the full content.

  • Made the navigation buttons in documentation pages more responsive.

  • Improved the UX when using the log size and audit mode options in the Create Policy page.


PR: #424