是否有运行或命令提示符命令可以更改 Windows 中的背景图像?
例如..运行/cmd桌面.exe http:www.tinypic.com/blabla.jpg -s
example..Run/cmd desktop.exe http:www.tinypic.com/blabla.jpg -s
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用命令行实用程序 reg.exe 来执行此操作。您必须修改注册表值:
或者您可以创建一个包含以下内容的文件(例如 c:\foo.reg):
并从 cmd 行将其处理为:
设置注册表值在所有 Windows 操作系统上是不够的。您可能必须重新启动计算机才能使更改生效。 (我认为必须有一种解决方法可以使其在不重新启动机器的情况下有效,但我对此一无所知)。
You can use command line utility reg.exe to do that. you have to modify the registry value:
Or you can create a file (say c:\foo.reg) with following content:
and process it from cmd line as:
Setting the registry value isn't enough on all the flavor of windows os. You might have to reboot the machine for the changes to take effect. (I think there must a workaround to make it effective without rebooting the machine, but I have no idea about it).