Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Comments
CodingLover 29-Sep-11 6:33am    
How did you access the registry?

1 solution

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#
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900