From: Shea Martin Date: 2005-10-11T21:31:54+09:00 Subject: Re: access denied when trying to write to win32 registry Robo wrote: > I had that problem before, took me a long time to find out, try this: > > Win32::Registry::HKEY_CURRENT_USER.open('Software\Microsoft\SomeSoftware', > Win32::Registry::KEY_WRITE) do | reg | > reg.write_s('SomeKeyName', 'my new value') > end > > Robo > That was it. Thanks. ~S