Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: restore settings  (Read 2865 times)

0 Members and 1 Guest are viewing this topic.

unlovedwarrior

    Topic Starter


    Guru

  • someday this name will be known
  • Thanked: 13
    restore settings
    « on: August 29, 2006, 11:03:27 AM »
    ok is there a way to make a program that will restore your internet settings back to default? like could you do it in c++ or vbscript or something??

    TIA

    unlovedwarrior
    « Last Edit: August 29, 2006, 11:11:31 AM by unlovedwarrior »

    ghostdog74



      Specialist

      Thanked: 27
      Re: restore settings
      « Reply #1 on: August 29, 2006, 08:34:04 PM »
      don't know whether it will work, think you could do is to export the internet settings from the registry and then import back everytime you start the comp (via batch ?) , or double click on the .reg file
      I think the registry key for internet settings is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\
      anyway, have to test it out first ..

      unlovedwarrior

        Topic Starter


        Guru

      • someday this name will be known
      • Thanked: 13
        Re: restore settings
        « Reply #2 on: August 29, 2006, 11:02:23 PM »
        ok
        thanks ill try that when i have time