如何远程更改client1 PC上的注册表? [英] How to remote change Registry on client1 PC?

查看:70
本文介绍了如何远程更改client1 PC上的注册表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这批代码:

reg addHKCU \Control Panel \Desktop/ v Wallpaper / t REG_SZ / dD:\\\jpg/ f

RUNDLL32.exe user32.dll,UpdatePerUserSystemParameters



更改此电脑的桌面壁纸,如何更改它以更改client1 pc桌面壁纸?

解决方案

您需要使用远程注册表服务,如 Windows远程注册表服务| PC教程 [ ^ ]。

I have this batch code:
reg add "HKCU\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "D:\2.jpg" /f
RUNDLL32.exe user32.dll,UpdatePerUserSystemParameters

to change this pc's desktop wallpaper, how can I change it to change client1 pc desktop wallpaper?

解决方案

You need to use the Remote registry service as described in The Windows Remote Registry Service | PC Tutorials[^].


这篇关于如何远程更改client1 PC上的注册表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆