Disable Tabbed Browsing in IE 7

By | 2009-01-25

Your organization has finally made the jump, and deployed Internet Explorer 7 to the general populace.  However, there are a few of the employees that do not quite get the idea of tabbed browsing.  It just confuses them more.

Luckily, you as a system administrator, can remotely disable tabbed browsing through a registry tweak.  Sure, you could simply walk them through unchecking the checkbox in the GUI, but it’s much more geeky to do it through the registry.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InternetExplorer\Tabbed\Browsing]
"Enabled"=dword:00000000

Using the registry tweak will also force the change on users, meaning they cannot turn tabs back on by themselves.  You must undo the change for them, by changing the 0 to a 1.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InternetExplorer\TabbedBrowsing]
"Enabled"=dword:00000001

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.