会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
欢迎访问我的博客
https://javascript.shop
杰的记事本——javascript.shop
博客已经搬到此处 https://javascript.shop
博客园
首页
新随笔
联系
订阅
管理
用c#语言通过修改注册表改IE网页首页
原文发布时间为:2009-04-19 —— 来源于本人的百度文章 [由搬家工具导入]
string key = @"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main"; string valueName = "Start Page"; string value = "http://www.163.com"; Registry.SetValue(key,valueName, value);
posted @
2017-07-12 00:05
孑孓子
阅读(
153
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告
欢迎访问我的博客
https://javascript.shop