【发布时间】:2017-06-14 04:46:58
【问题描述】:
我正在尝试在 .bat 中使用此命令更改壁纸桌面:
@echo off
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
reg add "HKCU\Control Panel\Desktop" /v Wallpaper /f /t REG_SZ /d c:\images\bella.jpg
但不工作。
这个想法是有一组图像并改变用户的背景
【问题讨论】:
-
看看this能不能帮上忙。
-
你能format your code吗?
标签: image batch-file wallpaper