One of those dumb default settings in Internet Explorer

Find this post interesting? Do you like interesting things? Maybe you would like my invention, a connectible candle called a WickBrick!

Get one here http://wickbrick.etsy.com/

WickBrick

Have you ever had Internet Explorer open and then click on a link from an email message and have it take over the window… isn’t that annoying. Well, there is a simple checkbox that disables that if you open up Tools, Internet Options, Advanced, and uncheck the Reuse windows for launching shortcuts. But what if you want to push that out to your entire Active Directory?

This post from dmarelia at http://x220.minasi.com/forum/post.asp?method=ReplyQuote&REPLY_ID=42635&TOPIC_ID=10529&FORUM_ID=34

Has an .adm that you can create to push out this setting

I created a custom ADM to do this. Just copy and paste the following text into an .adm file and load it into your GPO:

Class USER

CATEGORY !!IE
POLICY !!IEAdvanced
EXPLAIN !!IEAdvanced_Help
KEYNAME “Software\Microsoft\Internet Explorer\Main”
VALUENAME “AllowWindowReuse”
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
IE=”Internet Explorer”
IEAdvanced=”Re-use Windows for Launching Shortcuts”
IEAdvanced_Help=”Enabling this policy means that new sites visited in IE will open in existing windows rather than launching new ones. Disabling this policy prevents window re-use”

For more help on how to import an .adm and to be able to view it (hint click to un-mark the “Only show policy settings that can be fully managed” option. Then click Ok.) go to this helpful site

http://www.petri.co.il/adding_new_administrative_templates_to_gpo.htm

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s