Re: changes on windows registry doesn’t take effect immediately

2013-03-14 Thread Steven D'Aprano
On Thu, 14 Mar 2013 22:26:50 -0700, iMath wrote: > changes on windows registry doesn’t take effect immediately > > I am trying to change IE’s proxy settings by the following 2 code > snippets [...] > but the changes on windows registry doesn’t take effect immediately,so >

changes on windows registry doesn’t take effect immediately

2013-03-14 Thread iMath
changes on windows registry doesn’t take effect immediately I am trying to change IE’s proxy settings by the following 2 code snippets to enable the proxy by this code from winreg import * with OpenKey(HKEY_CURRENT_USER,r"Software\Microsoft\Windows\CurrentVersion\Internet Setting