05 2011 档案

摘要://打开注册表键 Microsoft.Win32.RegistryKey rk=Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Internet Settings",true); //设置代理可用 rk.SetValue("ProxyEnable",1); //设置代理IP和端口 rk.SetValue("ProxyServer","222.222.222.222:808"); r 阅读全文
posted @ 2011-05-12 10:50 拼博之路 阅读(534) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示