The MASM Forum

General => The Campus => Topic started by: Don57 on October 26, 2012, 10:42:22 AM

Title: IE 9 Toolbars
Post by: Don57 on October 26, 2012, 10:42:22 AM
Does anyone know how the OS stores a list of installed browser toolbars. All I can find is one reference.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop

I really don't want to write a program to parse the system registry.

Every time my kids or grandkids use my laptop it comes back infested with extraneous tool bars, so I was thinking of writting an app to zap them all at once.
Title: Re: IE 9 Toolbars
Post by: hutch-- on October 26, 2012, 01:14:30 PM
Don,

I think from memory that they are installed applications and you would need to uninstall them to remove them. It may be worthwhile to set up a profile on your laptop so that this junk cannot be installed without Administrator access, this is probably the safest way to avoid the problem.
Title: Re: IE 9 Toolbars
Post by: dedndave on October 26, 2012, 02:28:16 PM
yah - probably the most you would be able to do would be disable them

Hutch has the right idea - create a new user account, or let them use the "Guest" account
assign log-in passwords for all accounts with admin priviledges
Title: Re: IE 9 Toolbars
Post by: Don57 on October 26, 2012, 03:37:10 PM
Thanks
Title: Re: IE 9 Toolbars
Post by: mineiro on October 27, 2012, 06:13:57 AM
You can use the "autoruns" to disable installed ones.
Some adwares companies does not respect the consumer, and if you press the option yes or no while installing some program your choice is not respected.
http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
Title: Re: IE 9 Toolbars
Post by: Don57 on October 27, 2012, 06:53:47 AM
Yes I agree Babylon and Ask are the two worst. It seems to me that if IE9 keeps track of installed toolbars the list must be in a file somewhere.
Title: Re: IE 9 Toolbars
Post by: hutch-- on October 27, 2012, 11:20:46 AM
Don,

You can change the browser if its the problem, Google Chrome is popular, I use an alternative to it, IronPortable. Jack Shankle found this one for us.
Title: Re: IE 9 Toolbars
Post by: dedndave on October 27, 2012, 02:07:40 PM
i'm reasonbly certain that IE gets it's info from the registry
Title: Re: IE 9 Toolbars
Post by: japheth on October 27, 2012, 06:22:39 PM
Quote from: dedndave on October 27, 2012, 02:07:40 PM
i'm reasonbly certain that IE gets it's info from the registry

Yes. The "toolbars" are called "Explorer Bars", IIRC.

HKCU\Software\Microsoft\Internet Explorer\Explorer Bars

At that location, there are just GUIDs stored. If you want to know what dll is involved, you'll have to find these GUIDs in HKEY_CLASSES_ROOT\CLSID.
Title: Re: IE 9 Toolbars
Post by: TouEnMasm on October 28, 2012, 01:17:14 AM

http://technet.microsoft.com/en-us/magazine/dd364987.aspx (http://technet.microsoft.com/en-us/magazine/dd364987.aspx)