Registry - changes take effect.

jemico

Member
Joined
May 16, 2005
Messages
6
Hello,

anybody know the code using vb.net that if you change parameters on registry, it will take effect without restarting the computer.

i am trying to change my IP address, DNS address on the registry but when i look back to the network properties changes did not take effect unless i restart the PC.

im using Windows XP.
 
Changes made to the registry take effect when whatever relies on those keys decided to re-read them and take action using the information. This is a property of the other application, not yours and not the registry.
I suggest you look into the ipconfig tool.
 
Back
Top