This code makes u surf proxy... what i want to do is turn it back to default but how ???
turn it to this:Code:Set objNICs = GetObject("winmgmts://.").InstancesOf("Win32_NetworkAdapterConfiguration") For Each objNIC In objNICs If objNIC.IPEnabled Then objNIC.SetDNSServerSearchOrder Array("4.2.2.1","4.2.2.2") End If Next
orCode:0.0.0.0 0.0.0.0
orCode:. . . . . .
Disable

Reply With Quote
