Link to home
Start Free TrialLog in
Avatar of g00r00
g00r00

asked on

Writing registry on remote computer, using vb.net!

How Can I write keys or values into regestry on remote computer??? Also how can I use an local administrator on remote computer in order to write regestry there.

For example I have two boxes, one for admin on remote computer, one is for his password. Also I have button "Write", I want if user types administrator name, and his password, once he click on button "write" it will write something into registry on remote computer. Also lets predict that I have another box for remote computer name!!

Also is that possible at all???

Thank you very much!!
Avatar of armoghan
armoghan
Flag of Pakistan image

Hi g00r00,
1. One way is to run an application on client machine and communicate with that application in Client Serve mode using sockets.
2. Use remoting - Same kind of Client Server
3. Use WMI (Not sure). Using adminstation rights you can access other persons computer, Run application on them . So you may be able to change registry as well  

Cheers!
g00r00,

and if you are using Client server, you can place such kind of code to write in Registry
https://www.experts-exchange.com/questions/21023595/Storing-data-in-the-registry.html
ASKER CERTIFIED SOLUTION
Avatar of CooPzZ
CooPzZ
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial