Computing.net: Question & Answers Forum Latest Questions

computing
  • 1
  • 1

My script don’t seem to change the DNS1 and DNS 2, can some-one help me please. Thanks Dim strIPAddress Dim strSubnetMask Dim strGateway Dim intGatewayMetric Dim strDns1 Dim strDns2 strIPAddress = “192.168.0.45” strSubnetMask = “255.255.252.0” strGateway = “192.168.0.1” intGatewayMetric = 1 strDns1 ...