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");

arrow
arrow
    全站熱搜

    welkingunther 發表在 痞客邦 留言(0) 人氣()