-3

I want to change my internet settings in a programmatic way. what I do now is

  1. WIN + R
  2. inetcpl.cpl
  3. go to connections tab
  4. go to LAN settings
  5. un check everything but "Use automatic configuration script"
  6. give the address and exit

Can I do this with a program in c#?

stuartd
  • 70,509
  • 14
  • 132
  • 163
  • If you plan to implement this for a corporate environment, consider using GPO (Group Policies) instead. – Filburt Oct 04 '16 at 13:58

1 Answers1

1

This is -as far I can tell- the solution for your problem:

registry key for "Use automatic configuration script"

modify registry in c#

Community
  • 1
  • 1
zool
  • 11
  • 3