create logon script to set IP address in IE
Results 1 to 4 of 4

Thread: create logon script to set IP address in IE

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Location
    Elmira
    Posts
    2

    Question create logon script to set IP address in IE

    I need to make a logon script that will set the IP address for the proxy server.
    And or any info or sites that deal with logon script function and operation
    Looks like another YRA ID10 T error.

  2. #2
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    More information is required. You need to dynamically assign IE to use a proxy server? Why not create a configuration script and tell IE where it is located in the IE setup? Or have you done this and are trying to automate the change?
    Death is lighter than a feather - duty heavier than a mountian.

    The answer to your question is: 00110100 00110010

  3. #3
    Junior Member
    Join Date
    Apr 2001
    Location
    Elmira
    Posts
    2

    Post

    Got it in one, need to set up the scrips to make the change for about two hundred student users - rather not do that by hand,
    just not too sure on how to do it clean and silent. Mixed NT 9X enviro, students on 9X
    Faculty on NT need to allow Faculty full access, students next to none.

  4. #4
    Registered User
    Join Date
    Aug 1999
    Location
    near the backdoor to hell
    Posts
    804

    Post

    create two groups on the DC
    first one Full Internet Access
    second one Restrcited Internet Access
    Install MS Proxy 2.0 or ISA Server (ISA is WAAAAAYYYY better)
    If using ISA, Setup all the appropiate policies.

    Go to one machine (98/95 box) setup the proxy settings.
    I can't remember the f@cken reg key, but you need to export it, clean it up a bit (so it only has the info you want to change)
    test it on another box, if all is good - then:
    rename the exported, edited file to iesetting.reg
    go to the DC, hit the netlogon share, create a file called login.bat
    you will also need to create a tag.txt file (empty, used to prevent the script from running 10000 times)

    first login.bat

    @echo off
    If not exist "C:\windows\tag.txt" start regedit /s (might by /y) iesetting.reg
    If not exist "C:\windows\tag.txt" copy "\\DCNAME\netlogon\tag.txt" c:\windows

    you will need to add login.bat to everyone's profile


    now after about a month, create this login script.

    Login2.bat

    @echo off
    if exist "c:\windows\tag.txt" del "C:\windows\tag.txt

    - i did this **** with an office 2000 install

    if not exist "C:\Program Files\Office\OSA9.exe" start "\\fileserver\share\office2k\setup.exe TRANSFORMS=\\fileserver\share\office2k\custom.mst /qn+"
    if not exist "C:\Program Files\Office\OSA9.exe" start "\\DC\netlogon\idiot's don't reboot while the silent install is going.txt"

Bookmarks

Posting Permissions

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