Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. DUN settings for IE

DUN settings for IE

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminwindows-adminjsonquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jason Henderson
    wrote on last edited by
    #1

    Anybody know a way to programmatically change the IE Connection Options? Is there an API or a specific registry key? I need to change it from "Never dial a connection" to "Dial when a network connection is not present". Like it or not, I'm right.

    R 1 Reply Last reply
    0
    • J Jason Henderson

      Anybody know a way to programmatically change the IE Connection Options? Is there an API or a specific registry key? I need to change it from "Never dial a connection" to "Dial when a network connection is not present". Like it or not, I'm right.

      R Offline
      R Offline
      Remco V
      wrote on last edited by
      #2

      Look at the changes at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings. When setting the value from "Never dial a connection" to "Dial when a network connection is not present" the value EnableAutodial changes from 0 to 1. Easy util for monitoring registry changes: http://www.sysinternals.com/ntw2k/source/regmon.shtml. Succes!

      J 1 Reply Last reply
      0
      • R Remco V

        Look at the changes at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings. When setting the value from "Never dial a connection" to "Dial when a network connection is not present" the value EnableAutodial changes from 0 to 1. Easy util for monitoring registry changes: http://www.sysinternals.com/ntw2k/source/regmon.shtml. Succes!

        J Offline
        J Offline
        Jason Henderson
        wrote on last edited by
        #3

        Thank you very much! Like it or not, I'm right.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups