Registry writing

From: Jan Vanek (xvanekj_at_volny.cz)
Date: 07/29/03


Date: Tue, 29 Jul 2003 15:03:05 +0200


Hi all.

I tried to write to registry using RegistryKey object but I always get: "Can
not write to registry" error. I also tried to set attributes to gain rights
to do it but I failed. Could you help me and say me what conditions I must
satisfy to be able to write in Registry.

Thanks

Jan Vanek



Relevant Pages

  • Re: Outlook directoty
    ... Look up the Help on the Registry class. ... For Framework 1.1 you'd have to use Registry.CurrentUser to get a RegistryKey object for that branch of the registry and then use Subkeys. ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Environment Variable
    ... Aku wrote: ... > key in the registry to satisfy a particular app. ... I don't believe that has anything to do with the registry. ...
    (microsoft.public.dotnet.languages.csharp)