Skip to content

Conversation

@baardhermansen
Copy link

  • Replaced the WMI calls with one call and use of a variable
  • There were multiple logical errors in if statements. The if logic allowed both empty and non-empty values, effectively never reaching the else condition
  • Switched to an easier method to check for empty string in if statements
  • Corrected logical error in function CheckUtcCsp. It would report Passed if registry value did not exist.

- There were multiple logical errors in if statements. The if logic allowed both empty and non-empty values, effectively never reaching the else condition. Corrected all of them and also switched to a slightly easier method to check for empty string.
- Corrected logical error in function CheckUtcCsp. It would report Passed if registry value did not exist.
@baardhermansen
Copy link
Author

Review needed ;) @JankeSkanke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant