From: Collin Miller Date: 2007-06-15T06:20:04+09:00 Subject: Changing registry values with Win32::Registry I'm trying to change a registry value for an IPTV SDK This code: Win32::Registry::HKEY_LOCAL_MACHINE.open("SOFTWARE\\PATH_TO_KEY\ \").write("IgnoreTinyIFrames",Win32::Registry::REG_DWORD,0) Returns this error: Win32::Registry::Error: Access is denied. from c:/ruby/lib/ruby/1.8/win32/registry.rb:743:in `write' from (irb):150 from ���:0 Anybody know how I can ensure access to this key?