我正在制作一个自动更改背景的脚本, 我做了一个下载背景的PHP脚本,但背景并没有每次都改变,有时候它会工作。 这是.bat文件:
php c:\autoback\getbackground.php
reg add "HKCU\Control Panel\Desktop" /v Wallpaper /d "C:\autoback\background.jpg" /F
RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters ,1 ,True
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters