-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion]: Create a WinUI3 version of the Harden Windows Security as a standalone app? #505
Comments
For this one, I have a few items that I would like to see for the WinUI3 app version of this module:
This is of course a non-exhaustive list of things that can be included in the new app. I would like to see different perspectives on this. |
@agpt8 Thanks! those are interesting ideas, The design will be like AppControl Manager ✅ I can try creating the template functionality in the module. If you want to run the module during OOBE you'll have to either have Internet or have the 3 Microsoft zip files. Parallel operations can be done in the module too but i make sure only 1 operation can run at the same time because most of the time things depend on each other and 2 things access the same resource on the system so there could be conflicts or inaccurate results. But some of the new features that were added can run simultaneously, i'll adjust them in the next update. |
Another suggestion that I would like to add to the above list is regarding policy files and their application using WinUI3 Hardening module. Many applications such as browsers, apps and programs publish group policy files along with the apps executables. While MSFT docs have guidelines on how to apply these policies, the process is not exactly straightforward for an average user. What I would like to have is being able to manage and edit policy files for programs. Here is how this can work:
I think AppControlManager already implements a lot of policy management logic which can be reused here. I ask for this specific feature to be implemented here as well as AppControlManager requires the machine to be in specific configuration, which sometimes is not exactly possible. My rationale behind this is I would like to configure my browsers (similar to edge, instead of digging through flags and config pages of that specific browser) and apps that provide policy files in a standardised way and easy way. |
@agpt8 AppControl Manager doesn't need any specific configurations the machine to be in, it only needs a supported OS, there's no other requirement I believe what you are looking for already exists. Can you please try it if you haven't already? (p.s it also exists in Windows Server) |
Are you sure the Security measure is not already implemented?
Please explain your new Security measure suggestion
The text was updated successfully, but these errors were encountered: