Skip to content

Harden Windows Security Module v.0.4.1

Compare
Choose a tag to compare
@HotCakeX HotCakeX released this 11 May 18:45
· 26 commits to main since this release
99dcda9

What's New

Improved Multi-Threading in GUI

  • Completely reworked the multi-threading aspects of the GUI. Now it's high performance, resilient and no longer freezes the GUI when long or heavy tasks run in the background. This allows you to move the GUI window around or resize it at any time just like you would on any native application.
  • Applied code optimizations that resulted in using a lot less code than before to achieve even more.
  • The Microsoft Defender category now checks for the availability of the ConfigDefender module's parameters before using them and informs the user that there is a system restart pending if they are unavailable. See this and this for more info.
  • Increased PowerShell version requirement from 7.4.1 to 7.4.2.

As always, the module automatically updates when you run any of its cmdlets/commands and when there is a new version available on PowerShell Gallery, so you don't have to manually update it.


PR: #251