Replies: 1 comment 1 reply
-
Do I understand correctly that you want a PowerShell script to modify the mod settings? You can update the mod settings in the registry here:
Then, to make the mod load the new settings you need to update the
Normally it's set to the time when the update is done, but it can be any value, as long as it's different from the previous value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm really sorry if this is a stupid question, but would it be possible to perform a mod update through a Powershelll command? My goal is to update the system tray icons, at logon, through your "Taskbar tray system icon tweaks" mod, but by calling an exposed function through Powershell. I tried forking the mod, and exporting the "Wh_ModSettingsChanged" function, but that obviously didn't work. I realize that there is likely WAY more going on in the background than I am capable of understanding, so I was hoping that maybe someone else may know how to do this. Either way, thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions