-
Notifications
You must be signed in to change notification settings - Fork 445
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
Don't show first-time settings dialog if settings were imported from XML already #1319
Comments
Can you please explain what you mean by that?
If you already know what it takes and how to achieve what you need, you can submit pull-request with required changes.
Have you tried to copy |
Even if you use the
Although I know the principle, I am not familiar with C++.
Of course, this is what I do now, so I have to install Open-Shell Menu on my bare metal first. |
Oki, so the problem is that the settings window is shown on first I guess it would make sense to not show the dialog if there were some settings imported already.
You can install it once (even in VM) and then just copy files, create ZIP package and just use it as many times as you want. Though feel free to create separate enhancement issue for the portable package. |
I will do it tomorrow. |
Fixed in 4.4.190 . |
Is your feature request related to a problem? Please describe.
#118 #251 #630 #9
Basically, after importing Open-Shell configurations using the
-xml
parameter, Open-Shell will not use these configurations in a non-interactive way.Describe the solution you'd like
When the
-xml
parameter is used, Open-Shell-Menu automatically adds these key values to the registry.REG ADD "HKCU\Software\OpenShell\StartMenu" /v "ShowedStyle2" /t REG_DWORD /d "1" /f
To be honest, this will not be particularly difficult, even without making major changes to the existing process. Just add a step of rewriting the registry to the implementation of the
-xml
parameter. Just doing this will make the command line operation experience better.Especially when I use Open-Shell-Menu in Windows PE, I usually need to import Open-Shell-Menu configuration from the command line in batch processing, but it is not particularly convenient to edit the registry in Windows PE. Moreover, since Windows PE usually does not include any form of start menu component, Open-Shell-Menu is almost necessary. I hope Open-Shell-Menu provides portable application packaging for users, In this way, I don't need to install Open-Shell-Menu in the bare metal system when integrating Open-Shell-Menu for Windows PE.
Area of issue
Start menu
Alternatives you've considered
Add the registry manually.
Additional context
No response
The text was updated successfully, but these errors were encountered: