Replies: 1 comment 10 replies
-
Would be nice if this can also be done in such a way that it can be deployed with MSI or MSIX packages, so then it can allow for deployment via Intune/SCCM with the custom settings. |
Beta Was this translation helpful? Give feedback.
-
The settings are stored per user. The installer runs with elevated privileges. So how would it know which user the settings you're trying to import to are for? It can't be part of the EP properties application since this is how it is ran:
So an exe that can be called from the command line after installing EP would be best for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ExplorerPatcher's settings can easily be imported & exported via the Properties/About section. But I would really appreciate to have command line options for importing and exporting settings. This would enable e.g. importing settings via scripts or shortcuts and allow for automation.
The only command line options I found so far are "/uninstall" and "/extract". Would be great to also have "/import" and "/export" options.
Beta Was this translation helpful? Give feedback.
All reactions