This commit is contained in:
2025-10-25 21:43:15 +02:00
parent c27861e933
commit 06489f0665

View File

@@ -684,7 +684,6 @@ def on_message(client, userdata, msg):
output = subprocess.Popen(myCmd, shell=True)
writeLog(output)
if myObj["cmd"] == "display":
if curos == "Windows":
myCmd =f"powershell -w h -command \" Import-Module DisplayConfig ; Import-Clixml $home\\monitors\\{myObj['target']}.xml | Use-DisplayConfig -UpdateAdapterIds \""