Remote Registry Editing permissions

zhughes

Member
Joined
Feb 15, 2008
Messages
15
Programming Experience
Beginner
Ok, here's what I'd like to do:
We have an intranet.
We have various registry edits we'd like to perfom using the web (via vb.net).
When I click "button1" I want to create a new subkey (or dword/string value) on the client machine. I have the code for remotely creating the value - my question is on permissions though. Anyone know how to enable the correct trust or permissions for this to work on a machine-by machine basis?
(Using VS 2005).

Thanks!
 
You need administrator rights on the remote machine.

Are you on a domain? Just run your .net app as a domain administrator.
 
Back
Top