Change Wallpaper

Laxson Paradza 20 Reputation points
2023-11-12T19:18:37.11+00:00

I am looking for a Powershell script that really work to change desktop wallpaper.

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Erik Moreau 986 Reputation points MVP Volunteer Moderator
    2023-11-12T19:26:32.8566667+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.