TotallyAwesome
New Member
- Joined
- Jul 9, 2013
- Messages
- 12
- Thread Author
- #1
At the end:Hello,
I tried the following code in a short bat file
echo "Start of Wallpaper change"
REG ADD "HKCU\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "U:\Azul.bmp" /f
:: The following line refreshes the desktop.
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, SystemParametersInfo(SPI_SETDESKWALLPAPER)
I get a error dialog box that says
Error in user32.dll
Missing entry:SystemParametersInfo(SPI_SETDESKWALLPAPER)
It appear the the function does not exist in userdll.32