Skip to content

HWinfo shows welcome screen when 'Show Welcome Screen' box is unchecked #150

@alchemist-zim

Description

@alchemist-zim

Checklist

  • I looked at https://github.com/PhoenixPE/PhoenixPE/wiki/FAQ to see if my question has already been answered.
  • I performed a search in the issue tracker for similar issues using keywords relevant to my problem, such as the error message I got from the log.

Report



Describe what is happening
A clear and concise description of the issue you are experiencing.

When adding HWinfo the welcome screen is displayed regardless of the "Show Welcome Screen" box being check
Unchecking the Dark Mode box removes the HWinfo welcome screen

To Reproduce
Step-by-step instructions on how to reproduce the behavior:

  1. Go to Applications\System Information\HWinfo
  2. Uncheck 'Show Welcome Screen'
  3. Check 'Dark mode'
  4. Run build
  5. See error
    Expected behavior
    A clear and concise description of what you expected to happen.
    HWinfo should open and loading system information without the welcome screen present

Screenshots/Logs
If applicable provide any error messages, log files, screenshots, scripts, etc. that may be helpful for troubleshooting or further explain your issue.

Fix
Modify HWinfo.script line 81

currently it is
If,%cb_EnableDarkMode%,Equal,True,IniWrite,"%TargetPrograms%%ProgramFolder%%ProgramCfg%","Settings","ShowWelcomeAndProgress",1

it should be
If,%cb_ShowWelcomeScreen%,Equal,True,IniWrite,"%TargetPrograms%%ProgramFolder%%ProgramCfg%","Settings","ShowWelcomeAndProgress",1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions