Hello everybody, this is my first post and I'm quite new to the world of AutoIt.
I already manage to change programmatically my desktop background via this one-liner:
DllCall("user32.dll", "int", "SystemParametersInfo", "int", 20, "int", 0, "str", $CmdLine[1], "int", 0)
(via drag 'n' drop o...