set-itemproperty -path "HKCU:Control Panel\Desktop" -name WallPaper -value Zapotec.bmp
I found this code online for Powershell for windows 7, however I want the wallpaper to be set to a file stored on a webserver accessible from a browser. how would i go about doing this.
I tried to change my wallpaper with your command but it didn’t work until I ran this: rundll32.exe user32.dll, UpdatePerUserSystemParameters. Even then, it only worked intermittently (it’s a know issue on Win7).
Anyways, I have written a getfile function for PowerShell that downloads a source url to the disk.
You can find it and a simpler version here along with a detailed description of what it is doing.
You should be able to change your wallpaper with some thing like this: