IE reset

Use this forum to report bugs you find in the software.
Forum rules
We have no special rules for UVK forums. Just try to be polite and clear in your posts.
Please don't post spam in this forum. Spammers will be banned by IP, e-mail and username.
We reserve the right to delete all posts and ban all users we consider not having respected these rules without warning.
Post Reply
FredJClaus
Posts: 325
Joined: Sat Dec 06, 2014 6:21 am

IE reset

Post by FredJClaus »

Not sure if this is a bug report or not. When ever I use the "Reset IE" function and I tell it to remove all personal settings the Homepage is reset to http://www.google.com/ig?brand=TSNA&bmod=TSNA Next time I go to load the IE browser I get a 404 server not available.

If I go into the Internet options and change the home page it http://www.google.com by removing everything after the .com it works fine.
Fred
Site Admin
Posts: 2360
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: IE reset

Post by Fred »

Hi Fred. It's not a bug.

IE's start page is loaded from the "Start page" value of the "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" registry key.

When you reset browser settings, that value is deleted, and IE loads the home page from the same named value in the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main" key. That's the default IE's start page for all users. In your case, the default home page must have been changed by a custom OEM windows setup

You can create a third party app called "Reset IE's default start page", that runs the following command:

Code: Select all

%Comspec% /c Reg.exe add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /v "Start page" /t REG_SZ /v "https://www.google.com" /f
Set the app to run the command hidden, so the cmd console is not shown. That should take care of your issue.
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.

Fred
Post Reply