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:
I am trying to get remote machine registry key value for reading and writing purpose from client machine
I know it can be done using
OpenRemoteBaseKey()
Method, but I don't know the security permissions to use this method and without permission method gives Security Exception

What should i do?

What I have tried:

i have used
OpenRemoteBaseKey()
method but i don't know the security permissions.
Posted
Updated 15-Aug-17 19:24pm

1 solution

For good reasons managing of access right is separated from software, and you can not change it from your code unless you already have the rights - in which case not necessary off course...
The only real solution is to ask the system administrator to add the proper access right for you (depend on user/user group/computer)...
 
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