Link to home
Start Free TrialLog in
Avatar of clifgriffin
clifgriffin

asked on

Writing to Registry: How do I acquire the proper permissions?

Application.UserAppDataRegistry.SetValue("name", "value");

This microsoft article says I nead proper permissions (read, write, create), but it gives no information on how those permissions are specified! :(

http://msdn.microsoft.com/library/en-us/dndotnet/html/persistappsettnet.asp

I need to know how to acquire proper permissions to use code such as the above.

Thanks,
Clif
ASKER CERTIFIED SOLUTION
Avatar of Volcano_88101
Volcano_88101

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
SOLUTION
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