OPK banner

[IEPopupBlocker]

Answer File = Unattend.txt and Sysprep.inf

WinbomType = Factory

The [IEPopupBlocker] section contains entries for specifying the settings of the Pop-up Blocker tool.

Entry Description
AllowedSites Specifies the sites allowed by Pop-up Blocker.
BlockPopups Specifies whether or not to block pop-ups.
FilterLevel Specifies the level of Pop-up Blocker filtering.
ShowInformationBar Specifies whether or not to show the Information Bar when pop-ups are blocked.

Sample

This sample demonstrates one use of the [IEPopupBlocker] section.

[IEPopupBlocker]
AllowedSites = www.fabrikam.com; http://www.contoso.com
BlockPopups = Yes
FilterLevel = Medium
ShowInformationBar = Yes

AllowedSites

Specifies the sites allowed by Pop-up Blocker.

Syntax AllowedSites = URL[; URL;...]
Value URL

The URLs of the sites allowed by Pop-up Blocker

Default None
Example
AllowedSites = www.fabrikam.com; http://www.contoso.com

icon Return to top

BlockPopups

Specifies whether or not to block pop-ups.

Syntax BlockPopups = Yes | No
Value Yes

Turns on Pop-up Blocker.

No

Turns off Pop-up Blocker.

Default Yes
Example
BlockPopups = Yes

icon Return to top

FilterLevel

Specifies the level of Pop-up Blocker filtering.

Syntax FilterLevel = High | Medium | Low
Value High

Blocks all pop-ups.

Medium

Blocks most automatic pop-ups.

Low

Allows pop-ups from secure sites.

Default Medium
Example
FilterLevel = Medium

icon Return to top

ShowInformationBar

Specifies whether or not to show the Information Bar when pop-ups are blocked.

Syntax ShowInformationBar = Yes | No
Value Yes

Shows the Information Bar.

No

Does not show the Information Bar.

Default Yes
Example
ShowInformationBar = Yes

icon Return to top