Answer the question
In order to leave comments, you need to log in
How to automate theme change on windows 10?
reg, cmd or some other way? I'm not interested in changing the picture, but changing the subject
Answer the question
In order to leave comments, you need to log in
Googled in five minutes
If you are lazy, then here is the right post from the topic:
Well, here only AutoIt will help you. Do not change the standard means of Windows.
Here is an example script:
Code: Select all code
$theme = "Luna"
$title = "Properties: Screen"
If FileExists (@WindowsDir & "\Resources\Themes\" & $theme & ".theme") Then
ShellExecute (@WindowsDir & "\Resources\Themes\" & $theme & ".theme")
WinWait ($title,"",10)
If WinExists ($title) Then ControlClick ($title,"",1)
Else
MsgBox (16,' Error applying Theme','Theme "' & $theme & '" not found! ')
EndIf By the
way, here's a link to a short article.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question