摘要:
//打开注册表键 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
拼博之路
阅读(544)
评论(0)
推荐(0)

浙公网安备 33010602011771号