Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: objNIC question

  1. #1
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534

    objNIC question

    This code makes u surf proxy... what i want to do is turn it back to default but how ???
    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
    turn it to this:

    Code:
    0.0.0.0
    0.0.0.0
    or
    Code:
     . . . 
     . . .
    or
    Disable
    Last edited by jackdaniels; 03-26-2008 at 06:28 AM.

  2. #2
    Join Date
    Oct 2002
    Location
    RealFake, RF
    Posts
    403
    Ack!

    Can't help in this area... someone will get on it though. Just wanted to let you know that we see your post.
    "White-colla-AMS-gangsta."

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Being in the AutoPlay Media Studio 7.0 Discussion area, We'll assume that that is Lua, although it does not look like Lua.

Similar Threads

  1. Test Drive Question
    By jrthom1 in forum Setup Factory 7.0
    Replies: 3
    Last Post: 05-17-2007, 01:45 PM
  2. Math.RandomSeed() question
    By stickck in forum AutoPlay Media Studio 6.0
    Replies: 8
    Last Post: 06-09-2006, 09:42 AM
  3. Kiosk Mode Window Manipulation Question
    By travisperkins in forum AutoPlay Media Studio 6.0
    Replies: 13
    Last Post: 03-06-2006, 07:40 AM
  4. FlashMX vs AMS5 Data Arrays question
    By Martin_SBT in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 01-19-2004, 09:05 AM
  5. Need Assistance with Random Question Quiz
    By marc3515 in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 02-16-2003, 06:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts