Skip to content
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

Implemented Apps and Windows Features Removal #506

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Jan 5, 2025

  • New Feature: Introduced the ability to remove built-in apps using the Harden Windows Security module. This functionality is available on a dedicated page. The list of removable apps is stored in a JSON file, providing flexibility and extensibility.

Note

When apps are removed using the Harden Windows Security module, they are removed for all users, and they won't come back when you create a new user. They are re-installable from the Microsoft Store if necessary.

  • New Feature: Added a new page for managing Optional Windows Features. While the Harden Windows Security module already includes an Optional Features category in the hardening measures section, this new page allows for granular control, enabling you to fine-tune which features to enable or disable. It also includes additional optional features that can be removed.

  • Compliance Checking Enhancement: Added support for VBScript compliance checks.

  • Code Improvements: Implemented several code enhancements and optimizations.

  • UI Enhancements: Updated the button styles on the ASR Rules and Unprotect pages. The new design replaces the previous animated buttons with play icons, offering a cleaner and more modern look.

  • This PR also completes the first half of this feature request: [Suggestion]: Offer Removal of telemetry and pre-installed apps from the OS in Harden Windows Security Module #479


You can now remove a lot of built-in apps and also many optional Windows features in a new dedicated page in the Harden Windows Security Module.
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Jan 5, 2025
@HotCakeX HotCakeX self-assigned this Jan 5, 2025
@Copilot Copilot bot review requested due to automatic review settings January 5, 2025 20:31
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 61 out of 76 changed files in this pull request and generated 4 comments.

Files not reviewed (15)
  • Harden-Windows-Security Module/.editorconfig: Language not supported
  • Harden-Windows-Security Module/Harden Windows Security.csproj: Language not supported
  • Harden-Windows-Security Module/Main files/C#/CimInstances/MDM.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/Others/AsyncDownloader.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Unprotect/View.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Protection/Variables.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Exclusions/View.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Protection/Miscellaneous methods.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Protection/EventHandlers.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/Others/CSVImporter.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/BitLocker/View.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/ASRRules/View.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Log/View.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/GUI/Confirm/SecOp.cs: Evaluated as low risk
  • Harden-Windows-Security Module/Main files/C#/Confirm Methods/SYSTEMScheduledTasks.cs: Evaluated as low risk

@HotCakeX HotCakeX merged commit 26cc92c into main Jan 5, 2025
4 checks passed
@HotCakeX HotCakeX deleted the Implemented-Apps-and-Windows-Features-Removal branch January 5, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Suggestion]: Add a new tab in the Harden Windows Security module to manage each individual optional feature
1 participant