Checklist
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:
- Go to Applications\System Information\HWinfo
- Uncheck 'Show Welcome Screen'
- Check 'Dark mode'
- Run build
- 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
Checklist
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:
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