close
using Microsoft.Win32;
RegistryKey reg = Registry.CurrentUser;
string SubKeyPath = @"Software\Microsoft\Internet Explorer\Main";
RegistryKey optionKey = reg.OpenSubKey(SubKeyPath, true);
optionKey.SetValue("Display Inline Images", "no");
全站熱搜
留言列表