从远程读取注册表项值 [英] Read Registry key value from remote

查看:94
本文介绍了从远程读取注册表项值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的局域网中,有5个节点.
每个节点都安装Windows XP,Service Pack 3,并且没有参考密码.
我将该值设置到一个节点的HKEY_LOCAL_MACHINE \ SOFTWARE \``MY FOLDER NAME''的注册表中.但是当我读取该指定节点的注册表值时.我无法读取该值,即显示访问被拒绝"消息.

如何通过vb.net解决此问题? 请提供完整且正确的vb.net编码..
我等待响应.

In my lan, there are 5 nodes.
each node os install Windows XP, service pack 3 and no refer password.
I set the value into registry of HKEY_LOCAL_MACHINE\SOFTWARE\''MY FOLDER NAME'' of one node. but when i read the registry value of that specified node. I can not read the value i.e. ''access is denied'' message shown.

How can i solve this problem through vb.net????
Please supply to complete & proper vb.net coding..
I wait for response.

推荐答案

从开始菜单中打开REGEDIT,然后选择文件->连接到网络注册表",看看是否可以看到其他计算机注册表配置单元.

如果不是,则必须首先在另一台计算机上进行身份验证,方法是在该计算机上创建一个用户,然后使用该用户进行连接.

还要看一看(它在c#中,因此您必须进行转换):使用C#阅读远程注册表
Open REGEDIT from your start menu, and select "file->connect to network registry" and see if you can see the other machines registry hive.

If not then you have to be authenticated on the other machine first, by creating a user on that machine, and using that user to connect.

Also take a look at this (it is in c# so you will have to convert) : Reading Remote Registry using C#


这篇关于从远程读取注册表项值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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