Skip to content

AppControl Manager

Violet Hansen edited this page Oct 12, 2024 · 2 revisions

AppControl Manager

AppControl Manager is a modern secure app that provides easy to use graphical user interface to mange App Control on your device.

The goal is for AppControl manager to reach feature parity with the WDACConfig Powershell module as fast as possible and then to surpass it with additional features and improvements.


How To Install or Update The App

Use the following PowerShell command as Admin, it will automatically download the latest MSIX file from this repository's release page and install it for you.

Tip

The same command can be used to update the app whenever there is a new version available. In the future the updating functionality will be incorporated inside of the app.


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

Preview of the App

AppControl Manager preview

Technical Details of The App

  • Built using WinUI3 / XAML / C#.
  • Built using the latest .NET.
  • Powered by the WinAppSDK (formerly Project Reunion).
  • Packaged with the modern MSIX format.
  • Incorporates the Mica material design for backgrounds.
  • Adopts the Windows 11 Fluent design system.
  • Fast execution and startup time.
  • 0 required dependency.
  • 0 Third-party library or file used.
  • 0 Telemetry or data collection.
  • 0 Windows Registry changes.
  • 100% clean uninstallation.
  • 100% open-source and free to use.

C#


Clone this wiki locally