8,329 questions
Hi @Laxson Paradza ,
This does the job quite good:
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d C:\temp\NewWallpaper.png /f
Start-Sleep -s 10
rundll32.exe user32.dll, UpdatePerUserSystemParameters
Hope this helps