Batch file to add a website as wallpaper in XP

KoenKe

Distinguished
Oct 21, 2010
2
0
18,510
Hello,
I am trying to create a Batch file to show a specific website as a wallpaper.
On the internet I found the following hint:
:: Configure Wallpaper
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "C:\MyDocuments\test.jpg"
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2
:: Make the changes effective immediately
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters

Is there also a command available to add a website (instead of an image) as a wallpaper?
Thank in advance!
Koen