L
L
LAG_LAGbI42017-02-14 13:45:08
Windows
LAG_LAGbI4, 2017-02-14 13:45:08

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

1 answer(s)
D
Dark Hole, 2017-02-14
@abyrkov

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 question

Ask a Question

731 491 924 answers to any question