HotCakeX / Harden-Windows-Security

Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows | Provides tools and Guides for Personal, Enterprise, Government and Military security levels | Read The Rationale https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Rationale.md
https://hotcakex.github.io
MIT License
1.87k stars 148 forks source link

Full GUI experience for Harden Windows Security Module #282

Closed HotCakeX closed 2 months ago

HotCakeX commented 5 months ago

The Harden Windows Security module will have full GUI experience, including all of its cmdlets and features.

JM2K69 commented 5 months ago

Do you plan to use XAML with WPF for your GUI ?

HotCakeX commented 5 months ago

Yes for sure!

JM2K69 commented 5 months ago

If you want some help.

HotCakeX commented 5 months ago

If you want some help.

Sure, appreciate that, I'll take all the help i can get :) but first these 2 issues need to be taken care of by the .NET and WPF teams https://github.com/dotnet/wpf/discussions/8533 https://github.com/dotnet/wpf/issues/9373

They will allow me to use modern theming in WPF and PowerShell 7.5 which is based on .NET 9.

JM2K69 commented 5 months ago

There is also another library mahapps https://github.com/MahApps/MahApps.Metro but this add dependency ? As you want.

HotCakeX commented 5 months ago

There is also another library mahapps https://github.com/MahApps/MahApps.Metro but this add dependency ? As you want.

I don't want to add 3rd party dependencies/DLLs to the module. wpf.ui integration with .NET 9 will provide everything we need.

JM2K69 commented 5 months ago

Ok

HotCakeX commented 5 months ago

Adding this discussion post about required GUI changes: https://github.com/HotCakeX/Harden-Windows-Security/discussions/286