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

Added Application Control Status to the System Information page #471

Merged

Conversation

HotCakeX
Copy link
Owner

Added Application Control Status to the System Information page in the AppControl Manager.

It display the status of User Mode and Kernel Mode Application Control on the system. Valid values are:

  • Enforced Mode
  • Audit Mode
  • Disabled/Not Running

Added Application Control Status to the System Information page
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Dec 21, 2024
@HotCakeX HotCakeX self-assigned this Dec 21, 2024
@Copilot Copilot bot review requested due to automatic review settings December 21, 2024 20:26
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 1 out of 2 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml: Language not supported
Comments suppressed due to low confidence (2)

AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml.cs:45

  • [nitpick] The variable name 'DGStatus' is not very descriptive. It should be renamed to 'deviceGuardStatus'.
DeviceGuardStatus? DGStatus = DeviceGuardInfo.GetDeviceGuardStatus();

AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml.cs:36

  • Ensure that the new behavior introduced in the 'RetrieveCodeIntegrityInfo_Click' method is covered by tests.
private void RetrieveCodeIntegrityInfo_Click(object sender, RoutedEventArgs e)

@HotCakeX HotCakeX merged commit b9d33ef into main Dec 21, 2024
2 checks passed
@HotCakeX HotCakeX deleted the Added-Application-Control-Status-to-the-System-Information-page branch December 21, 2024 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.

1 participant