Skip to content

Fix GetSettings - Ignore nameless values & trim values. #11

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CharlesNRU
Copy link

Hello,

2 things in this pull request:

  1. On some models, GetSettings would return a bunch of BIOS settings which have a name value of a space character. So I filter those out.
  2. When trying to identify the setting, sometimes there is a space at the beginning of the value so it cannot identify correctly the current value so I added a Trim() to the value to remove the extra spaces.

@CharlesNRU
Copy link
Author

Added a commit because I found a similar issue with getting current values before setting BIOS settings.

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