C# 設定IE首頁
沒事測試一下,也記錄一下
private void button1_Click(object sender, EventArgs e)
{
RegistryKey startPageKey = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Internet Explorer\Main", true);
startPageKey.SetValue("Start Page", "http://tw.yahoo.com");
startPageKey.Close();
}
沒有留言:
張貼留言